Fetching from the wire…
Top 5 · 2026-03-29 · source-backed
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 engineering blog published the full architecture this week, and it's the most actionable thing I've read on agent design patterns all month. 578 upvotes on r/ClaudeAI within a day.
The architecture is a Planner-Generator-Evaluator loop inspired by GANs. The Planner breaks work into phases. The Generator writes code. The Evaluator, and this is the critical part, is a separate agent that grades the output against four explicit criteria: design quality, originality, craft, and functionality. Why separate? Because Anthropic found that generator agents "confidently praise their work, even when quality is obviously mediocre." Self-evaluation is sycophancy in a loop. The fix is adversarial: one agent builds, another agent tears it apart.
The Evaluator doesn't just read code. It uses Playwright MCP to actually interact with the running application. Clicking buttons, navigating screens, testing workflows. This is the difference between "does the code compile" and "does the product work." Anthropic reports that the wording of evaluation criteria actively steers generation. Phrases like "museum quality" pushed output toward visual convergence. They had to add "explicitly penalize purple gradients over white cards" to avoid the AI's default aesthetic. That detail alone should make every builder rethink how they write evaluation prompts.
The context anxiety finding is immediately practical. Sonnet 4.5 exhibited anxiety severe enough to require full context resets during long sessions, essentially losing confidence in its own prior work as context grew. Opus 4.6 eliminated this entirely, enabling continuous single-session execution. Their DAW (digital audio workstation) build ran ~3 hours 50 minutes on Opus 4.6 for $124.70 without a single context reset. If you're choosing models for long-running agentic tasks, this changes the calculus. The model that costs more per token but doesn't panic mid-session is cheaper in total output quality.
What builders should do: separate your evaluator from your generator today. Same model is fine, different system prompt and different role. Connect the evaluator to Playwright MCP so it grades what it sees, not what it reads. And write evaluation criteria with the specificity of a design spec, not a vibe.
Each link below shares sources, entities, or timing with this 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 Pla...
The MIT-licensed model-gateway plugin routes GPT requests to OpenAI on the user's ChatGPT login and everything else to Anthropic on the normal claude.ai login, so GPT models appear in /model next to Opus and Sonnet with no API keys. The author has run Astra as the main orchest...
If you've used Claude Code for any serious session, you know the drill. Approve. Approve. Approve. Approve. You stop reading the prompts after the fifteenth one. That's the worst possible security outcome, way worse than a well-designed automated check. Anthropic launched auto...
Moonshot AI dropped Kimi K2.6 today and the numbers are hard to ignore. One trillion parameters total, 32 billion active per token across 384 experts, 256K context window, and native multimodal input. It scores 58.6 on SWE-Bench Pro versus GPT-5.4's 57.7 and Claude Opus 4.6's...
Day three of Plus subscribers reporting that GPT-5.6 Sol at High reasoning returns near-instant, shallow answers, and that the assistant identifies itself as GPT-5.5-mini while the model picker still reads Sol. The r/ChatGPT thread is matched by a separate r/OpenAI report and...
This one changed how I'm spending my week. Anthropic's July 24 context-engineering post says they removed over 80% of Claude Code's system prompt for Opus 5 and Fable 5 with no measurable loss on coding evals. They call it "unhobbling" — stripping guardrails and rules that new...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.