ToolsJuly 19, 2026via InfoQ AI/ML
How Netflix Built GenPage: a Single GenAI Model to Build Personalized Homepages
Why it matters
Netflix replaced a complex multi-stage recommendation system with a single generative AI model (GenPage), improving engagement and cutting serving latency. This represents a shift from traditional ML pipelines to prompt-based generation at scale—a pattern other platforms will likely follow.
Key signals
- GenPage: single generative AI model replacing multi-stage recommendation pipeline
- Input: user history + request context as prompt
- Output: entire personalized homepage generated end-to-end
- Metrics: improved user engagement, reduced serving latency
- Production deployment across Netflix platform
The hook
Not a pilot. Netflix deployed a single generative AI model to replace its entire homepage recommendation pipeline.
GenPage is a generative AI system developed by Netflix to replace its traditional multi-stage recommendation pipeline by directly generating personalized user homepages. GenPage leverages user history and request context as a prompt to produce the entire page, resulting in improved user engagement a…