Robot-Use Agents

Phillip Isola
September 7th, 2026

This year we are going to see many LLMs1 being tested as robot-use agents.


In the same way as an LLM can use tools like calculators, web search, and even complete computers (“computer-use agents”), an LLM can also use a robot as a tool. Think of it as Claude acting as the puppeteer of a robot body.


This ability has been researched for years2 3 4, but a common view remained that while LLMs might be useful for high-level planning, they were not yet suitable for full control. Researchers argued that LLM latency is too high to keep up with real-world dynamics5, that the models had poor spatial intelligence6, and that LLMs lacked sufficiently strong causal and physical understanding7.


These limitations are starting to melt away with newer models like Fable and Astra. The debate continues, but it's time to take seriously that these AIs could soon be quite competent at general-purpose robot use. Indeed, recent demos provide tantalizing evidence that something is starting to change.8 9 10


It's worth thinking about the implications of this change. If LLMs can competently control robots, then robotic abilities may take off more quickly than has been anticipated. Every robot with an internet connection becomes a potential tool for Fable, Astra, and other AIs.


This contrasts with other visions of how robotics will progress. Currently, robot intelligence is mostly run on device, with a model that is customized to each different type of robot. This makes deploying intelligence in robotics a slow and incremental process. Importantly, the process is deliberate: empowering a robot with AI is an engineering choice that involves substantial effort. Further, the tech stack for robot brains is not yet mature; researchers are making varied bets on world models, behavior foundation models, continual learning methods, and more. These approaches do not have the buildout of LLMs.


Claude-as-puppeteer could lead to a rather different future. This kind of intelligence runs in the cloud, is not specially tuned to any one kind of robot, and has a mature infrastructure ready to support it. In this paradigm, the robots themselves do not necessarily need to change. They would become empowered even with no modification to their software, no new sensors or actuators, no new onboard GPUs.11 A car might be as easily controlled as a factory arm. Updates to robot intelligence would be over-the-air, or even entirely in the cloud. A device that is not intelligent today could tomorrow become AI-enabled, with just a software update.12 In this future, the new thing is not so much that any one robot gets more capable -- indeed LLM-controlled robots are still far less performant than dedicated solutions -- rather it's that intelligence diffuses through the whole robotic ecosystem much more quickly than in the traditional regime.


At the same time, there are remaining limitations. LLM agents incur high latency between commands, due to the slowness of their thinking as well as limited internet speeds. Puppeteering may be less reliable than tried-and-true robotic systems; this matters especially for high-stakes and safety-critical use cases. I suspect these limitations will be surmountable, but they currently do exist.


Right now, the world is becoming aware that any digital tool can be made accessible to agentic AIs. The same may soon be true for any physical robot, and indeed for any device connected to the internet. This has obvious potential as well as risk.


Thanks to Nathan Cloos, Adam Rashid, and Antonio Norelli for helpful discussions that led to this post.

  1. I'm using the term LLM to refer to AI agents like Claude. These agents are the evolution of language models but they now operate over other modalities as well.
  2. Ahn, M. et al. (2022). Do As I Can, Not As I Say: Grounding Language in Robotic Affordances.
  3. Liang, J. et al. (2023). Code as Policies: Language Model Programs for Embodied Control.
  4. Pan, B. et al. (2024). LangNav: Language as a Perceptual Representation for Navigation.
  5. Pollini, D. et al. (2025). Reducing Latency in LLM-Based Natural Language Commands Processing for Robot Navigation.
  6. Commentary by Fei-Fei Li.
  7. Commentary by Yann LeCun.
  8. Anthropic (2026) Claude plays robotics.
  9. Waddle Labs (2026) Introducing Waddle: agents that control robots.
  10. Robocurve (2026) GPT‑6 Astra on robotic manipulation.
  11. That's not to say that improvements in robotic hardware won't also continue and be useful.
  12. The software update would only need to expose the robot's sensor and actuator APIs to the AI agent. Sensor data gets sent to the AI, and actuator commands get sent back to the robot. This loop would presumably involve users giving permissions, but it should not escape our attention that it could also be vulnerable to hacks.