Category: tech > ai > agents
63 insights in this category. View all insights
HyperFrames: Write HTML, Render Video, Built for Agents
HyperFrames renders HTML compositions into MP4 video, designed for AI agents. Plain HTML with data attributes - no React, no proprietary DSL.
Cloudflare's Agent Readiness Score: how agent-ready is your site?
Cloudflare's isitagentready.com scores sites on emerging AI agent standards. Only 4% of the top 200k sites declare AI preferences; their docs saw 66% faster ...
video-use: edit videos with Claude Code via transcripts
Video-use is a Claude Code skill that turns raw footage into edited cuts via word-level transcripts plus on-demand visual filmstrips, at a fraction of the to...
7 levels of Claude Code and RAG
A 7-level maturity model for giving Claude Code durable memory. Most should stop at level 4 (Obsidian vault with index hierarchy); real RAG adds cost and fra...
Artifacts: versioned storage that speaks Git
Cloudflare launched Artifacts, a Git-protocol versioned filesystem for AI agents, plus open-source ArtifactFS that cuts multi-GB repo startup from 2 min to 1...
Automate work with routines - Claude Code Docs
Claude Code Routines are cloud-hosted Claude sessions triggered by schedule, HTTP API, or GitHub events, replacing Claude-in-CI and cron-plus-scripts patterns.
Codex for (almost) everything
OpenAI expanded Codex into a full desktop agent: drives the Mac cursor, runs 90+ plugins, parallel agents, image generation, and scheduled cross-day automati...
Graphify: Knowledge Graph Skill for AI Coding Assistants
Graphify builds a multi-modal knowledge graph (Tree-sitter + LLM extraction, Leiden communities) so AI coding assistants grasp large codebases at 71x fewer t...
Introducing Agent Lee - a new interface to the Cloudflare stack
Cloudflare Agent Lee is an in-dashboard AI assistant using Codemode to turn MCP tools into a TypeScript API, with Durable Object proxy gating writes by elici...
Claude Code /routines: Server-Side Scheduled Tasks
Claude Code /routines (via /schedule) runs scheduled tasks on Anthropic's servers, not your terminal. Triggers support cron, API, or GitHub webhooks.
Crawl4AI: Async Web Crawler for LLM-Friendly Markdown Extraction
Crawl4AI is an open-source async crawler that extracts LLM-friendly markdown, with concurrent crawling, anti-bot bypass, and AI-powered structured extraction.
ThePopeBot: git-native autonomous AI agent scaffolding
Open-source scaffolding for 24/7 autonomous AI coding agents via GitHub Actions and Docker. Each task branches, runs isolated, opens a PR, and auto-merges.
awesomedesign.md: reference-site scaffolding for Claude Code UIs
awesomedesign.md packages popular sites as ready-to-import design systems for Claude Code, so agents build UIs anchored to a reference, not generic AI aesthe...
Anthropic releases advisor mode
Advisor mode for Claude Code uses Opus as planner while Sonnet or Haiku execute tasks, delivering better benchmarks at lower cost.
Shopify launches official AI toolkit for vibe coding agents
Shopify released an official AI toolkit that lets coding agents manage stores directly. Every SaaS platform will ship agent-friendly APIs as default.
Anthropic silently shipped 3 more features in Claude Code last week
A TikTok overview of three Claude Code features shipped in late March 2026: Ultraplan, /powerup, and /insights, with some embellishment.
Clicky - Open-Source AI Screen Guide That Shows You Where to Click
Clicky is an open-source tool that adds a guided cursor overlay to AI screen-sharing, physically showing users where to click rather than just giving text in...
Thoughts on slowing the fuck down
Mario Zechner: coding agents compound small errors at machine speed, producing brittle codebases fast. Slow down, write architecture by hand, cap agent output.
Hermes Agent - AI Agent Framework
Hermes Agent by NousResearch is a self-hosted autonomous agent with persistent memory, multi-channel messaging, and an open skill ecosystem that compounds.
Harness Engineering: Beyond Prompt and Context Engineering
Harness engineering is the scaffolding layer that lets an AI agent run for hours or days, decompose work, self-prompt at each step, and evaluate quality.
How We Built a Virtual Filesystem for Our Assistant
Mintlify replaced sandbox containers with ChromaFs, a virtual filesystem that maps UNIX shell commands to Chroma vector queries, cutting session creation 460x.
AI state of the union: we passed the inflection point
Simon Willison on Lenny's Podcast: AI coding agents crossed an inflection point in November 2025 with Claude Opus 4.5 and GPT 5.1. Dark factories are coming.
Claude Code Unpacked
An interactive deep-dive into Claude Code's internals: the agent loop, 40+ tools, multi-agent orchestration, slash commands, mapped from the open source.
Top 3 Claude Code Browser Agents
Three CLI browser agents for Claude Code: Playwright CLI (lowest tokens), Firecrawl Interact (automation plus scraping), Vercel Agent Browser (leaner, faster).
Anatomy of the .claude/ Folder
The .claude/ folder controls Claude Code behavior through instructions, permissions, commands, skills, and subagents. Keep CLAUDE.md under 200 lines.
How Stripe deploys 1,300 AI-written PRs per week
Stripe ships 1,300 agent-authored PRs a week, enabled by a decade of cloud dev environments, docs, and CI tooling that give agents a human-like workflow.
PipesHub: Self-Hosted Workplace AI Search for Google and Slack
PipesHub is an open-source, self-hostable workplace AI platform that unifies search across Google Workspace, Microsoft 365, Slack, Jira, and Confluence.
Speculative Execution in Claude Code, Hidden but Fully Built
A developer reverse-engineered Claude Code's binary and found a built but server-gated feature: speculative execution pre-runs your next action in a sandbox.
Schedule tasks on the web - Claude Code Docs
Claude Code now supports scheduled autonomous tasks that run on a cron-like schedule in the cloud, with access to GitHub repos and MCP connectors.
Sandboxing AI agents, 100x faster
Cloudflare's Dynamic Worker Loader spins up V8 sandboxes in milliseconds, making per-request AI agent isolation 100x faster than containers.
GSD, a Meta-Prompting System That Solves Context Window Degradation
GSD solves context window degradation by breaking work into atomic plans executed in fresh subagent contexts with parallel wave execution.
Claude Code's Dream Feature, Garbage Collection for AI Memory
Claude Code's Dream feature automatically cleans memory files by resolving contradictions, merging duplicates, and removing stale information.
Everything Claude Code: 28 Agents and 125 Skills to Cut Costs
Everything Claude Code is an optimization system with 28 agents, 125 skills, and 60 commands that can cut AI coding costs by 60% or more.
CLI-Anything: Auto-Generated CLI Wrappers for Desktop Apps
CLI-Anything auto-generates CLI wrappers for desktop software like GIMP and Blender, making them controllable by AI agents like Claude Code.
NanoClaw Runs Claude in Isolated Containers for WhatsApp and Telegram
NanoClaw runs Claude Code in isolated containers connected to WhatsApp and Telegram, with only 15 source files and 3,900 lines of code.
ProofShot - Visual proof for AI-built code
ProofShot records video and screenshots while AI agents interact with browsers, packaging everything into standalone HTML proof artifacts.
Claude Code YOLO Mode with GSD and Superpowers Skills
Claude Code's YOLO mode paired with GSD and Superpowers skills enables running multiple autonomous sessions in parallel without manual approval.
Three Claude Code Skills That Stack: GSD, Superpowers, Create Skill
Three Claude Code skills for productivity: GSD for execution, Superpowers for capabilities, and Create Skill for capturing reusable workflows.
UI/UX Pro Max: Design System Generator for 161 Product Categories
A Claude Code skill that generates complete design systems from project descriptions, covering 161 product categories and 67 UI styles.
Claude dropped the final missing piece to replace OpenClaw
Anthropic shipped Remote, Schedule Tasks, Dispatch, and Channels for Claude Code, replicating the autonomous-agent workflow OpenAI promised.
Bridging Claude Code to Notebook LM for Free Content Generation
A Claude Code skill bridges to Notebook LM for generating audio, video, and slides, then adapts the outputs to match your brand voice.
Paperclip: Multi-Agent Orchestration with Self-Onboarding AI Teams
Paperclip is a multi-agent framework where a CEO agent auto-creates and coordinates a team of AI agents that self-onboard to your codebase.
Understanding Spec-Driven-Development: Kiro, spec-kit, and Tessl
Spec-driven development tools create excessive review overhead and a false sense of control, echoing model-driven development's historical failures.
Agent Browser Rust rewrite: 710 MB to 7 MB, 18x less memory
Agent Browser's Rust rewrite cuts install size from 710 MB to 7 MB, uses 18x less memory, and reduces token usage by 93% via snapshot commands.
Claude Code LSP tool: 100x faster code search than grep
Enabling LSP in Claude Code gives 100x faster code search than grep, returning exact definitions in 50ms while burning far fewer tokens.
Claude Dispatch: remote control for Claude Co-Work from your phone
Claude Dispatch lets you control Claude Co-Work from your phone, sending tasks remotely while Claude works with your local files and apps.
Cook Adds Review Loops and Parallel Racing to AI Coding Agents
Cook adds review loops, parallel racing, and task-list progression on top of AI coding agents like Claude Code, Codex, and OpenCode.
Introducing the Machine Payments Protocol
Stripe's Machine Payments Protocol lets AI agents pay via HTTP 402 responses, supporting both fiat and stablecoins. Submitted to IETF as a standard.
Non-Coder Ships iOS Apps Using Dual-Agent Claude Code Workflow
LinkedIn's editor shipped iOS apps to the App Store with zero coding experience, using a dual-agent Claude Code workflow for building and review.
How coding agents work - Agentic Engineering Patterns
Simon Willison breaks down how coding agents work: an LLM in a loop with tools, token caching, and reasoning modes. Simpler than you think.
How to Build a Production-Ready Claude Code Skill
Most Claude Code Skills fail at triggering, not execution. Writing a specific description with explicit trigger keywords matters most.
OpenViking Cuts Agent Tokens 11x With Filesystem Retrieval
OpenViking organizes AI agent context as a virtual filesystem with tiered loading, cutting tokens 11x while raising task completion by 15 points.
What is agentic engineering? - Agentic Engineering Patterns
Simon Willison defines agentic engineering as building software with coding agents in a loop, distinct from unreviewed vibe coding.
CoPaw: Self-Hosted AI Assistant With Local LLMs and Multi-Chat
CoPaw is a self-hostable AI assistant from Alibaba that connects to messaging platforms and supports local LLMs via Ollama with no API key needed.
Context Mode: 94-100% Context Reduction in Claude Code
Context Mode achieves 94-100% context reduction per tool call, extending typical Claude Code sessions from 30 minutes to about 3 hours.
How I write software with LLMs
A multi-agent LLM workflow uses Opus for architecture, Sonnet for coding, and Codex/Gemini for review. Different models catch different failures.
NanoClaw Replaces OpenClaw's 500k Lines With Container Isolation
NanoClaw replaces OpenClaw's 500k lines of code with a handful of files and hypervisor-level container isolation per AI agent.
AI agent workflow orchestration rules for reliable coding
A concise ruleset for AI agent workflow orchestration covering plan mode, subtask strategy, self-improvement loops, and verification discipline.
Playwright CLI Uses 500% Fewer Tokens Than the MCP
The Playwright CLI is roughly 500% more token-efficient than the Playwright MCP for browser automation in Claude Code, with the same capabilities.
CLI Anything: Replacing MCP Servers with Direct CLI Tool Access
A promotional TikTok claims CLI tools will replace MCP servers for Claude Code, but provides no evidence. The actual repo may have more substance.
Nano Banana Pro 2: Web-Search-Grounded Image Generation via Claude
Google's Nano Banana Pro 2 integrates web search into image generation, producing grounded outputs with accurate text from live data.
VS Code Agent Kanban: Task Management for AI Developers
VS Code Agent Kanban stores every AI coding task as a markdown file with YAML frontmatter, solving context loss between sessions.
Perplexity Personal Computer: cloud AI agent on Mac mini
Perplexity's Personal Computer is a cloud-based AI agent running on Mac mini