explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • What people are asking
  • The three models, in practice
  • Safety layer (read the PDF)
  • Access map for teams
  • Competitive context
  • Builder checklist
  • Honest limitations
  • Closing
  • Related on explainx.ai
← Back to blog

explainx / blog

Gemini Robotics 2: Whole-Body VLA, ER Agent, On-Device

DeepMind launches Gemini Robotics 2: whole-body VLA for humanoids, ER 2 for multi-step planning and multi-robot teams, On-Device 2 with hours of adaptation.

Jul 30, 2026·7 min read·Yash Thakker
Google DeepMindGemini RoboticsPhysical AIHumanoidsRobotics
go deep
Gemini Robotics 2: Whole-Body VLA, ER Agent, On-Device

“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.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

TL;DR

PieceRoleAccess (Jul 30)
Gemini Robotics 2VLA — vision + language → motor control; full humanoids + bi-armsEarly-access partners
Gemini Robotics ER 2Embodied reasoning VLM — plan minutes-long tasks, video progress, multi-robotAI Studio + Gemini Enterprise Agent Platform private preview
On-Device 2Efficient local VLA; fast embodiment transferEarly-access partners
Headline demoApptronik Apollo 2 — walk, reach, place watering can from one promptDeepMind video
DexteritySharpaWave 22-DoF hand (knots, ziplock); Franka Duo grippers (tight packing)Partner hardware
Orchestration demoBoston Dynamics Spot fetch via ER 2 + Live APIGitHub samples
SafetyASIMOV-Agentic + Safety Tech Report PDFPublic 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.

LayerJob
ER 2Talk to humans, understand scene/video, decompose multi-minute tasks, call tools (VLA / nav APIs), self-correct, coordinate robots
Robotics 2 VLAMap instruction + perception to continuous control (feet → fingertips)
On-Device 2Same 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):

CapabilityER 2 claim
Progress classification (5 bins)57.4% accuracy
Moment-finding91.3% accuracy · 0.96s mean absolute distance · ~4× speed vs larger competitors (vendor framing)
Tool orchestrationBeats 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 builderER 2 in AI Studio; Live API samples; treat VLA as a remote tool
Robot OEM / integratorEarly-access form for VLA + On-Device; plan embodiment datasets (<200 demos claim)
Safety / complianceSafety Tech Report + ASIMOV-Agentic before any human-proximate demo
Warehouse pilot ownerDemand 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)

text
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

StackEmphasis
Gemini Robotics 2Cloud ER + partner VLA + on-device transfer; Google ecosystem
NVIDIA CosmosSimulation / synthetic data / world foundation models
1X / Figure / TauVertically integrated humanoid products
Xiaomi RoboticsHours-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

text
□ 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.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 29, 2026

Tau Robotics Launches $30/Hour Humanoid Cleaning in SF

Alexander Koch’s Tau Robotics is selling house, deep, and office cleaning in SF with humanoid robots jointly controlled by human operators and AI — priced at $30/hour, invite-only while they scale.

Jul 19, 2026

China URKL Robot Fight Goes Viral — Head Kick, Decapitation, Elon Musk Reacts (2026)

The world's first full-size humanoid robot free-combat league URKL opened in Shenzhen with 32 teams on identical EngineAI T800 bots. A viral head-kick decapitation clip reached Elon Musk — "Robot fights are fun." Full context on software-only competition.

Jul 29, 2026

China Robot Barber Kiosks: 3D Scan Haircuts, Viral Claims Fact-Checked

July 2026 X clips of mall-style robot barbers went viral — 3D scan, arm-mounted clippers, millimeter-precision marketing. explainx.ai embeds the video (WebM + WebP), sorts the currency mix-ups, and separates real cobot demos from unconfirmed nationwide kiosk rollouts.