Distributed Readings

Aggregating engineering wisdom, one blog at a time.

28 new this week
0 bookmarked
11 sources
Fetched August 10th, 2026
Cloudflare

Catching rogue AI behavior with identity-aware analytics

Detecting unauthorized or malicious behavior from users and AI agents accessing enterprise applications in real-time to prevent insider threats and data exfiltration.

observability security
3 min
Cloudflare

Cloudflare AI Search: give your agents a search engine for your data

Making it difficult for AI agents to search and retrieve relevant information from proprietary user data without requiring engineers to build custom integrations.

search api-design
4 min
Cloudflare

How Cloudflare enforces engineering standards using AI

Cloudflare needed to enforce consistent engineering standards and practices across their development lifecycle without relying solely on manual code reviews.

ml-systems general
4 min
Cloudflare

Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers

AI agents need a scalable, cost-effective browser environment that can run stateless in cloud infrastructure rather than managing traditional browser instances.

distributed-systems security
4 min
Cloudflare

Introducing Radar Researcher: An AI tool for exploring Internet data in plain language

Making complex global Internet traffic and trend data accessible to non-technical users without requiring deep knowledge of data querying or analytics systems.

api-design ml-systems
4 min
Cloudflare

Unifying Workers AI and AI Gateway into a single AI control plane

Developers lacked a unified way to observe, bill, and route AI requests across both Cloudflare's managed GPU infrastructure and external AI provider APIs.

api-design load-balancing
4 min
Cloudflare

Unveiling good and bad behaviors on the Agentic Internet

Bot mitigation systems were relying on point-in-time risk assessments, which failed to detect sophisticated agentic behavior that evolved over time and mimicked legitimate user patterns.

security ml-systems
4 min
Google

Model routing with Google Cloud API Gateway

Developers needed a way to dynamically route API requests to different LLM providers (Gemini, Claude, OpenAI) without hardcoding endpoints or managing custom proxy infrastructure.

api-design load-balancing
5 min
Google

Scaling AI Agent Infrastructure with the MCP Stateless updates

AI agent infrastructure needed to scale horizontally and support long-running interactive tasks without being constrained by stateful architecture patterns.

load-balancing distributed-systems
5 min
Google

Scaling real-time AI agents with session-aware load balancing

Real-time AI agents with long-lived stateful bidirectional streams cannot be effectively load-balanced using traditional request-response metrics because server capacity is obscured by the nature of continuous conversations.

load-balancing real-time-systems
5 min
Google Cloud

Behind the scenes: How we build, test, and scale Google Agent Skills

AI coding agents lack sufficient domain knowledge and context to reliably generate accurate, safe, and secure solutions for Google Cloud infrastructure tasks.

ml-systems api-design
5 min
Meta

From User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta’s Ads Ranking

How to efficiently rank ads at scale by leveraging temporal signals from user action sequences rather than relying on static, manually engineered sparse features across billions of daily interactions.

ml-systems real-time-systems
5 min
Meta

GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model

Meta needed to double the training efficiency of GEM, its LLM-scale ads foundation model, while scaling training compute 4x across thousands of GPUs without proportional increases in training time and cost.

distributed-systems ml-systems
5 min

Fetched August 3rd, 2026
Airbnb

Eval-driven development: Lessons from evaluating GenAI at scale

How to build trustworthy Generative AI products when traditional software testing assumptions break down due to non-deterministic LLM outputs.

ml-systems observability
5 min
Google

Agent and Model Evaluations in Gemini Enterprise Agent Platform are now GA

Developers lack a consistent, standardized way to measure and evaluate the quality of AI agents across both local development and production environments.

api-design ml-systems
5 min
Google

Enable on-demand expertise with Agent Skills in Genkit Go

Preventing context window bloat and excessive token consumption when agents need access to specialized instructions and references.

api-design ml-systems
5 min
Google

How to use Google microbenchmarks for evaluating TPU performance

Engineers need a systematic way to diagnose performance bottlenecks in TPU-based machine learning workloads to understand whether they are constrained by compute, memory, or network resources.

ml-systems observability
5 min
Google Cloud

Automate your agent development lifecycle using any coding agent

AI projects struggle to move from prototype to production-ready agents due to fragmented tooling and complex infrastructure requirements across multiple consoles and IAM systems.

api-design observability
5 min
Netflix

GenRec: Towards LLM-Native Recommendation at Netflix

Netflix needed to simplify their complex, hand-crafted recommendation system with thousands of features and specialized architectures to make it more maintainable while leveraging large language models.

ml-systems microservices
5 min