The idea: a VLM that acts
The previous lessons built policies from task-specific networks trained on demonstrations. They work, but each starts from scratch, knowing nothing about the world beyond its own demos. A robot asked to "pick up the extinct animal" from a table of toys has no way to know a plastic dinosaur qualifies. That knowledge lives in internet-scale text and images, not in robot data.
A vision-language-action model (VLA) closes that gap. The recipe is deceptively simple: take a vision-language model (a VLM, already pretrained on huge amounts of image-and-text data, as covered in the multimodal-AI content) and give it a way to output robot actions, then train it on robot demonstrations. The robot policy inherits the VLM's understanding of objects, language, and relationships, and only has to learn how that understanding maps to motion. This is the through-line of the whole field right now, and the rest of the lesson unpacks how it is actually done.

