
Google DeepMind's Gemini Robotics 2 announcement describes a robot stack that can control a humanoid from feet to fingertips, coordinate different robots, and run longer jobs. Its embodied-reasoning model can handle task sequences lasting several minutes and involving hundreds of decisions.
That last number is the one I keep coming back to. A robot that makes one awkward move is a demo problem. A robot that makes hundreds of linked decisions has an operations problem. Before another clever grasp, I want to see the judgment to pause or ask for help before uncertainty turns into motion.
Answer snapshot
| Question | My read |
|---|---|
| What did DeepMind announce? | Three models for whole-body control, higher-level planning and collaboration, and local robot control. |
| What is new? | Full-humanoid control, multi-robot workflows, several-minute task sequences, and faster adaptation to different robot bodies. |
| Who benefits if it works? | Robot makers and operators who need one intelligence layer to handle more bodies and longer jobs instead of scripting every motion. |
| My thesis | The deployment test is whether the system knows when to stop after a chain of actions starts going wrong. |
The impressive part is the chain
DeepMind split the release into three pieces. Gemini Robotics 2 is the vision-language-action model that turns perception and instructions into motor control. Gemini Robotics ER 2 is the high-level planner that talks with people, breaks work into steps, and coordinates robots. Gemini Robotics On-Device 2 runs locally when connectivity or network latency would be a bad dependency.
The dexterity examples are easy to remember. DeepMind says the model can control a five-fingered hand with 22 degrees of freedom to tie knots or seal a zip bag. But the wider change is whole-body coordination. In one example, an Apollo 2 humanoid walks to a watering can, picks it up, carries it to a shelf, and places it in a bin. DeepMind also says movement speed still needs work.
I find that caveat more useful than the polished video. The product value is not in any single step. It is in keeping perception, balance, grasping, progress tracking, and task completion coherent across the whole sequence. Every added step expands the failure surface too.

More bodies create more handoffs
Multi-robot collaboration is the most consequential addition for operators. DeepMind shows different robot types sharing a cleanup workflow that one machine could not finish as efficiently alone. If that generalizes, a planner could assign work by capability instead of forcing one expensive humanoid to do everything.
That is also where I would expect small mistakes to travel. One robot can misread the scene. Two robots can disagree about task state, object ownership, or whether a handoff finished. A high-level planner has to verify what happened after it gave the instructions.
The local model helps with a different boundary. DeepMind says On-Device 2 can adapt to new bi-arm robots in a few hours, typically with fewer than 200 examples, even when sensors and degrees of freedom differ. That could lower the cost of bringing new hardware into a fleet. It does not make the adaptation self-validating. Each body has its own reach, force, blind spots, and safe stopping behavior.
DeepMind is testing the right safety question
The announcement introduces ASIMOV-Agentic, a benchmark aimed at agentic safety orchestration and uncertainty. DeepMind says it tests whether the reasoning agent refuses unsafe calls to the action model, recognizes impossible tasks, and requests human intervention when it is unsure. The linked safety report also covers constraint following and stopping when a person moves too close.
That is the right target. The evidence still comes from the vendor, and the distinction matters. A May 2026 paper, "The Yes-Man Syndrome", tested the previous Gemini Robotics ER 1.6 Preview on 6,069 instructions where a robot should abstain. It abstained on 16.5% under the study's baseline setup. Defensive prompting and examples pushed it much higher on a 1,000-task subset, which is encouraging, but the researchers said no approach fully solved the problem.
That paper does not evaluate ER 2, so I would not transfer its score to the new model. I would transfer the test. Ambiguous objects, false premises, missing capabilities, and physically impossible requests belong in every deployment eval. A planner that misses those conditions can turn a bad premise into a long sequence of bad moves.

What the demos cannot settle
Axios described the release as an effort to improve dexterity and make robots easier to control. That is fair, but the launch material still leaves deployment questions open. DeepMind's own whole-body chart reports 68.4% success picking from a table, 45.7% from the floor, and 76.3% from a shelf for one Apollo configuration. Its caption says multi-finger manipulation remains challenging.
Those are research results, not a service-level promise. They tell me the system is moving beyond isolated tabletop tricks while also showing why a person, a low-level safety controller, and a bounded work area still matter. A fleet operator needs failure recovery, incident logs, clear responsibility for handoffs, and a stop path that does not depend on the same model that became confused.
The eval I would run first is deliberately boring: give the robot an underspecified job in a changing room, then score how early it notices missing information, how safely it stops, and whether a human can understand why.
Where I land
Gemini Robotics 2 looks like meaningful progress because it connects dexterity, locomotion, planning, local inference, and collaboration. The promise is a robot that can finish a job rather than perform one impressive move.
That same promise raises the bar. Once a system makes hundreds of physical decisions, it has to catch uncertainty early, before a small misunderstanding becomes a chain of confident motion. I am interested in the hands and feet. My trust would depend on the stop decision.
Originally published at markhuang.ai
Top comments (0)