@svpino: This model can generate coherent 1+ hour videos across multiple scenes without skipping a beat. I read their paper so y…

X AI KOLs Following Models

Summary

This tweet explains LingBot-World-Infinity, an open-weight video generation model that uses a training technique to recover from errors, enabling coherent hour-long videos across multiple scenes.

This model can generate coherent 1+ hour videos across multiple scenes without skipping a beat. I read their paper so you don't have to. Here is how it works: First, this is an open-weight model. You can find the GitHub repo and link to the model weights below. Most video models generate their videos one frame at a time. They look at previous frames to decide what comes next. Unfortunately, if there's a mistake in one frame, every subsequent frame will compound the error. It gets ugly really quickly. @robbyant_brain's new world model, LingBot-World-Infinity, works differently. Here are the main highlights: • The model practices using its own mistakes. Since training only shows the model clean footage, it learns to generate videos that look perfect but never learns to recover when errors show up. Instead, this model runs on its own output for long stretches, letting it drift into the same flawed states it hits in real use. • Then, the model gets shown the way back. From each of those flawed states, a slower and more careful version of the model demonstrates what a clean continuation looks like. The fast model adjusts its frames to match. It practices the recovery over and over, always starting from its own mess. • The result is a model that steers itself back to center. Wherever it drifts, it knows the way back, because that recovery is exactly what it trained on. This is what lets it hold together for an hour instead of melting after a minute. Alongside the 14B primary model, the paper describes a 1.3B variant designed to run on a single consumer GPU. See links below:
Original Article
View Cached Full Text

Cached at: 07/13/26, 06:03 PM

This model can generate coherent 1+ hour videos across multiple scenes without skipping a beat.

I read their paper so you don’t have to. Here is how it works:

First, this is an open-weight model. You can find the GitHub repo and link to the model weights below.

Most video models generate their videos one frame at a time. They look at previous frames to decide what comes next.

Unfortunately, if there’s a mistake in one frame, every subsequent frame will compound the error. It gets ugly really quickly.

@robbyant_brain’s new world model, LingBot-World-Infinity, works differently. Here are the main highlights:

• The model practices using its own mistakes. Since training only shows the model clean footage, it learns to generate videos that look perfect but never learns to recover when errors show up. Instead, this model runs on its own output for long stretches, letting it drift into the same flawed states it hits in real use.

• Then, the model gets shown the way back. From each of those flawed states, a slower and more careful version of the model demonstrates what a clean continuation looks like. The fast model adjusts its frames to match. It practices the recovery over and over, always starting from its own mess.

• The result is a model that steers itself back to center. Wherever it drifts, it knows the way back, because that recovery is exactly what it trained on. This is what lets it hold together for an hour instead of melting after a minute.

Alongside the 14B primary model, the paper describes a 1.3B variant designed to run on a single consumer GPU.

See links below:

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.

Video generation models as world simulators

OpenAI Blog

OpenAI's technical report on Sora describes a video generation model that unifies diverse visual data through visual patches, enabling large-scale training of generative models capable of producing high-definition videos up to one minute long across variable durations, aspect ratios, and resolutions.

robbyant/lingbot-world-v2-14b-causal-fast

Hugging Face Models Trending

LingBot-World 2.0 is an advanced world model achieving unbounded interaction horizons, real-time 720p/60fps video streaming, diverse interactive elements, and an agentic harness integrating pilot and director agents. The model is released on Hugging Face with inference code and technical report.