“One brain. For any robot.” DeepMind’s line is marketing — the stack underneath is three models with very different access gates.
On July 30, 2026, Google DeepMind launched Gemini Robotics 2: whole-body intelligence beyond tabletop teleop, advanced dexterity on hands and grippers, multi-robot teamwork, and a local path that adapts to new bodies in hours. Carolina Parada’s post frames the problem every physical-AI team knows: narrow scripted robots, brittle skill transfer, and environments that refuse to stay in-distribution.
This sits next to NVIDIA Cosmos, 1X Neo, and Figure Helix on the same roadmap: foundation models that close the loop from pixels + language → torque.
TL;DR
| Piece | Role | Access (Jul 30) |
|---|---|---|
| Gemini Robotics 2 | VLA — vision + language → motor control; full humanoids + bi-arms | Early-access partners |
| Gemini Robotics ER 2 | Embodied reasoning VLM — plan minutes-long tasks, video progress, multi-robot | AI Studio + Gemini Enterprise Agent Platform private preview |
| On-Device 2 | Efficient local VLA; fast embodiment transfer | Early-access partners |
| Headline demo | Apptronik Apollo 2 — walk, reach, place watering can from one prompt | DeepMind video |
| Dexterity | SharpaWave 22-DoF hand (knots, ziplock); Franka Duo grippers (tight packing) | Partner hardware |
| Orchestration demo | Boston Dynamics Spot fetch via ER 2 + Live API | GitHub samples |
| Safety | ASIMOV-Agentic + Safety Tech Report PDF | Public report |
What people are asking
“Is this AGI for robots?”
No. DeepMind calls it a milestone toward general-purpose physical AI — still slow motion vs humans, still partner-gated VLAs, still safety scaffolds. Treat demos as capability proofs, not warehouse SLAs.
“Why three models instead of one?”
Same pattern as software agents: planner ≠ actuator.
| Layer | Job |
|---|---|
| ER 2 | Talk to humans, understand scene/video, decompose multi-minute tasks, call tools (VLA / nav APIs), self-correct, coordinate robots |
| Robotics 2 VLA | Map instruction + perception to continuous control (feet → fingertips) |
| On-Device 2 | Same VLA job under latency / offline constraints + quick retargeting |
ER 2 is the piece you can touch in AI Studio today. The VLA is what partners bolt onto Apollo, Franka, Dexmate, etc.
“How is this different from Gemini Robotics 1.x?”
Prior releases emphasized upper-body / tabletop. Robotics 2’s claim is whole-body humanoid control plus stronger dexterity across end-effectors, longer agentic horizons, multi-robot collaboration, and On-Device adaptation with <200 examples / few hours. ER 2 also ships harder progress classification and moment-finding numbers (below).
The three models, in practice
1. Gemini Robotics 2 (VLA)
Converts vision and language into motor commands. DeepMind highlights:
- Full humanoid control (not just arms)
- Bi-arm platforms
- Five-fingered hand control (SharpaWave on Apollo 2) and parallel grippers (Franka Duo)
Demo prompt pattern: “Put the watering can into the green bin on the bottom shelf.” Apollo walks, picks, navigates to shelves, places. DeepMind admits speed still lags human usefulness — coordination is the leap.
2. Gemini Robotics ER 2 (embodied reasoning)
A VLM agent that:
- Observes the room / video stream
- Plans multi-step workflows lasting several minutes / hundreds of decisions
- Coordinates with the VLA
- Tracks progress; understands task begin/end and key event moments
- Enables multi-robot collaboration (shared semantic handoffs — e.g. Apollo 2 + Franka Mobile FR3 Duo)
Developer shape (Google’s ER 2 post): declare low-level controllers as tools, stream multimodal context, evaluate in sim / real VLA / human tele-op. Integrates with Gemini Live API for low-latency bidirectional streaming — less “stop and think” between steps.
Cited evals (vendor):
| Capability | ER 2 claim |
|---|---|
| Progress classification (5 bins) | 57.4% accuracy |
| Moment-finding | 91.3% accuracy · 0.96s mean absolute distance · ~4× speed vs larger competitors (vendor framing) |
| Tool orchestration | Beats ER 1.6 across real VLA / sim VLA / tele-op |
| Safety instruction following & human proximity | “Safest to date” vs prior robotics models (vendor) |
Spot demo: ER 2 orchestrates Boston Dynamics APIs (nav + manipulator) to fetch a snack from language — code in robotics-samples/live-api.
3. Gemini Robotics On-Device 2
Local VLA for no-WAN / low-latency cells. Inherits motion transfer from Robotics 1.5. DeepMind: adapt new bi-arm embodiments in a few hours, typically <200 examples, across wildly different morphologies (Dexmate, SO101, Trossen shown).
That is the commercial hook for OEMs who will never ship every policy over the public internet.
Safety layer (read the PDF)
Physical AI without a refusal path is a liability factory. DeepMind’s stack:
- Traditional physical safety + AI frameworks
- ASIMOV-Agentic — agentic safety orchestration / uncertainty (refuse unsafe VLA tool calls; predict infeasibility; ask humans)
- ER 2 human-proximity: detect nearby people, safety tool calls, safe stop, resume when clear
- Gemini Robotics 2 Safety Technical Report
Pair this with Anthropic’s Pilot drone bench and agentic misalignment: different modalities, same “autonomy needs gates” lesson.
Access map for teams
| You are… | Start here |
|---|---|
| Software agent builder | ER 2 in AI Studio; Live API samples; treat VLA as a remote tool |
| Robot OEM / integrator | Early-access form for VLA + On-Device; plan embodiment datasets (<200 demos claim) |
| Safety / compliance | Safety Tech Report + ASIMOV-Agentic before any human-proximate demo |
| Warehouse pilot owner | Demand whole-body + speed metrics on your SKUs — Apollo watering-can ≠ tote cycle time |
ER 2’s spatial package also upgrades success/failure detection on video (not just stills), instrument reading beyond circular dials (digital displays, rulers, thermometers across 10 types in DeepMind’s tests), and spatial VQA. That is the “is the lightbulb actually seated?” layer warehouses will care about more than knot-tying TikToks.
Integration sketch (conceptual)
Human: "Fetch the blue bin from aisle 3 and hand it to the packing arm"
→ ER 2 plans steps, watches progress bins, may ask clarifying questions
→ Tool: Navigation API / Spot API
→ Tool: Gemini Robotics 2 VLA (or partner controller)
→ On failure: retry step or escalate to human
→ On human proximity: safety stop
Keep the planner’s tool schema narrow. Unbounded “do anything” tool lists recreate the unsafe-orchestration cases ASIMOV-Agentic is designed to catch.
Competitive context
| Stack | Emphasis |
|---|---|
| Gemini Robotics 2 | Cloud ER + partner VLA + on-device transfer; Google ecosystem |
| NVIDIA Cosmos | Simulation / synthetic data / world foundation models |
| 1X / Figure / Tau | Vertically integrated humanoid products |
| Xiaomi Robotics | Hours-scale teleop data + VLA |
DeepMind’s bet is model-as-brain across many bodies, not one robot SKU. Expect competition on adaptation sample efficiency, safe stop latency, and whether multi-robot handoffs survive Wi-Fi drops.
Builder checklist
□ Need planning APIs now? → try ER 2 in AI Studio / Agent Platform preview
□ Need motor control? → apply for VLA / On-Device early access
□ Prototype orchestration? → clone robotics-samples Live API Spot example
□ Safety review? → read Safety Tech Report + ASIMOV-Agentic before demos near people
□ Multi-robot? → design explicit handoff contracts (who holds the can, who packs)
□ On-device? → budget ≤200 demos / few hours for embodiment adaptation claims
□ Don’t confuse marketing “any robot” with your DoF + sensor calibration hell
Honest limitations
- VLA / On-Device are not generally available.
- Motion speed still behind human workflows (DeepMind’s own caveat).
- Progress classification at 57.4% is useful signal, not solved situational awareness.
- Partner demos ≠ your factory lighting / clutter.
- Multi-robot collaboration needs reliable networking and shared semantics — failure modes multiply.
- Safety benches are vendor-reported; independent red teams will matter.
- “AGI in the physical world” language is aspirational.
- Early access forms and enterprise previews can change without a blog post — re-check AI Studio model cards before you build a roadmap on ER 2 availability.
Closing
Gemini Robotics 2 is DeepMind productizing the split brain of modern robotics: ER plans, VLA acts, On-Device ships offline. If you build agents in software, the mental model transfers — tools, streaming, progress checks, human escalation. If you build hardware, the early-access form is the gate; ER 2 in AI Studio is the sandbox. Watch motion speed and progress-classification reliability before you promise unsupervised aisle work; the watering-can demo is a coordination milestone, not a labor-replacement certificate.
Follow @explainx_ai for partner rollout and independent eval follow-ups.
Related on explainx.ai
- NVIDIA Cosmos 3 — physical AI world models
- NVIDIA SIGGRAPH 2026 — Cosmos Edge & physical AI
- 1X Neo — 25-DoF hands & Physical API
- Figure Helix — collaborative bedroom tidy
- Tau Robotics — SF cleaning humanoid
- Xiaomi Robotics — 100k hours UMI/VLA
- China robot barber kiosk
- Anthropic Pilot drone bench
- Google Earth + Nano Banana image gen (same day)
- What are world models?
Sources
- DeepMind — Gemini Robotics 2 brings whole body intelligence
- Google — Introducing Gemini Robotics ER 2
- DeepMind — Gemini Robotics models hub
- Safety Technical Report (PDF)
- ASIMOV-Agentic (Hugging Face)
- robotics-samples Live API
- DeepMind on X
Model capabilities, benchmarks, and access tiers as published by Google DeepMind on July 30, 2026. Partner hardware demos and vendor evals are not substitutes for your own site testing.
