Robotics in the age of AI

Robotics in the age of AI

Robotics in the age of AI

First try the live demo here –
https://open-physical-ai-workbench.vercel.app/


Most robotics demos show motion. Useful, but not the same thing as a robotics system.
The next generation of robotics will be shaped by language models, vision-language-action models, learned policies, foundation models, world models, and simulation at scale. That makes the field more exciting, but it also raises the engineering bar. If a user can type an open-ended instruction into a robot interface, the system has to answer harder questions than a traditional scripted demo.


What did the user ask for? What did the model infer? What task was actually compiled? What embodiment can execute it? What controller owns the motion? What simulator or robot produced the state trace? What safety boundary rejected or bounded the command? What metrics prove the run worked? What artifacts remain after the demo is over?


Those questions are the difference between a robot animation and a robotics platform.
Open Physical AI Workbench is my attempt to make that full loop visible.
The current public demo is focused on one capability: language-guided robot arm manipulation in MuJoCo. The user can give a command such as:
Lift the cube 18 cm normally, move it 12 cm right, rotate the arm 180 degrees, and keep it there.


The workbench turns that into a structured robot task, previews the target live in the browser, executes the authoritative run through a MuJoCo simulation gateway, and returns evidence that can be audited.


The output is not just motion. It includes the normalized command, target coordinates, motion parameters, task graph, action contract, controller phases, actuator-style channels, success metrics, state trace, action trace, replay, run events, and artifact manifest.


That is the core idea: make the robotics stack inspectable.

Full article : https://open.substack.com/pub/digdeeptech/p/robotics-in-the-age-of-ai-needs-more?r=z7nbh&utm_medium=ios

Scroll to Top