Google Gives Robots a Faster Brain

Ask a robot to fetch you a snack, and the hard part is not gripping the popcorn. It is knowing when the job is actually done, noticing if something goes wrong, and doing all that fast enough to keep up with a moving world. Google DeepMind's latest model takes aim at exactly that gap.

What it is

Gemini Robotics ER 2 is what Google calls an "embodied reasoning" model, meaning software that reasons about the physical world a robot lives in. Think of it as a high-level brain. It chats with humans, understands its surroundings, and plans multi-step tasks. It does not move the motors itself. Instead it hands execution to a lower-level vision-language-action (VLA) model, the piece that turns instructions into actual movement.

It can also call tools, including Google Search for looking things up or any function a developer defines. Handily, it is built to keep thinking about the next step while the robot is still carrying out the current one, avoiding awkward "stop and think" pauses.

Why it matters

The headline upgrade is video. Earlier models mostly reasoned over still snapshots. ER 2 watches continuous feeds, so a robot can track its own progress and adapt mid-task rather than restarting from scratch.

Google breaks this into two skills. Progress classification sorts each video frame into how far along a task is, in five bands from just started to nearly finished. In testing it hit 57.4% accuracy, ahead of the previous generation and rival frontier models. Moment-finding pinpoints the exact frame where something critical happens, like the instant a cup is full and you should stop pouring. Here it reached 91.3% accuracy with sub-second timing, which Google says it delivers at a fraction of the compute cost and four times the speed of larger competitors.

Speed is the point. In robotics, good reasoning is useless if it arrives too late. ER 2 plugs into Google's Gemini Live API, a streaming connection tuned for low latency, so commands to the robot flow smoothly.

Robots working together

The other new trick is multi-robot collaboration. No single machine is good at everything. A wheeled rover handles indoor floors well, while a humanoid might be better on rough ground. ER 2 lets different robots share a common understanding of a task and hand work off to each other. Google points to a demo where Apptronik's Apollo 2 humanoid and a Franka robotic arm cooperate, and another where it steers Boston Dynamics' Spot robot to fetch a snack on a spoken command.

Reading dials and watching for people

Alongside the flashy stuff, ER 2 sharpens more mundane spatial skills. It now spots mid-task failures like spills or slips from live video, and it can read a wider range of instruments, including digital displays, rulers, and liquid thermometers, tested across ten types.

Safety gets attention too. Google says this is its safest model yet, scoring higher on benchmarks for following physical constraints and staying aware of nearby people. In one test, a humanoid halted when a person came close and resumed only once the area was clear. Google is also releasing a new benchmark to measure whether a model can act as a safe orchestrator, monitoring the environment and asking humans for clarification when unsure.

What's next

ER 2 is available now to developers through the Gemini API and Google AI Studio, with a private preview on the Gemini Enterprise Agent Platform. Sample code lives on GitHub. The benchmark numbers come from Google's own evaluations, so independent testing will tell us how well they hold up outside the lab. Still, the direction is clear. The race in robotics is shifting from clever hands to fast, self-aware brains, and whichever model can watch, plan, and react at the speed of the real world has a real head start.