Benchmarks · Reasoning & problem-solving

ARC-AGI

also: ARC-AGI-1, ARC-AGI-2, ARC-AGI-3, Abstraction and Reasoning Corpus, ARC Prize

Whether a system can infer an unfamiliar abstract rule from a handful of examples and apply it to a new case, rather than recognising a pattern it has seen before.

ARC Prize Foundation (François Chollet, Mike Knoop)Released 5 November 2019Live

François Chollet introduced the Abstraction and Reasoning Corpus in a 2019 paper arguing that most AI benchmarks measured skill at a task rather than intelligence itself — the ability to handle situations a system had not been prepared for. Each ARC-AGI puzzle gives a handful of input-output grid pairs and asks the solver to infer the hidden rule and apply it to a new grid; humans find the tasks straightforward, but systems that rely on pattern-matching over training data historically did not. For five years the benchmark moved slowly: Chollet and Mike Knoop launched the $1 million-plus ARC Prize competition in June 2024 partly because the public state of the art had crept from 20% to only 34% since 2019.

Reasoning-focused models broke that pattern almost immediately. OpenAI’s o3 scored 75.7–91.5% on the original benchmark within months, close to the foundation’s rough human baseline, though at a cost per task that ran from roughly five times a human solver’s to nearly a thousand times it depending on how much compute was spent. The foundation read the jump as evidence that test-time compute could buy benchmark performance directly, and replaced the saturated original with ARC-AGI-2, redesigned so pure language models scored zero and even strong reasoning systems scored only in the single digits.

ARC-AGI-2 fell just as fast — Gemini models cleared 80% within a year — so in March 2026 the foundation launched ARC-AGI-3, replacing static puzzles with interactive game environments that give no stated rules at all, testing whether a system can learn by exploring rather than recognise a pattern in one shot. Humans scored 100% at launch against 0.51% for frontier AI, though an OpenAI investigation months later found part of that gap came from an evaluation harness that discarded a model’s reasoning between moves rather than from the model itself — a reminder, recurring throughout the ARC-AGI series, that what a score measures depends as much on how it was taken as on what generated it.

The set

ARC-AGI-1 and -2 present small coloured-grid puzzles: a few input-output example pairs establish a hidden rule, and the solver must apply that rule to a new grid. ARC-AGI-3, launched 2026, replaced static grids with hundreds of interactive, turn-based game environments that give no stated rules or goals at all, testing exploration and rapid skill acquisition instead of one-shot pattern inference.

Example

Training task 0d3d703e (colour-mapping rule) — train pairs: input [[3,1,2],[3,1,2],[3,1,2]] → output [[4,5,6],[4,5,6],[4,5,6]]; input [[2,3,8],[2,3,8],[2,3,8]] → output [[6,4,9],[6,4,9],[6,4,9]]; input [[5,8,6],[5,8,6],[5,8,6]] → output [[1,9,2],[1,9,2],[1,9,2]]; input [[9,4,2],[9,4,2],[9,4,2]] → output [[8,3,6],[8,3,6],[8,3,6]] — test input [[8,1,3],[8,1,3],[8,1,3]], for which the solver must infer the output.github.com

Where it stands

ARC-AGI-1 is effectively solved by frontier reasoning systems; ARC-AGI-2 has fallen from single digits to the 80s within about a year; ARC-AGI-3, launched March 2026, currently separates humans (100%) from frontier AI (low single digits) by a wide margin.

How the top score changed hands

  1. June 2020GPT-30%ARC-AGI-1, per the ARC Prize Foundation's later retrospective.
  2. December 2024OpenAI o3 (low-compute)75.7% semi-private / 82.8% public (ARC-AGI-1)High-compute configuration reached 87.5%/91.5% at roughly 172x the cost; the low-compute run cost about $26/task against an estimated $5/task for a human.
  3. March 2025Frontier reasoning systems at ARC-AGI-2 launchsingle digits (ARC-AGI-2)Pure language models scored zero; the strongest public reasoning systems scored only in the single digits against a benchmark calibrated to stay solvable by people.
  4. February 2026Gemini 3 Deep Think (v2)84.6% (ARC-AGI-2, verified)
  5. March 2026Frontier AI at ARC-AGI-3 launch0.51% (ARC-AGI-3)Against 100% for human testers on the same launch set of interactive game environments.

Current best: Gemini 3 Deep Think (v2) — 84.6% (ARC-AGI-2, verified) Independently verified by the ARC Prize Foundation. Scores vary sharply with compute and harness configuration — see the ARC-AGI-3 harness episode below — so cross-model comparisons should be read alongside how each figure was measured.

In the timeline · 23 entries · showing 16 most notable

More reasoning & problem-solving benchmarks