Garp Independent AI & technology journalism
Tuesday, June 23, 2026 Sign In · Join Subscribe
Latest Google Deepmind and A24 team up on AI filmmaking research

AI news, research, models, robotics, chips, startups, and infrastructure coverage.

Updated daily

Home  /  Robotics  /  Robotics will not have a clean Llama moment

Robotics

Robotics will not have a clean Llama moment

Robotics will not have a clean Llama moment

Google — on a bench not long ago, a small quadruped turned cleanly to the right. The mirrored left turn dragged and lost contact.

The legs had landed in different servo regions and loaded the body differently, so the same command did two different things. The code was symmetric; the contact mechanics were not. The Llama analogy works until the model has to move hardware. The original Llama paper gave software teams a reusable starting point. A team that did not pay for the training run could adapt the model, shrink it, and serve it through a familiar software path. The weights were useful because other teams already had the tools to turn them into running software. Robot models move the same way, but a robot policy does not travel on its own. A local control stack converts policy output into motion on the installed robot via its controller, within the cell’s safety envelope. Model access will expand what robots attempt. The advantage will come from turning that behavior into supported work on installed systems, with a fault record a technician can use months later. Robot policies are getting easier to download Google DeepMind’s Open X-Embodiment project pooled robot data across institutions and robot bodies, and its RT-X results found that training across embodiments improves transfer in some settings rather than forcing each system to learn only from its own narrow dataset. DeepMind’s newer releases split the work across the robot stack. Gemini Robotics 1.5 is a vision-language-action model that takes visual information and instructions and turns them into motor commands. Gemini Robotics-ER 1.6 sits higher in the stack, handling spatial reasoning and task planning while supporting progress checks and tool calls. NVIDIA has pushed distribution in the same direction, with GR00T releases and Isaac models moving into developer channels such as Hugging Face’s LeRobot.