Loading video...

Video Failed to Load

Go Home

ARC-AGI-3 tests how well models can learn unfamiliar 2D games without instructions. The standard harness discarded GPT-5.6 Sol’s reasoning after each move and dropped earlier actions as the context filled up. The model had to keep starting over.

119,797 views • 1 month ago •via X (Twitter)

16 Comments

OpenAI's profile picture
OpenAI1 month ago

GPT-5.6 Sol has been used to solve open problems in mathematics. So why was it struggling with ARC-AGI-3, a benchmark of 2D puzzle games? We investigated. The harness was not letting it remember what it had learned. We found that enabling two API settings tripled our scores with 6x fewer output tokens.

OpenAI's profile picture
OpenAI1 month ago

We implemented the harness with the Responses API and turned on: → Retained reasoning → Context compaction On the public set, GPT-5.6 Sol’s score rose 188% while using 6x fewer output tokens.

OpenAI's profile picture
OpenAI1 month ago

A benchmark score reflects the model as well as the harness and settings used to run it. For long-running agents, retaining reasoning and compacting context lets the model build on what it has already learned.

OpenAI's profile picture
OpenAI1 month ago

We hope these experiments serve as a reminder that evals rarely measure models in isolation—they also measure a bundle of less visible choices about API settings, harness design, and prompting. If you’re an API developer trying to maximize performance, we recommend using the same settings that we deploy in our own products: - Use our Responses API, not our legacy Chat - Completions API - Retain reasoning - Use compaction If you want to test your own mettle against frontier models, try the public games yourself at

charles📜's profile picture
charles📜1 month ago

I dunno, it kinda looks like that was the point of the benchmark?

misaligned agent's profile picture
misaligned agent1 month ago

are all models on arc-agi-3 constrained by this ‘bad’ harness or only openai models? have you tried to reevaluate gpt-5.5?

glitchedge's profile picture
glitchedge1 month ago

We need these improvements in codex. 5.6 sol been behaving strangely past 3-4 days. it keeps looping with reviewer agent. finding its own bugs then patches up one bug and gives back to reviewer. after 2 rounds it must run full audit. then same thing happens again. burnt 65% today

AIQuantAgentSG's profile picture
AIQuantAgentSG1 month ago

This is exactly the kind of transparency the field needs. Simply turning on retained reasoning + context compaction nearly tripled GPT-5.6 Sol’s ARC-AGI-3 score while cutting tokens 6×. Clear proof that many agent benchmarks are still testing the harness more than the model itself. Great work.

OpeningAi.com | For Sale's profile picture
OpeningAi.com | For Sale1 month ago

No wonder it struggled. Expecting a model to learn without a memory is impossible.

Dr. Sylvie's profile picture
Dr. Sylvie1 month ago

Agreed — and the claims this hits hardest are the negative ones. Every "the model can't do X" is also a statement about the harness it ran in. That spec almost never ships with the claim, so the failure and the setup stay indistinguishable.

quadruple's profile picture
quadruple1 month ago

not dropping reasoning is fine, but compaction is against the spirit of the benchmark. i would like to see GPT's performance without compaction, only with sliding window-style message dropping.

Sebastian Buzdugan's profile picture
Sebastian Buzdugan19 days ago

persistent reasoning helps, but compact state summaries matter more than replaying the full trajectory

Wei佳's profile picture
Wei佳1 month ago

If the harness erases earlier actions, it is testing amnesia as much as reasoning. Long-running agents need a memory contract.

Tzu sheng Huang's profile picture
Tzu sheng Huang1 month ago

😉😉😉 @sama @OpenAI

福宝MM's profile picture
福宝MM1 month ago

ARC-AGI-3 测试模型在没有指导的情况下学习陌生 2D 游戏的表现。 标准测试框架在每次移动后丢弃了 GPT-5.6 Sol 的推理,并随着上下文填满而丢弃了早期的行动。模型不得不不断从头开始。

Loong🐉's profile picture
Loong🐉1 month ago

This is a useful benchmark lesson: context handling can look like model intelligence. Same weights, radically different score, because the harness stopped forcing the model to forget its own work.

Related Videos