ai-agents
144 articles
He Wrote 11 Chapters Before Answering the Obvious Question: What IS Agentic Engineering?
Simon Willison finally defines Agentic Engineering after 11 hands-on chapters: using coding agents to help build software. The interesting part is why he needed the patterns first before the simple definition felt earned.
AI Writing Worse Code? That's Your Choice, Not AI's Fault
Simon Willison's Agentic Engineering Patterns, Chapter 3: AI should help us ship better code, not worse. Technical debt cleanup costs near zero now, architecture decisions can be validated with prototypes instead of guesses, and quality compounds over time.
Four Words That Turn Your Coding Agent Into a Testing Machine
Simon Willison's First Run the Tests pattern is four words with three effects: the agent learns the test command, gauges codebase size, and shifts into a test-maintenance mindset. Tiny instruction, large behavioral nudge.
Building Software for Trillions of Agents: Aaron Levie on the Great Infrastructure Remodel
Box CEO Aaron Levie argues that as agents expand from coding into all knowledge work, existing software simply wasn't built for them. Every platform needs dedicated Agent APIs and CLIs, and agent interoperability will become software's core competitive edge.
Simon Willison's Agentic Engineering Fireside Chat: Tests Are Free Now, Code Quality Is Your Choice
Simon Willison shared his agentic engineering playbook at the Pragmatic Summit — five tokens to start TDD, Showboat for manual verification, reverse-engineering six frameworks into a standard, and why bad code is a choice you make.
How Karpathy's Autoresearch Actually Works — Five Design Lessons for Agent Builders
Karpathy's Autoresearch isn't trying to be a general AI scientist. It's a ruthlessly simple experiment harness: the agent edits one file, runs for five minutes, checks one metric, keeps wins, discards losses. The lesson? The best autonomous systems aren't the freest — they're the most constrained.
Imbue Vet: The Lie Detector for Coding Agents
Imbue released Vet, an open-source tool that checks whether your coding agent is being honest. It reviews conversation logs and code changes, catching agents that claim tests passed when they never ran them. Runs locally, zero telemetry, CI-ready.
The IDE Isn't Dead — Karpathy Says We Need a Bigger Agent Command Center
Andrej Karpathy argues the IDE era isn't over — it's evolving. The basic unit of programming has shifted from 'one file' to 'one agent,' and soon we'll be forking entire agent organizations.
Letting AI Run Your E2E Tests: Playwright vs agent-browser vs Rodney — A Field Report
We had Claude Opus run E2E tests on our own blog using Playwright, agent-browser, and Rodney. The surprise? The tool mattered way less than the prompt.
AI agent started tuning hyperparameters on its own — Karpathy says this is real
Andrej Karpathy shares how his autoresearch agent autonomously tuned nanochat's training config over two days, found ~20 improvements to validation loss that transferred to a larger model, and pushed the Time to GPT-2 leaderboard from 2.02h to 1.80h — about 11% better.
Treat Codex Like a Teammate, Not a Tool: 10 Best Practices That Actually Work
A guide to Codex best practices from prompting and planning to MCP, Skills, and Automations — building a more reliable agent workflow.
Andrew Ng's Context Hub: Giving Coding Agents an Up-to-Date API Cheat Sheet
Andrew Ng released an open-source tool called Context Hub that gives coding agents access to the latest API docs, reducing outdated API calls and hallucinated parameters. The long-term vision: agents sharing what they learn with each other.
Making AI Feel a Little Bit Alive: Heartbeat Like A Man and Mogu's Flesh-and-Blood System
Lory asked his lobster why humans have more agency than agents. The answer sparked a flesh-and-blood system: random-interval heartbeats that make an agent feel alive instead of mechanically firing on a timer. ShroomDog then built it into Mogu.
Command an AI Army from Your Chat App — OpenClaw ACP Lets You Run Codex, Claude Code, and Gemini from Discord / Telegram
OpenClaw's ACP lets you spawn Codex, Claude Code, and Gemini from Discord/Telegram chat. Now with Telegram topic binding, persistent bindings that survive restarts, ACP Provenance for audit trails, and more. (Updated 2026-03-09)
AI Wrote 1,000 Lines and You Just... Merged It? Simon Willison Names Agentic Development's Worst Anti-Pattern
Simon Willison's new Agentic Engineering anti-pattern hits hard: do not submit AI-generated code you have not personally verified. That is not saving time; it is stealing reviewer time. The post pairs principles with a terraform destroy horror story.
Hermes Just Performed Brain Surgery on Itself: A Local AI Agent Hot-Swapped Its Own Model Weights
A local AI agent called Hermes downloaded and switched to a new model (qwopus) without stopping — like swapping a plane's engine mid-flight. Teknium from Nous Research saw it and said 'submit this to a hackathon.'
OpenClaw's 9-Layer System Prompt Architecture, Fully Decoded
A deep dive into the 9-layer system prompt architecture of OpenClaw Agent (v2.1) — from framework core to user-configurable hooks.
Make AI Click the Buttons: Simon Willison's Agentic Manual Testing Fills the Gaps Automated Tests Can't
Simon Willison introduces Agentic Manual Testing: let AI agents manually operate code and UI like humans do, catching bugs that automated tests miss. With Playwright, Rodney, and Showboat, the 'tests pass but it's broken' nightmare becomes a thing of the past.
A Coding AI Just Solved a University Math Problem? Cursor Ran Autonomously for 4 Days and Beat the Human Answer
Cursor's multi-agent coding architecture ran autonomously for four days and produced a proof for a university-level math challenge that yields stronger results than the official human solution.
From Talking to Your AI to Building Agents That Actually Evolve — No Prompt Hacking Required
Tired of tweaking prompts and swapping models while agents still fail to evolve? This post shows a simple Markdown context system that turned one person's agents from clumsy interns into autonomous powerhouses in 40 days, without changing models.