These are my notes on Xiaomi-Robotics-1, a vision-language-action model trained on more than 100,000 hours of real-world manipulation data. The result that matters is not the benchmark scores but that manipulation now scales the way language models do: performance improves predictably with more data and a bigger model, the gains hold up on real hardware, the binding constraint is data rather than model size, and the data has become cheap to collect. Four points, one chart each, and the tiers are orders of magnitude, not benchmarks.
1 · Scaling laws come to robotics
Both levers move the same way: more data raises success, and a bigger model raises it again, both along a smooth curve, not in steps. That is how large language models scaled, and I did not expect it to hold this cleanly for something as physical as moving objects around a room.
2 · It transfers to the real world
The usual failure mode is a model that scores well on a benchmark and then fails in an actual home. That does not happen here: a model that is stronger in pre-training is a better robot on real hardware, in homes it never saw during training, so the benchmark number and the real-world number move together.
3 · The bottleneck is data, not model size
Past a few billion parameters, a bigger model barely helps and the curve flattens, while more data, and more varied data, keeps paying. That changed how I think about where the effort goes: if I were allocating against this, I would be buying data, not a bigger model.
4 · And the data is now cheap
Collecting manipulation data no longer needs a robot: a UMI handheld gripper lets anyone record it, and a vision-language model labels each clip automatically. That is what makes the rest practical, turning "collect more data" into a plan, not an aspiration.
Put together, it looks like a feedback loop. Manipulation scales predictably, the gains survive the real world, the constraint is data rather than model size, and the data is cheap to collect at scale. If that holds, the advantage shifts from owning the biggest model to owning the largest and most varied dataset. That is the version of a general-purpose robot policy that reads like a plan rather than a promise. I would want it replicated outside Xiaomi before relying on it, but the direction is clear.