DEV Community

The AI Prism
The AI Prism

Posted on Originally published at theaiprism.com

The Robotics Moment: Gemini Robotics 2 and Xiaomi’s Entry

Originally published on The AI Prism


Two releases landed within two weeks of each other, and neither was a toy demo. On July 30, 2026, Google DeepMind introduced Gemini Robotics 2, the first of its robot models to control an entire humanoid body from feet to fingertips. Days earlier, Xiaomi published Xiaomi-Robotics-1, a vision-language-action (VLA) model trained on more than 100,000 hours of real-world manipulation data.

Taken separately, each is an incremental step. Taken together, they describe a shift: the center of gravity in AI is moving from language on screens to action in the physical world. This is the embodied-AI moment people have predicted for a decade. The question is what the evidence actually supports.

The Thesis: Why 2026 Looks Different for Embodied AI

For years, “robot foundation models” meant table-top arms performing pick-and-place under tightly scripted conditions. The gap between a lab demo and a machine that could navigate a cluttered room, adapt to a new body, and finish a task it had never seen was wide enough that most observers wrote embodied AI off as a 2030s problem.

What changed is not a single breakthrough but a convergence. Compute for robot-training pipelines got cheaper, teleoperation interfaces like UMI made data collection scalable, and the VLA architecture (vision + language + action in one model) proved it could transfer across embodiments. DeepMind’s own page now claims its model can be adapted to any bi-arm robot in just a few hours, scaling intelligence “from arms to complex humanoid bodies.”

The analytical stance here is measured: this is real progress on the hard problems of generalization and dexterity, but the published success rates show the ceiling is still low on fine manipulation. The moment is arriving. It is not finished.

What “Whole-Body Intelligence” Actually Means

The phrase sounds like marketing. It is worth unpacking precisely. Earlier Gemini Robotics models controlled only a humanoid’s upper body for table-top tasks. Gemini Robotics 2 extends control to whole-body motion for the first time, using the Apptronik Apollo 2 as its worked example.

Given the instruction “put the watering can into the green bin in the bottom shelf,” Apollo walks to a table, picks up the can, takes a few steps to the shelves, and places the object at its destination. That sequence — locomotion, reaching, grasping, balancing — used to require separate controllers stitched together by hand. Now a single model checkpoint coordinates it.

The significance is in the integration. Walking and reaching simultaneously is a control problem robots have historically solved poorly; most humanoids freeze their lower body while the arms work. Whole-body coordination is what separates a machine that can operate in a human space from one that needs a cleared, static stage.

Three Models, One Intelligence Layer

Gemini Robotics 2 ships as three models with distinct roles, and the division of labor matters for how physical-AI systems will be built:

Gemini Robotics 2 (VLA) — the motor cortex. It converts vision and language into joint-level control, driving full humanoids and bi-arm robots, and handling both multi-finger hands and parallel grippers.

Gemini Robotics ER 2 (embodied reasoning) — the planner. A vision-language model built on Gemini 3.5 Flash with a context window up to 128k and text output up to 64K tokens. It understands the physical world, communicates with humans, and plans multi-step tasks lasting several minutes.

Gemini Robotics On-Device 2 — the edge runtime. Built on Gemini Robotics 1.5 technology and Google’s on-device Gemma models, it runs locally on robotic hardware rather than in the cloud.

The architecture is a brain-and-body split: ER 2 reasons and tracks progress, then hands execution to the VLA treated as a callable tool. That pattern — a reasoning model orchestrating narrower control policies — is likely to become the default shape of production robotics, much as agentic LLM systems already delegate to tools.

The on-device tier is the part with the largest commercial implication. A VLA that runs locally removes the latency, bandwidth, and privacy costs of cloud round-trips — essential for a robot working alongside humans on a factory floor or in a home. If On-Device 2 delivers on its efficiency claims, it lowers the barrier for hardware makers to adopt DeepMind’s intelligence without building their own model team.

The Dexterity Gap Is Real

DeepMind is unusually candid about where the model still struggles, and the numbers are the most honest part of the release. A single checkpoint controlling three embodiments produced these success rates:

Whole-body pick from shelf: 76.3% (Apollo 2 + Inspire hands)

Whole-body pick from table: 68.4%

Whole-body pick from floor: 45.7%

Multi-finger unscrew bulb: 92% (Apollo 2 + SharpaWave 22-DoF hands)

Multi-finger tie trash bag: 44%

Multi-finger ziplock seal: 40%

Multi-finger screw bulb: 36%

Multi-finger dustpan: 32%

Gripper precise insertion: 89.6% (Franka Duo)

Gripper tool kitting: 78.9%

Gripper general pick-and-place: 74.2%

The pattern is clear. Parallel grippers and coarse whole-body moves clear 70-90%. Fine five-finger manipulation collapses to 32-44% on the hardest tasks. A robot that can reliably unscrew a bulb still fails two-thirds of the time at sweeping with a dustpan. Dexterity — not walking, not perception — is the bottleneck that will determine whether these systems reach unstructured environments.

Xiaomi’s Quiet Entry: A 100,000-Hour VLA

While DeepMind’s release dominated headlines, Xiaomi’s paper is the more interesting data story. Xiaomi-Robotics-1 is a foundational VLA model pre-trained on over 100k hours of real-world trajectories collected via UMI devices across a wide range of environments.

The bottleneck in robot learning has always been data. Teleoperation is slow, costly, and hardware-bound, and the resulting datasets are narrow. Xiaomi’s answer is a scalable auto-labeling pipeline: a pre-trained vision-language model annotates fixed-length trajectory segments with language describing scene state transitions, removing the manual labeling wall at 100k-hour scale.

The model uses a two-stage recipe. Pre-training on the UMI corpus builds generalizable action generation; post-training on over 10k hours of cross-embodiment data aligns those capabilities to real robot bodies and to the imperative instructions humans actually use. The results are strong: 75% average success across four complex dexterous tasks with less than 10 hours of fine-tuning data per task, versus 40% for the prior π0.5 baseline.

On simulation benchmarks it sets new state of the art: 57.6% success on RoboCasa365 (up from 46.6%) and an average score of 20.07 on RoboDojo (up from 13.07). It also completes a room-level mobile-manipulation task — packing a suitcase — spanning more than 10 minutes. Xiaomi says code and model checkpoints will be released, which matters: an open weights VLA from a hardware maker changes the competitive calculus.

The Hardware Cost Curve Is Bending

Embodied AI has a cost problem that language AI does not. A chatbot needs GPUs; a robot needs actuators, sensors, batteries, and a body that does not fall over. The strategic question is whether the hardware cost curve bends the way the compute curve did.

There are early signals it is. Specialized GPU and TPU clusters for robot-data training have cut the cost per robot-training-hour by an estimated 60% between 2022 and 2025, according to one market analysis. And the economic logic of foundation models flips the old math: narrow task-specific controllers cost an estimated $250,000 to $500,000 per task to train, whereas a single generalist model can be fine-tuned continuously as new tasks appear.

The body cost is the slower variable. High-torque actuators, force-torque sensors, and long-life batteries do not follow the same steep learning curve as silicon. Xiaomi’s earlier CyberOne humanoid was estimated at $70,000-80,000 per unit, a number that reflects hardware rather than intelligence (robotsguide.com). Until actuator economics improve, the deployment floor for full humanoids stays high even as the software gets dramatically cheaper. The cost story of embodied AI is therefore two curves moving at different speeds: intelligence down, metal flat.

This is where the infrastructure layer beneath robotics becomes decisive. The same edge and cloud compute that routes AI inference also determines which labs can afford to train and serve robot policies at scale — the dynamic we examined in the new AI traffic wars over who controls what models can run. A robot foundation model is only as deployable as the infrastructure that serves it.

Why Cross-Embodiment Transfer Matters

The most underrated line in both releases is about transfer. DeepMind states one checkpoint drives three different embodiments. Xiaomi states its post-training bridges “UMI grippers to robot embodiments.” Both are attacking the same historically hard problem: a policy trained on one body almost never works on another.

Cross-embodiment transfer is what turns robotics from a per-product engineering exercise into a software platform. If a model adapts to a new body in hours rather than months, then the value accrues to the model owner, not the hardware integrator. That is why a phone-and-appliance company (Xiaomi) and a lab (DeepMind) are both racing to own the intelligence layer while leaving the metal to partners.

It also explains the partner strategy. DeepMind lists Boston Dynamics and Agile Robots among its research partners and says it is working with 100+ trusted testers. The model is the product; the robot is the distribution channel.

Safety and the Physical World

A language model that hallucinates is an annoyance. A robot that fails has mass. Both releases treat safety as a first-class problem, and that is the right instinct for physical AI.

DeepMind released ASIMOV-Agentic, a new safety benchmark for agentic robots, on Hugging Face under a CC-BY-4.0 license, alongside a safety technical report. ER 2 also adds progress-classification and moment-finding capabilities — knowing when a task is actually done (57.4% accuracy) and identifying the exact frame a critical event occurs (91.3% accuracy, 0.96-second mean error) — which are as much about stopping safely as about completing tasks.

Xiaomi’s paper is thinner on explicit safety framing, which is a gap worth noting for a model whose checkpoints will be public. Open weights raise the stakes: a capable VLA in the wild needs evaluation norms the field has not yet standardized.

The Analytical Stance: What This Does and Doesn’t Prove

Strip the launch language and the evidence says three concrete things. First, generalization across tasks and embodiments is now demonstrably working, not just claimed — Xiaomi’s scaling curves and DeepMind’s cross-embodiment results are reproducible-style benchmarks, not single clips. Second, fine dexterity remains hard; sub-50% success on the hardest manipulation tasks is far from deployment-ready in homes or factories. Third, the economic case for a generalist robot model is strengthening as training costs fall.

What it does not prove is autonomy in the wild. The demos are scripted environments with human oversight. DeepMind itself notes the robots “have more to advance in movement speed.” These are research and demonstration systems, not products on a factory floor.

The global dimension is also worth stating plainly. The race to own physical-AI intelligence is a front in the broader contest for AI power, and state strategy shapes who builds and deploys it — the same contest behind the Gulf states’ AI policy ambitions. Robotics is where AI sovereignty becomes physical.

What Comes Next

The near-term trajectory is predictable from the releases. Expect more embodiments behind one checkpoint, faster on-device inference as On-Device 2 matures, and a wave of startups building on open or licensed VLAs the way they built on open LLMs. Xiaomi’s promised checkpoints will be a test of whether open robot models attract the same ecosystem LLMs did.

The harder milestone is dexterity. Until multi-finger success rates clear the high eighties on unstructured tasks, these systems stay in warehouses, labs, and curated demos rather than homes. That is the number to watch in the next two releases, not the headline capabilities.

The competitive field is already crowded. Multiple humanoid hardware programs are shipping or near-shipping machines, each betting on a different split between in-house models and licensed intelligence. The differentiator over the next 18 months will not be who shows the flashiest demo but who reaches reliable dexterity on real tasks at a unit cost a warehouse or factory will actually pay.

If 2026 is the moment embodied AI stopped being a demo and started being a platform, the open question is who owns the platform — and whether the safety work keeps pace with the deployment pressure?

References

• Google DeepMind — “Gemini Robotics 2 brings whole body intelligence to robots” (July 30, 2026). deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots

• Google DeepMind — Gemini Robotics models overview, capabilities and partners. deepmind.google/models/gemini-robotics

• MarkTechPost — “Google DeepMind Ships Three Physical AI Models For Whole Body Control, Dexterity And Multi Robot Collaboration” (July 30, 2026). marktechpost.com/2026/07/30/google-deepmind-gemini-robotics-2

• Xiaomi Robotics — “Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories” (arXiv:2607.15330v1, July 16, 2026). arxiv.org/html/2607.15330v1

• Xiaomi Robotics — Project page for Xiaomi-Robotics-1, including released video and checkpoints. robotics.xiaomi.com/xiaomi-robotics-1.html

• MarketIntel — “Physical AI & Robot Foundation Model Market Outlook 2025-2034” (training-cost and per-task cost estimates). marketintelo.com/report/physical-ai-robot-foundation-model-market

• Robots Guide — Xiaomi CyberOne specifications and estimated unit cost. robotsguide.com/robots/cyberone

The post The Robotics Moment: Gemini Robotics 2 and Xiaomi’s Entry appeared first on The AI Prism.


Cross-posted from theaiprism.com — Cutting Through the AI Noise 🧊

Top comments (0)