The Model Scored 30%. The Harness Scored 100%. That Gap Is an Investment Thesis.
Last week Nvidia published a quiet result that went mostly unnoticed outside chip circles. Its AVO framework — a software wrapper around an AI model, handling memory, tool access, and a supervisor agent that intervenes when the main agent stalls — lifted Claude Opus 5 from a 30% score on ARC-AGI-3 to a perfect 100%, clearing all 183 reasoning levels. The media framed it as a benchmark story. It isn't.
ARC-AGI-3, the interactive reasoning benchmark built to resist memorization, generates its puzzles procedurally; nothing can be crammed. Frontier models top out around 30% on it. The move from 30 to 100 came entirely from architecture built outside the model: how context gets fed, how failed paths get flagged, how a dedicated supervisor redirects the main agent before it loops in circles. Nvidia didn't change the model. It changed the wrapper.
A harness, in software terms, is the orchestration layer that sits around a model at runtime. It controls what the model receives, which tools it can call, what it holds in working memory between steps, and who checks its work. These aren't model capabilities. They're engineering choices — and engineering choices can be owned.
The value implication is direct. A model provider sells inference capacity. A company that builds the harness for a specific domain (credit underwriting in Brazil, trade compliance in cross-border payments, fraud detection in real-time settlements) controls the actual product. The model is a component. The harness is the thing users pay for, and the thing they can't easily replace.
This isn't hypothetical in Brazil. Nubank presented its SimulationMaxxing framework at the KDD 2026 conference: an evaluation and orchestration harness built on behavioral data from 135 million customers that ships AI agents 20 times faster than peers. The moat isn't which model Nubank rents. It's the orchestration infrastructure tuned to the behavioral patterns of Brazilian credit, fraud, and collections. Any competitor can access the same foundation model. None of them have the same harness.
The same logic holds across Brazilian fintech. A credit origination agent, a fraud-monitoring system, a collections supervisor — each gains performance not from the underlying model, which any company can rent for fractions of a cent per token, but from the contextual rules, the domain-specific memory, and the failure-recovery logic built around it. Nvidia measured the performance delta. The gap between 30 and 100 is where proprietary harnesses live.
There's a structural consequence for how to think about AI investment. Model providers are becoming infrastructure. Application-layer companies that control the harness — the workflow, the memory architecture, the supervisor logic — are building the defensible product. As inference costs fall and models commoditize further, the harness becomes the durable source of margin. Nvidia's benchmark makes this concrete rather than theoretical.
Nvidia designed AVO to optimize CUDA GPU kernels — a task requiring the agent to inspect code, form hypotheses, run hardware tests, and revise in loops over hours. The architecture that solved that problem looks, structurally, identical to what good credit-scoring AI or real-time fraud detection requires: domain context, memory across steps, a supervisor that catches when the main agent is going nowhere. The question isn't whether harness architecture matters. Nvidia just answered that. The question is who builds the domain-specific harness for Brazilian financial services, and whether their proprietary data is already inside it.
| Condition | ARC-AGI-3 Score |
|---|---|
| Claude Opus 5 (standalone, no harness) | 30% |
| Claude Opus 5 + Nvidia AVO harness | 100% |
| Total levels cleared by AVO | 183 of 183 |
| Performance multiplier from harness alone | 3.3× |
| Nubank agent deployment speed vs. peers (SimulationMaxxing harness) | 20× faster |
Frequently asked questions
What is ARC-AGI-3 and why does it matter for AI evaluation?
ARC-AGI-3 is an interactive reasoning benchmark designed to resist memorization by generating its puzzles procedurally. Unlike tests that can be passed by training on the same data, ARC-AGI-3 requires genuine reasoning across novel patterns, making it a better proxy for real-world agent capability than static datasets.
What is Nvidia's AVO framework?
AVO (Agentic Variation Operators) is a software harness developed by Nvidia that wraps around a foundation AI model and adds memory management, tool access, and a supervisor agent that monitors the main agent and redirects it when it stalls or loops. Nvidia originally built AVO to optimize CUDA GPU kernels — tasks requiring multi-step inspection, hypothesis-forming, and test-and-revise cycles over many hours.
Why does harness architecture matter more than the model for enterprise AI in fintech?
For long-horizon tasks such as credit underwriting, fraud detection, and collections management, performance depends on how context is fed to the model, how failed paths are handled, and how state is maintained across many steps — all determined by the harness, not the model. Companies that build domain-specific harnesses for their industry workflows own the performance advantage regardless of which underlying model they use.