Nvidia's ENPIRE Lets Coding Agents Train Robots Overnight
Nvidia's GEAR lab has published what amounts to a recipe for handing your robotics research over to AI and going to bed. The system is called ENPIRE — an agentic harness that wraps around coding agents and lets them autonomously design, execute, and iterate on real-world robot training experiments. The results are absurd: a 99 percent success rate on manipulation tasks, including GPU installation and zip tie cutting, achieved while the humans were presumably doing something else.
Jim Fan, Nvidia's director of AI, described the workflow with characteristic understatement on LinkedIn: "A part of our NVIDIA GEAR lab now self-improves tirelessly overnight. We just read the reports in the morning." He also noted that the team plans to open-source everything, meaning anyone with robotic arms and a sufficiently loose relationship with sleep could host their own "self-running robot lab at home."
What ENPIRE Actually Does
The harness has four modules. One handles automatic task reset and verification — essentially cleaning up the lab between experiments so the agents don't have to wait for humans. Another refines behavioural policies. A third evaluates those policies across multiple robots running in parallel. The fourth and most interesting module addresses failures by analysing logs, ingesting research papers, and rewriting both training infrastructure and algorithm code.
This last part is where it gets properly science-fiction. When an experiment fails, the coding agent doesn't just retry with adjusted parameters. It reads papers, rewrites code, and tries again with a modified approach. The agents tested were OpenAI's Codex with GPT-5.5, Anthropic's Claude Code with Opus 4.7, and Moonshot AI's Kimi Code with Kimi K2.6. Each developed different algorithmic strategies independently, tested them on physical hardware, and retained whatever improved the success rate.
The Tasks and the Numbers
The published experiments included standard robotics benchmarks like Push-T — moving a T-shaped block to a target position — alongside more practically interesting tasks like organising pins in a box, tying and cutting zip ties, and installing a GPU into a motherboard socket. The GPU insertion task is particularly notable because it requires precision alignment and delicate handling, the kind of fine motor control that has historically separated human technicians from their robotic counterparts.
The 99 percent success rate sounds impressive, and it is. But context matters. These are specific, bounded tasks in controlled environments. The leap from "cuts zip ties reliably" to "navigates an unstructured warehouse" remains substantial. What ENPIRE demonstrates is not general-purpose robotics, but the viability of using coding agents to close the experimentation loop — designing training regimes, running them, evaluating results, and iterating without human intervention.
Why This Matters Beyond the Lab
Robotics has long suffered from a data bottleneck. Real-world robot data is expensive to collect, and simulation-to-reality gaps mean that skills learned in virtual environments often degrade when transferred to physical hardware. ENPIRE sidesteps this by letting agents generate their own training data through physical trial and error, then improve their own training methods based on outcomes.
The open-source release is significant. Nvidia could have kept this as a competitive advantage for its own robotics initiatives. Instead, Fan's team is publishing the harness, presumably because the marginal value of hoarding tooling is lower than the ecosystem benefits of having more researchers contribute to embodied AI progress. Or possibly because they recognise that the real moat lies in hardware, and better software ultimately sells more GPUs.
The Caveats
Autonomous experimentation with physical robots raises the obvious safety questions. The paper describes reset and verification mechanisms, but these are designed around bounded laboratory tasks. Scaling to less controlled environments — or tasks with higher stakes than misplaced zip ties — will require substantially more robustness. There is also a computational cost. Running multiple coding agents, each generating and evaluating robot training code, consumes serious resources. The overnight results come with an overnight electricity bill.
Bottom Line
ENPIRE is not the robot apocalypse, nor is it general-purpose robotic labour. It is a research accelerator — a way to compress months of iterative robot training into hours by removing the human bottleneck from the experimentation loop. The 99 percent success rate on specific manipulation tasks is a proof of concept for what autonomous coding agents can achieve when given real tools and real feedback. Whether this scales to useful applications outside the lab remains to be seen, but the direction is unambiguous: the gap between coding agents and physical agents just got significantly narrower.
Sources
- Ars Technica. (2026, June 17). AI coding agents taught robots how to install GPUs and cut zip ties. https://arstechnica.com/ai/2026/06/ai-coding-agents-can-autonomously-direct-robot-training/
- The Decoder. (2026, June 17). Nvidia research shows robots that train themselves through AI coding agents. https://the-decoder.com/nvidia-research-shows-robots-that-train-themselves-through-ai-coding-agents/
- Nvidia GEAR Lab. (2026, June 16). ENPIRE: Playful Agentic Robot Learning. https://research.nvidia.com/labs/gear/enpire/
- Jim Fan. (2026, June 17). LinkedIn post on ENPIRE autonomous training. https://www.linkedin.com/feed/update/urn:li:activity:7472689415681699840/
- Tech Times. (2026, June 17). NVIDIA ENPIRE closes the loop: AI agents now run robotics research on real hardware. https://www.techtimes.com/articles/318587/20260617/nvidia-enpire-closes-loop-ai-agents-now-run-robotics-research-real-hardware.htm