English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Nvidia AVO Achieves Perfect Score on ARC-AGI-3: Harness Matters More Than Model

Forum topic · QianXun · 2026-08-23

Summary

Nvidia published a technical blog on August 21 describing AVO (Agentic Variation Operators), a scaffolding layer wrapped around Anthropic's Claude Opus 4.5 that lifted the model's score on the ARC-AGI-3 benchmark from a bare 30% to a perfect 100% — clearing all 25 environments and 183 levels in just 6,624 steps. The underlying model was unchanged; only the surrounding harness was redesigned. AVO delivers this gain through two mechanisms: persistent memory that carries prior implementations, evaluations, and reasoning chains across iterations instead of rebuilding context every turn, and a lightweight supervisor that monitors the main agent's search trajectory, intervening only when progress stalls or loops appear. The same architecture, applied to GPU operator optimization, ran for seven days, explored over 500 directions, and produced 40 kernel submissions up to 10.5% faster than FlashAttention-4 on DGX B200. The result underscores a broader shift: long-horizon task performance is bottlenecked by scaffolding — memory management, supervision, and recovery — rather than by the base model's capabilities.

Key points

  • AVO in one line: A scaffolding layer ("harness") around Claude Opus 4.5 that lifts ARC-AGI-3 from 30% to 100% — 25 environments, 183 levels, 6,624 steps — without changing the model itself.
  • Two mechanisms behind the gain:
  • *Persistent memory* — keeps prior implementations, evaluations, and reasoning chains across iterations instead of rebuilding context every turn.
  • *Supervisor* — a lightweight overseer that watches the main agent's search trajectory and intervenes only when progress stalls or loops appear. The main agent decides what to change, test, and submit; the supervisor only redirects when momentum dies. This division of labor lets the loop run for hundreds of cycles without derailment.
  • Beyond benchmarks: Applied to GPU operator optimization, AVO ran for seven days, explored over 500 directions, submitted 40 kernel versions, and produced kernels up to 10.5% faster than FlashAttention-4 on DGX B200. The same harness, swapped to a different interface, yielded a perfect benchmark score.
  • Why it matters: Long-horizon task performance is bottlenecked by scaffolding, not by the base model. Same Claude Opus 4.5, with vs. without the harness, differs by 70 percentage points. Databricks and Microsoft (April test of 19 models on long-horizon document editing) reported analogous findings.
  • Competitive implication: As base models commoditize, the "architecture war" is shifting from training better models to building better harnesses — memory management, supervisor design, and failure recovery. For AI coding products (Copilot Autopilot, oncall-kit, autonomous delivery agents), the defensible moat lives in the orchestration layer, not the underlying LLM.
  • Context flags: AVO is a research artifact, not an Nvidia product. Nvidia's commercial scaffolding components ship under the Nemo brand, many of them open source. ARC-AGI-3 is human-designed puzzles testing agents that must infer rules from scratch — a benchmark whose ceiling will likely shift in response.
  • Source reference

  • Project: AVO on GitHub (Agentic Variation Operators)
  • Benchmark: ARC-AGI-3, 25 environments / 183 levels
  • Baseline: Claude Opus 4.5 bare score 30% (highest among tested models); OpenAI models scored below 10%
  • Compute footprint: 6,624 steps for the ARC run; 7-day GPU optimization run exploring 500+ directions, 40 kernel submissions
  • Hardware: DGX B200, kernels compared against FlashAttention-4 (up to 10.5% speedup)

Takeaway

The model is sufficient. The bottleneck is the harness.

Tags

#nvidia#avo#agentic-variation-operators#arc-agi-3#claude-opus#agent-scaffolding#long-horizon-tasks#gpu-kernel-optimization

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178633876