{"id":103470,"date":"2026-07-11T19:10:55","date_gmt":"2026-07-11T19:10:55","guid":{"rendered":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/"},"modified":"2026-07-11T19:10:55","modified_gmt":"2026-07-11T19:10:55","slug":"ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai","status":"publish","type":"post","link":"https:\/\/youzum.net\/it\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/","title":{"rendered":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Robbyant, the embodied AI unit inside Ant Group, has released the <strong><a href=\"https:\/\/technology.robbyant.com\/lingbot-va-v2\" target=\"_blank\" rel=\"noreferrer noopener\">LingBot-VA 2.0<\/a><\/strong>.The first embodied-native foundation model. It describes a video-action foundation model for generalist robot manipulation. The research team pretrains the whole stack for embodiment instead of fine-tuning a video generator.<\/p>\n<h2 class=\"wp-block-heading\"><strong>What is LingBot-VA 2.0?<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Most video-action models reuse two components built for digital content creation. One is a reconstruction-oriented VAE. The other is a bidirectional video-diffusion backbone, with an action module attached.<\/p>\n<p class=\"wp-block-paragraph\">This creates three limitations. Pixel-reconstruction latents preserve appearance but carry limited physical structure. Iterative denoising over video tokens is too slow for closed-loop control. Generic video objectives never teach how actions reshape the world.<\/p>\n<p class=\"wp-block-paragraph\">A fourth mismatch is structural. Backbones use bidirectional attention, while control unfolds strictly forward in time. LingBot VA Version 1.0 finetuned that stack into a causal model. Version 2.0 pretrains a causal DiT natively.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1398\" height=\"862\" data-attachment-id=\"80980\" data-permalink=\"https:\/\/www.marktechpost.com\/2026\/07\/11\/ant-groups-robbyant-unveils-lingbot-va-2-0\/screenshot-2026-07-11-at-12-53-47-am-2\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1.png\" data-orig-size=\"1398,862\" data-comments-opened=\"0\" data-image-meta='{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"alt\":\"\"}' data-image-title=\"Screenshot 2026-07-11 at 12.53.47\u202fAM\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-1024x631.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1.png\" alt=\"\" class=\"wp-image-80980\" \/><figcaption class=\"wp-element-caption\">https:\/\/github.com\/Robbyant\/lingbot-va\/blob\/main\/LingBot_VA2_paper.pdf<\/figcaption><\/figure>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Version 1: The Semantic Visual-Action Tokenizer<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Building on that motivation, stage one replaces the compression-only VAE. Following RepWAM, the tokenizer adds two objectives to reconstruction.<\/p>\n<p class=\"wp-block-paragraph\">Semantic alignment pulls visual latents toward a frozen Perception Encoder teacher. A latent-action objective extracts compact transition variables between consecutive latents. An inverse dynamics model predicts each latent action. A forward dynamics model decodes it into a transport map plus residual.<\/p>\n<p class=\"wp-block-paragraph\">World states and actions now share one latent space. Unlabeled web video therefore carries action-relevant supervision.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Version 2: A Causal DiT With a Sparse MoE Video Stream<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">On top of that space, version 2 pretrains a causal DiT. It keeps the Mixture-of-Transformers layout of version 1.0. A video expert and an action expert share one causal self-attention. Each owns a separate feed-forward pathway.<\/p>\n<p class=\"wp-block-paragraph\">The two streams scale asymmetrically. The video expert replaces its dense FFN with a sparse MoE routed layer. That layer holds 128 routed SwiGLU experts, top-8 routing, one shared expert. Load balancing follows the auxiliary-loss-free Loss-Free Balancing strategy. The action expert keeps a dense FFN at hidden dimension 768.<\/p>\n<p class=\"wp-block-paragraph\">The video backbone is roughly 13.0B parameters, about 1.9B active. With the action expert and MCP heads, training covers about 15.3B parameters. Roughly 2.5B activate per token at inference. Training uses a rectified-flow objective with a hybrid Muon plus AdamW optimizer.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Where the Training Signal Comes From<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Beyond architecture, two objectives shape what the model learns.<\/p>\n<p class=\"wp-block-paragraph\">Multi-chunk prediction (MCP) fixes myopic supervision. Teacher forcing supervises only the next chunk, so the model can cut loss by copying appearance. MCP attaches three lightweight modules predicting the next three chunks. In ablation it matched the baseline\u2019s 45k-step accuracy in 20k steps, a 2.3x training speedup.<\/p>\n<p class=\"wp-block-paragraph\">Meanwhile, five objectives are co-trained rather than staged: T2I, T2V, TI2VA, ICL, and human-robot co-training. Sampling follows a coarse-to-fine schedule, from appearance grounding to video-action control. Keeping every objective alive avoids forgetting the earlier priors.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Hierarchical Planning<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Chunk-level control cannot sequence long-horizon goals. Above the policy therefore sits a VLM planner, LoRA-finetuned with a frozen vision tower. It emits structured JSON: done, instruction, generation_instruction, local_scene_description. It runs at about 2 Hz behind an asynchronous shared buffer. The policy reads it at each chunk boundary, so planner latency never blocks execution.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Foresight Reasoning<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Even with a sparse backbone, deployment hits a serial bottleneck. If the robot waits, model latency becomes control latency.<\/p>\n<p class=\"wp-block-paragraph\">Foresight Reasoning therefore runs prediction and execution as asynchronous streams. While the robot executes chunk a_t, the video expert imagines its outcome. The action expert decodes a_{t+1} from that.<\/p>\n<p class=\"wp-block-paragraph\">Running ahead risks drift. So each returning observation is encoded into the true latent z_{t+1}, overwriting the imagined one. A forward-dynamics grounding loss trains the video expert for this role.<\/p>\n<div class=\"dm-code-snippet dark dm-normal-version default no-background-mobile\">\n<div class=\"control-language\">\n<div class=\"dm-buttons\">\n<div class=\"dm-buttons-left\">\n<div class=\"dm-button-snippet red-button\"><\/div>\n<div class=\"dm-button-snippet orange-button\"><\/div>\n<div class=\"dm-button-snippet green-button\"><\/div>\n<\/div>\n<div class=\"dm-buttons-right\"><a><span class=\"dm-copy-text\">Copy Code<\/span><span class=\"dm-copy-confirmed\">Copied<\/span><span class=\"dm-error-message\">Use a different Browser<\/span><\/a><\/div>\n<\/div>\n<pre class=\"no-line-numbers\"><code class=\"no-wrap language-php\"># Pseudocode for the asynchronous rollout (Sec. 2.3.7, Eq. 29).\n# Not runnable: policy, executor and encode() are placeholders.\n\nC = init_kv_cache(encode(obs_0))            # feedback-grounded cache C_t\na = policy.action_expert(C)                 # cold start: first action chunk a_0\n\nwhile not done:\n    executor.start(a)                       # execution stream, non-blocking\n\n    C_tmp  = C + [a]                        # prediction stream: C_t u {a_t}\n    z_hat  = policy.video_expert(C_tmp)     # forward dynamics -&gt; imagined z_{t+1}\n    a_next = policy.action_expert(C_tmp + [z_hat])\n\n    obs = executor.wait()                   # real observation of a_t returns\n    C   = overwrite(C_tmp, z_hat, encode(obs))   # re-ground: z_hat &lt;- true z_{t+1}\n    a   = a_next\n<\/code><\/pre>\n<\/div>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Performance<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Consequently, evaluation covers simulation and real hardware. On RoboTwin 2.0, every model trains on 2,500 clean plus 25,000 randomized demonstrations, across 50 tasks.<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"1786\" height=\"784\" data-attachment-id=\"80981\" data-permalink=\"https:\/\/www.marktechpost.com\/2026\/07\/11\/ant-groups-robbyant-unveils-lingbot-va-2-0\/screenshot-2026-07-11-at-12-54-36-am\/\" data-orig-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.54.36-AM.png\" data-orig-size=\"1786,784\" data-comments-opened=\"0\" data-image-meta='{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"alt\":\"\"}' data-image-title=\"Screenshot 2026-07-11 at 12.54.36\u202fAM\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.54.36-AM-1024x450.png\" src=\"https:\/\/www.marktechpost.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.54.36-AM.png\" alt=\"\" class=\"wp-image-80981\" \/><figcaption class=\"wp-element-caption\">https:\/\/technology.robbyant.com\/lingbot-va-v2<\/figcaption><\/figure>\n<\/div>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td><strong>Method<\/strong><\/td>\n<td><strong>Clean<\/strong><\/td>\n<td><strong>Randomized<\/strong><\/td>\n<td><strong>Avg.<\/strong><\/td>\n<\/tr>\n<tr>\n<td>X-VLA<\/td>\n<td>72.9<\/td>\n<td>72.8<\/td>\n<td>72.9<\/td>\n<\/tr>\n<tr>\n<td>\u03c00.5<\/td>\n<td>82.7<\/td>\n<td>76.8<\/td>\n<td>79.8<\/td>\n<\/tr>\n<tr>\n<td>Motus<\/td>\n<td>88.7<\/td>\n<td>87.0<\/td>\n<td>87.9<\/td>\n<\/tr>\n<tr>\n<td>LingBot-VA<\/td>\n<td>92.9<\/td>\n<td>91.6<\/td>\n<td>92.2<\/td>\n<\/tr>\n<tr>\n<td><strong>LingBot-VA 2.0<\/strong><\/td>\n<td><strong>93.8<\/strong><\/td>\n<td><strong>93.4<\/strong><\/td>\n<td><strong>93.6<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td><strong>Acceleration technique<\/strong><\/td>\n<td><strong>Inference time (ms\/chunk)<\/strong><\/td>\n<td><strong>Async Hz<\/strong><\/td>\n<\/tr>\n<tr>\n<td>BF16 PyTorch async rollout baseline<\/td>\n<td>927<\/td>\n<td>35<\/td>\n<\/tr>\n<tr>\n<td>+ Consistency distillation<\/td>\n<td>466<\/td>\n<td>69<\/td>\n<\/tr>\n<tr>\n<td>+ Low-precision compiled execution<\/td>\n<td>369<\/td>\n<td>87<\/td>\n<\/tr>\n<tr>\n<td>+ Long-horizon attention optimization<\/td>\n<td>272<\/td>\n<td>118<\/td>\n<\/tr>\n<tr>\n<td>+ Runtime overhead reduction<\/td>\n<td>142<\/td>\n<td>225<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p class=\"wp-block-paragraph\">Distillation cuts the video sampler from 5 steps to 2, and the action sampler from 10 to 2. FP8 TensorRT engines, a paged\/ragged KV cache with FlashInfer attention, and host-side overhead removal supply the rest.<\/p>\n<div class=\"dm-code-snippet dark dm-normal-version default no-background-mobile\">\n<div class=\"control-language\">\n<div class=\"dm-buttons\">\n<div class=\"dm-buttons-left\">\n<div class=\"dm-button-snippet red-button\"><\/div>\n<div class=\"dm-button-snippet orange-button\"><\/div>\n<div class=\"dm-button-snippet green-button\"><\/div>\n<\/div>\n<div class=\"dm-buttons-right\"><a><span class=\"dm-copy-text\">Copy Code<\/span><span class=\"dm-copy-confirmed\">Copied<\/span><span class=\"dm-error-message\">Use a different Browser<\/span><\/a><\/div>\n<\/div>\n<pre class=\"no-line-numbers\"><code class=\"no-wrap language-php\"># Reproduces Table 3 of the report exactly. Runnable as-is.\nK = 32  # low-level control steps inside one generated chunk\n\nstack = [(\"BF16 PyTorch async rollout baseline\", 927),\n         (\"+ Consistency distillation\",          466),\n         (\"+ Low-precision compiled execution\",  369),\n         (\"+ Long-horizon attention optimization\", 272),\n         (\"+ Runtime overhead reduction\",        142)]\n\nfor name, ms in stack:\n    print(f\"{name:40s} {ms:4d} ms  {round(1000 \/ ms * K):4d} Hz\")\n\nprint(\"end-to-end speedup:\", round(927 \/ 142, 1), \"x\")\n<\/code><\/pre>\n<\/div>\n<\/div>\n<h2 class=\"wp-block-heading\"><strong>Version 1.0 vs Version 2.0<\/strong><\/h2>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td><strong>Dimension<\/strong><\/td>\n<td><strong>LingBot-VA<\/strong><\/td>\n<td><strong>LingBot-VA 2.0<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Tokenizer<\/td>\n<td>Wan2.2 VAE (reconstruction)<\/td>\n<td>Semantic visual-action tokenizer, 96 latent channels<\/td>\n<\/tr>\n<tr>\n<td>Backbone origin<\/td>\n<td>Finetuned from a bidirectional generator<\/td>\n<td>Causal DiT pretrained from scratch<\/td>\n<\/tr>\n<tr>\n<td>Video FFN<\/td>\n<td>Dense<\/td>\n<td>Sparse MoE, 128 experts, top-8<\/td>\n<\/tr>\n<tr>\n<td>Extra supervision<\/td>\n<td>Not used<\/td>\n<td>MCP, in-context learning, human-robot co-training<\/td>\n<\/tr>\n<tr>\n<td>Inference<\/td>\n<td>Async execution, KV cache<\/td>\n<td>Foresight Reasoning with observation re-grounding<\/td>\n<\/tr>\n<tr>\n<td>Peak async control<\/td>\n<td>Not reported in the version 2.0 report<\/td>\n<td>225 Hz<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p class=\"wp-block-paragraph\">The tokenizer ablation isolates row one. Swapping the WAN2.2 VAE for the semantic tokenizer lifts a 1.3B model from 78.0 to 86.6.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Use Cases and Examples<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Beyond benchmarks, four deployment shapes stand out.<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Few-shot onboarding:<\/strong> The report states the model adapts from 10 to 15 demonstrations. Real-world evaluation uses 20 teleoperated demos per task. One multi-task checkpoint covers all four evaluated tasks.<\/li>\n<li><strong>Demonstration-conditioned control:<\/strong> In-context learning lets a human demonstration video replace the text instruction. After finetuning on four seen tasks, the policy executed unseen compositions. One example: \u201cput the calabash into the green plate.\u201d<\/li>\n<li><strong>Cheap data scaling:<\/strong> Human-robot co-training retargets hand poses into the robot action space. Each hand becomes a virtual parallel gripper. The egocentric corpus spans 65.4k episodes.<\/li>\n<li><strong>Reactive control:<\/strong> Demonstrations include Air Hockey and a conveyor belt, where the policy anticipates moving objects.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n<ul class=\"wp-block-list\">\n<li>Pretrains a causal video-action DiT from scratch instead of adapting a video generator.<\/li>\n<li>A semantic tokenizer puts world states and latent actions in one aligned space.<\/li>\n<li>Sparse MoE video stream: ~2.5B of ~15.3B parameters activate per token.<\/li>\n<li>Foresight Reasoning overlaps prediction with execution, re-grounded on every real observation.<\/li>\n<li>Chunk latency 927 ms to 142 ms; async control 35 Hz to 225 Hz.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\"><strong>Interactive Dynamic Explainer<\/strong><\/h2>\n<p><!-- LingBot-VA 2.0 interactive demo | Marktechpost | paste into a Custom HTML block --><\/p>\n<p class=\"wp-block-paragraph\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<\/p><p class=\"wp-block-paragraph\">\n<\/p><p class=\"wp-block-paragraph\">Check out the\u00a0<strong><a href=\"https:\/\/github.com\/Robbyant\/lingbot-va\/blob\/main\/LingBot_VA2_paper.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Paper<\/a><\/strong> and <strong><a href=\"https:\/\/technology.robbyant.com\/lingbot-va-v2\" target=\"_blank\" rel=\"noreferrer noopener\">Project Page<\/a><\/strong>.<strong>\u00a0<\/strong>Also,\u00a0feel free to follow us on\u00a0<strong><a href=\"https:\/\/x.com\/intent\/follow?screen_name=marktechpost\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Twitter<\/mark><\/a><\/strong>\u00a0and don\u2019t forget to join our\u00a0<strong><a href=\"https:\/\/www.reddit.com\/r\/machinelearningnews\/\" target=\"_blank\" rel=\"noreferrer noopener\">150k+ML SubReddit<\/a><\/strong>\u00a0and Subscribe to\u00a0<strong><a href=\"https:\/\/www.aidevsignals.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">our Newsletter<\/a><\/strong>. Wait! are you on telegram?\u00a0<strong><a href=\"https:\/\/t.me\/machinelearningresearchnews\" target=\"_blank\" rel=\"noreferrer noopener\">now you can join us on telegram as well.<\/a><\/strong><\/p>\n<p class=\"wp-block-paragraph\">Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?\u00a0<strong><a href=\"https:\/\/forms.gle\/wbash1wF6efRj8G58\" target=\"_blank\" rel=\"noreferrer noopener\"><mark>Connect with us<\/mark><\/a><\/strong><\/p>\n<p class=\"wp-block-paragraph\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<\/p><p class=\"wp-block-paragraph\"><em><sub>Note:Thanks to\u00a0the\u00a0Ant Research team\u00a0for the thought leadership\/ Resources for this article.\u00a0Ant Research team has supported this content\/article for promotion.<\/sub><\/em><\/p>\n<p>The post <a href=\"https:\/\/www.marktechpost.com\/2026\/07\/11\/ant-groups-robbyant-unveils-lingbot-va-2-0\/\">Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI<\/a> appeared first on <a href=\"https:\/\/www.marktechpost.com\/\">MarkTechPost<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Robbyant, the embodied AI unit inside Ant Group, has released the LingBot-VA 2.0.The first embodied-native foundation model. It describes a video-action foundation model for generalist robot manipulation. The research team pretrains the whole stack for embodiment instead of fine-tuning a video generator. What is LingBot-VA 2.0? Most video-action models reuse two components built for digital content creation. One is a reconstruction-oriented VAE. The other is a bidirectional video-diffusion backbone, with an action module attached. This creates three limitations. Pixel-reconstruction latents preserve appearance but carry limited physical structure. Iterative denoising over video tokens is too slow for closed-loop control. Generic video objectives never teach how actions reshape the world. A fourth mismatch is structural. Backbones use bidirectional attention, while control unfolds strictly forward in time. LingBot VA Version 1.0 finetuned that stack into a causal model. Version 2.0 pretrains a causal DiT natively. https:\/\/github.com\/Robbyant\/lingbot-va\/blob\/main\/LingBot_VA2_paper.pdf Version 1: The Semantic Visual-Action Tokenizer Building on that motivation, stage one replaces the compression-only VAE. Following RepWAM, the tokenizer adds two objectives to reconstruction. Semantic alignment pulls visual latents toward a frozen Perception Encoder teacher. A latent-action objective extracts compact transition variables between consecutive latents. An inverse dynamics model predicts each latent action. A forward dynamics model decodes it into a transport map plus residual. World states and actions now share one latent space. Unlabeled web video therefore carries action-relevant supervision. Version 2: A Causal DiT With a Sparse MoE Video Stream On top of that space, version 2 pretrains a causal DiT. It keeps the Mixture-of-Transformers layout of version 1.0. A video expert and an action expert share one causal self-attention. Each owns a separate feed-forward pathway. The two streams scale asymmetrically. The video expert replaces its dense FFN with a sparse MoE routed layer. That layer holds 128 routed SwiGLU experts, top-8 routing, one shared expert. Load balancing follows the auxiliary-loss-free Loss-Free Balancing strategy. The action expert keeps a dense FFN at hidden dimension 768. The video backbone is roughly 13.0B parameters, about 1.9B active. With the action expert and MCP heads, training covers about 15.3B parameters. Roughly 2.5B activate per token at inference. Training uses a rectified-flow objective with a hybrid Muon plus AdamW optimizer. Where the Training Signal Comes From Beyond architecture, two objectives shape what the model learns. Multi-chunk prediction (MCP) fixes myopic supervision. Teacher forcing supervises only the next chunk, so the model can cut loss by copying appearance. MCP attaches three lightweight modules predicting the next three chunks. In ablation it matched the baseline\u2019s 45k-step accuracy in 20k steps, a 2.3x training speedup. Meanwhile, five objectives are co-trained rather than staged: T2I, T2V, TI2VA, ICL, and human-robot co-training. Sampling follows a coarse-to-fine schedule, from appearance grounding to video-action control. Keeping every objective alive avoids forgetting the earlier priors. Hierarchical Planning Chunk-level control cannot sequence long-horizon goals. Above the policy therefore sits a VLM planner, LoRA-finetuned with a frozen vision tower. It emits structured JSON: done, instruction, generation_instruction, local_scene_description. It runs at about 2 Hz behind an asynchronous shared buffer. The policy reads it at each chunk boundary, so planner latency never blocks execution. Foresight Reasoning Even with a sparse backbone, deployment hits a serial bottleneck. If the robot waits, model latency becomes control latency. Foresight Reasoning therefore runs prediction and execution as asynchronous streams. While the robot executes chunk a_t, the video expert imagines its outcome. The action expert decodes a_{t+1} from that. Running ahead risks drift. So each returning observation is encoded into the true latent z_{t+1}, overwriting the imagined one. A forward-dynamics grounding loss trains the video expert for this role. Copy CodeCopiedUse a different Browser # Pseudocode for the asynchronous rollout (Sec. 2.3.7, Eq. 29). # Not runnable: policy, executor and encode() are placeholders. C = init_kv_cache(encode(obs_0)) # feedback-grounded cache C_t a = policy.action_expert(C) # cold start: first action chunk a_0 while not done: executor.start(a) # execution stream, non-blocking C_tmp = C + [a] # prediction stream: C_t u {a_t} z_hat = policy.video_expert(C_tmp) # forward dynamics -&gt; imagined z_{t+1} a_next = policy.action_expert(C_tmp + [z_hat]) obs = executor.wait() # real observation of a_t returns C = overwrite(C_tmp, z_hat, encode(obs)) # re-ground: z_hat &lt;- true z_{t+1} a = a_next Performance Consequently, evaluation covers simulation and real hardware. On RoboTwin 2.0, every model trains on 2,500 clean plus 25,000 randomized demonstrations, across 50 tasks. https:\/\/technology.robbyant.com\/lingbot-va-v2 Method Clean Randomized Avg. X-VLA 72.9 72.8 72.9 \u03c00.5 82.7 76.8 79.8 Motus 88.7 87.0 87.9 LingBot-VA 92.9 91.6 92.2 LingBot-VA 2.0 93.8 93.4 93.6 Acceleration technique Inference time (ms\/chunk) Async Hz BF16 PyTorch async rollout baseline 927 35 + Consistency distillation 466 69 + Low-precision compiled execution 369 87 + Long-horizon attention optimization 272 118 + Runtime overhead reduction 142 225 Distillation cuts the video sampler from 5 steps to 2, and the action sampler from 10 to 2. FP8 TensorRT engines, a paged\/ragged KV cache with FlashInfer attention, and host-side overhead removal supply the rest. Copy CodeCopiedUse a different Browser # Reproduces Table 3 of the report exactly. Runnable as-is. K = 32 # low-level control steps inside one generated chunk stack = [(&#8220;BF16 PyTorch async rollout baseline&#8221;, 927), (&#8220;+ Consistency distillation&#8221;, 466), (&#8220;+ Low-precision compiled execution&#8221;, 369), (&#8220;+ Long-horizon attention optimization&#8221;, 272), (&#8220;+ Runtime overhead reduction&#8221;, 142)] for name, ms in stack: print(f&#8221;{name:40s} {ms:4d} ms {round(1000 \/ ms * K):4d} Hz&#8221;) print(&#8220;end-to-end speedup:&#8221;, round(927 \/ 142, 1), &#8220;x&#8221;) Version 1.0 vs Version 2.0 Dimension LingBot-VA LingBot-VA 2.0 Tokenizer Wan2.2 VAE (reconstruction) Semantic visual-action tokenizer, 96 latent channels Backbone origin Finetuned from a bidirectional generator Causal DiT pretrained from scratch Video FFN Dense Sparse MoE, 128 experts, top-8 Extra supervision Not used MCP, in-context learning, human-robot co-training Inference Async execution, KV cache Foresight Reasoning with observation re-grounding Peak async control Not reported in the version 2.0 report 225 Hz The tokenizer ablation isolates row one. Swapping the WAN2.2 VAE for the semantic tokenizer lifts a 1.3B model from 78.0 to 86.6. Use Cases and Examples Beyond benchmarks, four deployment shapes stand out. Few-shot onboarding: The report states the model adapts from<\/p>","protected":false},"author":2,"featured_media":103471,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_pvb_checkbox_block_on_post":false,"footnotes":""},"categories":[52,5,7,1],"tags":[],"class_list":["post-103470","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-club","category-committee","category-news","category-uncategorized","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum<\/title>\n<meta name=\"description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youzum.net\/it\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum\" \/>\n<meta property=\"og:description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youzum.net\/it\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\" \/>\n<meta property=\"og:site_name\" content=\"YouZum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DroneAssociationTH\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-11T19:10:55+00:00\" \/>\n<meta name=\"author\" content=\"admin NU\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin NU\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\"},\"author\":{\"name\":\"admin NU\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\"},\"headline\":\"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI\",\"datePublished\":\"2026-07-11T19:10:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\"},\"wordCount\":1093,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png\",\"articleSection\":[\"AI\",\"Committee\",\"News\",\"Uncategorized\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\",\"url\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\",\"name\":\"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum\",\"isPartOf\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png\",\"datePublished\":\"2026-07-11T19:10:55+00:00\",\"description\":\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\",\"breadcrumb\":{\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png\",\"width\":1398,\"height\":862},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/youzum.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yousum.gpucore.co\/#website\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"name\":\"YouSum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yousum.gpucore.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\",\"name\":\"Drone Association Thailand\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"width\":300,\"height\":300,\"caption\":\"Drone Association Thailand\"},\"image\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DroneAssociationTH\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\",\"name\":\"admin NU\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"caption\":\"admin NU\"},\"url\":\"https:\/\/youzum.net\/it\/members\/adminnu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youzum.net\/it\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/","og_locale":"it_IT","og_type":"article","og_title":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum","og_description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","og_url":"https:\/\/youzum.net\/it\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/","og_site_name":"YouZum","article_publisher":"https:\/\/www.facebook.com\/DroneAssociationTH\/","article_published_time":"2026-07-11T19:10:55+00:00","author":"admin NU","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"admin NU","Tempo di lettura stimato":"6 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#article","isPartOf":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/"},"author":{"name":"admin NU","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c"},"headline":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI","datePublished":"2026-07-11T19:10:55+00:00","mainEntityOfPage":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/"},"wordCount":1093,"commentCount":0,"publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"image":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png","articleSection":["AI","Committee","News","Uncategorized"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/","url":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/","name":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI - YouZum","isPartOf":{"@id":"https:\/\/yousum.gpucore.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage"},"image":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png","datePublished":"2026-07-11T19:10:55+00:00","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","breadcrumb":{"@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#primaryimage","url":"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png","width":1398,"height":862},{"@type":"BreadcrumbList","@id":"https:\/\/youzum.net\/ant-groups-robbyant-unveils-lingbot-va-2-0-a-causal-video-action-model-built-natively-for-physical-ai\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youzum.net\/"},{"@type":"ListItem","position":2,"name":"Ant Group\u2019s Robbyant Unveils LingBot-VA 2.0: A Causal Video-Action Model Built Natively for Physical AI"}]},{"@type":"WebSite","@id":"https:\/\/yousum.gpucore.co\/#website","url":"https:\/\/yousum.gpucore.co\/","name":"YouSum","description":"","publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yousum.gpucore.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/yousum.gpucore.co\/#organization","name":"Drone Association Thailand","url":"https:\/\/yousum.gpucore.co\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","width":300,"height":300,"caption":"Drone Association Thailand"},"image":{"@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DroneAssociationTH\/"]},{"@type":"Person","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c","name":"admin NU","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","caption":"admin NU"},"url":"https:\/\/youzum.net\/it\/members\/adminnu\/"}]}},"rttpg_featured_image_url":{"full":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png",1398,862,false],"landscape":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png",1398,862,false],"portraits":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png",1398,862,false],"thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-150x150.png",150,150,true],"medium":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-300x185.png",300,185,true],"large":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-1024x631.png",1024,631,true],"1536x1536":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png",1398,862,false],"2048x2048":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW.png",1398,862,false],"trp-custom-language-flag":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-18x12.png",18,12,true],"woocommerce_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-300x300.png",300,300,true],"woocommerce_single":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-600x370.png",600,370,true],"woocommerce_gallery_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-11-at-12.53.47-AM-1-JI5LLW-100x100.png",100,100,true]},"rttpg_author":{"display_name":"admin NU","author_link":"https:\/\/youzum.net\/it\/members\/adminnu\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/youzum.net\/it\/category\/ai-club\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/youzum.net\/it\/category\/committee\/\" rel=\"category tag\">Committee<\/a> <a href=\"https:\/\/youzum.net\/it\/category\/news\/\" rel=\"category tag\">News<\/a> <a href=\"https:\/\/youzum.net\/it\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","rttpg_excerpt":"Robbyant, the embodied AI unit inside Ant Group, has released the LingBot-VA 2.0.The first embodied-native foundation model. It describes a video-action foundation model for generalist robot manipulation. The research team pretrains the whole stack for embodiment instead of fine-tuning a video generator. What is LingBot-VA 2.0? Most video-action models reuse two components built for digital&hellip;","_links":{"self":[{"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/posts\/103470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/comments?post=103470"}],"version-history":[{"count":0,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/posts\/103470\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/media\/103471"}],"wp:attachment":[{"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/media?parent=103470"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/categories?post=103470"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/youzum.net\/it\/wp-json\/wp\/v2\/tags?post=103470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}