OpenAI Triples Benchmark Scores With Simple Settings

OpenAI found simple API setting tweaks tripled scores on the ARC-AGI-3 benchmark, proving harness design significantly impacts AI evaluation.

7 min read
Screenshot showing OpenAI GPT-5.6 Sol attempting ARC-AGI-3 puzzles with two different harnesses.
GPT-5.6 Sol's performance on the ARC-AGI-3 benchmark improved drastically with adjusted settings.· OpenAI News

Visual TL;DR. OpenAI models struggle due to Generic harness design. Generic harness design caused Memory is Key. Memory is Key addressed by Tweaked API settings. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts. Generic harness design related to Compaction Cuts Waste. Harness design impacts illustrates Benchmark Realities.

  1. OpenAI models struggle: GPT-5.6 Sol scored 7.8%, GPT-5.5 only 0.4% on ARC-AGI-3 benchmark
  2. Generic harness design: benchmark's simple harness discarded private reasoning after each action
  3. Memory is Key: AI forced to restart problem-solving from scratch every turn
  4. Tweaked API settings: researchers adjusted two simple API settings for model interaction
  5. Tripled benchmark scores: models achieved significantly higher scores on the ARC-AGI-3 benchmark
  6. Harness design impacts: proving how benchmark harness design significantly affects AI evaluation
  7. Compaction Cuts Waste: optimized memory usage by compacting redundant information
  8. Benchmark Realities: highlights the difference between academic and commercial benchmark optimization
Visual TL;DR
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts due to led to demonstrates OpenAI models struggle Generic harness design Tweaked API settings Tripled benchmark scores Harness design impacts From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts due to led to demonstrates OpenAI modelsstruggle Generic harnessdesign Tweaked APIsettings Tripled benchmarkscores Harness designimpacts From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts due to led to demonstrates OpenAI models struggle GPT-5.6 Sol scored 7.8%, GPT-5.5 only 0.4%on ARC-AGI-3 benchmark Generic harness design benchmark's simple harness discardedprivate reasoning after each action Tweaked API settings researchers adjusted two simple APIsettings for model interaction Tripled benchmark scores models achieved significantly higherscores on the ARC-AGI-3 benchmark Harness design impacts proving how benchmark harness designsignificantly affects AI evaluation From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts due to led to demonstrates OpenAI modelsstruggle GPT-5.6 Sol scored7.8%, GPT-5.5 only0.4% on ARC-AGI-3… Generic harnessdesign benchmark's simpleharness discardedprivate reasoning… Tweaked APIsettings researchersadjusted two simpleAPI settings for… Tripled benchmarkscores models achievedsignificantlyhigher scores on… Harness designimpacts proving howbenchmark harnessdesign… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Generic harness design caused Memory is Key. Memory is Key addressed by Tweaked API settings. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts. Generic harness design related to Compaction Cuts Waste. Harness design impacts illustrates Benchmark Realities due to caused addressed by led to demonstrates related to illustrates OpenAI models struggle GPT-5.6 Sol scored 7.8%, GPT-5.5 only 0.4%on ARC-AGI-3 benchmark Generic harness design benchmark's simple harness discardedprivate reasoning after each action Memory is Key AI forced to restart problem-solving fromscratch every turn Tweaked API settings researchers adjusted two simple APIsettings for model interaction Tripled benchmark scores models achieved significantly higherscores on the ARC-AGI-3 benchmark Harness design impacts proving how benchmark harness designsignificantly affects AI evaluation Compaction Cuts Waste optimized memory usage by compactingredundant information Benchmark Realities highlights the difference between academicand commercial benchmark optimization From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai OpenAI models struggle due to Generic harness design. Generic harness design caused Memory is Key. Memory is Key addressed by Tweaked API settings. Tweaked API settings led to Tripled benchmark scores. Tripled benchmark scores demonstrates Harness design impacts. Generic harness design related to Compaction Cuts Waste. Harness design impacts illustrates Benchmark Realities due to caused addressed by led to demonstrates related to illustrates OpenAI modelsstruggle GPT-5.6 Sol scored7.8%, GPT-5.5 only0.4% on ARC-AGI-3… Generic harnessdesign benchmark's simpleharness discardedprivate reasoning… Memory is Key AI forced torestartproblem-solving… Tweaked APIsettings researchersadjusted two simpleAPI settings for… Tripled benchmarkscores models achievedsignificantlyhigher scores on… Harness designimpacts proving howbenchmark harnessdesign… Compaction CutsWaste optimized memoryusage by compactingredundant… BenchmarkRealities highlights thedifference betweenacademic and… From startuphub.ai · The publishers behind this format

OpenAI's advanced AI models struggled on the ARC-AGI-3 benchmark until researchers tweaked two API settings, according to a new OpenAI News publication. The models, including GPT-5.6 Sol, initially scored poorly, with GPT-5.6 Sol managing only 7.8% and GPT-5.5 scoring a mere 0.4%.

This performance on the 2D puzzle game benchmark was perplexing, given the models' success on complex math problems and other games like Pokémon FireRed. The issue wasn't inherent model weakness, but rather the benchmark's generic harness design.

The ARC-AGI-3 benchmark, designed to test AI reasoning without explicit instruction, uses a simple harness to make model shortcomings apparent. This contrasts with commercial developers who optimize harnesses for specific model features.

Memory is Key

The core problem identified was how the benchmark's harness discarded private reasoning after each action. This forced the AI to restart its problem-solving process from scratch every turn, unable to retain its thought process or past actions due to a rolling truncation window.

StartupHub.ai data indicates OpenAI's own platforms, like Codex, score highly on AI capabilities with a score of 47/100, but benchmarks are a different challenge. When OpenAI applied its own OpenAI Responses API, which retains reasoning, GPT-5.6 Sol's performance improved significantly.

With retained reasoning, the model spent less time analyzing each step and developed more coherent strategies, improving its learning over time.

Compaction Cuts Waste

Further gains came from enabling 'compaction,' another feature of the OpenAI Responses API. This setting replaces the benchmark's rolling truncation, which discards older information as context grows.

Compaction allowed GPT-5.6 Sol to better preserve learned game mechanics over longer sessions. This resulted in higher scores and, notably, a 6x reduction in output tokens compared to the original harness.

The combination of retained reasoning and compaction tripled scores on the public task set, boosting GPT-5.6 Sol's performance from 13.3% to 38.3% against the official harness. This is still below the estimated human average of 48%, but represents a massive leap.

Benchmark Realities

OpenAI emphasizes that evaluations rarely test models in isolation. They are also influenced by API settings and harness design.

For developers aiming for peak performance, OpenAI recommends using their Responses API with retained reasoning and compaction, mirroring their production setups for ChatGPT and Codex.

The findings serve as a reminder that benchmark results must be interpreted with an understanding of the evaluation environment. Anyone looking to test their own AI against these challenges can try the ARC-AGI-3 benchmark at arcprize.org/tasks.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.