---
title: "Nvidia just showed that the harness, not the AI model, is now the real hero"
url: https://daily.dev/posts/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the-real-hero-xhs3liky3
source_url: https://techcrunch.com/2026/08/21/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the-real-hero
type: article
source: "TechCrunch"
published: 2026-08-21T19:45:52.957Z
updated: 2026-08-22T21:19:16.876Z
tags: ["ai-agents", "nvidia", "claude"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

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

**[TechCrunch](https://daily.dev/sources/tc)** · 5 min read · 0 upvotes · 0 comments

## Summary

Nvidia research published on the ARC-AGI-3 interactive reasoning benchmark shows that Claude Opus 5, when run through a custom harness with memory handling and a supervisor agent, achieved a 100% score, versus only 30% without the harness (the best raw-model score among all tested). This is evidence that the scaffolding around a model, called the harness, matters more for long-horizon agentic tasks than the underlying model itself. OpenAI's own harness tweaks tripled its scores but still fell far short of 100%. Databricks research is cited separately showing harness choice can also double inference costs regardless of model choice. Nvidia frames this as an argument for open harnesses (its Nemo ecosystem) giving users more control than open or closed models alone.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://techcrunch.com/2026/08/21/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the-real-hero>

## Questions this post answers

### What score did Claude Opus 5 get on ARC-AGI-3 with and without a custom agent harness?

Claude Opus 5 scored 100% on the ARC-AGI-3 interactive reasoning benchmark when run through Nvidia's custom Agentic Variation Operators (AVO) harness, which included memory handling and a supervisor component. Without the harness, the same model scored only 30%, which was still the best result among all models tested without a custom harness.

_Anyone weighing model versus harness choices for agentic tasks tracks benchmarks like this on daily.dev._

### How much did OpenAI improve its ARC-AGI-3 scores by tweaking its agent harness settings?

OpenAI tripled its models' ARC-AGI-3 scores simply by tweaking two settings in the harness, though the results still stayed under 10% before tweaking and never approached the 100% Nvidia achieved with a supervisor-equipped harness. This came after OpenAI's models initially scored poorly, prompting its own internal research into harness tuning.

_Developers comparing agent harness strategies across labs follow these results on daily.dev._

### Can the choice of agent harness affect AI inference costs even when using the same model?

Yes, Databricks research found that using the wrong harness with the same underlying model can double inference costs. Databricks CEO Ali Ghodsi noted that cost differences often blamed on model choice are actually caused by harness inefficiency, since the same model run through different harnesses produces significantly different costs.

_Teams budgeting for agentic workloads track harness-versus-model cost findings on daily.dev._

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#nvidia](https://daily.dev/tags/nvidia), [#claude](https://daily.dev/tags/claude)

[View this post on daily.dev](https://daily.dev/posts/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the-real-hero-xhs3liky3)
