Vision-language-action models are teaching warehouse robots to handle objects they've never seen

A warehouse pick-and-place robot has traditionally needed to be told, in detail, what it's picking up. Engineers program grasp points for each SKU, retrain vision models when a new product line arrives, and accept that anything genuinely novel — an oddly shaped return, a product still in dev packaging — gets kicked to a human. Vision-language-action models are breaking that constraint. Instead of hand-coded rules for each object, a single model trained on both internet-scale image-and-text data and real robot movement now generalizes to objects it was never explicitly trained to grasp, often on the first attempt.
Physical Intelligence's π0 model, Figure AI's Helix, and NVIDIA's GR00T N1 are the clearest signals that this isn't a lab curiosity anymore. Figure has run Helix on a live BMW production floor. Physical Intelligence — backed by OpenAI, Jeff Bezos, and Thrive Capital — has demonstrated π0 folding laundry and bussing tables it had never seen configured that way. Amazon's fulfillment centers are piloting generalist grasping systems built on the same underlying idea to cut the fraction of items that still require a human hand. The common thread across all of them is architectural, not just a bigger dataset.
Why the old approach hit a wall
Classical industrial robotics separates perception, planning, and control into distinct hand-engineered stages. A vision system identifies an object and estimates its pose; a planner computes a trajectory; a controller executes it. Each stage works well for objects the system was designed around, and each stage breaks independently when it meets something outside its training distribution — a reflective package, a deformable bag, an item resting at an unusual angle. Retraining any one stage for a new object category is slow, and warehouses turn over SKUs constantly: a fulfillment center might handle hundreds of thousands of distinct items, with new ones added daily.
That mismatch — a robotics stack built for a fixed catalog, deployed against a catalog that never stops changing — is the specific problem vision-language-action models are aimed at.
How VLA models actually work
A vision-language-action model starts from a large vision-language model — the kind trained on billions of image-caption pairs and text from the open web — and adds a third modality: motor actions. Robot trajectories, recorded as sequences of joint positions or end-effector poses paired with camera images and task descriptions, get tokenized the same way text does and folded into training. The model learns to predict "what movement comes next" the way a language model predicts "what word comes next," conditioned on what it sees and what it's been asked to do.
This matters because the model inherits the vision-language backbone's broad, internet-scale understanding of what objects are and how the physical world behaves — it has effectively seen millions of images of bags, boxes, tools, and food containers before ever touching a robot arm. Fine-tuning on a comparatively small amount of real robot trajectory data then teaches it to translate that visual understanding into motor commands, rather than having to relearn what a "bag" is from scratch using only robot-collected examples. That's the generalization mechanism: the model isn't memorizing grasp points for known SKUs, it's applying broad visual and physical common sense to whatever is in front of the camera.
The Open X-Embodiment dataset, a multi-institution collaboration pooling robot demonstration data across dozens of robot platforms and research labs, has been central to this — it's the closest thing the field has to a shared training corpus, and models trained across it consistently outperform ones trained on any single lab's narrower data.
The latency problem, and how it's being solved
A large vision-language-action model can be too slow to run as a direct control loop — physical grasping requires updates on the order of tens of milliseconds, while a multi-billion-parameter model's forward pass can take far longer. The fix that's converged across most of these systems is hierarchical: a large, slower model handles high-level reasoning and planning at a few hertz — "the object is a crumpled bag of chips, approach from this angle" — while a small, fast policy handles the moment-to-moment continuous control at the speed physical manipulation actually requires. Physical Intelligence's π0 uses flow matching for this fast continuous-control layer specifically because it can generate smooth, high-frequency action sequences without needing the full model in the loop for every motor command.
What's still limiting deployment
Robot trajectory data remains orders of magnitude scarcer than the text and image data that made large language models possible — collecting a single hour of real-world robot demonstration is vastly more expensive than scraping a web page, and it requires physical hardware, a workspace, and often a human operator. That scarcity is the field's binding constraint, and it's why sim-to-real transfer — training in simulation, then adapting to physical hardware — remains an active research problem rather than a solved one.
Reliability at scale is the other open question. A generalist model that succeeds on a novel object 85% of the time sounds impressive in a demo; at fulfillment-center volume, that failure rate still means a large absolute number of items falling, jamming a conveyor, or needing human intervention. Warehouse operators evaluating these systems are watching first-attempt success rate on genuinely unseen objects far more closely than any benchmark score, because that number is what determines whether a generalist robot is cheaper than a human picker plus a task-specific robot for the SKUs it already knows.
Who this changes things for
Large e-commerce and third-party logistics operators — Amazon, GXO, DHL Supply Chain — benefit first, because SKU churn and seasonal volume swings are exactly the conditions where task-specific programming breaks down fastest. Robotics vendors selling narrow, single-task systems face the most direct competitive pressure, since a generalist model that can be redeployed across tasks without new engineering work undercuts the value of hardware sold around one fixed capability. Integrators and systems houses that make their money customizing robot programming per SKU have the most retraining to do themselves.
What to watch
- First-attempt success rates on genuinely novel objects, reported by operators rather than vendors — this is the number that actually determines deployment economics, and it's rarely disclosed today.
- Robot trajectory dataset growth. Whether Open X-Embodiment-style shared datasets keep scaling, or whether individual labs' proprietary data moats start to dominate performance instead.
- Hardware cost trajectories. Generalist software only matters commercially if the arms and grippers running it get cheap enough to deploy at fulfillment-center scale.
- Whether generalist models start beating task-specific ones on their own turf — high-volume, well-understood SKUs — not just on the novel-object cases where they currently have the clearest advantage.
Warehouse robotics spent two decades getting very good at a fixed set of tasks and very bad at anything outside them. Vision-language-action models are the first approach that inverts that trade-off in a commercially meaningful way — and the fact that Figure and Physical Intelligence are running these systems on real production floors, not just in research demos, is the part worth paying attention to.