Google introduced Gemini Robotics ER 2 as a high-level embodied-reasoning model for robotics. The July 30 announcement says it uses video understanding and spatial reasoning to plan multi-step tasks, observe progress and coordinate multiple robots. Google made the model publicly available to developers through the Gemini API and Google AI Studio, with access through Gemini Enterprise Agent Platform in private preview.
A planner must expose uncertainty to the controller
A model that interprets video and proposes tasks sits above the real-time control loop. That boundary matters: high-level plans can tolerate network delay and semantic reasoning, while collision avoidance and actuator limits require deterministic local enforcement. A generated action should therefore be a constrained request to the robot controller, not a direct bypass around its safety system.
Multi-robot coordination adds shared-state problems. Two valid individual plans can conflict over space, tools or timing. Developers need ownership rules, leases or another explicit coordination mechanism outside the model’s narrative plan.
Evaluate in simulation and controlled cells
Start with replayable video and a simulator, then move to a bounded physical area with emergency stops and conservative speed limits. Test occlusion, moved objects, delayed video, a robot that fails mid-task and two agents requesting the same resource. Record observations, proposed plans, controller rejections and operator interventions.
The useful success measure is not whether a demo completes once. Track recovery from changed conditions and the rate at which the deterministic controller must reject unsafe or impossible proposals. Google’s release expands access to a robotics reasoning layer; physical safety still depends on independent controls, calibrated sensors and a deployment-specific validation program.
- Introducing Gemini Robotics ER 2
Google · Jul 30, 2026
See the original announcement for availability and release details.