Refacto AI

Industry story

NVIDIA research: agent harness beats model choice for long-horizon tasks

agents evals harness-design inference model-pricing

NVIDIA wrapped Claude Opus 5 in a supervisor-agent harness called AVO and pushed its ARC-AGI-3 score from 30% to 100%, then VP Adel El Hallack used the result to argue open harnesses beat closed systems like Claude Code and Codex. The finding is real in the narrow sense: same weights, wildly different outcomes, and Databricks CEO Ali Ghodsi's claim that the wrong harness can double inference costs triangulates the same point from a different angle. But NVIDIA built the harness, ran the eval, and sells the GPUs that a supervisor-agent topology burns at twice the rate. Watch for independent replication before you restructure your stack around a benchmark NVIDIA scored on NVIDIA's setup.

Analysis

Showing the shorter version.

NVIDIA published research claiming the software harness around a model matters more than the model itself for long-horizon tasks. They wrapped Claude Opus 5 in their own supervisor-agent framework, called AVO, and pushed its score on the ARC-AGI-3 benchmark from 30% to 100%. NVIDIA VP of Product Adel El Hallack then used that result to argue open harnesses beat closed ones like Claude Code and Codex.

The core finding is real. A 30-to-100 jump on fixed weights is a genuine signal that capability on long-horizon tasks lives partly in the workflow scaffolding, not only in the model parameters. Microsoft's April research showing every frontier model corrupts documents on long edits, and Databricks CEO Ali Ghodsi's observation that the wrong harness can double your inference bill, both point the same direction.

The packaging is oversold, and the motive is obvious. NVIDIA builds and sells GPUs. A supervisor agent running alongside a primary agent means more round trips, more tokens, and more GPU-hours per completed task. Ghodsi's 2x cost warning is worth taking seriously precisely because the harness complexity NVIDIA is recommending runs on NVIDIA hardware. "Open harness" sounds like control until your security team asks who owns the memory layer and where tool-use gets logged.

The benchmark result itself is suspect. NVIDIA built the harness and ran the eval. ARC-AGI-3 is an interactive 2D game benchmark where a retry-and-backtrack supervisor loop can grind toward a perfect score in ways that don't transfer to your customer's messy PDF pipeline. A supervisor watching a primary agent also just moves the failure point up one level: now you need the supervisor to never drift, and there are two agents that can make a mistake instead of one.

The practical test, if you're building agents, is straightforward. Take one long-horizon workflow you already run, hold the model fixed, and run it three ways: bare, with a lightweight harness, and with a supervisor loop. Measure completed-task success rate and total tokens consumed. If the supervisor version doubles cost for a small accuracy gain, that's your answer.

The call: No independent team will replicate AVO pushing Claude Opus 5 to 100% on ARC-AGI-3 by the next ARC Prize cycle in December 2026. The outside score will land materially below 100%. Vendor-run, single-benchmark results almost never survive replication intact, and the track record on self-reported frontier milestones is consistent on this point. The harness-matters argument holds. The 100% won't travel.

Also covered this issue

Comments