How enabling two settings tripled our scores on the ARC-AGI-3 benchmark
Summary
A team found that GPT-5.6 Sol's performance on ARC-AGI-3, a benchmark testing AI agents' ability to learn and reason about unfamiliar 2D puzzle games, improved dramatically from 13.3% to 38.3% by enabling two API settings: retained reasoning (keeping the AI's internal thoughts between actions) and compaction (a token optimization technique, where tokens are the basic units of text the AI processes). The benchmark's original harness discarded the model's private reasoning after each action and used a rolling truncation window (removing older history as new information arrived), preventing the AI from remembering its past thinking and learning effectively.
Solution / Mitigation
The source explicitly mentions the fix: implement the ARC-AGI-3 harness with the Responses API, which 'makes it easy to manage context: for GPT-5.6, passing the previous response ID automatically retains reasoning across tool calls and turns.' The text states the team enabled 'retained reasoning and compaction' settings 'used in ChatGPT and Codex' to achieve the performance improvement.
Classification
Affected Vendors
Related Issues
Original source: https://openai.com/index/how-two-settings-tripled-our-arc-agi-3-scores
First tracked: July 29, 2026 at 08:01 PM
Classified by LLM (prompt v3) · confidence: 85%