The Shift from Model-Centric to System-Centric AI
Recent research from Nvidia indicates that the effectiveness of AI agents in long-horizon tasks—those requiring multi-step reasoning over extended periods—depends more on the surrounding system architecture than the intelligence of the model itself. While the industry often treats agents as simple APIs for LLMs, Nvidia defines an agent as a combination of the model, the harness (scaffolding), and the runtime environment.
In tests using the ARC-AGI-3 benchmark, researchers found that Claude Opus 5 scored only 30% on its own. However, when integrated into a custom harness equipped with advanced memory management and a 'supervisor' component, the same model achieved a 100% success rate. This highlights that the harness is the primary driver for reliability and accuracy in complex, multi-step workflows.
The Role of the 'Supervisor' and Open Stacks
To achieve frontier-level performance, Nvidia introduced a supervisory agent that acts like a CEO, monitoring the primary agent's progress. This supervisor provides nudges when the agent gets stuck, prevents it from exploring dead ends, and ensures it does not repeat previous errors. This multi-layered approach is essential for preventing common agent failures, such as hallucinations or destructive actions like file deletion.
Furthermore, the choice of harness has significant economic implications. Research from Databricks suggests that using an inefficient harness can double the operational costs of an AI system, regardless of the model being used. Nvidia argues that an 'open agent stack'—where developers have control over the harness, infrastructure, and runtime—is the most viable path forward for building secure, scalable, and cost-effective AI agents.