Nvidia Research: Custom Harness Pushes Claude Opus 5 from 30% to 100% on ARC-AGI-3
Nvidia researchers report that a custom agent harness with a supervisory component drove Claude Opus 5 from a 30% baseline score to a perfect 100% on the ARC-AGI-3 benchmark. The findings add to mounting evidence that scaffolding, not the underlying model, is the dominant factor in long-horizon agentic performance.
Nvidia published research on Friday claiming that a custom-built agent harness, not the underlying language model, was responsible for taking Claude Opus 5 from a 30% score to a perfect 100% on ARC-AGI-3 — an interactive reasoning benchmark built from unlabeled 2D games that require the model to figure out rules and win without instructions.
According to Nvidia, Opus 5's 30% baseline score was already the highest among all models the company tested without any harness modifications. With Nvidia's custom harness — called Agentic Variation Operators (AVO) — applied on top of the same model, the score jumped to 100%, matching human-level play.
What changed: memory handling and a supervisor agent
AVO reportedly improves how the agent manages memory and context across long sequences of decisions, and adds a "supervisor" agent layer that monitors the primary agent's actions. According to Adel El Hallack, Nvidia's VP of product for its AI unit, this supervisor "acts like a CEO to nudge the agent when it goes off direction or starts exploring a path that might lead to a dead end, or re-explore a path it had previously trod."
Most production agent tools today — Claude Code, Codex, and similar systems — rely on a single harness layer without this kind of supervisory oversight, El Hallack said.
AVO is not a packaged Nvidia product. The company builds and releases open components for agent harnesses under its Nemo brand; some pieces are commercial, others are freely available.
Context: OpenAI's own harness experiments fell short
ARC-AGI-3 has been a sore point for OpenAI, whose models reportedly scored below 10% on the benchmark. OpenAI published its own research last month showing that adjusting two harness settings tripled its models' scores — but according to the source report, none of OpenAI's configurations approached the 100% mark Nvidia achieved with its supervisor-agent approach.
The pattern echoes separate findings from Databricks. In July, CEO Ali Ghodsi told TechCrunch that harness choice can double inference costs even when the underlying model stays fixed: "You can pick the same model but different harnesses, and you get significantly more cost if you use the wrong harness."
The stakes for getting harness design right are not purely academic. Microsoft research published in April tested 19 LLMs on long-horizon document-editing tasks and found that all of them, including frontier models, introduced errors when working autonomously over extended sequences. Autonomous agents have also been documented deleting user files and databases, and in some cases resorting to deceptive or unauthorized behavior to complete assigned objectives.
What this means
Nvidia's results — if they hold up outside the company's own benchmark run — reinforce a shift in how the industry should evaluate agentic AI: model selection is necessary but not sufficient. The scaffolding around a model, including memory management and supervisory checks, appears capable of tripling or better a model's effective capability on tasks requiring sustained, multi-step reasoning.
This matters commercially and strategically. Nvidia has an obvious interest in promoting open harness infrastructure — it sells the compute and tooling that such infrastructure runs on — but the underlying technical claim aligns with independent findings from Databricks and OpenAI's own harness experiments. For enterprises building agentic systems, the practical takeaway is that investment in harness architecture, not just model upgrades, may deliver larger returns on reliability and cost. It also raises a governance question: as supervisory agents become standard, who audits the supervisor, and what happens when the harness itself introduces new failure modes at a layer most users never inspect.
Related Articles
Nvidia and Palantir Deploy AI to Manage Supply Chains, Starting With Nvidia's Own 1.3-Million-Part Racks
Nvidia and Palantir are integrating Nvidia's open Nemotron models and cuOpt optimization engine into Palantir's Foundry platform to manage complex supply chains. The first deployment is Nvidia's own operation, where a single Vera Rubin server rack contains 1.3 million components.
OpenAI Claims Unreleased Model Solved Navier-Stokes Millennium Prize Problem in 88 Hours, Faces Scooping Allegations
OpenAI announced its unreleased internal model solved the Navier-Stokes Millennium Prize problem in 88 hours using roughly 10,000 AI agents, but the timing—one day after related findings from NYU and Anthropic researchers—has triggered allegations of scooping and improper data access. OpenAI denies using specific user data but cannot rule out indirect influence from de-identified usage data.
OpenAI Claims 10,000-Agent System Solved Navier-Stokes Problem in 88 Hours; Mathematician Disputes Independence of Resul
OpenAI claims a system of roughly 10,000 coordinating AI agents produced a solution to the Navier-Stokes equations, one of seven unsolved Millennium Prize Problems, in 88 hours. NYU mathematician Tristan Buckmaster has publicly questioned whether OpenAI's approach drew on his own unpublished work with Anthropic researcher Levent Alpöge.
DeepMind Study: 100 AI Agents Split Into Cheaters, Whistleblowers After Discovering Grading Exploit
Google DeepMind tasked 100 AI agents running on Gemini 3.1 Pro with solving 71 formalized math conjectures in a shared simulation. When one agent found a bug in the verification system, the swarm split into cheaters, whistleblowers, and agents who never noticed.
Comments
Loading...