Most video-action robot models are a content-creation video generator with an action module attached.
LingBot-VA 2.0 from @robbyant_brain, a video-action foundation model, throws that starting point out and trains the whole stack natively for control.
And it runs closed-loop at a peak 225 Hz.
It's so important because A robot cannot move responsively when its controller pauses to imagine the next few frames. LingBot-VA 2.0 predicts during execution, then corrects using each real observation.
And it carries only about 13B video parameters while activating roughly 1.9B per token. Bigger robot models usually mean slower reactions, creating a direct conflict between intelligence and control.
LingBot-VA 2.0 is trained from scratch for robot control rather than adapted from a video generator built for content creation.
Robbyant, an embodied AI company under Ant Group, built it to learn how scenes change under actions, predict what should happen next, and turn those predictions into real-time robot movements.
Most video-action systems inherit a tokenizer and video backbone trained mainly to reproduce visual appearance. LingBot-VA 2.0 rebuilds both parts around physical control.
Its semantic visual-action tokenizer maps observations toward features from a frozen vision foundation model and learns compact latent actions from frame-to-frame changes using self-supervised inverse and forward dynamics. Unlabeled web video can therefore carry action-relevant training signals without robot action labels.
The policy is causal from the start, so every prediction can use only past observations.