Three benchmarks, three competitions, one moving target. From a solo coder winning the 2020 Kaggle to o3's near-human leap, from the 2025 refinement loop stalling at 24% to the barely-begun agentic frontier — here are the teams and the scores, benchmark by benchmark, best-effort first.
87.5%
ARC-1 best (o3)
24%
ARC-2 best (2025)
12.58%
ARC-3 best so far
16
Teams & systems
Plate · The Climb & the Resets
Every time they catch up, the bar moves.
One chart tells the whole story. ARC-AGI-1 crawled, then jumped to o3's 87.5% — so the ARC Prize rebuilt it as ARC-AGI-2, where the best score is 24%; then reinvented it as the interactive ARC-AGI-3, where the best agent barely clears 12%. Each colored line is a benchmark's frontier; each reset reopens the gap to the ~98–100% humans hold.
ARC-AGI-1ARC-AGI-2ARC-AGI-3Human ≈ 98–100%
ARC-AGI-1 · 2020 → 2024
Five years unbeaten, then a step-function.
The original benchmark ran two great competitions — the 2020 Kaggle challenge and the 2024 ARC Prize — and crept from ~0% to ~5% until, in one season, test-time adaptation drove the private record from 33% to 55.5% and OpenAI's o3 vaulted to 87.5%. Here's the record, in order.
The first public competition, in 2020, was won by a solo entrant with a hand-built search and no learning at all. It set a template — DSL + brute-force + exact-match verifier — that held for three years while large language models stalled below 5%.
2024 was the break. The ARC Prize's first big season found that per-task adaptation, not scale, was the lever: test-time training and LLM-guided program synthesis pushed the private state of the art from ~33% to 55.5%. Then o3, spending enormous test-time compute on guided search, cleared the mid-80s — and forced the benchmark's redesign.
MIT — Test-Time TrainingAkyürek et al. · MITPaper award
Test-time trainingNov 202453% public · 61.9% ensembled
Fit a fresh LoRA adapter to each task's own demonstrations (with augmentation), a ~6× gain — matching average human when ensembled with program synthesis.
Why it mattersFormalized TTT for ARC; 2nd place in the 2024 Paper Award track.
The ARChitectsFranzen, Disselhoff, HartmannKaggle winner
Product of experts + TTT202453.5% private · 71.6% public
TTT on an open 8B model, then score each candidate under every symmetry of the task and multiply the probabilities — only jointly-plausible answers survive. All offline at ~$0.02/task.
Why it mattersFirst place in the 2024 ARC Prize Kaggle competition.
Deep learning + test-time fine-tuning202455.5% · season high
A transductive deep-learning pipeline with full-parameter test-time fine-tuning and augment-infer-vote — the lineage that pioneered test-time adaptation on ARC.
Why it mattersHighest score of the season, but kept private — ineligible for prize money.
At test time, search over many candidate chains-of-thought with a learned evaluator — the low-efficiency run spent ~172× the compute to reach 87.5%.
Why it mattersFirst human-competitive score — at tens to thousands of dollars per task. Not a competition entry; a frontier-lab result that triggered ARC-AGI-2.
The 2025 ARC Prize was the first run against the harder, compositional ARC-AGI-2 — with efficiency as a first-class axis. ~1,455 teams entered; the top private score was just 24%, and the 85% grand prize went unclaimed. The winning pattern of the year was the refinement loop.
ARC-AGI-2 keeps the grid format but curates tasks that need multiple interacting rules, sequential steps, and in-context symbol definition — exactly what frontier reasoning models fail at. Every task is solved by ≥2 humans; models crater to the low tens of percent at best.
The defining move of 2025 was the refinement loop: propose a candidate, verify it against the training pairs, turn the error into feedback, and iterate. It came in three flavors — evolutionary program synthesis, application-layer harnesses wrapping a commercial model with a verifier, and weight-space refinement of tiny from-scratch networks. And because cost is now scored, the cheap winners matter as much as the strong ones.
2025 Kaggle winnertop private entryTop score
Synthetic data + test-time training2025~24% @ ~$0.20/task
Generate millions of synthetic look-alike tasks, then test-time-train a compact (~4B-parameter) model — reaching the top private score at about twenty cents a task.
Why it mattersCheap and small beat expensive and large — the whole point of ARC-AGI-2's cost axis.
Refinement loop over a frontier model2025~31% → ~54% @ ~$31/task
Wrap a frontier model's chain-of-thought in a verifier that runs each candidate against the demos and feeds failures back — climbing from ~31% to ~54%, at ~$31 per task.
Why it mattersStrong, but ~150× the winner's cost per task — the accuracy-vs-efficiency tradeoff, made visible.
A ~7-million-parameter network, no pretraining, fits its weights per task using architectural recursion in place of search depth — ~45% on ARC-AGI-1 from scratch.
Why it mattersAstonishing on ARC-AGI-1, but drops to ~8% on ARC-AGI-2's compositional tasks — the honest measure of the gap.
Frontier reasoning modelso3 · o1-pro · Claude 3.7The floor
Pure test-time reasoning2025~1–3% harness-free
The strongest general models, prompted directly — no ARC-specific scaffolding. They fit reasoning chains end-to-end and collapse on genuinely novel composition.
Why it mattersThe baseline that shows ARC-AGI-2 did its job: reopen a wide, real human-machine gap.
ARC-AGI-3 is the interactive benchmark: an agent dropped into a game with no instructions. It hasn't had a full competition yet — only a 30-day Preview Challenge in mid-2025 — so there are no "winners," just the best agents to date. The pattern is striking: everyone searches, no one truly models.
Because every step of an LLM agent is gated by a model call, it manages only ~4,000 of the ~96,000 allowed interactions — so cheap, deterministic explorers that spend the whole budget beat LLM agents outright. The top preview agents all explore the state space; none induces a reusable model of the dynamics or infers the goal.
Hand-built harnesses can solve all three public environments at near-human efficiency, but the same environment can go from 0% harness-free to ~97% with a harness — and none of it transfers to the private sets. That's why the official leaderboard reports only harness-free systems, where frontier AI sits below 1% against a 100% human baseline.
A training-free explorer: connected-component vision + a directed frame-hash graph, always heading toward the nearest untested action — spending the full step budget where LLM agents stall.
Why it mattersThe one preview agent with a published paper; beat the LLM baselines to 3rd on the private leaderboard.
Duke / Symbolica harnessesLLM + scaffoldingOverfit warning
LLM + hand-built harness20263/3 public · no transfer
Wrap a frontier model in per-environment scaffolding (Python-queryable history, or orchestrator+subagents) to solve all three public environments at ~human action counts.
Why it mattersSolves seen environments, fails unseen ones — up to 0% harness-free vs ~97% hand-built. Seen-env performance is not progress.
Frontier LLMs (harness-free)major labsThe floor
Per-step LLM controller2025~0.1–0.5% · <1% floor
The strongest models, one action per turn from a fixed tool-free prompt, no ARC-specific scaffolding — the honest developer-aware-generalization baseline.
Why it mattersSub-1% versus 100% human: failing at exploration, modeling, goal inference, and planning at once.
ARC-AGI-3 has only had a 30-day preview — this is the frontier, not a final leaderboard. The full deep dive on every solution, the space of approaches, and the open questions lives in Part Ⅱ.
A solo DSL + brute-force search wins the first Kaggle. No learning; the template holds for 3 years.
2024
Test-time adaptation
MindsAI · MIT · ARChitects
Per-task fine-tuning and augmentation-ensembling drive the private record from 33% to 55.5%.
Dec 2024
The o3 break
OpenAI
Guided search over chains-of-thought clears 87.5% — near-human, but at thousands of dollars a task.
2025
The refinement loop
ARC-AGI-2 field
Propose → verify → feed back → iterate. Cheap small models beat costly big ones. Top score: 24%.
2025+
Agentic exploration
ARC-AGI-3 preview
Interactive worlds. Everyone searches, no one models. Best agent so far: 12.58% vs 100% human.
Read the three competitions together and one shape appears: every time the machines catch up, the benchmark is redrawn to reopen the gap. Icecuber's search gave way to test-time training; test-time training gave way to o3's guided search; o3 forced ARC-AGI-2, where the refinement loop reigns; and ARC-AGI-2 begat the interactive ARC-AGI-3, where even the best agents barely clear 12%.
The techniques evolve, but the winning idea is remarkably stable: adapt to the task in front of you, and keep only what verifies. In 2024 that meant fine-tuning on the demos and voting across symmetries; in 2025 it meant iterating a candidate against an execution oracle. The open frontier — ARC-AGI-3 — is hard precisely because that clean verifier is gone: there are no demonstration pairs, no stated goal, only a world to probe.