Modelspublished

GPT-6 Astra Hits 99.9% on ARC-AGI-3, but Scores 62.7% in a Shared Test

ARC Prize will label the two evaluation conditions separately after OpenAI’s context-management setup produced a near-perfect result that its shared interface did not reproduce.

By 3 min read
GPT-6 Astra Hits 99.9% on ARC-AGI-3, but Scores 62.7% in a Shared Test
GPT-6 Astra Hits 99.9% on ARC-AGI-3, but Scores 62.7% in a Shared Test

Listen to this story

The audio brief

About 1:37
0:001:37
Read transcript
GPT-6 Astra scored 99.9 percent on ARC-AGI-3—but only 62.7 percent when the same model used a shared, provider-neutral test interface. That gap is the central finding from ARC Prize’s new evaluation, and it changes how the headline result should be read. ARC-AGI-3 puts an agent into unfamiliar, turn-based abstract games without explicit instructions. It has to explore, infer the rules, work out the goal, and plan its moves. In the Standard harness, Astra could carry visible notes between requests. In OpenAI’s Provider Adapter, it could also preserve opaque reasoning state and compact long conversations—effectively reusing more of its prior work. The difference was expensive in both cases. The Standard run cost 26,098 dollars, while the Provider Adapter run cost 18,817 dollars. Across 167 game-reasoning pairs completed in both setups, the adapter was about 3.66 times faster by aggregate elapsed time and used 49 percent fewer tokens. ARC Prize also saw Astra invent compact shorthand for game objects, coordinates, rules, and unfinished plans. It used fewer actions than the human baseline on 96 percent of completed levels, averaging 51.7 percent fewer actions. But ARC Prize says these closed-ended environments do not establish artificial general intelligence. It will list the two harness conditions separately. The key question now is how much of Astra’s apparent capability belongs to the model—and how much to the context-management system around it.

Story brief

3 key points

ARC Prize’s evaluation shows GPT-6 Astra’s ARC-AGI-3 result depends substantially on the interface: its controlled Standard harness score was 62.7%, versus 99.9% through OpenAI’s Provider Adapter. The adapter also cut aggregate elapsed time by roughly 3.66× and total tokens by 49% across shared runs, but cost more than $18,000 in either setup. ARC Prize will separate the results on its leaderboard, underscoring that...

  1. 01

    Standard-harness testing cost $26,098; the Provider Adapter run cost $18,817.

  2. 02

    Across 167 shared game-reasoning pairs, Provider Adapter runs were 3.66× faster and used 49% fewer tokens.

  3. 03

    Astra used fewer actions than the human baseline on 96% of completed levels, averaging 51.7% fewer actions.

GPT-6 Astra reached 99.9% on ARC-AGI-3’s Semi-Private set at high reasoning effort through a Provider Adapter harness. ARC Prize’s newly published evaluation puts a crucial label on that figure: Astra’s best score through its shared Standard harness was 62.7%.

The benchmark places agents in unfamiliar abstract, turn-based environments without explicit instructions. To complete them, agents must explore, build models from observations, identify goals, then plan and execute actions.

The score changes with the interface

ARC Prize’s Standard harness gives models a provider-neutral interface and lets them carry visible notes forward. OpenAI’s Provider Adapter instead preserves opaque reasoning state between requests and uses compaction for longer conversations, letting Astra reuse prior work through its provider-designed context features.

Two harnesses, two reported outcomes

0162.7%

Standard harness

At maximum reasoning effort, Astra scored 62.7% on the Semi-Private set at a reported cost of $26,098.

0299.9%

Provider Adapter

At high reasoning effort, Astra scored 99.9% under the Provider Adapter at a reported cost of $18,817.

The difference extended beyond completion. Across 167 game-reasoning pairs solved in both setups, Provider Adapter runs were about 3.66 times faster by aggregate recorded elapsed time and used 49% fewer total tokens, ARC Prize said.

Astra turned game rules into working shorthand

ARC Prize observed Astra creating compact symbolic notation for objects, coordinates, rules, and unfinished plans. Under the Provider Adapter, it used fewer actions than the human baseline on 96% of completed levels and averaged 51.7% fewer actions per level.

Astra records compact symbolic notes while playing an ARC-AGI-3 environment.
ARC Prize observed Astra using generated shorthand to track game state and plan actions. Source: arcprize.org.

In a separate PRO-LONG test with a code-execution sandbox, Astra created game-specific parsers, state models, search algorithms, planners, persistent notes, and small software libraries. ARC Prize cautioned that those runs measure a combined model-and-tools system, unlike its controlled human testing.

The next move is clearer labeling, not an AGI verdict

ARC Prize called Astra’s performance a frontier-model milestone, not proof of artificial general intelligence. ARC-AGI-3’s deterministic, closed-ended environments do not capture the real world’s complexity or open-endedness, and the group says it will report Standard and Provider Adapter results separately on its leaderboard.

OpenAI has supplied an early deployment example: it says Playco used Astra in its Playbot game-development environment to build three themed prototypes from one grey-box foundation, with 50% fewer manual fixes than its previous model. That is a company-reported result, not an independent measure of wider performance.

Editorial analysis

Our Read

The striking result is not merely Astra’s 99.9% score. It is the scale of the gap between a common interface and a provider-optimized evaluation setup. ARC Prize’s decision to split its leaderboard makes that difference visible instead of treating the two numbers as interchangeable. The next useful signal is whether separately labeled results establish a consistent pattern across the leaderboard, and whether future benchmarks can test the kind of open-ended work ARC Prize says ARC-AGI-3 does not capture. For now, Astra’s result is strong evidence that the software around a model can be central to benchmark performance.

Sources

  1. arcprize.orgOpenAI's GPT-6 Astra on ARC-AGI-3 | ARC Prize
  2. openai.comPlayco cut manual fixes 50% prototyping games with GPT-6 Astra