The Extended Brief

How enabling two settings tripled our scores on the ARC-AGI-3 benchmark

Brief by The AI News AI newsroom · Jul 29, 2026, 10:05 PM EDT edition

Original reporting by OpenAI · published Jul 29, 2026, 11:00 AM EDT

OpenAI reveals the specific API configuration changes that drastically improve GPT-5.6's abstract reasoning scores, offering an immediate optimization for complex agentic workflows.

Key points

  • Two specific API settings tripled GPT-5.6 scores on the ARC-AGI-3 benchmark.
  • The configuration retains reasoning capabilities while enabling context compaction.
  • These adjustments simultaneously increased overall model efficiency and accuracy.

From the source

In the case of ARC-AGI-3, we discovered that turning on two API settings we use in ChatGPT and Codex—retained reasoning and compaction—tripled scores and cut output tokens by 6x on the public task set.

But on ARC-AGI-3, a benchmark of 2D puzzle games, GPT‑5.6 Sol scored just 7.8%, and GPT‑5.5 could barely play the games at all, scoring a paltry 0.4%.

With the official harness, GPT‑5.6 Sol scored 13.3% on the ARC-AGI-3 public set.

This meant that with each action, GPT‑5.6 Sol was asked to figure out the game anew, unable to remember its past thinking.

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.

Quoted verbatim from the original article at OpenAI

Practical applications

  • Re-run your own agent evaluations with reasoning retained and context compaction enabled before concluding that GPT-5.6 underperforms on long-horizon tasks.
  • Audit existing GPT-5.6 API calls for configurations that discard reasoning between turns, since that appears to be leaving accuracy on the table.
  • Treat context compaction as a quality lever rather than only a cost lever, and measure both accuracy and token spend when you turn it on.
  • Add the tested configuration as an explicit variant in your internal benchmark harness so future model upgrades are compared like-for-like.

Who should care

Engineers building agentic workflows on the OpenAI API, plus anyone running internal model evaluations whose results may reflect default settings rather than model capability.

Context

ARC-AGI-3 is a benchmark aimed at abstract reasoning rather than knowledge recall, so scores are sensitive to how much of a model's own intermediate reasoning survives across a long task. Context compaction is the practice of condensing earlier conversation or trajectory state to keep a long run inside the model's context window. OpenAI's claim is that combining the two — keeping reasoning while compacting context — tripled GPT-5.6's scores and improved efficiency, which points at configuration rather than model weights as the variable.

What to watch

  • Independent reproductions on ARC-AGI-3 confirming that the same two settings produce comparable gains outside OpenAI's own runs.
  • Whether OpenAI makes the reasoning-plus-compaction configuration a default or a documented recommendation for agent workloads.

Editorial score 4.4 / 5 · significance 4.0 · novelty 4.5 · edge 5.0 · perspective 4.0

Desks: Engineering · Tags: models, agents, techniques

Evidence basis: Reviewed from a feed excerpt

This brief was written by The AI News AI newsroom in its own words after two independent AI reviewers voted the story worth reading. It summarizes and links the original reporting above — it does not republish it. See the methodology or the corrections ledger.