20× the CI traffic without getting slower: How we rebuilt Git serving at Datadog
Datadog built a tool called gitretriever to handle a 20-fold increase in CI Git traffic. The new system maintains low latency while reducing backend CPU usage. This allowed the platform to scale efficiently under heavy load.
Datadog · 22 August 2026 · Read the original →
A Tale of Two Flink Autoscalers
Netflix currently runs two Flink autoscalers in production, which is one more than they want. The first was built in-house years ago due to a lack of mature platform options, while the second is an Apache Flink community tool that scales workloads the homegrown system cannot support. The team is running both as they transition.
Netflix · 22 August 2026 · Read the original →
A revisit of remote Spectre attacks on Cloudflare Workers
Cloudflare re-evaluated remote Spectre attacks against its Workers platform to see if newer stabilization techniques pose a threat. The company previously deployed a defense called Dynamic Process Isolation (DyPrIs) to isolate suspicious scripts into separate processes. This post revisits the effectiveness of that defense against modern attack methods.
Cloudflare · 22 August 2026 · Read the original →
How we knew COVID was over (and what our models had to unlearn)
Airbnb's Forecasting Data Science team manages continuous forecasts for demand, bookings, and cancellations across thousands of markets. This post discusses the decision-making process behind when to retrain, rebuild, or leave forecasting models alone. It specifically details how their models had to unlearn pandemic-era trends as COVID-19 ended.
Airbnb · 22 August 2026 · Read the original →
Build a unified AI agent architecture with DynamoDB and Bedrock
Building AI agents often results in a fragmented data architecture where operational data is stored in DynamoDB and vector embeddings reside in a separate vector store. This duplication leads to higher infrastructure costs, synchronization complexity, and stale retrieval results. The post explores how native vector search in DynamoDB addresses these issues.
AWS Architecture · 22 August 2026 · Read the original →
Consistency is the new latency: AI at the data layer
As AI applications transition from reactive bots to autonomous agents, their reliability becomes heavily dependent on the speed and accuracy of the underlying data layer. Many current AI architectures rely on a flawed assumption regarding data layer consistency. This post examines how data consistency issues impact the reliability of AI agents.
AWS Architecture · 22 August 2026 · Read the original →
Improving infrastructure efficiency for growing demand in the age of AI
As demand for AI grows, engineering teams face physical constraints in energy, cooling, hardware availability, and physical space. Rather than simply building more data centers, teams must focus on improving the efficiency of existing infrastructure. This post addresses how to navigate these physical limitations.
Dropbox · 22 August 2026 · Read the original →
No matter how advanced the AI gets, we are still just debugging autoscalers.
7 stories, every Saturday
Published here every week. Follow by RSS to get it as it lands.