Recent questions
Field notes
Longer essays from building AI systems in production.
Nothing yet — first note coming soon.
Longer essays from building AI systems in production.
Nothing yet — first note coming soon.
What is a vision-language-action model, the AI brain now being put inside humanoid robots?
Most robots run on explicit rules: if the part is here, move the arm there. They break the moment something is out of place. A vision-language-action model (VLA) replaces that rigidity with something closer to human thinking: it sees the world through cameras, understands plain-language instructions, and outputs physical actions — all from a single neural network.
The "vision" part reads the scene. The "language" part understands what you want. The "action" part translates that into motor commands — joint angles, force, timing. This is what allows a humanoid robot to receive a spoken instruction, walk across a room, and place an object on a shelf without being pre-programmed for that exact sequence.
The hard part is embodiment: a model trained on text has no sense of physics, weight, or balance. VLAs are trained on video of humans doing tasks and data from teleoperated robots, slowly building a physical intuition that reading alone could never provide.
Longer essays from building AI systems in production.