AWS

Architecting offline-first generative AI applications for edge deployments using AWS services

Industrial environments require generative AI capabilities to detect and resolve operational issues quickly, but deploying AI models reliably in offline or edge scenarios with limited connectivity is challenging.

ml-systems distributed-systems
4 min
AWS

Automate custom PII detection at scale with Amazon Macie and Step Functions

Organizations need to automatically detect and classify personally identifiable information (PII) at scale across large volumes of data stored in cloud environments without manual inspection.

security serverless
5 min
AWS

Building multi-Region resiliency for AWS CloudFormation custom resource deployment

Extending AWS CloudFormation with custom resources while maintaining resilience and consistency across multiple AWS regions.

distributed-systems observability
4 min
Cloudflare

BGP ORIGIN attribute manipulation and its impact on the Internet

Determining how widespread BGP ORIGIN attribute manipulation is among transit providers and understanding its impact on Internet routing security and efficiency.

security distributed-systems
4 min
Cloudflare

Cloudflare Internal DNS is now generally available

Organizations needed authoritative and recursive DNS services for private networks without fragmenting their infrastructure across separate control planes and networks.

distributed-systems networking
3 min
Cloudflare

How the 2026 World Cup affected Internet traffic

Understanding and analyzing how major global events impact internet traffic patterns across different regions and time zones.

observability distributed-systems
4 min
Dropbox

How our universal content processing platform Riviera evolved for AI and beyond

How to build a scalable, unified content processing platform that can handle diverse file transformations at scale while adapting to evolving product needs like AI integration.

distributed-systems storage-systems
3 min
Google

Run Ray on TPU, Part 1: The foundations

Enabling distributed Python workloads to run efficiently on Google Cloud TPUs while respecting the strict networking requirements of multi-host TPU slices that must maintain connectivity over their Inter-Chip Interconnect (ICI).

distributed-systems ml-systems
5 min
Google

Run Ray on TPU, Part 2: Ray AI libraries

Efficiently running distributed AI workloads across Google's TPU slices while managing data loading bottlenecks and cross-slice coordination complexity.

distributed-systems ml-systems
5 min
Google

Scaling Agentic RL: High-Throughput Agentic Training with Tunix

TPU idling bottlenecks during multi-turn, tool-using LLM agent training caused by network I/O and environment step latencies reducing hardware throughput.

ml-systems distributed-systems
5 min
Google Cloud

Why AI apps fail in production (And how Google solved it)

AI applications that work perfectly in local development environments fail when deployed to production in enterprise settings due to infrastructure constraints, cascading errors, and organizational governance barriers.

ml-systems observability
5 min
Spotify

Content Ingestion & Podcast Video Incident Report

Spotify's podcast video ingestion pipeline experienced reliability issues that degraded the experience for podcast creators over a two-month period.

data-pipelines observability
4 min
Stripe

Analyzing the evidence that helps businesses win “product not received” disputes

Determining which types of evidence are most effective at helping merchants win disputed transactions classified as 'product not received' to reduce chargeback losses.

api-design observability
3 min
AWS

Eclipse Dataspace Components on AWS: Architecture patterns in production

Deploying Eclipse Dataspace Components connectors to production on AWS while maintaining isolation, security, and compliance with International Data Space Association standards.

distributed-systems security
4 min
AWS

Eclipse Dataspace Components on AWS: Data sharing fundamentals

How to implement secure, standardized data sharing across organizational boundaries while maintaining compliance with IDSA standards and the Dataspace Protocol.

distributed-systems microservices
5 min
AWS

How Mapfre USA modernized fraud claims with Amazon EMR Serverless

Mapfre USA needed to detect insurance fraud in claims more effectively by moving beyond traditional rules-based and manual investigation approaches to leverage machine learning on large volumes of structured and unstructured data.

ml-systems distributed-systems
5 min
AWS

How bitdrift scaled to 121 million concurrent gRPC connections on Amazon CloudFront for live telemetry sporting events

How to handle 121 million concurrent gRPC connections from mobile devices establishing persistent connections simultaneously during live events without concentrating traffic onto a single origin endpoint.

load-balancing real-time-systems
4 min
AWS

Prioritize your AWS Health alerts using AWS User Notifications

AWS customers running critical workloads need to prioritize and respond to heterogeneous service health events with varying operational impact.

observability distributed-systems
4 min
AWS

Unlocking the future of video data: March Networks cloud storage on AWS

Storing and managing petabytes of distributed video surveillance data across thousands of locations while meeting growing retention requirements and enabling operational insights extraction.

storage-systems distributed-systems
5 min
Cloudflare

A broken DNSSEC rollover took down .al. Now 1.1.1.1 tells you when validation is bypassed

A failed DNSSEC key rollover on the .al TLD caused widespread DNS resolution failures, requiring a way to restore service while transparently communicating to clients that security validation was being bypassed.

security distributed-systems
4 min
Google

Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)

How to efficiently serve a 397-billion parameter Mixture-of-Experts model on Ironwood TPU7x hardware while overcoming severe sharding constraints and cross-device communication bottlenecks.

distributed-systems ml-systems
5 min
Google Cloud

Securing AI at Enterprise Scale: The Google Kubernetes Engine Blueprint

Protecting proprietary AI models and applications deployed at enterprise scale on Kubernetes while defending against novel threats like prompt injection and maintaining regulatory compliance without impeding developer velocity.

security ml-systems
5 min
Google Cloud

What 10 autonomous film crews taught us about agent teamwork

Determining whether multiple AI agents with distinct roles can effectively collaborate to complete a complex creative task like filmmaking through asynchronous message passing and shared state.

distributed-systems ml-systems
5 min
Meta

Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization

Meta needed to efficiently match users' inferred interests with the vast universe of advertiser offerings in deep funnel ads at scale.

ml-systems distributed-systems
5 min
Meta

Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler

Linux kernel upgrades risked introducing latency regressions across Meta's ad serving fleet, which operates at scale where milliseconds of latency degradation significantly impact ads performance.

observability distributed-systems
5 min
Netflix

Building Service Topology at Scale: Architecture, Challenges, and Lessons Learned

Netflix engineers needed a real-time, unified view of service dependencies across their microservices architecture to enable faster troubleshooting and understand blast radius during incidents.

microservices observability
5 min
Netflix

In-House LLM Serving at Netflix

Netflix needed to deploy and serve large language models at scale within their production environment rather than relying on third-party hosted APIs, while maintaining the reliability and performance standards required for their streaming platform.

microservices ml-systems
5 min
AWS

S&P Global’s innovative disaster recovery strategy using Amazon FSx for NetApp ONTAP snapshots

S&P Global needed to implement a disaster recovery strategy for their Capital IQ platform that could achieve rapid failover to a secondary region while maintaining data consistency for mission-critical financial operations.

storage-systems databases
5 min
AWS

Specification-driven composition for flexible data workflows

Data pipelines suffer from duplicated transformation logic and cascading changes across multiple workflows as they scale from simple scripts to complex systems.

databases distributed-systems
5 min
Cloudflare

Improving Smart Tiered Cache for Public Cloud Regions

Cloudflare needed to optimize cache tier selection for origins hosted across multiple public cloud providers (AWS, GCP, Azure, Oracle Cloud) to improve cache hit rates and reduce latency.

caching distributed-systems
3 min
Cloudflare

Introducing Meerkat: an experiment in global consensus

Building a globally distributed consensus service that achieves strong consistency across geographically dispersed nodes while tolerating faults.

distributed-systems databases
4 min
Cloudflare

Why we cannot wait for better post-quantum signature algorithms

Cloudflare needed to adopt a cryptographically secure signature algorithm that is resistant to future quantum computing threats while waiting for NIST to finalize post-quantum signature standards.

security distributed-systems
4 min
Cloudflare

Your Worker can now have its own cache in front of it

Workers needed a caching layer directly in front of their entrypoints to reduce origin requests and improve response latency without requiring developers to implement custom caching logic.

caching distributed-systems
3 min
Google

We terminated a TPU mid-training and it recovered in seconds: Introduction to elastic training with MaxText

Distributed AI training jobs fail completely when a single machine fails, requiring expensive full-workload restarts from scratch.

distributed-systems ml-systems
5 min
Google Cloud

A developer's guide to publishing agents in Gemini Enterprise and Google Cloud Marketplace

Enable developers to build and distribute interoperable AI agents that can be composed and orchestrated across platforms rather than creating isolated applications.

distributed-systems api-design
5 min
Google Cloud

Autopilot Clusters with GKE managed DRANET: GPUs and TPUs

Enabling efficient GPU and TPU resource allocation and management in Kubernetes clusters while abstracting infrastructure complexity from users.

distributed-systems microservices
5 min
Google Cloud

BGP route policies: Top 3 use cases by customer demand

Network administrators needed deep, programmable control over how BGP routes are evaluated and propagated without requiring expensive third-party virtual appliances.

load-balancing security
5 min
AWS

Lessons learned from scaling to 1 million Lambda functions

Managing operational stability and resource constraints when scaling a serverless SaaS platform from thousands to over 1 million concurrent Lambda functions.

distributed-systems rate-limiting
5 min
Cloudflare

Announcing the Monetization Gateway: charge for any resource behind Cloudflare via x402

Enabling developers to monetize any web resource, API, or dataset without building their own payment infrastructure.

api-design security
4 min
Cloudflare

Content Independence Day, one year on: building the business model for the agentic Internet

How to build infrastructure that enables direct monetization of content creators in an AI-agent-driven internet where traditional search referral models are becoming obsolete.

api-design security
4 min
Cloudflare

Making AI search smarter

How to balance AI search agent access to web content while ensuring creators remain discoverable and compensated for their work.

search api-design
4 min
Google

Build agentic full-stack apps with Genkit

Developers were struggling with the complex implementation details of building conversational AI applications, including managing message history, tool invocation loops, and real-time streaming across full-stack architectures.

api-design ml-systems
5 min
Google

Build reliable multi-agent applications with ADK Go 2.0. Discover our new graph-based workflow engine, built-in human-in-the-loop, and dynamic orchestration

Developers needed a unified runtime to compose and orchestrate complex multi-agent applications without managing separate execution models for single-agent versus multi-agent workflows.

microservices distributed-systems
5 min
Google Cloud

Beyond Static Prompts: Building Scale-Proof, Polymorphic Multi-Agent Systems with Google's ADK

Enterprise generative AI agents cannot efficiently scale to handle hundreds of heterogeneous data structures, dynamic business rules, and shifting API schemas without hardcoding all tool definitions into static system prompts.

ml-systems api-design
5 min
Google Cloud

Scaling LLM Inference: Multi-Node KV Cache Offloading with GKE & Managed Lustre

Enterprise LLM inference workloads with long-context windows require KV cache storage that exceeds local CPU RAM and SSD capacity on individual nodes, necessitating a distributed multi-node caching solution.

caching distributed-systems
5 min
Meta

Meta’s AI Storage Blueprint at Scale

Ensuring reliable and fast storage access to support exponential growth in model capabilities and training dataset sizes while maintaining computational efficiency during rapid AI innovation cycles.

storage-systems distributed-systems
5 min
AWS

Architecting AI-powered resilience framework on AWS

Organizations struggle to systematically test system resilience and discover dependencies without manual effort, and need to integrate resilience testing into their CI/CD pipelines.

chaos-engineering observability
5 min
Cloudflare

How we built saga rollbacks for Cloudflare Workflows

Cloudflare needed to enable developers to automatically undo or compensate for failed steps in multi-step workflows executed across distributed systems.

distributed-systems microservices
3 min
Cloudflare

The White House's post-quantum executive order is an important milestone. It’s time to get to work

Ensuring cryptographic systems remain secure against future quantum computing threats by establishing a coordinated migration timeline and standards for post-quantum cryptography adoption.

security distributed-systems
4 min
Cloudflare

Unlocking the Cloudflare app ecosystem with OAuth for all

Cloudflare needed to make OAuth available to all developers in their app ecosystem while migrating their core OAuth engine to a new implementation without causing downtime.

distributed-systems microservices
3 min
Google

Build Cross-Language Multi-Agent Team with Google’s Agent Development Kit and A2A

Enabling multiple AI agents written in different programming languages to collaborate seamlessly on complex tasks like contract compliance verification.

api-design microservices
3 min
Meta

Adopting AV1 for Real-Time Communication (RTC) at Scale

Meta needed to adopt the AV1 video codec for real-time communication at massive scale while ensuring device compatibility, maintaining call quality, and handling the complexities of encoding/decoding in latency-sensitive environments.

real-time-systems observability
5 min
Meta

Privacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study

Meta needed to reliably classify and understand diverse data assets across their infrastructure to enable privacy controls that enforce retention, access, purpose, sharing, and anonymization policies in an AI-native environment.

security databases
5 min
Netflix

Data Projects: Managing Data Assets at Netflix Scale

Netflix needed to manage governance, access control, and orchestration of millions of data warehouse tables and tens of thousands of scheduled workloads across their data platform.

distributed-systems databases
5 min
Netflix

How Netflix Simplified Batch Compute with Kueue

Netflix needed to simplify and standardize batch compute job queueing and scheduling while transitioning their container infrastructure to be more Kubernetes-native.

distributed-systems microservices
5 min
Netflix

Predicting Risk in Content Launches: How Data-Driven Insights can Transform Launch Planning

Netflix needed to predict and mitigate risks associated with content launches to improve availability and reduce failures during high-impact release events.

observability microservices
5 min
Netflix

The Data Canary: How Netflix Validates Catalog Metadata

Preventing corrupted catalog metadata from reaching millions of Netflix viewers by detecting data transformation failures in production before impact.

observability distributed-systems
5 min
Netflix

The Evolution of Cassandra Data Movement at Netflix

Netflix needed to consolidate multiple bespoke data movement connectors across different organizations into a unified, centralized management system for batch data movement operations.

microservices distributed-systems
5 min
Netflix

Thinking Fast & Slow for a Personalized Notification System

How to design a notification system that intelligently decides when and how to deliver personalized notifications to users with varying urgency and cognitive load requirements.

microservices real-time-systems
5 min
AWS

How Samsung achieved real-time pricing with AWS Lambda Response Streaming

Samsung needed to serve real-time pricing data to high-traffic APIs while aggregating responses from multiple backend sources without building up state in their infrastructure.

api-design real-time-systems
4 min
Cloudflare

Bringing more agent harnesses and frameworks to Cloudflare, starting with Flue

Cloudflare needed to enable multiple agent frameworks to build on top of their infrastructure without being locked into a single framework implementation.

api-design microservices
4 min
Cloudflare

Celebrating 12 years of Project Galileo

How can a CDN provider protect civil society organizations from cyberattacks while operating at scale across global infrastructure?

security distributed-systems
3 min
Cloudflare

Growing the Cloudflare AI team with talent from Ensemble AI

Cloudflare needed to scale its AI capabilities and build stronger machine learning infrastructure to support edge-computing AI workloads across its global network.

ml-systems distributed-systems
3 min
Google

Announcing the Agentic Resource Discovery specification

Agents need a standardized way to discover, identify, and verify available tools and skills across distributed systems without centralized coordination.

api-design distributed-systems
3 min
Google

How A2A is Building a World of Collaborative Agents

AI agents need a secure, flexible way to collaborate and hand off tasks without the constraints and context pollution of traditional API-based communication.

api-design distributed-systems
5 min
Google

Unlocking the Power of the TPU Stack: Introducing our new Developer Hub

Developers lack centralized, practical resources to optimize machine learning workloads and fully utilize the performance capabilities of Google Cloud TPUs.

ml-systems distributed-systems
5 min
Google Cloud

Cloud Network Insights: end-to-end observability for the Cross-Cloud Network

Enterprises need visibility and diagnostics across multi-cloud and hybrid network environments where applications span Google Cloud, on-premises, AWS, Azure, and internet services, making it difficult to identify the root cause of performance degradation.

observability distributed-systems
5 min
Google Cloud

Scaling the Next Generation of Global Innovation: How Google Supports Top Startups Around the World

How to provide startups with the technical infrastructure, architectural guidance, and cloud platform support necessary to scale from prototype to market-defining global businesses.

distributed-systems general
5 min
Netflix

Data Projects: Managing Data Assets at Netflix Scale

Managing millions of data assets, tables, and tens of thousands of scheduled workloads across Netflix's data platform while maintaining proper access control and execution governance at scale.

distributed-systems observability
5 min
Netflix

Dynamic Repartitioning for Time Series Workloads

Netflix needed to efficiently partition and manage petabytes of time series event data across Cassandra clusters while maintaining millisecond-level query latency and handling dynamic workload changes.

storage-systems distributed-systems
5 min
Netflix

From Silos to Service Topology: Why Netflix Built a Real-Time Service Map

Netflix engineers lacked a real-time, comprehensive view of service dependencies and relationships across their distributed microservices infrastructure, making incident diagnosis and troubleshooting during outages significantly slower.

microservices observability
5 min
Netflix

High-Throughput Graph Abstraction at Netflix: Part I

Netflix needed to efficiently support diverse graph query patterns (OLAP and OLTP) across different use cases with varying performance requirements using a unified abstraction layer.

databases distributed-systems
5 min
Netflix

The Data Canary: How Netflix Validates Catalog Metadata

Netflix needed to detect and prevent corrupted catalog metadata from reaching millions of viewers in production before it impacts the streaming experience.

observability chaos-engineering
5 min
Netflix

The Evolution of Cassandra Data Movement at Netflix

Netflix needed to consolidate multiple bespoke data movement connectors for Cassandra across different engineering organizations into a unified, centralized management system.

microservices distributed-systems
5 min
Stripe

What Link data tells us about AI spending

How to extract and analyze spending pattern insights from a massive distributed payment dataset across 250 million customers to identify emerging market trends.

observability databases
4 min
Airbnb

Scaling beyond one: How Airbnb evolved its data architecture for a multi-product world

Airbnb needed to evolve its decade-old data architecture to support three distinct product pillars (Homes, Experiences, Services) with consistent data modeling and flexible frameworks.

databases storage-systems
5 min
Cloudflare

Defend against frontier cyber models: Cloudflare's architecture as customer zero

How to architect systems that can defend against exploitation by advanced AI/frontier models, where vulnerability patching speed is insufficient as a primary defense strategy.

security distributed-systems
4 min
Cloudflare

Route public traffic to private applications with Cloudflare

Enabling organizations to route public traffic to private applications without exposing private IP addresses or deploying additional connector infrastructure.

security distributed-systems
4 min
Cloudflare

Scaling Security Insights: how we achieved a 10x increase in global scanning capacity

Cloudflare needed to increase global security scanning capacity 10x to provide frequent Security Insights to all customers without purchasing additional hardware.

messaging-queues databases
4 min
AWS

Building a scalable user search layer on top of Amazon Cognito

Amazon Cognito lacks native search capabilities, making it difficult to build scalable user discovery and search features in applications.

search databases
3 min
AWS

Building highly available Oracle databases with Amazon FSx for NetApp ONTAP

Building Oracle database architectures that minimize recovery time and maximize availability while leveraging cloud infrastructure.

databases storage-systems
4 min
Airbnb

Sitar-agent: Building a reliable dynamic configuration sidecar at scale

Reliably delivering configuration changes to thousands of Airbnb service instances in Kubernetes, with changes occurring multiple times per minute at scale.

distributed-systems microservices
5 min
Cloudflare

Enforcing the First AS in BGP AS_PATHs

BGP routing is vulnerable to hijacks and path leaks where attackers forge AS_PATH attributes to redirect traffic through malicious routes, which RPKI alone cannot fully prevent.

security distributed-systems
4 min
Google Cloud

Connecting AI agents with unstructured data using Google Cloud Storage MCP Servers

Enterprises need to integrate unstructured data from Google Cloud Storage into AI agent systems while maintaining security, standardization, and efficient context retrieval at scale.

storage-systems api-design
5 min
Google Cloud

Experimenting with TPUs, GKE Managed DRANET, and Multi-cluster Inference Gateway

Ensuring high availability and service continuity when AI inference workloads fail in one region while maintaining access to the service across multiple regions.

distributed-systems load-balancing
5 min
Google Cloud

Scaling AI Agents: A Step-by-Step Guide to Deploying ADK on GKE Autopilot

Moving AI agents built with Google's Agent Development Kit from local prototypes to production-ready, scalable infrastructure.

distributed-systems microservices
5 min
Meta

Lights Out, Systems On: Validating Instant Power Loss Readiness

Meta needed to validate and ensure their data center infrastructure could survive instantaneous power loss without data corruption or service degradation.

chaos-engineering distributed-systems
5 min
Netflix

Dynamic Repartitioning for Time Series Workloads

Netflix needed to efficiently partition and scale time series data across Cassandra clusters to handle petabytes of temporal event data while maintaining millisecond latency query performance.

distributed-systems storage-systems
5 min
Stripe

New ways to turn global demand into revenue

Enable businesses to efficiently monetize global demand by handling the complexity of localized payments, multi-currency transactions, fraud detection, and tax compliance across different regions.

api-design distributed-systems
4 min
Stripe

The future of agentic commerce is here

How to enable AI agents to autonomously execute commerce transactions while maintaining Stripe's reliability and payment processing standards.

api-design distributed-systems
3 min
Cloudflare

How we built Cloudflare's data platform and an AI agent on top of it

Cloudflare needed to unify fragmented analytics data across its global edge network and enable intelligent querying of that data at scale.

distributed-systems observability
3 min
Cloudflare

Iran's Internet is partially restored, Cloudflare Radar data shows

How to detect and monitor large-scale Internet shutdowns and measure the extent of network restoration in real-time across a country.

observability distributed-systems
4 min
Google

How the community trained Gemma to "Think" with Tunix and TPUs

How to enable developers with limited compute budgets to transform small base language models into capable reasoning engines through efficient training techniques.

ml-systems distributed-systems
5 min
Google Cloud

A Guide to AI Cold Starts on Cloud Run

Managing startup latencies up to 20 seconds for AI workloads on Cloud Run serverless GPUs, which causes poor user experience and is driving developers back to traditional container orchestration.

ml-systems distributed-systems
5 min
Meta

SilverTorch: Index as Model — A New Retrieval Paradigm for Recommendation Systems

Meta needed to improve the throughput and compute efficiency of retrieval systems for recommendation engines that process user-generated content at massive scale.

search ml-systems
5 min
Netflix

From Silos to Service Topology: Why Netflix Built a Real-Time Service Map

Netflix needed a real-time, dynamic way for engineers to understand service dependencies and troubleshoot issues quickly across their complex distributed microservices infrastructure.

microservices observability
5 min
Netflix

High-Throughput Graph Abstraction at Netflix: Part I

Netflix needed a unified abstraction layer to efficiently handle multiple graph query paradigms (OLAP and OLTP) with different performance and functionality requirements across diverse business use cases.

distributed-systems databases
5 min
AWS

Cyber resilience on AWS: A reference approach for recovery from ransomware and destructive events

How to design systems that can recover from ransomware and destructive cyberattacks when backups, credentials, and infrastructure components have been compromised.

security storage-systems
4 min
AWS

How ALS GeoAnalytics LITHOLENS ™ revolutionizes core logging through machine learning with Amazon EKS

ALS GeoAnalytics needed to scale machine learning model training and inference for core logging analysis while managing computational costs effectively.

distributed-systems ml-systems
3 min
Airbnb

Scaling Airbnb’s identity graph with a unified knowledge graph infrastructure

Airbnb needed to scale their identity graph infrastructure to efficiently resolve user identities and understand relationships between entities across their platform.

databases distributed-systems
5 min
Cloudflare

Announcing Claude Managed Agents on Cloudflare

Enabling developers to deploy and scale autonomous agent workflows globally while maintaining security isolation and control over access to private backend systems.

distributed-systems security
4 min
Google

An important update: Transitioning Gemini CLI to Antigravity CLI

Google needed to unify fragmented AI terminal tooling by consolidating the community-focused Gemini CLI into a more scalable, agent-first platform capable of handling complex multi-agent workflows.

api-design microservices
5 min
Google

Build Long-running AI agents that pause, resume, and never lose context with ADK

Building production-grade AI agents that can maintain context and state across long-running enterprise workflows spanning days or weeks without losing information during idle periods or server restarts.

api-design distributed-systems
5 min
Google

Empowering Service Providers and Hardware Partners with Gemini for Home

How can Google enable third-party service providers and hardware manufacturers to build intelligent smart home experiences without requiring deep AI/ML expertise or significant R&D investment?

api-design ml-systems
5 min
Google

MaxText Expands Post-Training Capabilities: Introducing SFT and RL on Single-Host TPUs

Enabling efficient post-training of large language models on single-host TPU configurations without requiring complex multi-host distributed setups.

ml-systems distributed-systems
5 min
Google

One Year of Innovation: Celebrating 100k Members in the Google Cloud x NVIDIA Developer Community

Developers needed accessible infrastructure, resources, and structured learning pathways to effectively build and optimize AI applications using GPUs and large language models at scale.

api-design ml-systems
5 min
Google

Speeding Up AI: Bringing Google Colossus to PyTorch via GCSFS and Rapid Bucket

AI training pipelines were bottlenecked by slow data I/O when accessing training datasets stored in Google Cloud, limiting throughput and increasing total training time.

storage-systems ml-systems
5 min
Google Cloud

Agent Factory Recap: How Gemma 4 Taught Itself Physics

How to deploy high-intelligence AI models with agentic capabilities to consumer hardware and mobile devices without requiring cloud infrastructure.

ml-systems distributed-systems
5 min
Google Cloud

Building Event-Driven Data Agents with BigQuery, Pub/Sub, and ADK

Enterprise systems need to react to events in real-time rather than relying on slow batch jobs or inefficient polling microservices that create dangerous delays in detecting critical issues like fraud or supply chain disruptions.

real-time-systems messaging-queues
5 min
Google Cloud

Cloud Engineer’s AI Toolkit: Sign up Now for a Developer Workshop Near You!

Organizations need to securely build, deploy, and govern autonomous AI agents at enterprise scale as the industry transitions from experimental LLMs to production agentic AI systems.

ml-systems security
5 min
Google Cloud

Five must-have guides to move agents into production with Gemini Enterprise Agent Platform

Deploying and managing AI agents at scale in production requires infrastructure for state management, security governance, and complex workflow orchestration that goes beyond demo implementations.

distributed-systems security
5 min
Google Cloud

How BASF manages thousands of supply chain decisions with AlphaEvolve’s agentic algorithms

BASF needed to manage and optimize thousands of interdependent supply chain decisions across 180 global production sites where weather and regulatory changes can cause cascading disruptions in a two-year production pipeline.

distributed-systems ml-systems
5 min
Google Cloud

Introducing Gemini Enterprise Agent Platform, powering the next wave of agents

Building safe, reliable, and autonomous agents that can act independently across multiple enterprise systems while maintaining security, governance, and reliability guardrails.

ml-systems security
5 min
Google Cloud

Migrating to Google Cloud’s Application Load Balancer: A practical guide

Migrating business-critical load balancer configurations from on-premises hardware solutions to Google Cloud while preserving existing traffic manipulation logic.

load-balancing distributed-systems
5 min
Google Cloud

Next '26 Hands-On: 10 Codelabs to Build Featured Tech

How to help developers transition from understanding AI concepts to building and maintaining production agentic systems in cloud environments.

observability microservices
5 min
Google Cloud

Next ‘26: Redefining security for the AI era with Google Cloud and Wiz

Organizations need to secure their AI systems and infrastructure against emerging AI-era threats while maintaining the ability to leverage AI's potential at scale.

security distributed-systems
5 min
Google Cloud

What’s new with the Cross-Cloud Network at Next ‘26

Enabling seamless connectivity, governance, and security across multi-agent AI systems and core applications distributed globally at planet scale.

distributed-systems microservices
5 min
AWS

Building hybrid multi-tenant architecture for stateful services on AWS

Building a multi-tenant architecture that isolates tenants without requiring separate AWS accounts while maintaining stateful service deployments.

load-balancing distributed-systems
5 min
AWS

Choosing between single or multiple organizations in AWS Organizations

Organizations must determine whether to operate under a single AWS organization or split into multiple organizations based on their operational, security, and scaling requirements.

security distributed-systems
4 min
Airbnb

Viaduct 1.0 and the future of Airbnb’s data mesh

Airbnb needed to transition Viaduct from an internal-only data mesh tool to a production-ready, community-driven platform with a stable public API.

api-design distributed-systems
5 min
Cloudflare

Browser Run: now running on Cloudflare Containers, it’s faster and more scalable

Browser Run needed higher usage limits, better performance, and improved reliability while increasing development velocity for their browser automation service.

distributed-systems load-balancing
3 min
Cloudflare

Our billing pipeline was suddenly slow. The culprit was a hidden bottleneck in ClickHouse

A partitioning change to a petabyte-scale ClickHouse cluster caused billing pipeline jobs to stall without obvious error signals in standard metrics.

databases observability
4 min
Meta

Labyrinth 1.1: Making End-to-End Encrypted Backups Even More Reliable

Ensuring end-to-end encrypted messages and conversation history survive device loss, device switches, and extended offline periods without compromising encryption guarantees.

storage-systems security
5 min
Meta

Migrating Data Ingestion Systems at Meta Scale

Meta needed to migrate their legacy data ingestion system to a new architecture while maintaining reliability and consistency for real-time social graph snapshots at massive scale.

distributed-systems storage-systems
5 min
Meta

Reel Friends: Building Social Discovery that Scales to Billions

Building a social discovery system that efficiently surfaces Reels watched and reacted to by friends while scaling to billions of users.

caching distributed-systems
5 min
Stripe

Five vertical SaaS insights from Sessions 2026

Vertical SaaS platforms needed to expand their service offerings beyond pure software to include integrated payments, financial services, and agentic commerce capabilities to build more defensible and durable businesses.

api-design distributed-systems
3 min
Airbnb

Monitoring reliably at scale

Designing monitoring and observability systems that remain functional and reliable even when the core infrastructure they monitor is failing or degraded.

observability distributed-systems
5 min
Cloudflare

How Cloudflare responded to the “Copy Fail” Linux vulnerability

Rapidly detect, investigate, and mitigate a critical Linux kernel privilege escalation vulnerability across a global edge computing fleet without impacting customers.

security distributed-systems
4 min
Cloudflare

When DNSSEC goes wrong: how we responded to the .de TLD outage

When DENIC published invalid DNSSEC signatures for the .de TLD, DNS resolvers like 1.1.1.1 faced a critical decision: reject all .de domain queries due to signature validation failures or serve potentially stale cached responses to maintain availability.

caching distributed-systems
4 min
Netflix

Democratizing Machine Learning at Netflix: Building the Model Lifecycle Graph

Netflix needed to manage the lifecycle of machine learning models across multiple domains and teams at scale, moving beyond their original single-domain personalization focus.

ml-systems microservices
5 min
Netflix

Powering Multimodal Intelligence for Video Search

Netflix needed to efficiently extract and surface key moments from hundreds or thousands of hours of raw video footage for editorial teams to accelerate the creative content production process.

ml-systems search
5 min
Netflix

Scaling Camera File Processing at Netflix

Netflix needed to build a scalable, flexible media file processing pipeline that could handle diverse camera formats, workflows, and production requirements while maintaining quick turnaround times for global content production.

microservices distributed-systems
5 min
Netflix

Smarter Live Streaming at Scale: Rolling Out VBR for All Netflix Live Events

Netflix needed to optimize bandwidth utilization and video quality for live streaming events at global scale by moving from constant bitrate to variable bitrate encoding.

real-time-systems distributed-systems
5 min
Netflix

State of Routing in Model Serving

Netflix needed to design a domain-independent traffic routing system for their ML model serving infrastructure that could handle personalized experiences at scale across multiple domains while maintaining high availability.

microservices load-balancing
5 min
Netflix

Stop Answering the Same Question Twice: Interval-Aware Caching for Druid at Netflix Scale

Query performance degradation at massive scale (10+ trillion rows, 15M events/second) where repeated identical queries were consuming excessive resources and impacting latency.

caching databases
5 min
Netflix

The Human Infrastructure: How Netflix Built the Operations Layer Behind Live at Scale

Netflix needed to build reliable operations infrastructure to support live streaming at massive scale, going from one show per month to nine shows per day with tens of millions of concurrent viewers.

microservices observability
5 min
Spotify

Background Coding Agents: Supercharging Downstream Consumer Dataset Migrations (Honk, Part 4)

Spotify needed to migrate thousands of downstream datasets when source datasets changed structure, without manually updating each consumer application.

data-pipelines microservices
4 min
Spotify

Inside the Archive: The Tech Behind Your 2025 Wrapped Highlights

How to identify and surface the most interesting and meaningful listening moments from a year's worth of user streaming data to create personalized narrative highlights for Wrapped.

data-pipelines ml-systems
4 min
Spotify

Our Multi-Agent Architecture for Smarter Advertising

Spotify needed to optimize ad targeting and delivery at scale by coordinating multiple specialized systems to make smarter advertising decisions rather than relying on monolithic ad selection logic.

microservices ml-systems
4 min
Stripe

10 things we learned building for the first generation of agentic commerce

Building reliable payment and commerce systems that can handle autonomous AI agents as buyers, which introduce new failure modes and consistency requirements not present in traditional e-commerce.

api-design distributed-systems
4 min
Stripe

Analyzing first-party fraud trends: Account, free trial, and refund abuse

Detecting and preventing first-party fraud at scale across a payment network where legitimate users abuse policies through multiple accounts, free trial cycling, and refund exploitation.

ml-systems security
4 min
Stripe

Everything we announced at Sessions 2026

How to make payment infrastructure more programmable while maintaining reliability across a global distributed network and enabling new use cases like AI economic infrastructure.

api-design distributed-systems
3 min
Stripe

Giving agents the ability to pay

Enable autonomous agents to programmatically access payment instruments and execute transactions without requiring human intervention or direct card/account access.

api-design security
4 min
Stripe

Introducing the Machine Payments Protocol

Enable autonomous agents and machines to initiate and complete payments programmatically over the internet without requiring human intermediation.

api-design distributed-systems
4 min
AWS

Deloitte optimizes EKS environment provisioning and achieves 89% faster testing environments using Amazon EKS and vCluster

Deloitte needed to significantly reduce the time required to provision and spin up testing environments for their Kubernetes workloads.

distributed-systems microservices
3 min
Airbnb

Skipper: Building Airbnb’s embedded workflow engine

How to build a durable workflow execution engine that can recover from failures mid-process without losing state or duplicating work.

distributed-systems databases
5 min
Cloudflare

Code Orange: Fail Small is complete. The result is a stronger Cloudflare network

Cloudflare needed to make their global edge infrastructure more resilient to configuration changes and prevent widespread outages caused by unsafe deployments.

distributed-systems observability
4 min
Cloudflare

Introducing Dynamic Workflows: durable execution that follows the tenant

Enable multi-tenant platforms to execute millions of unique, durable workflows without incurring significant idle infrastructure costs.

distributed-systems microservices
4 min
Cloudflare

Post-quantum encryption for Cloudflare IPsec is generally available

Protecting IPsec communications from future quantum computing threats while maintaining current interoperability with existing infrastructure.

security distributed-systems
3 min
Cloudflare

Shutdowns, power outages, and conflict: a review of Q1 2026 Internet disruptions

How to measure, analyze, and publicly report on Internet disruptions caused by geopolitical events, infrastructure attacks, and power outages in real-time across global networks.

observability distributed-systems
4 min
Meta

How Meta Is Strengthening End-to-End Encrypted Backups

How to enable end-to-end encrypted backups for messaging applications while ensuring recovery codes remain inaccessible to Meta, cloud providers, and other third parties.

security storage-systems
5 min
AWS

PACIFIC enables multi-tenant, sovereign product carbon footprint exchange on the Catena-X data space using AWS

Enable multiple independent organizations to securely exchange Product Carbon Footprint (PCF) data within a shared data space while maintaining data sovereignty and tenant isolation.

microservices security
4 min
Airbnb

Building a fault-tolerant metrics storage system at Airbnb

Building a metrics storage system capable of ingesting 50 million samples per second while reliably storing 2.5 petabytes of time series data at scale.

observability storage-systems
5 min
Cloudflare

Building the agentic cloud: everything we launched during Agents Week 2026

How to enable developers to build and deploy AI agents at scale across a distributed edge computing network while maintaining security and providing necessary infrastructure tools.

distributed-systems security
4 min
Cloudflare

Moving past bots vs. humans

Traditional bot detection mechanisms are becoming ineffective as AI assistants and privacy proxies blur the distinction between legitimate users and automated abuse.

security api-design
4 min
Cloudflare

Agents Week: network performance update

Cloudflare needed to improve request handling performance across its global network to maintain competitive advantage over other CDNs.

distributed-systems load-balancing
4 min
Cloudflare

Artifacts: versioned storage that speaks Git

Providing agents, developers, and automations with scalable, Git-compatible versioned storage that can handle tens of millions of repositories without forcing them to manage infrastructure.

storage-systems api-design
4 min
Cloudflare

Building the foundation for running extra-large language models

How to efficiently run inference for extra-large language models on edge infrastructure while maintaining low latency and high throughput across distributed Cloudflare servers.

ml-systems distributed-systems
4 min
Cloudflare

Cloudflare Email Service: now in public beta. Ready for your agents

Enabling AI agents to send, receive, and process email natively as a multi-channel communication medium without requiring developers to build custom email infrastructure.

api-design microservices
4 min
Cloudflare

Introducing Flagship: feature flags built for the age of AI

Third-party feature flag services introduce unacceptable latency for applications requiring sub-millisecond flag evaluation at global scale.

caching distributed-systems
4 min
Cloudflare

Project Think: building the next generation of AI agents on Cloudflare

Building a scalable platform for deploying AI agents at the edge that can think, act, and persist state across distributed Cloudflare infrastructure.

distributed-systems ml-systems
3 min
Cloudflare

Rearchitecting the Workflows control plane for the agentic era

Cloudflare Workflows needed to support higher concurrency and creation rate limits to enable durable background agents at scale.

distributed-systems rate-limiting
4 min
Cloudflare

Unweight: how we compressed an LLM 22% without sacrificing quality

GPU memory bandwidth constraints were limiting LLM inference efficiency across Cloudflare's distributed edge network, requiring optimization to deliver faster and cheaper inference.

ml-systems distributed-systems
4 min
Meta

Capacity Efficiency at Meta: How Unified AI Agents Optimize Performance at Hyperscale

Meta needed to automatically identify and remediate performance inefficiencies across their massive infrastructure to reduce power consumption and free up engineering capacity.

observability distributed-systems
5 min
Meta

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways

Meta needed to migrate its infrastructure and systems to post-quantum cryptography standards before quantum computers could break existing encryption schemes.

security distributed-systems
5 min
AWS

Build a multi-tenant configuration system with tagged storage patterns

Building a scalable multi-tenant configuration service that maintains strict tenant isolation while supporting real-time updates without cache staleness or downtime.

caching storage-systems
5 min
AWS

Unlock efficient model deployment: Simplified Inference Operator setup on Amazon SageMaker HyperPod

Simplifying the deployment and scheduling of machine learning inference workloads across multiple instances and instance types on Amazon SageMaker HyperPod.

ml-systems distributed-systems
4 min
Airbnb

Building a high-volume metrics pipeline with OpenTelemetry and vmagent

Migrating a large-scale metrics pipeline from StatsD to OpenTelemetry while handling production traffic volumes without losing data or blocking dependent systems.

observability distributed-systems
5 min
Cloudflare

500 Tbps of capacity: 16 years of scaling our global network

How to scale a global content delivery and DDoS mitigation network to handle massive throughput (500 Tbps) while maintaining capacity to protect against record-breaking attacks.

load-balancing distributed-systems
3 min
Cloudflare

Cloudflare targets 2029 for full post-quantum security

Cloudflare needed to prepare its global infrastructure and services for the threat of quantum computing attacks on current cryptographic standards before 2029.

security distributed-systems
4 min
Cloudflare

Welcome to Agents Week

How to enable AI agents to operate effectively at the edge of the internet with the security, performance, and reliability characteristics of Cloudflare's existing infrastructure.

distributed-systems security
4 min
Meta

Escaping the Fork: How Meta Modernized WebRTC Across 50+ Use Cases

Meta needed to modernize WebRTC across 50+ use cases while maintaining synchronization with upstream open-source development, avoiding the drift that typically occurs when large projects fork internally.

distributed-systems real-time-systems
5 min
Meta

How Meta Used AI to Map Tribal Knowledge in Large-Scale Data Pipelines

AI coding assistants were ineffective at making useful edits in large-scale data pipelines because they lacked sufficient understanding of complex, multi-repository codebases spanning multiple languages and thousands of files.

distributed-systems ml-systems
5 min
Meta

Trust But Canary: Configuration Safety at Scale

Safely deploying configuration changes at scale while minimizing the risk of widespread failures caused by faulty configurations.

observability distributed-systems
5 min
AWS

Automate safety monitoring with computer vision and generative AI

Detecting safety hazards in real-time across hundreds of distributed operational sites using video feeds while maintaining low latency and managing the computational complexity of processing multiple camera streams.

real-time-systems distributed-systems
5 min
AWS

How Aigen transformed agricultural robotics for sustainable farming with Amazon SageMaker AI

Aigen needed to scale machine learning pipelines across hundreds of distributed edge solar robots while managing data labeling and model training challenges in agricultural robotics.

ml-systems distributed-systems
5 min
AWS

How Generali Malaysia optimizes operations with Amazon EKS

Generali Malaysia needed to optimize Kubernetes operations on AWS while reducing operational overhead, managing costs, and improving security posture.

distributed-systems security
4 min
AWS

Streamlining access to powerful disaster recovery capabilities of AWS

Organizations need a streamlined way to protect and recover entire AWS workloads across multiple layers (data, compute, infrastructure, networking, and configuration) in the event of a disaster.

storage-systems security
5 min
Cloudflare

Introducing EmDash — the spiritual successor to WordPress that solves plugin security

WordPress plugins pose significant security risks because they run with unrestricted access to the entire system, requiring a safer plugin architecture that isolates untrusted code.

security microservices
4 min
Cloudflare

Introducing Programmable Flow Protection: custom DDoS mitigation logic for Magic Transit customers

Magic Transit customers needed the ability to define and enforce custom DDoS mitigation logic for proprietary and non-standard UDP protocols without being limited to Cloudflare's pre-built detection rules.

security distributed-systems
4 min
Cloudflare

Our ongoing commitment to privacy for the 1.1.1.1 public DNS resolver

How to design a public DNS resolver that prioritizes user privacy while maintaining performance and trustworthiness at scale.

security distributed-systems
4 min
Cloudflare

Why we're rethinking cache for the AI era

CDN cache systems were designed for human traffic patterns but struggle with the distinct access patterns of AI bot traffic, which now represents over 10 billion requests per week and threatens cache efficiency.

caching distributed-systems
4 min
Dropbox

Improving storage efficiency in Magic Pocket, our immutable blob store

Dropbox needed to improve storage efficiency and resilience in Magic Pocket, their immutable blob store, when handling variable and changing workloads.

storage-systems observability
3 min
Meta

KernelEvolve: How Meta’s Ranking Engineer Agent Optimizes AI Infrastructure

Meta needed to automatically optimize low-level infrastructure and kernel-level parameters for AI ranking models to improve performance without manual tuning.

ml-systems distributed-systems
5 min
LinkedIn

AI Helping Build Better AI: How Agents Accelerate Model Experi...

Training and evaluating AI models is resource-intensive, requiring significant human effort to generate quality training data and assess model outputs.

ml-systems distributed-systems
3 min
LinkedIn

Reimagining LinkedIn’s search tech stack

LinkedIn's legacy search infrastructure couldn't scale to handle growing query volumes and evolving relevance requirements across its platform.

search distributed-systems
3 min
LinkedIn

Scaling LLM-Based ranking systems with SGLang at LinkedIn

LinkedIn's LLM-based ranking systems faced latency and throughput challenges when serving personalized results at scale.

ml-systems distributed-systems
3 min
AWS

6,000 AWS accounts, three people, one platform: Lessons learned

Managing 6,000 AWS accounts for a multi-tenant serverless SaaS platform with only three people created massive operational challenges around automation, observability, and cost management at scale.

distributed-systems microservices
4 min
AWS

Architecting conversational observability for cloud applications

Diagnosing and resolving issues in complex Kubernetes clusters is slow and requires expert knowledge, leading to high Mean Time to Recovery (MTTR) and heavy reliance on specialized engineers for root cause analysis.

observability ml-systems
4 min
AWS

Digital Transformation at Santander: How Platform Engineering is Revolutionizing Cloud Infrastructure

Santander struggled to manage cloud infrastructure supporting billions of daily transactions across 200+ critical systems, facing complexity and scalability challenges in their banking operations.

distributed-systems microservices
5 min
AWS

How BASF’s Agriculture Solutions drives traceability and climate action by tokenizing cotton value chains using Amazon Managed Blockchain

Agricultural supply chains (cotton/food) lack end-to-end traceability, making it difficult to verify sustainability claims, track climate impact, and ensure circularity across complex multi-party value chains.

distributed-systems security
4 min
AWS

How Salesforce migrated from Cluster Autoscaler to Karpenter across their fleet of 1,000 EKS clusters

Salesforce's Cluster Autoscaler could not efficiently scale and manage node provisioning across their fleet of 1,000+ EKS clusters, likely suffering from slow scaling decisions, suboptimal bin-packing, and operational complexity at massive scale.

distributed-systems load-balancing
4 min
AWS

Secure Amazon Elastic VMware Service (Amazon EVS) with AWS Network Firewall

Securing Amazon Elastic VMware Service (EVS) environments requires centralized traffic inspection across multiple VPCs, on-premises data centers, and internet egress points, which is complex to architect and implement.

security distributed-systems
4 min
AWS

Sovereign failover – Design for digital sovereignty using the AWS European Sovereign Cloud

Organizations operating under European digital sovereignty requirements need resilient failover capabilities, but regulatory constraints on data residency and governance make cross-partition (sovereign-to-commercial cloud) failover architecturally complex.

distributed-systems security
4 min
AWS

The Hidden Price Tag: Uncovering Hidden Costs in Cloud Architectures with the AWS Well-Architected Framework

Organizations migrating to or operating in the cloud encounter hidden and unexpected costs due to suboptimal architectural decisions, resource misconfigurations, and lack of adherence to cloud best practices.

distributed-systems storage-systems
5 min
Airbnb

From Static Rate Limiting to Adaptive Traffic Management in Airbnb’s Key-Value Store

Airbnb's multi-tenant key-value store (Mussel) used static rate limiting that couldn't adapt to varying traffic patterns and spikes, risking degraded performance and reliability for all tenants during surges.

rate-limiting distributed-systems
5 min
Airbnb

My Journey to Airbnb — Anna Sulkina

This article is a personal profile of a Senior Director of Engineering at Airbnb rather than a technical post addressing a specific engineering challenge. It highlights her role overseeing Application & Cloud infrastructure but does not detail a specific system problem.

distributed-systems
5 min
Airbnb

Pay As a Local

Airbnb relied primarily on card payments across 220+ global markets, but many users preferred local payment methods, causing checkout friction, reduced accessibility, and lower adoption in key markets.

api-design microservices
5 min
Airbnb

Safeguarding Dynamic Configuration Changes at Scale

Dynamic configuration changes at scale can cause widespread outages if rolled out unsafely—a single bad config update can immediately affect all services and requests without the safety net of a gradual deployment process.

distributed-systems microservices
5 min
Cloudflare

A QUICker SASE client: re-building Proxy Mode

The Cloudflare One SASE client's Proxy Mode relied on user-space TCP stacks for tunneling traffic, introducing significant overhead that limited throughput and increased latency for end users.

distributed-systems api-design
4 min
Cloudflare

Complexity is a choice. SASE migrations shouldn’t take years.

Enterprise SASE (Secure Access Service Edge) migrations traditionally take 18+ months due to architectural complexity, requiring organizations to integrate networking and security across global infrastructure.

security distributed-systems
3 min
Cloudflare

Ending the "silent drop": how Dynamic Path MTU Discovery makes the Cloudflare One Client more resilient

Tunnel layering in Cloudflare's WARP/One client caused MTU mismatches, leading to silently dropped oversized packets that degraded connectivity and resilience.

distributed-systems real-time-systems
4 min
Cloudflare

How Automatic Return Routing solves IP overlap

Enterprises connecting multiple private networks via tunnels frequently encounter overlapping IP address ranges (e.g., multiple sites using 10.0.0.0/8), making traditional routing tables unable to determine which tunnel should receive return traffic.

distributed-systems security
4 min
Cloudflare

Inside Gen 13: how we built our most powerful server yet

Cloudflare's existing server fleet could not keep pace with rapidly growing global traffic demands, requiring a new generation of hardware with significantly higher compute and network throughput.

distributed-systems load-balancing
4 min
Cloudflare

Introducing Custom Regions for precision data control

Customers needed precise control over where their data is processed geographically to meet diverse compliance requirements (e.g., GDPR, data sovereignty laws), but existing pre-defined regional options were too coarse-grained to cover all regulatory and performance needs.

distributed-systems security
4 min
Cloudflare

Launching Cloudflare’s Gen 13 servers: trading cache for cores for 2x edge compute performance

Cloudflare needed to significantly increase edge compute throughput per server but faced a tradeoff where high-core-count CPUs came with smaller per-core L3 cache, risking latency penalties for cache-dependent workloads.

distributed-systems caching
4 min
Cloudflare

Powering the agents: Workers AI now runs large models, starting with Kimi K2.5

Running large AI models for agent workloads on edge infrastructure was cost-prohibitive and required significant inference stack optimization to serve models like Kimi K2.5 efficiently at scale.

ml-systems distributed-systems
4 min
Meta

Building Prometheus: How Backend Aggregation Enables Gigawatt-Scale AI Clusters

Connecting thousands of GPUs across multiple data centers and regions for gigawatt-scale AI training clusters requires seamlessly bridging different network fabrics, which creates massive networking and interconnect challenges.

distributed-systems ml-systems
5 min
Meta

FFmpeg at Meta: Media Processing at Scale

Meta needed to handle massive-scale media processing (encoding, transcoding, filtering) across its family of apps, requiring efficient orchestration of complex audio/video pipelines using FFmpeg at an unprecedented scale.

storage-systems distributed-systems
5 min
Meta

Friend Bubbles: Enhancing Social Discovery on Facebook Reels

Facebook Reels needed a way to enhance social discovery by surfacing content that friends have interacted with, requiring real-time computation of relationship strength and ranking of friend-engaged content at massive scale.

ml-systems real-time-systems
5 min
Meta

Investing in Infrastructure: Meta’s Renewed Commitment to jemalloc

Meta's large-scale infrastructure relies on jemalloc for memory allocation, but the codebase had accumulated maintenance burden and needed modernization to keep pace with evolving hardware and workload demands.

storage-systems distributed-systems
5 min
Meta

RCCLX: Innovating GPU Communications on AMD Platforms

GPU-to-GPU communication performance on AMD platforms was insufficient for Meta's evolving AI model training workloads, and the standard RCCL library didn't meet the performance and flexibility requirements of their internal workloads.

distributed-systems ml-systems
5 min
Netflix

Automating RDS Postgres to Aurora Postgres Migration

Netflix's relational database ecosystem lacked standardization, with databases spread across RDS Postgres and other technologies, leading to inconsistent functionality, suboptimal performance, and higher total cost of ownership.

databases distributed-systems
5 min
Netflix

How Temporal Powers Reliable Cloud Operations at Netflix

Netflix needed reliable orchestration for business-critical cloud operations across teams like Open Connect CDN and Live reliability, but faced operational challenges as Temporal adoption grew since 2021.

distributed-systems microservices
5 min
Netflix

Mount Mayhem at Netflix: Scaling Containers on Modern CPUs

Netflix needed to spin up hundreds of containers in seconds to serve streaming traffic, but after modernizing their container runtime, they hit an unexpected performance bottleneck rooted in CPU architecture that impaired container scaling efficiency.

distributed-systems real-time-systems
5 min
Netflix

Netflix Live Origin

Netflix needed a custom origin server to bridge its cloud-based live streaming pipelines with its CDN (Open Connect), handling the unique challenges of live content delivery such as low-latency requirements, reliability, and the real-time nature of live streams compared to on-demand content.

real-time-systems distributed-systems
5 min
Netflix

Scaling Global Storytelling: Modernizing Localization Analytics at Netflix

Netflix's localization analytics infrastructure (tracking dubbing, subtitling, and translation across hundreds of languages and regions) could not keep pace with the rapidly growing scale of global content, making it difficult to derive timely insights for content localization decisions.

databases distributed-systems
5 min
Netflix

Scaling LLM Post-Training at Netflix

Generic pre-trained LLMs lack the domain-specific alignment needed for Netflix's production use cases in recommendation, personalization, and search, and the post-training pipeline to fine-tune them doesn't scale efficiently across multiple domain constraints and reliability requirements.

ml-systems distributed-systems
5 min