Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
VentureBeat ML · 2026/7/28 17:20:10
Runway couldn't fix a bug in its AI video model, so it turned the bug into a feature

Runway couldn't fix a bug in its AI video model, so it turned the bug into a feature

AI 中文解读
Runway公司遇到一个棘手bug:AI生成的虚拟头像在实时视频里总是不自觉地“跑偏”,好好的画面中心愣是站不稳。工程师们埋头修了几周也没搞定,干脆换个思路——把这个“跑偏”现象包装成了一个新功能。这个反常规的解法,恰恰成了Runway产品负责人在大会上分享的核心经验:做AI产品,有时候解决问题不一定非要改底层代码,换个视角把缺陷变成特性,反而更聪明。 通俗来说,就像你拍照时人物老往边上滑,程序员折腾半天修不好,索性推出一款“动态偏移风格”的视频特效,用户反而觉得有趣。Runway还透露了他们的“笨办法”:团队内部用Excel表格记录每一次生成效果,详细标注是“小毛病”还是“大问题”,达到预定通过率才上线新模型。 对普通人而言,这意味着我们未来用到的AI视频工具会更“耐造”——即使模型偶尔出错,也能呈现出看似精心设计的创意效果,而不是生硬卡顿。同时,这种“化bug为特性”的思路,也提醒我们:技术不完美时,换个角度拥抱它,往往能打开新玩法。
Runway spent weeks trying to engineer its way out of a stubborn bug: AI-generated avatars would drift off-center during real-time video generation. The fix wasn't a back-end patch — it was a new front-end feature that just worked around the problem. That's the kind of lesson Ryan Phillips, head of enterprise product at Runway ML, walked through at VB Transform 2026, arguing that even companies not building foundation models themselves can learn from how Runway builds, evaluates, and ships them."I think even if you are not all building models yourselves, it's helpful to learn how we do it because I think almost all of the lessons are applicable to what you all are doing day-to-day," Phillips said.Runway is an applied AI research company building general world models to power generative tools. During his presentation, Phillips showcased Runway Characters, a real-time video model that enables zero-latency, back-and-forth interactions with AI-generated avatars. Five years ago, creating a video with illegible text and low framerates took artists hundreds of hours of stitching individual frames together, he said. Today, Runway’s models generate interactive video on the fly.“Studying how we build these real-time models can inspire how you build and deploy real-time experiences, whether agentic or not, in your companies today,” he said.Demystifying evalsBuilding a robust AI product starts with a high-quality evaluation set. However, creating this set cannot be treated solely as an engineering task. It requires deep cross-functional alignment across product, design, research, and sales to define what "quality" actually looks like.Phillips emphasized running internal workshops where team members review generated examples together. The goal is to align the entire organization on specific failure modes so everyone shares a unified definition of a successful generation.“We spent a lot of time working with our team, running through examples... of what success and failure looks like, down to the very, very detailed and picky things,” Phillips said.The resulting evaluation set must cover broad customer use cases alongside extreme edge cases. For instance, Phillips highlighted that to ensure the model behaves predictably when pushed beyond standard human facial structures, they used “Tooth,” a non-human character with no nose and very unusual teeth.When grading these generations, the Runway team looks for subtle artifacts. In one example, a video where a character’s face remained intact but background elements, such as a net, began morphing was strictly graded as a failure.Despite the cutting-edge nature of the product, the tool Runway uses to track these evaluations is simple: an Excel spreadsheet. The team logs tests daily, categorizing outputs as "minor" or "major" failures against a predetermined pass rate. “We set a bar before we get started on what percentage we need to pass, and when we hit that, we ship the model,” Phillips said. “So it's not magical.”For enterprise developers facing non-deterministic quality drift in their own real-time pipelines, manual evaluation at scale is a bottleneck. To solve this, Phillips noted that developers can rely on language models to automate the visual grading process. “LLMs are getting quite good at being a judge for a lot of this content, especially the types of morphing or changing that you would see in an evaluation set,” he said. Teams can also feed an LLM behind-the-scenes context (e.g., a hand-drawn sketch or an ad's structural layout) to guide the generation and validation processes, ensuring quality without adding cognitive load to the end user.Model training and turning bugs into featuresDelivering real-time generative video requires a highly optimized technical stack. The process begins with pre-training a massive foundation model, which is resource-intensive and slow to generate outputs. To achieve real-time latency, Runway relies on distillation, where a smaller,
分享
阅读原文