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.
Claude Code benchmarked against Gemini / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Claude Code benchmarked against Gemini); both cover AGI, ARC, Benchmark, Claude Opus; overlapping topics (benchmark, claude, code, model).
Symbolica released Arcgentica / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Symbolica released Arcgentica); both cover AGI, ARC, Gemini, Opus; reported by the same outlet (symbolica.ai).
Gemini competes with Claude / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Gemini competes with Claude); both cover AGI, ARC, Claude Opus, GitHub; overlapping topics (benchmark, claude, code, model, opus).
Codex competes with Gemini / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Codex competes with Gemini); both cover AGI, ARC, Claude Opus, Gemini; overlapping topics (agent, model, opus).
Opus built by Anthropic / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Opus built by Anthropic); both cover AGI, ARC, GPT, March; overlapping topics (agent, arc-agi-3, benchmark, model).
Codex competes with Gemini / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (Codex competes with Gemini); both cover Gemini, GitHub, Opus; reported by the same outlet (github.com).
Gemini built by Google / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Gemini built by Google); both cover AGI, ARC, Claude Opus, Gemini; overlapping topics (benchmark, claude, context).
Gemini competes with Claude / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Gemini competes with Claude); both cover Claude Opus, GPT, March, Opus; overlapping topics (agent, claude, model, opus, pattern).