Fetching from the wire…
Top 5 · 2026-03-27 · source-backed
The ARC Prize Foundation dropped ARC-AGI-3 on March 25 and the results broke my mental model of how AI capability scales.
Symbolica's Arcgentica framework scored 36.08% (113 of 182 playable levels, 7 of 25 games completed) using Claude Opus 4.6 as its backbone. Cost: $1,005. For comparison, raw chain-of-thought prompting on Claude Opus 4.6 scored 0.25% and cost $8,900. GPT-5.4 managed 0.26%. Gemini 3.1 Pro, the best frontier model, hit 0.37%.
Read those numbers again. The same underlying model (Opus 4.6) went from 0.25% to 36% by changing the architecture around it. Not by making the model bigger. Not by training on more data. By building a smarter harness.
Symbolica's architecture uses a top-level orchestrator that never touches the environment directly. It delegates to specialized subagents that interact with the task, then return compressed summaries back to the orchestrator. This constrains context growth (the orchestrator never drowns in details) while maintaining high-level planning (the orchestrator always sees the full picture). It's the same pattern that works in real software teams: the tech lead doesn't write every line of code, they coordinate specialists who do.
The code is open source on GitHub. Anyone can run it.
Here's why this matters beyond benchmarks. ARC-AGI-3 specifically tests skill acquisition, the ability to learn new concepts from examples and apply them to novel situations. It's not pattern matching against training data. The ARC Prize Foundation's technical report actually alleges that Gemini 3 may have memorized earlier benchmark versions, citing a reasoning chain that correctly referenced the integer-to-color mapping used in ARC tasks without being told what it was. Benchmark contamination. ARC-AGI-3 was designed to make that impossible by keeping 110 of 135 environments private and requiring interactive skill acquisition.
For builders working on multi-agent systems: the orchestrator-subagent pattern with compressed summaries is directly applicable to your work. I've been running similar architectures in my own pipelines and the context management insight is real. Agents that try to do everything in one context window fail. Agents that delegate to specialists and aggregate summaries don't. The 100x performance gap between Symbolica's approach and raw prompting is the data point that proves it.
Each link below shares sources, entities, or timing with this story.
Everyone spent yesterday arguing about benchmark numbers. Tencent quietly published data suggesting the numbers belong to your infrastructure, not the model. The WorkBuddy Bench leaderboard reports every model under two different agent harnesses — CodeBuddy Code and Claude Cod...
Poetiq (6-person ex-DeepMind startup) hit 54% on ARC-AGI-2 at $30.57/task, beating Google's Gemini 3 Deep Think (45%, $77.16/task) through iterative refinement loops — no fine-tuning required. Meanwhile, Symbolica's Agentica reached 85.28% using recursive sub-agent delegation...
43.3% on Frontier-Bench v0.1. Opus 4.8 scored 18.7%. That's not an incremental bump, that's the same benchmark with a different shape of answer. Anthropic released Claude Opus 5 on July 24 at $5/$25 per million input/output tokens, exactly half of Fable 5's $10/$50, while matc...
ARC-AGI-2 Reasoning Race. Gemini 3.1 Pro hit 77.1% and Claude Opus 4.6 hit 68.8% — both more than doubling their predecessors' scores in a single generation. The entire field moved ~10 points over the prior two years; each model jumped 30-40 points in one release. The top thre...
GPT-5.4 scores 0.26%. Opus 4.6 scores 0.25%. Grok-4.20 scores 0.00%. Humans score 100%. The Decoder covered the ARC-AGI-3 launch on March 25, and the results make every "AGI is here" claim look premature. François Chollet launched ARC-AGI-3 at Y Combinator HQ alongside a fires...
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.