Netflix integrates its Foundation Model into personalization applications via embeddings, subgraph, and fine-tuning approaches
Netflix's homepage is powered by several specialized models that require significant time and resources to maintain, creating a need to centralize member preference learning into one powerful foundation model.
Three integration approaches — embeddings, subgraph, and fine-tuning — are now used in production for different use cases, with embeddings offering a low cost and high leverage entry point and subgraph enabling deeper integration to harness the full power of the Foundation Model.
Frequently asked questions
What did this team achieve with this AI workflow?
Three integration approaches — embeddings, subgraph, and fine-tuning — are now used in production for different use cases, with embeddings offering a low cost and high leverage entry point and subgraph enabling deeper…
What tools did this team use?
Foundation Model, Embedding Store.
What results were reported?
Time and resources to maintain individual models: significant time and resources; Cost and leverage of embedding approach: low cost and high leverage; Training and inference cost impact of embedding approach: relatively smaller impact on training and inference costs; Gap in practical integration guidance: significant gap in practical guidance and research (source-reported, not independently verified).
How is this workflow AI workflow structured?
Foundation Model monthly pre-training → Daily fine-tuning on latest data → Batch inference refreshes embeddings → Embedding stabilization across runs → Embeddings published to Embedding Store → Applications consume embeddings as features → Subgraph integration runs Foundation Model inline → Fine-tuning adapts model to application objectives.