Nvidia researchers partnering with Carnegie Mellon University and UC Berkeley have developed a system where AI coding agents automatically train robots to perform complex manipulation tasks. A fleet of eight robots achieved up to 99 percent success rates on dexterous grasping challenges using this approach.
The system works by having AI agents write and refine control code in real time, allowing robots to learn from physical interaction without requiring human programmers to hand-code solutions. Instead of traditional reinforcement learning or imitation learning, the robots leverage language models that generate executable code tailored to their specific hardware constraints and environmental conditions.
This approach addresses a longstanding robotics challenge: teaching machines to handle unpredictable real-world manipulation. Grasping varied objects with different shapes, sizes, and materials demands adaptive control strategies that are difficult to program manually. By automating code generation and iterative refinement, the AI agents can discover effective strategies faster than human engineers.
The research demonstrates that language models can bridge the gap between high-level task descriptions and low-level robot control. The AI agents analyze task failures, generate hypotheses about what went wrong, and produce corrected code. This feedback loop accelerates learning across the robot fleet, with improvements shared across all units.
The 99 percent success rate on tested tasks suggests the method scales beyond toy problems. The implications extend across manufacturing, warehouse automation, and general robotic systems where dexterous manipulation remains a bottleneck. Rather than hiring specialized roboticists to tune control parameters for each task, operators could describe desired behaviors in natural language and let AI agents handle implementation details.
The collaboration between industry (Nvidia) and academia (CMU, Berkeley) indicates this work reflects genuine progress rather than isolated lab results. Real-world robotic success typically requires solving hardware-specific problems that academic papers sometimes overlook. The practical validation across eight physical robots strengthens claims about real-world applicability.