Building Towards Self-Driving Codebases with Long-Running, Asynchronous Agents
TL;DR
Cursor co-founder Aman traces AI coding's evolution from autocomplete to synchronous agents, outlining the shift toward long-running async cloud agents that use multi-agent architectures to overcome context limits, and predicting a future of self-driving codebases with self-healing systems and minimal human intervention.
☁️ The Shift to Async Cloud Agents 3 insights
Escaping local compute constraints
Cloud agents run in dedicated VMs with full desktop environments, enabling long-running tasks, resource-intensive testing, and computer use capabilities impossible on local machines.
Rapid internal adoption at Cursor
As of February 2025, 30% of merged PRs at Cursor originated from cloud agents, including complex refactors like a 25x performance improvement migrating video rendering from React to Rust.
Artifact-based review workflows
Engineers increasingly review artifacts like video demos of features and research reports rather than raw code diffs, making iteration tractable despite agents producing 3-4x more code than synchronous methods.
🤖 Multi-Agent Architecture 3 insights
Solving the train-test time mismatch
Single agents fail on multi-million token trajectories due to RL training limits, necessitating hierarchical systems where a main planner delegates to sub-agents handling shorter, in-distribution tasks.
Model specialization by capability
Cursor's architecture uses OpenAI models for high-level orchestration while deploying Gemini and Anthropic models for multimodal tasks like computer use and UI generation.
Optimized inference for sub-tasks
Delegated sub-agent tasks often require smaller, faster models rather than frontier models, delivering equivalent performance with significantly reduced latency and cost.
🚗 The Self-Driving Codebase 3 insights
Autonomous self-healing systems
Event-driven automations allow agents to fix issues from error trackers or pager alerts and merge code without human review, with the goal of agents becoming primary on-call responders.
Full-project generation capability
A one-week experiment building a functional web browser consumed billions of tokens and tens of thousands of dollars in compute, demonstrating the feasibility of zero-intervention development for complex software.
Proactive infrastructure monitoring
Agents continuously monitor ML training runs via weights and biases logs to catch degradation and prevent crashes before humans are alerted.
Bottom Line
Engineering teams should prepare for self-driving codebases by adopting cloud-based async agents with robust multi-agent orchestration and shifting review workflows from code inspection to artifact validation.
More from NVIDIA AI Podcast
View all
Securing Long-Running AI Agents: From Setup to Sandboxing
NVIDIA details the shift toward autonomous 'long-running' AI agents capable of independent multi-hour execution, introducing the NVIDIA Agent Toolkit featuring open Neotron models, packaged CUDA-X skills, and runtime security to enable scalable enterprise deployment.
How NVIDIA Blackwell and NVIDIA Dynamo Scale AI Agents for Production
NVIDIA Blackwell delivers up to 40x more concurrent AI agents per GPU than Hopper through its rack-scale NVL72 architecture and Dynamo framework, fundamentally shifting AI infrastructure measurement from token throughput to agent concurrency benchmarks.
Build Video Analytics AI Agents with Skills
NVIDIA introduces the Video Search and Summarization (VSS) blueprint for building vision AI agents that process billions of camera streams using vision language models and a new 'skills' framework, enabling deep video search and summarization 60x faster than manual review.
Ask the Experts: Nemotron 3 Nano Omni | Nemotron Labs
NVIDIA researchers detail the development of Nemotron 3 Nano Omni, explaining how they evolved a text-only model into a multimodal system capable of processing vision, audio, and video through progressive training stages while maintaining the hybrid Mamba-Transformer architecture.