
Netflix Technology Blog shares the engineering innovations behind Netflix's global streaming platform, covering topics from content delivery and encoding to live streaming and operational tooling. The blog highlights Netflix's custom-built solutions, such as a real-time service dependency map and the human infrastructure for live events at scale, demonstrating its leadership in cloud video and streaming technology. By publishing detailed technical posts, Netflix provides transparency into its engineering culture and attracts top talent, reinforcing its position as a pioneer in the streaming industry.
Alain Tascan
President of Games
Roberto Porras
Managing Director Business Development Southern Europe
Pablo Perez De Rosso
VP - EMEA CFO
Gabe Rodrigues
VP of Ads, Partnerships and Payments Finance & Strategy
Andreas Christiadi
Head of Marketing - Indonesia & Malaysia
Jeet Shroff
VP, Game Technology and Portfolio Development
Darin G.
SVP, Global Technology
Firas A.
Global Head of Sales Strategy & Operations, Netflix Advertising
Doug Belgrad
VP Film
Jenny Stjernströmer Björk
VP Nordic Content
Damien Bernet
VP, EMEA Advertising
Larry Tanz
VP, Head of Film and Series, EMEA
Netflix is migrating its internal Flink autoscaling infrastructure to the open-source Apache Flink Autoscaler to manage over 30,000 jobs. The transition enables more granular scaling for complex stateful DAGs and has resulted in a 58% reduction in compute expenditures for specific telemetry workloads.
Netflix engineers detailed the architecture of their Real-Time Distributed Graph serving layer, which utilizes gRPC, asynchronous thread pools, and breadth-first traversal to query billions of graph edges. The system is designed to maintain sub-100ms latency for complex personalization and security queries by leveraging selective distributed caching and parallelized I/O.
Netflix has detailed the development of a device capability data model used to track hardware specifications like RAM, CPU, and display support across its ecosystem. This infrastructure allows the company to manage granular feature distribution for high-bandwidth content like 4K and cloud gaming through data-driven feature gating.
Netflix has detailed the development of GenRec, an LLM-native recommendation ranker that replaces hand-crafted features with natural language context engineering. The system uses a two-phase training approach to align foundation models with long-term user satisfaction and is now deployed in production.
Netflix's AI Platform team details their in-house infrastructure for serving LLMs using vLLM and NVIDIA Triton Inference Server. The architecture allows engineers to migrate from hosted APIs to self-hosted models by standardizing on an OpenAI-compatible API and a custom Java-based control plane.
Netflix engineering has released a technical breakdown of their real-time service topology mapping system. The architecture utilizes eBPF flow logs, Kafka, and reactive streams with backpressure to provide developers with near real-time dependency visibility at massive scale.
Netflix TechBlog published a post about an agentic workflow for observational causal inference, including a public oci-agent release and evaluations on ACIC datasets.
Netflix TechBlog described a two-layer notification system that separates slower weekly planning from faster real-time execution to balance engagement and member experience.
Netflix has introduced two AI video editing research frameworks: Vera, a layered video diffusion model for content-preserving edits, and VOID, an inpainting model designed for physically plausible object and interaction removal. These tools aim to give creative artists precise control over editing workflows without introducing unintended pixel distortions or breaking scene physics. Netflix has released the research papers and project code to encourage broader development.
Netflix has successfully migrated its managed batch compute solution to the Kubernetes-native job queueing system Kueue, integrating it within its Titus container platform. This architectural transition introduces preemption-based fair sharing, resulting in significantly increased resource utilization for running back-end processing pipelines. The migration of millions of batch workloads was achieved with zero downtime, maintaining complete API parity for internal users.