On July 10, Ant Group's embodied-intelligence subsidiary Robbyant released LingBot-VA 2.0, positioned as the industry's first "embodied-native" video-action world model. It is not fine-tuned from a video generation model, but autoregressively pretrained from scratch, with a single goal: let the robot accurately predict how actions will change the environment, and decide the next step accordingly. The mainstream route is generally "first use a video generation model as a world model, then fine-tune it for robots" — but content creation pursues visual quality, and robot control needs physical precision; this "borrowed shell" often causes catastrophic forgetting and generalization degradation. VA 2.0 takes a different path with a four-piece set: Semantic Visual-Action Tokenizer aligns semantic and action information at the visual-compression stage; Strict Causal Pre-training ensures unidirectional time sequence; MoE scales capacity without losing speed; Enhanced Asynchronous Inference lets the robot predict while executing, forming a closed loop. The landing data directly hits the pain point: 150 Hz real-time inference on a single GPU, just 20 demonstrations enable in-context learning with zero parameter updates generalizing to new tasks. VA 2.0 is the closing piece of Robbyant's "6 models in a week" release. The previously released LingBot-Depth 2.0, LingBot-Vision, LingBot-VLA 2.0, LingBot-World 2.0, and LingBot-Video cover the perception, simulation, and action layers; VA 2.0 compresses "action + simulation" into a unified model, completing the embodied-native full-stack puzzle. Commentary: what's most worth noting about this path isn't a single benchmark, but the paradigm choice — replacing "borrowing digital-content models" with "building from scratch for the physical world". At a time when Genie 3 and Veo dominate the digital world, Robbyant provides a different kind of sample for the embodied track: not chasing the flashiest video generation, but putting physical consistency and real-time performance first. In the short term it's less eye-catching in public than Sora-2-class models, but for industrial, elderly-care, and medical-assistance scenarios that "must run stably", this is the real entry ticket.