NVIDIA ENPIRE: real-robot coding agents hit 99% pass@8

nvidiacmuuc-berkeleyenpireroboticsmanipulation+16
NVIDIA research social preview card
Image: GitHub / NVlabs organization page

On 2026-06-16, NVIDIA GEAR, CMU LeCAR Lab, and UC Berkeley published ENPIRE — a four-module harness that puts coding agents in a fully automatic closed loop on real robots, with auto-reset and auto-verify (NVIDIA GEAR, ENPIRE, 2026-06-19). Three frontier coding agents — Codex with GPT-5.5, Claude Code with Opus 4.7, and Kimi Code with Kimi K2.6 — reach 99% pass@8 on five manipulation tasks. The catch: 99% is not best-of-8 sampling, and the code is not yet open-sourced.

What it is

ENPIRE is named for four modules (NVIDIA GEAR, ENPIRE, 2026-06-19):

The five tasks

All are real-world manipulation tasks on physical hardware (NVIDIA GEAR, ENPIRE, 2026-06-19):

What 99% pass@8 actually means

The project page is explicit: pass@8 is not best-of-8 i.i.d. samples. Within a single long-horizon rollout, the agentic loop gets up to 8 in-context retries per subtask, each conditioned on the previous failures. A policy that cannot recover stays near pass@1 — a 13% policy stays ~13%, not 99%. The 99% over 8 retries is itself the capability the team reports (NVIDIA GEAR, ENPIRE, 2026-06-19).

The baseline grounds the number. When the three agents are given a heuristic-only task on Push-T with no neural network training, all three report 0% coverage in 43–73 steps.

New metrics: MRU and MTU

The paper introduces Mean Robot Utilization (MRU) and Mean Token Utilization (MTU) for multi-agent physical autoresearch. MRU measures robot time usage; MTU measures token throughput normalized against a linear scaling reference. The team publishes resource-utilization plots comparing 1, 4, and 8 agents (NVIDIA GEAR, ENPIRE, 2026-06-19).

Team-size scaling

Larger fleets reach success sooner on wall-clock time, but the speedup is not free. The Limitations section states: “Scaling the robot fleet drives higher token consumption: as more agents read logs, summarize peer branches, and coordinate, the total token budget required to reach a successful policy grows with fleet size.” MRU decreases as the fleet grows (NVIDIA GEAR, ENPIRE, 2026-06-19).

Simulation parallel

The paper pairs real-world results with RoboCasa, a large-scale kitchen-manipulation framework supporting Diffusion Policy, π₀, and GR00T (RoboCasa, 2026-06-19; NVIDIA GEAR, ENPIRE, 2026-06-19).

Why it matters

ENPIRE turns “run a policy on a robot, check the result, edit the code, run it again” into a callable harness — the missing abstraction for autonomous robotics research. It is also the first time three frontier coding agents have been compared on the same physical manipulation tasks with the same evaluation harness (AutoEnvBench).

Risks and caveats

  1. 99% pass@8 is not best-of-8. It measures emergent retry-and-recovery, not sampling luck. The article must lead with this caveat.
  2. The benchmark is the project’s own. AutoEnvBench is introduced in the same paper. No independent reproduction exists.
  3. The harness code is not yet open-sourced. The authors state plans to open-source; no public repository is provided as of 2026-06-19.
  4. Larger fleets trade speed for tokens. Total token consumption grows with fleet size, and MRU decreases.
  5. Generalization beyond five tasks is not established. Do not extrapolate to “any manipulation task.”

What to watch

Verdict

ENPIRE is the clearest signal yet that the coding-agent closed-loop workflow has crossed the digital-physical boundary. The code is not open-sourced, the 99% is a self-report, and fleet scaling is not free — but the four-module harness and the three-agent comparison on real hardware are a genuine contribution (NVIDIA GEAR, ENPIRE, 2026-06-19).