LingBot-VA/VLA 2.0 Released: Native Embodied Foundation Model

An Ant Group-backed embodied AI company (@robbyant_brain) released the LingBot-VA 2.0 and LingBot-VLA 2.0 models. Instead of the common approach of bolting an action head onto a video generation model, LingBot is trained from scratch as a native video-action foundation model to solve general robot control and cross-embodiment generalization.

Core Design and Technical Details

Authors @omarsar0 and @heyshrutimishra pointed out that pure video generation models only learn appearance, not how actions change the physical world. LingBot places world states and latent actions in the same semantic latent space, utilizing self-supervised learning on unlabeled web videos. Architecturally, it uses a 30B MoE design (activating only 3B parameters during generation) with a full causal Transformer. To achieve real-time control, system optimizations such as dual-expert distillation, FP8 TensorRT, and paged KV-cache were applied, reducing single-block latency from 927ms to 142ms. Furthermore, @omarsar0 highlighted a "closed-loop" inference mechanism that drafts the next action chunk based on the latest observations to avoid lookahead drift.

Evaluation and Generalization

In evaluations, the model achieved an average score of 93.6 on RoboTwin 2.0, surpassing models like π0.5, with stable performance across clean and randomized scenarios. @HeyToha noted that the model also scored 0.620 on the RBench benchmark, leading overall in tasks like long-horizon manipulation and quadruped control. The LingBot-VLA 2.0 version translates different robot controls into a unified 55-dimensional action language, successfully covering 20 robot configurations—including arms, dexterous hands, and bases—and can adapt to new environments with just 10–15 demonstrations.

2026-07-10 ~ 2026-07-12 · 24 related posts

2 near-duplicate retellings: bendee983 · omarsar0