Waddle is the Claude Code for robotics. Connect our API to your robot and type a prompt, then our agents write code to achieve the task in ~20 minutes.
Robot intelligence today depends either on large end-to-end VLAs or classical approaches.
- VLAs are difficult to customise and steer, require huge amounts of data to train, and don’t yet generalise across embodiments and environment. They face limited deployment.
- Meanwhile, classical approaches are widely deployed for their reliability and explicit control, but are often brittle and costly to redevelop in new setups.
Does this tradeoff have to be inevitable?
Our hypothesis: By using agents to control robots, we combine the generalisation of VLAs with the speed and reliability of classical approaches.
Our agents decomposes a goal into subtasks, and completes each subtask by viewing camera feeds, writing control code, and calling models like VLAs. The agent outputs a program that you can run and iterate on by talking to our agents.
Where we've been using Waddle internally:
- Create a working policy in 20 minutes ("Write a program to package the box")
- Generate data for model training ("Pick and place lego bricks at random positions 1000 times")
- Facilitate robotics auto-research ("I am tuning a policy overnight. Reset the scene after each trial”)
Because our agents are LLMs, they inherit properties of the underlying models. Agents and the code they write are inherently generalist, so they work with any robot and any environment without additional data. Moreover, agents excel at long-horizon planning and can decompose a physical goal into subtasks, verify each stage, and re-plan on failure.
Interested in trying our agents via our preview API? Sign up at [our website](https://www.waddlelabs.ai/) or email founders@waddlelabs.ai
Waddle's agents enable new forms of scaling that we are very excited about:
- Scaling compositional generalization: Our agent first wrote the “fold_grasp” skill while flipping a package; another agent later used it to fold a t-shirt. Over time, agents accumulate a library of skills, enabling future agents to compose them and achieve harder tasks.
- Scaling multi-robot cooperation: Imagine an entire fleet of robots collaborating to achieve a task. For VLAs, this is a nightmare. For Waddle, simply hook up more agents. A master agent spawns subagents, coordinating multiple robots working concurrently.
- Scaling from scale: We evaluated Opus 4.8, Fable 5, and GPT 5.6 Sol on a suite of manipulation tasks: larger models with larger thinking budgets consistently produce better policies. As foundation models improve, so do our robots.
We are @Yiding Song (Vincent) and @Hanming Ye. We met at MIT’s Research Science Institute, where Vincent was working on multimodal astrophysics models and Hanming was researching topology in the math department. Since then, we’ve become roommates at Harvard where we are either doing ML research or breaking robots - usually both.
There will be millions of robots in the future. Our mission is to enable everyone to take part in building them.