Why Video Agent models are next — Ethan He, xAI Grok Imagine
Episode
103 min
Read time
3 min
Topics
Startups, Fundraising & VC, Design & UX
AI-Generated Summary
Key Takeaways
- ✓Video model bootstrap sequence: Building a production video model requires first training an image model, because image-text pairs are denser and cheaper to acquire than video-text pairs. Internet videos lack natural text alignment — YouTube titles rarely describe visual content — so synthetic captions must be generated via VLM, with human labelers instructed to describe footage in enough detail that a blind person could reconstruct it mentally. Image models then serve as the foundation for video fine-tuning.
- ✓VAE compression tradeoffs: Video transformers cannot train on raw pixels — a 1000×1000 image alone produces one million tokens, making attention computationally impossible. VAEs compress inputs into continuous latent spaces using patch-based encoding (typically 16×16 patches). Temporal compression ratios like 8×8×4 reduce sequence length fourfold versus frame-by-frame encoding, but introduce latency that breaks real-time interactivity. Frame-by-frame VAEs preserve responsiveness at the cost of four times larger context windows.
- ✓Video model training costs rival mid-scale LLMs: Storing one billion five-megabyte videos requires five petabytes of storage — approximately $230K per month on AWS S3 — plus comparable storage for pre-computed VAE features. AWS charges egress fees on top. Model parameters for open video models like LTX reach 19B dense, with MoE variants targeting 20B active and hundreds of billions total. Token counts during training reach tens of trillions, matching mid-scale language model training runs in compute cost.
- ✓Step distillation cuts inference from 100 steps to 4–8: Production video models use step distillation to reduce generation from 100+ diffusion steps to 4–8 steps without retraining from scratch. A distilled student model learns to replicate the teacher's output distribution in fewer steps, because the teacher's distribution is simpler than the raw internet distribution the teacher originally learned. Cosmos ships four-step and eight-step distilled variants; image-to-image transfer tasks can run in a single step.
- ✓Language models supply most video quality gains: The prompt rewriter — typically a larger language model like Mixtral — contributes more to output quality than the diffusion model itself. Video diffusion models interpret prompts literally: "a cat" produces a static cat on a white background. The language model expands sparse user intent into detailed scene descriptions. Thinking budgets, tool calling, and web search now extend this further, meaning reasoning model improvements directly translate into better video outputs without retraining the diffusion component.
What It Covers
Ethan He, formerly of xAI's Grok Imagine team, traces the full technical stack of building video generation models from zero — covering data pipelines, VAE tokenization, diffusion training costs, audio-video alignment, and his thesis that video model quality gains now derive primarily from language model intelligence, pointing toward video agents as the next major category.
Key Questions Answered
- •Video model bootstrap sequence: Building a production video model requires first training an image model, because image-text pairs are denser and cheaper to acquire than video-text pairs. Internet videos lack natural text alignment — YouTube titles rarely describe visual content — so synthetic captions must be generated via VLM, with human labelers instructed to describe footage in enough detail that a blind person could reconstruct it mentally. Image models then serve as the foundation for video fine-tuning.
- •VAE compression tradeoffs: Video transformers cannot train on raw pixels — a 1000×1000 image alone produces one million tokens, making attention computationally impossible. VAEs compress inputs into continuous latent spaces using patch-based encoding (typically 16×16 patches). Temporal compression ratios like 8×8×4 reduce sequence length fourfold versus frame-by-frame encoding, but introduce latency that breaks real-time interactivity. Frame-by-frame VAEs preserve responsiveness at the cost of four times larger context windows.
- •Video model training costs rival mid-scale LLMs: Storing one billion five-megabyte videos requires five petabytes of storage — approximately $230K per month on AWS S3 — plus comparable storage for pre-computed VAE features. AWS charges egress fees on top. Model parameters for open video models like LTX reach 19B dense, with MoE variants targeting 20B active and hundreds of billions total. Token counts during training reach tens of trillions, matching mid-scale language model training runs in compute cost.
- •Step distillation cuts inference from 100 steps to 4–8: Production video models use step distillation to reduce generation from 100+ diffusion steps to 4–8 steps without retraining from scratch. A distilled student model learns to replicate the teacher's output distribution in fewer steps, because the teacher's distribution is simpler than the raw internet distribution the teacher originally learned. Cosmos ships four-step and eight-step distilled variants; image-to-image transfer tasks can run in a single step.
- •Language models supply most video quality gains: The prompt rewriter — typically a larger language model like Mixtral — contributes more to output quality than the diffusion model itself. Video diffusion models interpret prompts literally: "a cat" produces a static cat on a white background. The language model expands sparse user intent into detailed scene descriptions. Thinking budgets, tool calling, and web search now extend this further, meaning reasoning model improvements directly translate into better video outputs without retraining the diffusion component.
- •Video extension solves long-horizon generation via full history context: Most video models generate isolated clips of a few seconds with no memory of prior content. Grok Imagine's video extension feature conditions each new clip on the complete history of previously generated video tokens, maintaining character voice consistency and object continuity across extended sequences. Naive implementation causes context window explosion — five seconds of video in Cosmos produces roughly 50–60K tokens — requiring selective context retrieval mechanisms like reference images or frame compression heuristics such as Frame Pack.
- •Video agents are the near-term production unlock: By end of 2025, video agents — reasoning models orchestrating diffusion models, video editors, FFmpeg, and other deterministic tools — will reach production-grade quality suitable for commercial distribution in advertising. The agent layer handles long-horizon tasks (generating one-minute videos, iterative refinement, layout control) that diffusion models cannot execute from a single prompt. Enterprise budgets will follow once agents cross the usability threshold, creating an exponential adoption curve similar to the transition from GitHub Copilot to fully autonomous coding agents.
Notable Moment
He argues that the majority of video generation quality improvements now originate from language model advances rather than diffusion architecture improvements — a position he describes as a "black pill" for researchers who have built careers in generative media. This conviction drove him to leave xAI specifically to focus on language model research, treating video as a downstream beneficiary.
Episode Transcript
Okay. We're here in the studio with Ethan He, most recently of XAI. Welcome. Yes. Thank you. Glad being here. We're also here with Vibhu. You were first coming to us or joining the Littmann Space World because you were working on Cosmos and NVIDIA, and you did a great paper. We loved it. You presented it as well, so thank you for doing that. Yep. I've actually I also presented the MOEs Yes. Twice at a little space. Yeah. Yeah. Yeah. How did you actually hear about us? Did we reach out to you? Is that how it worked? No. Actually, I the the community, like, I I realized, oh, there's this online community Yeah. That people talk about AI and also learn learn from each other through papers. Every every week, there's a paper club. It it's very nice. Yeah. I learned a lot. I think three years, nonstop. We haven't stopped even on Christmas and New Year's. It's many many weeks I want to stop. It's good. Oh, no. It's good. I think you had posted that you worked on a paper, and I was like, oh, very cool. We have paper club presented. Yeah. Yeah. But I might have researched you after. Yeah. You you because it's an amateur club. Right? Yeah. So it's very un unusual and but we have sometimes people authors come by and and actually explain the paper. Today, we just did, the poolside paper, which is apparently very good. Came out yesterday. Pretty interesting. Right? Fully open. They talk about everything, system. So So it's a good one. We'll we'll recommend people to read it. Bring us up to speed on your transition to XAI, because I actually don't even know when you joined. Just, like, tell us tell the story about the sort of transition. Before XAI, I was working on Cosmos world model as an at NVIDIA. So Cosmos is a it's a giant video foundation models that can that aims to simulate the world. And for it serves as a foundation of for all of the roboticists to build on top of. There, once I built the Cosmos one, I realized as this thing also has a scaling law similar to language model, we need to scale scale up the video models further. That's that's why I realized I need to move to somewhere with much more compute resources. That's how I Then NVIDIA? GPU, bitch, came themselves. Yeah. Yeah. And timeline wise, when was Cosmo? It was pretty early. Right? It was open world model, open paper It was, like, end of twenty twenty four. End of twenty twenty four. Yeah. Then at at mid twenty twenty five, I moved to XAI. At that time, I I dreamed about the time when XAI was about to build video models and multimodal models. There were no no infra, no data, and no model. And just as a few engineers, we we built it in three months and released …
Get the full transcript (16,733 words) + summary by email — free
One-time email with the complete transcript and AI summary of this episode. No account needed.
One email, no spam. We’ll also show you what SignalCast does.
You just read a 3-minute summary of a 100-minute episode.
Get Latent Space summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Latent Space
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Aug 26 · 83 min
How I AI
How a solo founder used Codex and ChatGPT to launch a fashion brand without engineers | Yana Welinder
Aug 17
More from Latent Space
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
Aug 21 · 69 min
Everything Everywhere Daily
3000 Years of Rome
Aug 26
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links.
Tools
“The prompt rewriter — typically a larger language model like Mixtral — contributes more to output quality than the diffusion model itself.”
by GitHub
“Enterprise budgets will follow once agents cross the usability threshold, creating an exponential adoption curve similar to the transition from GitHub Copilot to fully autonomous coding agents.”
“By end of 2025, video agents — reasoning models orchestrating diffusion models, video editors, FFmpeg, and other deterministic tools — will reach production-grade quality suitable for commercial distribution in advertising.”
by Amazon Web Services
“Storing one billion five-megabyte videos requires five petabytes of storage — approximately $230K per month on AWS S3 — plus comparable storage for pre-computed VAE features.”
“Cosmos ships four-step and eight-step distilled variants; image-to-image transfer tasks can run in a single step.”
“Model parameters for open video models like LTX reach 19B dense, with MoE variants targeting 20B active and hundreds of billions total.”
More from Latent Space
We summarize every new episode. Want them in your inbox?
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
🔬The BioAI Phase Shift - Matthew McPartlon & Neil Patil, Chai Discovery
The Inference Engineering Masterclass — Philip Kiely & Ali Taha, Baseten
Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI
Similar Episodes
Related episodes from other podcasts
How I AI
Aug 17
How a solo founder used Codex and ChatGPT to launch a fashion brand without engineers | Yana Welinder
Everything Everywhere Daily
Aug 26
3000 Years of Rome
Practical AI
Aug 25
AI Proficiency: From Users to Builders
Cognitive Revolution
Aug 10
Lindy Teammate: Flo Crivello on Multiplayer Agents, Memory & Why He'd Ban the Chinese Models He Uses
The Vergecast
Aug 5
Hotline: E Ink, the fediverse, and smart Puka shells
Explore Related Topics
This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's Startups & Product Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Latent Space.
Every Monday, we deliver AI summaries of the latest episodes from Latent Space and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime