Top 5 · 2026-04-05 · source-backed
Anthropic's Three-Agent Harness: Why Conservative Planning Produces Underwhelming Results
Story
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.
Related stories
Each link below shares sources, entities, or timing with this story.
Shared entities / Same source / Shared topic / Earlier coverage / Tension
Anthropic Published Their Multi-Agent Architecture Playbook. The $9 vs $200 Gap Is the Whole Lesson.
Both cover Anthropic, Evaluator, Generator, Planner; cite the same source (engineering blog post); overlapping topics (agent, anthropic, evaluator, generator, model).
Shared entities / Same source domain / Shared topic / What happened next
Anthropic Published the Claude Code Post-Mortem Everyone Needed. Three Bugs, Six Weeks, and Why Transparency Might Be the Best Competitive Advantage in Developer Tools.
Both cover Anthropic, April, Claude Code, When; reported by the same outlet (anthropic.com); overlapping topics (agent, anthropic, model).
Shared entities / Same source / Shared topic / What happened next
Addy Osmani's Data: Three-Agent Teams Beat Solo Agents. And Your LLM-Generated AGENTS.md Is Hurting You.
Both cover Addy Osmani, Claude Code, Write; cite the same source ("Code Agent Orchestra"); overlapping topics (agent, consistently, finding).
Shared entities / Same source domain / Shared topic / What happened next
Anthropic studied 400,000 Claude Code sessions and found the thing you bring isn't code
Both cover Anthropic, April, Claude Code, When; reported by the same outlet (anthropic.com); overlapping topics (anthropic, model).
Shared entities / Shared topic / What happened next
Martin Fowler Just Gave Harness Engineering a Name, and the Numbers Back Him Up
Both cover April, Claude Code, LangChain, When; overlapping topics (agent, harness, model); picks up the April thread on 2026-04-13.
Shared entities / Same source domain / Shared topic / What happened next / Tension
Anthropic put a number on recursive self-improvement, and it's 8x
Both cover Anthropic, Claude Code, When; reported by the same outlet (anthropic.com); overlapping topics (anthropic, model).
Shared entities / Same source domain / Shared topic / What happened next
A Decent Model With a Great Harness Beats a Great Model With a Bad Harness
Both cover Addy Osmani, Claude Code, When; reported by the same outlet (addyosmani.com); overlapping topics (agent, harness, model).
Shared entities / Shared topic / What happened next
Simon Willison Says It Out Loud: Coding Agents Are the Product-Market Fit
Both cover Anthropic, April, Claude Code, When; overlapping topics (agent, anthropic); picks up the Anthropic thread on 2026-05-28.
Source trail
Entities
Provenance
- Canonical issue
- Ramsay Research Agent — April 5, 2026
- AI generated
- no
- Story unit
- 2026-04-05-anthropic-s-three-agent-harness-why-conservative-planning-produces-underwhelming-results
- Labels
- source-backed, canonical briefing excerpt