@aigclink: Robbyant, Ant Group's embodied AI company, open-sourced the world model LingBot-World 2.0—capable of running continuously for over an hour with no noticeable degradation in image quality, and equipped with a brain-cerebellum-like agentic harness that allows the world to unfold persistently in response to user actions. The previous world…

X AI KOLs Timeline Models

Summary

Robbyant under Ant Group open-sourced the world model LingBot-World 2.0, supporting continuous operation for over an hour with no quality degradation, featuring a brain-cerebellum-like agentic harness, multiplayer support, and multiple interaction actions. Weights and code are open-sourced.

Robbyant, the embodied AI company under Ant Group, has open-sourced the world model LingBot-World 2.0—capable of running continuously for over an hour with no noticeable degradation in image quality, and equipped with a brain-cerebellum-like agentic harness that allows the world to unfold persistently in response to user actions. Previous world models had a common flaw: after running for a few tens of seconds to minutes, the image would blur, geometry distort, and scenes drift and collapse. LingBot-World 2.0 boldly claims "continuous operation for over an hour with no visible quality degradation" as evidence, and explicitly states that this stability is "structural, not just a good segment." Four upgrade highlights: ① Unlimited duration without quality loss: Other interactive world models (Google's Genie 3, M-G 3.0, etc.) are limited to "minutes"; this is the only one in the comparison table that achieves "hour-level / unlimited" duration in the general domain, and the only one that simultaneously satisfies "high dynamics + semantic interaction + real-time + fully open-source" (Genie 3 and HappyOyster are both closed-source). Why no drift? Two key factors: Causal pretraining + MoBA hybrid attention, with a block of bidirectional attention added in the teacher-forcing mask, enabling autoregression for arbitrary duration while acting as a regularizer to suppress degradation; plus few-step distillation (consistency distillation + DMD), with corrections on the model's own long-range rollout trajectories, specifically targeting drift accumulated over long runs. ② Significantly expanded interaction actions: No longer just "move forward / adjust camera," it supports character actions like combat, archery, spellcasting, shooting, and can also modify the environment—summon snow or rain on demand. ③ A world that "lives on its own"—the most interesting step. It brings the agentic harness into world modeling: a VLM 'Brain' observes the current frame, performs causal reasoning, and proposes events; a video generator 'Cerebellum' renders semantic decisions into continuous frames; meanwhile, a pilot agent handles character behavior, and a director agent continuously introduces new environmental elements and events. Together they form a continuous loop—the world is no longer a sandbox that "stops when you stop," but one that progresses on its own and changes with you. The author's analogy is straightforward: just as a strong model needs a harness like Codex to become a productive engineer, a world model needs a harness to truly "live." ④ Supports multiple players entering the same world simultaneously Deployment is modest: main model 14B, with a 1.3B lightweight real-time version, supporting single GPU deployment; stable output at 720p/60fps. World models have been competing on image quality for so long. The next frontier may not be "how realistic the generation is," but "can this world live on its own and live long enough"—weights and code are open-sourced. Those interested can test it out on Reactor or Lingguang. #LingBotWorld #WorldInfinity #WorldModel #AntGroup #OpenSource
Original Article
View Cached Full Text

Cached at: 07/10/26, 08:07 AM

The embodied intelligence company Robbyant, under Ant Group, has open-sourced its world model LingBot-World 2.0 — capable of running continuously for over an hour with no noticeable degradation in visual quality, and equipped with a built-in agentic harness resembling a brain-cerebellum synergy, allowing the world to expand dynamically with user actions.

Older world models often suffer from a common issue: after running for tens of seconds to a few minutes, the image becomes blurry, geometry distorts, and the scene drifts or collapses. LingBot-World 2.0 now demonstrates “continuous operation for over an hour with no visible quality degradation” as evidence, explicitly stating this stability is “structural, not cherry-picked.”

Four major upgrades:

  1. Infinite duration without quality loss – Other interactive world models (e.g., Google’s Genie 3, M-G 3.0) are limited to “minute-level” durations; it is the only one in the comparison table to achieve “hour-level / infinite” duration in the general domain, and the only one that simultaneously meets “high dynamics + semantic interaction + real-time + fully open source” (Genie 3, HappyOyster are closed-source).

Why no drift? Two key factors: causal pretraining + MoBA mixed attention, which introduces bidirectional attention into the teacher-forcing mask, supporting arbitrary-length autoregression while acting as a regularizer to suppress degradation; plus few-step distillation (consistency distillation + DMD), with corrections applied on the model’s own long-horizon rollout trajectories, specifically targeting accumulated drift over time.

  1. Significantly broader interaction actions – No longer limited to “move forward / rotate camera,” it supports character actions such as combat, archery, spell casting, and shooting, and even allows environmental modifications — summoning snow or rain on demand.

  2. A world that “lives on its own” – arguably the most interesting step. It adopts the agentic harness into world modeling: the VLM ‘Brain’ observes the current frame, performs causal reasoning, and proposes events; the video generator ‘Cerebellum’ translates semantic decisions into continuous frames. Meanwhile, a pilot agent handles character actions, and a director agent continuously introduces new environmental elements and events. Together they form a persistent closed loop — the world is no longer a sandbox that “pauses when you stop moving”; it evolves independently and also changes with you. The authors’ analogy is straightforward: just as strong models need a Codex-like harness to become capable engineers, world models also need a harness to become “alive.”

  3. Multiple players can enter the same world simultaneously

Deployment is lightweight: the main model is 14B, with an additional 1.3B lightweight real-time variant that can run on a single GPU, delivering stable 720p/60fps output.

World models have been competing on visual quality for a long time — the next frontier may not be “how realistic the generation is,” but rather “whether the world can live on its own and live long enough.” Both weights and code are open-sourced; interested users can test it on Reactor or Lingguang.

#LingBotWorld #WorldInfinity #WorldModel #AntGroup #OpenSource

Similar Articles

@FinanceYF5: 1/ Most AI "world models" suffer from visual collapse and scene drift after just a few minutes of running. @robbyant_brain just open-sourced LingBot-World 2.0 (Infinity): supports hour-level real-time generation, no quality degradation over long runs, stable 720p/60fps output. This is...

X AI KOLs Timeline

LingBot-World 2.0 (Infinity) has just been open-sourced, supporting hour-level real-time generation with no quality degradation over long runs and stable 720p/60fps output. It's a key step for robots to learn to predict the world.

Infinite Worlds with Versatile Interactions

Hugging Face Daily Papers

This paper introduces LingBot-World 2.0, an advanced world modeling system with unbounded interaction horizons, real-time 720p 60fps video generation, diverse interactive elements (e.g., attacking, spell-casting), and novel multi-agent behavior control via pilot and director agents, along with a shared multi-player interface.