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
Anthropic Claims Claude Agents Beat Industry Hit Rates in Autonomous Protein Design Trials
Anthropic published two experiments showing Claude models autonomously running open-source protein design software end-to-end, claiming hit rates of 26.8% against an industry baseline of 10-15%. Independent verification of the results is still pending.
NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads
NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.
NVIDIA Releases Nemotron 3.5 Lightning: 30B MoE Model with 1M Token Context and 3B Active Parameters
NVIDIA released the full-precision BF16 reference weights for Nemotron 3.5 Lightning, a 30B-parameter Mixture-of-Experts model with only 3B active parameters and support for up to 1 million tokens of context. The model uses a hybrid Mamba-2, MoE, and Attention architecture and is licensed under OpenMDW-1.1 for commercial use.
Nvidia Reportedly Building Trillion-Parameter Nemotron 4 to Match Chinese Open Models
Nvidia is reportedly building Nemotron 4, an open-weight model with at least one trillion parameters — double the size of Nemotron 3 Ultra. The company has tripled its cloud spending on in-house training to $28 billion through 2031, with an earliest possible release this fall.
Comments
Loading...