Netflix's Big Bet: One model to rule recommendations: Yesu Feng, Netflix
Jul 16, 2025 · 22:28
Netflix staff research scientist Yesu Feng explains the company's bet on a single transformer-based foundation model for all recommendation use cases, replacing dozens of specialized models. He validates that scaling laws apply to recommendation systems, with the model growing from a few million profiles to 1 billion parameters, and that multi-token prediction (inspired by DeepSeek) notably improves metrics by forcing less myopic learning. The foundation model is consumed via three patterns: as a subgraph in downstream models, through precomputed embeddings (both member and content), and via fine-tuning or distillation. Feng reports that over the past 1.5 years, the model has been integrated into many applications, with A/B test wings showing high leverage and infrastructure consolidation. Future directions include universal representation for heterogeneous content types, generative retrieval for collection recommendation, and prompt tuning for faster adaptation.