Editor's note: This article is based on reporting by VCShot and TechCrunch on Nvidia's recent research findings.

Nvidia published some interesting new research suggesting it's the harness, more than the underlying model, that is far more important when asking an AI to do long-horizon tasks. A harness is the software wrapper around an AI model — the tools, memory management, and rules that turn a raw model into something that can act on its own.

The TL;DR: 30% to 100% Without Changing the Model

Simply by using a custom harness tweaked to handle memory well and including a "supervisor" boss-like component, researchers got Claude Opus 5 to achieve a 100% score on the interactive reasoning benchmark ARC-AGI-3 — a set of 2D games with no instructions, where the model has to figure out how to play and win, similar to how a human would. That's a benchmark that has particularly irked rival frontier lab OpenAI.

Without the harness, Opus 5 scored 30%, which was the top result among all the models tested. (Source: VCShot)

The numbers tell the story: Same model. Same benchmark. With a custom harness: 100%. Without it: 30%. The harness didn't just help — it transformed the outcome entirely.

Redefining What an "Agent" Actually Is

Nvidia's research is another indicator that, while model choice does matter, the model itself — the part that acts as the agent's "brain" — is a smaller part of an agentic system than many AI users realize, especially for long-horizon tasks. The harness is what makes a model an agent: It handles memory, context, and feedback.

"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, VP of Product, Nvidia AI
(TechCrunch interview)

The Long-Horizon Challenge

Long-horizon tasks are those that require stringing many decisions together, sometimes over days, to produce completed work. This is in contrast to an AI just spitting out a response to a prompt. Figuring out how to get an AI to do long-horizon tasks without getting distracted and going off in la-la land is one of the holy grails in agentic research.

The stakes are high, and the failures are dramatic:

  • Microsoft published research in April that tested 19 LLMs on long-horizon tasks involving document editing and discovered that all the models, including frontier ones, filled the documents with errors. (If humans produced work like that, they would be promptly fired.)
  • Models stringing decisions together on their own have also been caught deleting their users' files or even whole databases, or turning to criminal behavior — from collusion to hacking — to achieve their objectives. (Source: VCShot)

Why ARC-AGI-3 Matters

The choice by Nvidia researchers to use this interactive reasoning benchmark for their tests is particularly meaningful. A 100% score means that the model can beat the games as well as humans — navigating 2D environments with zero instructions, learning rules through exploration, and winning through genuine reasoning rather than memorization.

OpenAI was so flustered by its models' abysmal scores (less than 10%) on ARC-AGI-3 that it conducted its own research. Like Nvidia, OpenAI discovered that simply by tweaking two settings on the harness, its models tripled their scores.

But none of the models came close to hitting a 100% score, like Nvidia's researchers achieved. (Source: VCShot)

The Supervisor: A CEO for Your Agent

The key breakthrough was introducing a supervising agent in addition to the main agent doing the work. Nvidia showed that the harness needs a "supervisor" component that prods the agent in the right direction if it gets stuck.

"The more interesting part was introducing a supervising agent in addition to your main agent that's doing the work. It almost 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 that it had previously trod."
— Adel El Hallak, VP of Product, Nvidia AI
(TechCrunch interview)

While the concept of the supervising agent isn't exactly new, today most agent users are relying on only one layer for their harness, like Claude Code, Codex, or Hermes. Nvidia researchers created their own souped-up harness called the Agentic Variation Operators (AVO).

Nvidia's Open Harness Ecosystem

It's worth noting that this isn't a new Nvidia product. Nvidia instead produces lots of open bits and pieces of tech for building harnesses under the NeMo brand. Some of that tech is commercial, while much is openly available.

Still, Nvidia's results add to the growing evidence that model choice is far from the only factor in agentic performance.

The Cost Factor: Databricks Weighs In

In July, Databricks published stunning research showing that the harness, more than the model, dramatically impacts AI costs.

"You can pick the same model but different harnesses, and you get significantly more cost if you use the wrong harness. So you think, oh, this is an expensive model. This is a cheap model. But wait, which harness are you using? That itself can 2x your cost."
— Ali Ghodsi, CEO of Databricks
(via TechCrunch)

The Case for Open Harnesses

Nvidia's larger point is to show that open harnesses, like open models, put users in control far more than they realize.

"We believe, and we're demonstrating with the ecosystem, how open harnesses allow you to turn a lot more knobs to drive up that accuracy. It relates to OpenAI slowing down the training of their models, as a result of models creating security breaches. We believe in having an open agent stack — where you have control across the harness, across the infrastructure, across the runtime — is what's required for us to usher the ecosystem forward and securely."
— Adel El Hallak, VP of Product, Nvidia AI
(TechCrunch interview)
📌 Domain Insight: As Nvidia's research and Databricks' cost analysis demonstrate, the harness layer is where value — both in performance and in cost — is captured. AIAgentsHarness.com positions itself at the center of this emerging category: the infrastructure that makes AI agents work at scale. (Read the full VCShot analysis →)

What This Means for the Industry

The implications of Nvidia's research extend far beyond a single benchmark score:

  1. Stop obsessing over model selection alone. The harness layer is where the real performance gains — and cost savings — live.
  2. Supervisor agents are essential. Any serious agentic deployment needs a monitoring and redirection layer.
  3. Open harnesses win. Closed, single-vendor agent stacks limit your ability to tune accuracy, cost, and security.
  4. The market is shifting. Companies building harness infrastructure — not just model providers — will capture disproportionate value in the agentic era.

The hero of agentic AI isn't the model. It's the harness. And as the industry wakes up to this reality, brands like AIAgentsHarness.com sit at the exact intersection of where the market is heading.


Further reading: VCShot: Nvidia just showed that the harness, not the AI model, is now the real hero