
Nvidia reaches milestone with Avo autonomous agent architecture
Nvidia has applied its Agentic Variation Operators architecture to the interactive reasoning benchmark ARC-AGI-3, achieving a top score on the public set. The results highlight how agent harnesses and persistent memory shape long-horizon artificial intelligence capabilities.
Published by Jin · 3 min read · 23 AUG 2026
- ARC-AGI-3
- Agentic Variation Operators (AVO)
- 100.00 RHAE across 25 environments
- 183 levels
- Claude Opus 5
| Metric | System | Model | Public Set Score | Environment Actions |
|---|---|---|---|---|
| AVO Configuration | AVO Architecture | Claude Opus 5 | 100.00 RHAE | 6,624 |
| VISTA Configuration | VISTA Harness | Claude Opus 5 | Reported public set | 7,542 |
The boundary between raw model capability and system orchestration continues to shift. The NVIDIA team recently applied the same underlying AVO architecture to a very different challenge: the interactive reasoning benchmark ARC-AGI-3, in which agents enter unfamiliar environments without instructions, stated rules, or stated goals. Rather than treating a frontier language model as a standalone oracle, this research underscores how surrounding agentic scaffolding—often called a harness—determines whether models can sustain productive work over extended horizons.
Source page demo
Understanding the Avo Architecture
Agentic Variation Operators, or AVO, is a general-purpose coding agent system developed by NVIDIA. While modern language models excel at generating single responses, complex engineering tasks require a continuous feedback loop. An agent must inspect existing implementations, form hypotheses, execute tests, interpret errors, and revise its strategy autonomously. AVO was initially validated on difficult GPU-kernel optimization tasks, operating continuously for days to refine attention kernels. By replacing conventional evolutionary search steps with an autonomous agent, the system managed iterative refinement without requiring manual human direction at every step.
Source — developer.nvidia.com ↗
Worth a read?
Comments · 0