Fetching from the wire…
Top 5 · 2026-04-05 · source-backed
Anthropic published something genuinely useful on April 4. Not a model announcement, not a benchmark claim. An engineering blog post detailing how they build production apps with a three-agent harness: Planner, Generator, Evaluator.
The architecture is straightforward. The Planner takes your prompt and expands it into a detailed spec. The Generator builds in sprints. The Evaluator uses Playwright MCP to actually click through the running app and score it against four criteria: design, originality, craft, functionality. A solo agent run costs about $9 for 20 minutes of work. The full three-agent harness runs $200 over 6 hours but produces production-grade full-stack applications.
The non-obvious finding is what matters here. Conservative planning consistently produces underwhelming results. The Planner must be deliberately ambitious. I've seen this in my own work. When I give Claude Code a cautious, well-scoped prompt, I get cautious, well-scoped output. When I push it to think bigger, describe the full vision, demand more, the output quality jumps.
This converges with two other findings this week. Addy Osmani's "Code Agent Orchestra" framework says three focused agents consistently outperform one generalist working 3x longer. LangChain's context engineering paper formalizes the four strategies (Write, Select, Compress, Isolate) that make multi-agent architectures actually work. The industry is converging on the same conclusion: the harness around the model matters more than the model itself.
For builders: if you're still prompting a single agent in a single session for complex work, you're leaving quality on the table. The Planner-Generator-Evaluator pattern is simple enough to implement this weekend. Start ambitious. Let the Evaluator be the one that reins things in.
Each link below shares sources, entities, or timing with this story.
A solo Claude Opus 4.5 agent spent $9 and 20 minutes building a retro game. It was broken. The same model, wrapped in Anthropic's multi-agent harness, spent $200 over 6 hours and produced a fully playable game with physics, sprite editors, and AI integration. Anthropic's engin...
For a month, Claude Code users were convinced the model had been "nerfed." Forums lit up. Conspiracy theories multiplied. People switched tools. Then on April 23, Anthropic did something unusual: they published a detailed post-mortem that named three specific bugs with exact d...
Addy Osmani's O'Reilly CodeCon talk, published March 26, gives us the first real empirical data on multi-agent coding that I trust. Not vendor benchmarks. Not cherry-picked demos. Controlled measurements across real development tasks. The headline finding: three focused agents...
This is the most useful piece of research I've read all month, and it quietly demolishes a belief a lot of people hold. Anthropic analyzed roughly 400,000 Claude Code sessions across 235,000 people from October 2025 to April 2026, and the headline is that expert users hit 33%...
swyx's synthesis of the AI Engineer World's Fair 2026 is the clearest framing I've read of where this all goes. The discipline moved from building agents to engineering the harness around them. Lilian Weng (now at Thinking Machines Lab) reframed her whole practice as "harness...
Martin Fowler published a full article on April 2 formalizing something I've been feeling for months: the thing that separates a good coding agent from a bad one isn't the model. It's everything around the model. He calls it harness engineering. The framework is clean. Agent =...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.