Skip to content
Agentsstrong signalverified

Nvidia's harness takes Claude Opus 5 from about 30% to a perfect ARC-AGI-3 score

Nvidia published a run in which AVO, its agent architecture, scores 100.00 RHAE on ARC-AGI-3 and clears all 183 levels across 25 environments. The same model evaluated on its own scores about 30%. In the same post Nvidia writes that the comparison is not a controlled ablation, and that sentence did not survive into the coverage.

By Redakcija WebAiRadarPublished 3 min readwritten by a model
Image: NVIDIA

Source

NVIDIA AVO Reaches 100% on ARC-AGI-3

NVIDIA Technical Blog · Original published August 21, 2026

The number is the kind that gets repeated without its footnote, so start with both halves. On August 21 Nvidia reported that AVO, its agent architecture running on Claude Opus 5, finished every level of the ARC-AGI-3 public set. The ARC Prize baseline for that model evaluated alone, at high reasoning effort, is roughly 30%. Nvidia is also explicit that the two figures do not sit in the same experiment.

What was measured

The metric is RHAE, Relative Human Action Efficiency, which Nvidia describes as combining task completion with per-level action efficiency measured against first-time human baselines. AVO scores 100.00 on it, having completed all 183 levels across 25 environments using 6,624 environment actions.

ARC-AGI-3 is not a question-answering benchmark. Each environment is an interactive world the agent has to explore, form a theory about, and act in over many steps. That shape is why the harness matters at all: what changes between 30% and a perfect score is not the model's knowledge but how it is fed context, allowed to use tools, made to keep state, and helped to recover after a failure.

What it is compared against, and how carefully

There are two comparisons in the post and they are not equivalent. Against VISTA, another harness running on the same Claude Opus 5, AVO finished the same 183 levels using 6,624 actions to VISTA's 7,542 — about 12% fewer. That is a like-for-like comparison: same model, same levels, two harnesses.

The second comparison is the one that traveled. The roughly 30% figure is ARC Prize's evaluation of Claude Opus 5 on its own, and Nvidia says so, calling it model-level evaluation as distinct from its own system-level result. It then adds the sentence worth keeping: the comparisons should not be interpreted as a controlled ablation, because the systems differ in architecture, in how they represent what they observe, and in implementation.

So the honest reading is not that a harness turns 30% into 100%. It is that two differently built systems, one of them a bare model evaluation, produced very different numbers, and nobody has isolated which part did the work.

What the paper actually covers

AVO is described in a preprint from March 2026, and its worked example is not ARC-AGI-3 at all. The paper applies the method to attention kernel optimization on Blackwell GPUs, where the discovered kernels beat cuDNN by up to 3.5% and FlashAttention-4 by up to 10.5% on multi-head attention, and by 7.0% and 9.3% on grouped-query attention. Initial discovery took seven days; adapting it to grouped-query attention took 30 minutes.

The method replaces the fixed mutation and crossover operators of an evolutionary search with agents that consult the current lineage, a domain knowledge base and execution feedback, then propose, repair, critique and verify edits. The preprint has not been peer reviewed.

What follows from this

If you build agents, the practical lesson is that the scaffolding is a design surface with double-digit consequences, not a thin wrapper you write once and forget. Context assembly, tool access, state, and failure recovery are where the difference lives.

If you read benchmark numbers, the lesson is narrower and older: a system score and a model score are not the same measurement, and a vendor that says so in its own post has done more than most. The number to carry away is the one with the controlled comparison behind it — 12% fewer actions than another harness on the same model.

Sources

BrandsClaude

Related

Agentsmedium signal

A proxy that stripped one header was doubling Claude Code's API bill

Version 2.1.239 fixes streaming on Bedrock behind proxies that remove the response Content-Type header. Claude Code silently fell back to re-running every turn without streaming, and each turn was billed twice. The same release makes cost estimates show the 1.1× premium that data-residency workspaces pay.

Anthropicverified

CHATGPT FOR MACiMessagereads and sends, only after you approve
Agentsmedium signal

ChatGPT now reads and sends your Apple Messages, on the Mac only

A plug-in in the ChatGPT desktop app reads and searches your iMessage, SMS and RCS threads and sends messages through Messages on your behalf. By default nothing goes out until you approve both the text and the recipients. There is a switch that removes that step, and OpenAI's own documentation argues against using it.

OpenAIverified

Screenshot of the GitHub Copilot panel inside Slack, under the heading "The new GitHub Copilot experience in Slack".
Agentsmedium signal

GitHub Copilot moved into Slack and Microsoft Teams on the same day

Both shipped on August 21 in public preview. Mention @GitHub in a channel and the agent triages issues, investigates failures, writes changes in a cloud sandbox and opens a pull request, with the conversation attached. The interesting part is not the capability list, which is familiar, but the room it moved into: the place where work gets discussed rather than written.

GitHubverified