DTWdailytechwire
Tech Intelligence, Wired Daily
AI

Humanoid Robots Gain Full-Body Control With Google's Latest AI

DeepMind's Gemini Robotics 2 extends manipulation capabilities from upper-body tasks to coordinated movements across entire robotic platforms, a step toward deployable humanoid systems.

AS
Arjun S. Mehta
AI Correspondent · Bengaluru
Jul 31, 2026
7 min read
Humanoid Robots Gain Full-Body Control With Google's Latest AI
Humanoid Robots Gain Full-Body Control With Google's Latest AICredit: Google

From Torso to Toe

The bottleneck in humanoid robotics has never been hardware alone. Apptronik, Boston Dynamics, and Figure have shipped platforms with impressive actuators and balance algorithms for years. What has lagged is the intelligence layer: models that can reason about a task, plan a sequence of movements, and execute them fluidly across a robot's entire kinematic chain. Google DeepMind's Gemini Robotics 2 addresses that gap. The model, announced this week, orchestrates motion from a robot's feet through its fingertips, a significant expansion from the first-generation system that handled only upper-body manipulation.

At DailyTechWire, we've tracked the trajectory of foundation models entering robotics since OpenAI's early experiments with Dactyl and the wave of transformer-based policies that followed. Gemini Robotics 2 represents a maturation: instead of treating locomotion and manipulation as separate problems, the architecture unifies them under a single control policy. That means a robot can now walk to a shelf, crouch to reach a low object, lift it, and hand it off without switching between discrete software modules.

Demonstrations and Deployment Partners

Google showcased the system running on Apptronik's Apollo 2, a humanoid platform designed for logistics and light industrial work. In recorded sequences, the robot bends at the hip and knees to retrieve a watering can from floor level, walks several meters while maintaining balance, and selects specific items from a cluttered shelf. These are not cherry-picked clips of isolated successes. The tasks require continuous sensorimotor feedback: vision to locate objects, proprioception to maintain posture, and real-time trajectory adjustment as the robot's center of mass shifts.

Apptronik's collaboration with DeepMind is strategic. The Austin-based startup has positioned Apollo 2 as a general-purpose platform, eschewing the single-use designs that dominate warehouse automation. By integrating a multimodal AI that understands both visual input and physical constraints, Apptronik gains a software stack that can generalize across tasks without custom programming for each new environment. That flexibility is essential if humanoid robots are to move beyond pilot projects into scaled deployments.

What Changed Under the Hood

The technical leap lies in how Gemini Robotics 2 handles whole-body coordination. Earlier systems decomposed tasks into a hierarchy: a high-level planner would decide "pick up object," then pass commands to separate controllers for the arm, torso, and legs. This pipeline approach introduced latency and made it difficult to recover from unexpected perturbations. If a robot's foot slipped mid-reach, the arm controller wouldn't know to adjust its trajectory until the error propagated up and back down the control stack.

Gemini Robotics 2 collapses that hierarchy. The model outputs joint-level commands for the entire body in a single forward pass, conditioned on the robot's current state and the task goal. This end-to-end architecture reduces reaction time and allows the system to exploit dynamic coupling between limbs. When the robot crouches, for instance, the model can preemptively shift weight to the heels and adjust arm posture to counterbalance, behaviors that emerge from training rather than being hand-coded.

Training data is the other half of the story. DeepMind has access to teleoperation logs, simulation rollouts, and real-world interaction data collected across multiple robot platforms. Gemini Robotics 2 was likely pretrained on this diverse corpus, then fine-tuned on Apollo 2's specific morphology. That transfer learning approach mirrors what we've seen in large language models: a broad base of general knowledge, refined for a particular domain. The result is a policy that can handle novel objects and environments without exhaustive retraining.

The Economics of Humanoid AI

Why does full-body control matter beyond the technical milestone? Because it directly impacts the return on investment for deploying humanoid robots. A system that can only manipulate objects while standing still requires structured environments: flat floors, reachable shelves, predictable layouts. Add locomotion and dynamic posture, and the robot can work in spaces designed for humans, from retail stockrooms to hospital corridors. That adaptability reduces infrastructure costs and expands the addressable market.

Labor economics also play a role. Humanoid robots are expensive, with hardware costs still in the low six figures per unit. To justify that capital expenditure, a robot must perform a wide variety of tasks, not just one. Gemini Robotics 2's generalization capability moves the value proposition closer to viability. Instead of deploying separate machines for picking, transport, and placement, a single humanoid with a capable AI can cycle through all three, improving utilization rates.

We've followed funding rounds across Asia and North America where investors are betting on this convergence of capable hardware and scalable AI. Apptronik raised $60 million in Series A funding earlier this year, and competitors like Sanctuary AI and 1X Technologies have secured similar capital on the promise of general-purpose humanoid systems. Gemini Robotics 2 validates that thesis, demonstrating that the software layer is catching up to the mechanical sophistication.

Risks and Open Questions

Full-body control introduces new failure modes. A robot that only moved its arms could fail gracefully by freezing in place. A walking, crouching, reaching system can tip over, collide with obstacles, or crush objects if the policy misjudges forces. DeepMind has not disclosed details about safety constraints built into Gemini Robotics 2, such as joint torque limits, collision prediction, or emergency stop mechanisms. These are not afterthoughts. In industrial settings, a humanoid robot must meet the same safety standards as collaborative robotic arms, and the certification process for whole-body systems is less mature.

Generalization remains an open question. The demonstrations show Apollo 2 succeeding in what appear to be controlled environments with good lighting and uncluttered backgrounds. Real-world deployments will test the model's robustness to occlusion, varied lighting, and unpredictable human behavior. Google has not released benchmark results showing how Gemini Robotics 2 performs across diverse object categories or failure recovery scenarios.

Latency is another consideration. Running a large multimodal model on-device requires significant compute, and offloading inference to the cloud introduces network dependency. Apptronik's Apollo 2 integrates onboard GPUs, but power and thermal constraints limit the size of models that can run in real time. DeepMind's architecture likely includes optimizations like quantization and pruning, but the trade-offs between model capacity and inference speed are not yet public.

The Broader Robotics Landscape

Google is not alone in this push. Tesla's Optimus team has demonstrated similar whole-body manipulation, and Figure's partnership with OpenAI aims to embed multimodal models into humanoid platforms. In Asia, Fourier Intelligence and UBTech are integrating vision-language models into their robots, and we've seen early deployments in logistics hubs across Shenzhen and Seoul. The competitive dynamic is shifting from hardware differentiation to AI capability. Whoever can ship a model that generalizes reliably across tasks and environments will capture the ecosystem.

DeepMind's advantage is its access to Google's compute infrastructure and data pipelines. Training a model like Gemini Robotics 2 requires millions of simulation steps and thousands of hours of real-world interaction data, resources that few startups can marshal. That scale advantage could entrench Google as the default AI provider for humanoid platforms, much as NVIDIA dominates AI training infrastructure today.

Policy and regulation will shape adoption timelines. Humanoid robots operating in public spaces or alongside human workers fall under evolving safety frameworks in the EU, U.S., and parts of Asia. The EU's AI Act classifies certain robotic systems as high-risk, triggering conformity assessments and transparency requirements. DeepMind and its deployment partners will need to navigate these regimes as pilots expand into commercial operations.

What Comes Next

The immediate next step is broader deployment. Apptronik has signaled interest in logistics and light manufacturing, sectors where labor shortages and repetitive tasks create demand for automation. If Gemini Robotics 2 proves reliable in those environments, expect other humanoid manufacturers to seek similar partnerships with foundation model providers. We may see a pattern emerge where hardware companies focus on mechanical design and model providers supply the intelligence layer, mirroring the software-hardware split in smartphones.

Longer term, the integration of whole-body control with reasoning capabilities opens new application domains. A robot that can plan multi-step tasks, adapt to exceptions, and operate in unstructured environments could assist in elder care, disaster response, or remote site maintenance. These are markets where human labor is scarce or hazardous, and the economic case for humanoid automation is strongest.

Google DeepMind has not announced a commercial release timeline for Gemini Robotics 2, and the model remains in a research and partnership phase. But the trajectory is clear: humanoid robots are moving from proof-of-concept to deployment-ready systems, and the AI controlling them is advancing faster than the hardware. The question is no longer whether humanoids will work alongside humans, but how quickly the economics and safety infrastructure can catch up to the technology.

Read next
AI

Inside Shenzhen's AI Drama Studios: How Seedance Cuts Production from Months to Weeks

Wei Zhang · 5 min
AI

Asset Managers Race to Double AI Spending as Data Access Becomes Competitive Fault Line

Arjun S. Mehta · 4 min
AI

China's Tech Giants Face the AI Profitability Test

Wei Zhang · 5 min
Spot something wrong? Email corrections@dailytechwire.com. We log every correction publicly.