← Back to Directory

Runway

Small

Runway is an applied AI research company that develops generative artificial intelligence tools for creating and editing video, images, and other media. It is known for its text-to-video and video generation models used by creatives, filmmakers, and content producers.

2 interview notes · updated Jul 2026

Runway·Machine Learning Engineer·Technical Phone Screen

May 2026
Interviewed for an ML Engineer role at Runway and got hit with a pretty deep n-gram language model question that covered implementation, design decisions, and complexity analysis all in one shot. More of a systems-meets-theory hybrid than a pure coding screen.
  • Design and implement an n-gram language model class with fit and generate methods. The fit method should read a text file, tokenize it, build n-gram and (n-1)-gram frequency counts, and compute conditional probabilities with smoothing. The generate method should sample next tokens using the learned probabilities. Also discuss how to choose the optimal n, validation procedures, metrics like perplexity, backoff or interpolation strategies, and the time/space complexity tradeoffs for different values of n.

“This was a lot to unpack in one question.”

View Post

Runway·Machine Learning Engineer·Onsite - System Design / Architecture

Apr 2026
Runway MLE interview that went deep on video search infrastructure. One long design question that covered basically everything from model architecture to abuse detection. Pretty intense for a single session.
  • Design a video search system from scratch that supports both text queries and video queries, covering model architecture, embedding space, retrieval infrastructure, and scalability to billions of clips.

“This one was massive.”

View Post