Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


Two API settings tripled GPT-5.6 Sol’s ARC-AGI-3 score — OpenAI says the harness, not the model, was the problem

GPT-5.6 Sol can crack open math problems, yet it scored a laughable 13.3% on ARC-AGI-3, a set of 2D puzzle games. On July 31 OpenAI published the autopsy, and the culprit wasn’t the model.

The harness was starving the model

The official ARC-AGI-3 runner throws away the model’s reasoning after every single move, and once context fills up it deletes the earliest actions. So the agent keeps waking up amnesiac, re-deriving the game from scratch every turn. Flip on two switches in the Responses API — retained reasoning (carry the chain of thought across turns) and compaction (summarize old context instead of dropping it) — and the score jumps to 38.3%. It also spent 6x fewer output tokens.

Why devs care

This isn’t a new model launch. It’s OpenAI admitting a benchmark measures your harness as much as your weights. Any developer building agents can reproduce it today: same two parameters, same API, no fine-tuning. The uncomfortable takeaway — good context engineering can beat several model upgrades stacked together.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment