NVIDIA ENPIRE: AI agents train robots without human supervision
A new agent framework allows AI models to autonomously direct robot training for complex tasks like GPU insertion.
June 18, 2026 · 3 min read
TL;DR: NVIDIA GEAR Lab, with CMU and UC Berkeley, created ENPIRE, a framework enabling AI agents to train robots autonomously. Agents design and execute routines that teach robotic arms complex tasks, operating without human supervision overnight.
What happened?
The NVIDIA GEAR Lab team, in collaboration with Carnegie Mellon University and UC Berkeley, has introduced ENPIRE (an acronym not yet revealed), a software framework that wraps large language models (LLMs) and AI coding agents so they can control tools, access memory, maintain context, and receive feedback. In essence, it is a harness that turns an AI agent into an autonomous robotic lab supervisor.
According to Jim Fan, director of AI at NVIDIA, in a LinkedIn post: “A part of our GEAR lab now self-improves tirelessly overnight. We just read the reports in the morning.” The agents, equipped with a generous token budget, designed and executed training routines that allowed robotic arms to perform tasks such as cutting zip ties and inserting GPUs into thin slots on motherboards.
Why is this important?
This breakthrough represents a qualitative leap in the automation of robotic learning. Until now, training robots for delicate tasks required manual programming or constant human supervision. ENPIRE demonstrates that an AI agent can plan, execute, and optimize training fully autonomously, using computational resources and a token budget. This dramatically accelerates the development cycle of robotic skills and reduces the need for expert intervention.
Moreover, the approach is model-agnostic: the harness can be coupled with different LLMs or coding agents, suggesting that the self-improvement capability could scale to multiple labs and applications.
Consequences and impact
In the short term, this technology could enable robotics labs to operate 24/7, with agents learning and improving overnight. In the long term, it could lead to robots that train themselves in factories, warehouses, or even homes, adapting to new tasks without human intervention.
However, it also raises questions about safety and control: what happens if an agent decides on a training regimen that damages the robot or the environment? NVIDIA has not detailed specific safety mechanisms, but the harness likely includes constraints and feedback loops.
From a market perspective, this innovation reinforces NVIDIA's position as a leader in AI and robotics, competing directly with initiatives like Tesla's humanoid robots or Google DeepMind's reinforcement learning systems.
What readers should know
- Not a commercial product: ENPIRE is a research project presented on the GEAR lab website. There is no release date or product plans.
- Works with coding agents: It is not a single AI model but a framework that allows any coding agent (such as Codex, Claude, etc.) to direct robotic training.
- Limited autonomy: Although agents operate without direct human supervision, the environment is controlled and tasks are specific. Generalization to unstructured environments is still far off.
- Ethical implications: Full automation of robotic training could accelerate the obsolescence of certain programming and supervision jobs, but also create new opportunities in agent design and high-level oversight.
Technical analysis
The ENPIRE harness provides agents with access to a set of tools: control of robotic arms, cameras, sensors, and the ability to execute Python code. Agents can write scripts, test them, observe results, and iteratively adjust. The token budget limits computational cost, forcing agents to be efficient.
Compared to previous works like RoboAgent or RT-2, ENPIRE does not focus on a specific policy model but on the agent's ability to orchestrate the entire training process, including generating demonstration data and setting up reinforcement learning.
Historical context
The idea of AIs automating themselves is not new: from meta-learning to AutoML, the community has sought to reduce human intervention. However, ENPIRE applies this concept to the physical domain, where errors have tangible consequences. This recalls early experiments by OpenAI with Dactyl (a robotic hand learning to manipulate cubes), but with a much higher level of autonomy in the training phase.
“A part of our NVIDIA GEAR lab now self-improves tirelessly overnight,” — Jim Fan, director of AI at NVIDIA.
Conclusion
ENPIRE is a promising step toward robots that can learn on their own, but challenges of robustness, safety, and generalization remain. Readers should follow developments from NVIDIA's GEAR lab, which is at the forefront of research in autonomous agents and robotics.