Generative Video at the Speed of Light — Keegan McCallum, uRun

summarized

TLDR

Generative video models are now efficient enough to generate video faster than you can watch it, at a fraction of the cost, enabling real-time interactive applications. Keegan McCallum from uRun demonstrated Helios, a distilled model that produces video at ~100th the cost of earlier frontier models, and discussed the explosion of over 40 real-time video models released this year. He also outlined use cases like magic mirror transformations and steerable content creation, and introduced uRun's platform for building such applications with a React component and programmable pipelines.

Key points

  • The talk focuses on the efficiency axis of generative video improvement—cost and speed—rather than just quality, with long-horizon generations now possible in real time.
  • Helios, a distill of Juan 2.1 14B served by uRun, generates video at roughly 100th the cost of earlier frontier models while maintaining comparable quality.
  • At least 40 models with real-time and long-horizon generation capabilities have been released in the past year, indicating rapid innovation.
  • Cost metrics: $10 can produce 3 hours of continuous generated video; $50 can provide an entire day (15 hours) of interactive visual AI.
  • Use cases include a 'magic mirror' that transforms webcam input (e.g., trying outfits or hairstyles), accessibility via visual companions, and steerable content creation where users control video output in under a second per frame.
  • uRun offers a React component to simplify integrating interactive video into applications, backed by a programmable Python runtime for building complex streaming pipelines (e.g., avatar or video-to-video models).
  • Building such applications requires global GPU distribution, WebRTC, ICE/TURN setup, and synchronizing multiple models in continuous streams.
  • The speaker predicts that by 2026, the industry will need 'software factories' for agents to interact with generative video models, and uRun has built a CLI and MCP server for this purpose.

Tools mentioned

Techniques

  • Model distillation
  • Real-time video generation
  • Long-horizon generation
  • World models
  • Avatar models
  • Video-to-video transformation
  • WebRTC streaming
  • React component integration
  • Programmable Python runtime for pipelines
  • CLI and MCP server for agent interaction
Transcript (captions)

0:01 [music] >> I am Keegan. I'm the founder of U Run, um, a new kind of inference provider focused around, uh, interactive media. And I'm here to talk about generative

0:25 video. So, we hear a lot about generative video improving along the quality axis at the frontier. We have the classic Will Smith eating spaghetti from 2023.

0:36 It is nightmare fuel and not something you would ever mistake for reality. In 2024, we got Sora and it gets a little better. It still has a bit of, you know, an AI feel to it, but it it's

0:50 getting there. And Sora 2, you know, even better. But SeeDance this year, um, absolutely incredible. So photorealistic. And it's it's no wonder that we talk a lot about

1:03 quality, but I'm here to talk about another axis which models are improving along, which is efficiency and, uh, the long horizon generations. So, what you're watching here is a demo

1:18 for a model called Helios that we serve at U Run. Um, the generation in the bottom right corner, you'll see, is a long continuous generation. And the other video,

1:30 um, is a bunch of clips, um, that have been generated faster than you can consume them. Uh, and they're about at the same quality as the frontier models were last year.

1:41 They're Helios is a distill of Juan 2.1 14B. Um, and I'll talk a bit about the techniques that are used in the various models that are hitting the scene right now, but there's been an

1:57 explosion in just the last year uh, terms of efficiency and capabilities. Um so like looking at this, I kind of ruined it with the last club, but you can guess which one is real time

2:10 and which one was generated in a number of minutes. And the one on the right is and arguably a bit better. It's got better motion and it was generated for about a 100th

2:25 of the cost. And these are just some of the charts showing the quality bar for both long and short video generation. Helios came out in

2:36 March and it's it's pretty incredible to see how fast these are improving. But these are techniques that are being applied all over the place, not just the one model. There's world models which

2:48 can keep consistency over long horizons and you can control in a fine-grained way, the camera and the viewport. There's avatar models like we just talked about

2:59 with lemon slice and there's video-to-video models that can can transform what you're seeing in in real time, almost like a magic mirror.

3:10 There's actually been an explosion of innovation. There's been at least 40 models with real-time capabilities and long horizon generation capabilities

3:20 released this year. Show of hands, who here has burned 10 or even $50 worth of tokens in an hour with Clockwork? A lot of people.

3:34 And so we're at a place right now where $10 can get you 3 hours worth of generated video continuously with most of these models and $50 would give you an entire day interacting with an AI in

3:48 a visual medium. 15 hours. And so I want to talk a little bit about the different things this enables in terms of the way that we interact with

3:57 computers. Um and I'll talk a little bit about what we're doing at You Run to try and make it easier for folks to experiment and build out applications like this. So,

4:08 one such use case would be a magic mirror. You [snorts] could have your webcam and you could ask to see yourself in any outfit. You could ask to see yourself in a car you like or with a

4:21 haircut you're considering. Um a lot of different possibilities because these are open-ended models that can transform what they're seeing on a webcam in real time.

4:31 I also think about accessibility a lot with these models. Um you know, working with AI involves a lot of reading and a lot of text. For some people that's more difficult.

4:42 Um for some people they just don't think in in text. They think visually and learn better that way. Uh so, there's more opportunities to have companions or visual mediums that

4:55 are going to allow more people to experience the things a lot of us have with coding models. And I'm excited about content creation. Um so far we've very much had a slot

5:07 machine type approach where you're setting up a prompt and maybe some key frames and spending about $10 a minute to try and get the shot that you want. But with these models you can actually

5:19 steer them in real time in under a second while they're generating and get the actual shots that you want. Maybe you're piloting an agent that you're able to look over its

5:30 shoulder and see what it's generating in real time. Um but you're able to more granularly control the content you're generating and with modern models like Google

5:40 Gemini Omni, you can actually render these out as a more full fidelity clip. And of course, we all are thinking about world models, but I want to take the the focus off of

5:52 just kind of the the the basic world models that we talk a lot about and just try to expand the horizons of what we can do with this technology.

6:01 And so, what does it look like to actually build an application like this? So, you're going to need GPUs all over the world potentially if you've got a global audience that's going to be using

6:13 these. You're going to need to think [snorts] about where you're connecting the users to, what GPUs you're going to use to serve them. You're going to need to set up probably WebRTC and ICE and

6:26 TURN. And for the most interesting use cases, you're going to want a model wire multiple models together in continuous streaming workflows. Building

6:37 those real-time harnesses, and you're going to want things synchronized with your controls that you're providing to your end users with every frame and continually

6:49 providing a smooth streaming experience. And so, our idea is what if there was just a React component that you could drop into your application to make it easy to provide video interactively

7:07 inside your applications with any model. And behind the scenes, there's a programmable Python runtime that lets you easily build these complex pipelines generating asynchronously

7:24 so that you can build avatar models, you can build these video-to-video transformation models, you can experiment and and build whatever you can really imagine on top of these.

7:39 And I argue that in 2026, don't just need platforms, we need software factories and ways for agents interact with these. And so we've actually built one that

7:50 will let folks hook into a CLI or an MCP server and build these kinds of applications. >> [gasps and sighs] >> And so

8:00 the models are here and the frontier is really in how we serve them. Uh I went way over I went way under time. Um >> [laughter]

8:12 >> but we are looking for design partners who want to push the boundaries of human human-computer interaction and we're hiring at YURUN. Um so come see me after the talk if uh if you're interested in

8:24 chatting more.

Frontier News · by Hyperjump Technology