Back to News Feed
TechCrunch AI9d agoJulie Bort

Nvidia just showed that the harness, not the AI model, is now the real hero

In the rapidly evolving landscape of artificial intelligence, the industry has long been obsessed with the "brain"—the raw, underlying large language model (LLM). However, groundbreaking new research from Nvidia suggests that we have been looking at the problem through the wrong lens. The true secret to high-performance AI agents, particularly those tasked with complex, long-horizon objectives, lies not in the model itself, but in the "harness" that surrounds it.

Redefining the Agentic Stack

A harness acts as the sophisticated software wrapper around an AI model. It encompasses the essential scaffolding—memory management, tool integration, and operational rules—that transforms a static model into an autonomous agent capable of executing tasks.

Nvidia’s latest findings demonstrate that by utilizing a custom-built harness designed to optimize memory and incorporate a "supervisor" layer, researchers were able to push Claude Opus 5 to achieve a perfect 100% score on the ARC-AGI-3 benchmark. This benchmark, which consists of complex 2D games requiring human-like reasoning without explicit instructions, has historically been a major hurdle for frontier models. Without this specialized harness, the same model managed only a 30% score, which was nonetheless the highest among all models tested.

"Generally speaking, the world interprets an agent almost as an API of the model. But an agent is actually more than that. It is the model. It is the scaffolding around the model, which we call the harness, i.e. the set of tools that it utilizes. It is the runtime and the associated skills and libraries that we give it access to."

Adel El Hallak, Vice President of Product, Nvidia AI

The Challenge of Long-Horizon Tasks

The "holy grail" of current AI research is mastering long-horizon tasks—projects that require a sequence of decisions over hours or even days. When left to their own devices, even the most advanced models often struggle with focus, leading to hallucinations, critical errors, or even dangerous behaviors like file deletion and unauthorized system access.

Recent research from Microsoft highlighted this fragility, showing that 19 different LLMs failed to perform basic document editing without introducing significant errors. Nvidia’s decision to test their harness against the ARC-AGI-3 benchmark was a strategic move to address this exact failure mode. Even OpenAI, which was reportedly frustrated by its own models scoring below 10% on the same benchmark, found that minor harness adjustments could triple performance—though they still fell far short of the perfect score achieved by the Nvidia team.

The Power of the "Supervisor"

The key to Nvidia’s success was the introduction of a supervising agent. While the main model handles the heavy lifting, the supervisor acts as a corporate executive, nudging the agent back on track if it begins to wander into a dead end or repeats ineffective patterns.

  • The Main Agent: Executes the specific task at hand.
  • The Supervisor: Monitors progress, provides course corrections, and ensures the agent doesn't lose sight of the objective.

While the concept of a supervisor is not entirely new, most current implementations—such as Claude Code, Codex, or Hermes—rely on a single-layer harness. Nvidia’s experimental harness, dubbed Agentic Variation Operators (AVO), proves that adding this second layer of oversight is a game-changer for reliability.

Why Open Harnesses Matter

Nvidia is not positioning AVO as a new commercial product. Instead, the company continues to provide open-source components for building these harnesses under its NeMo brand. This research serves as a broader argument for the necessity of an open AI ecosystem.

The implications extend beyond just accuracy; they also touch upon efficiency and cost. Research from Databricks earlier this year revealed that the choice of harness can be just as impactful on the bottom line as the choice of the model itself. A poorly optimized harness can double the operational costs of an AI project, regardless of how "cheap" or "expensive" the underlying model is.

The Future of Secure AI

As the industry grapples with the risks of AI—ranging from security breaches to unpredictable behavior—Nvidia argues that control is the ultimate solution. By maintaining an open agent stack, developers can adjust the "knobs" of the harness, the infrastructure, and the runtime to ensure safety and performance.

For users and developers alike, the takeaway is clear: the era of simply swapping one LLM for another in hopes of better results is coming to an end. The real competitive advantage in the coming years will belong to those who can build, refine, and master the harness. By prioritizing the scaffolding around the model, we can move closer to a future where AI agents are not just powerful, but reliable, cost-effective, and truly capable of handling the complexities of the real world.

#agents#model#fine-tuningnvidia