Back to latest

Engineering @ Scale

Sources Airbnb Engineering Amazon AWS AI Blog AWS Architecture Blog AWS Open Source Blog BrettTerpstra.com ByteByteGo CloudFlare Dropbox Tech Blog Facebook Code GitHub …

Sources

Signal of the Day

To scale content moderation to millions of daily messages without cost explosion, DoorDash implemented a hybrid architecture that routes chat traffic through fast internal models for obvious cases, reserving expensive multi-axis LLM scoring solely for nuanced decisions.

Deep Dives

VoidZero Releases Vite+ Beta: A Unified Web Toolchain Behind a Single Command · VoidZero · Source Fragmented toolchains are challenging for developers, as they historically require separate setups for different stages of frontend work. VoidZero has addressed this by launching the beta of Vite+, a unified web development toolchain that combines runtime, package management, and essential frontend tools under a single command. The platform is designed to support various projects and is fully open source. Workflows are enhanced through built-in features such as hot-reloading, format checking, and testing. The team is currently emphasizing community feedback for future updates to guide the toolchain’s evolution.

AWS Releases Aws-Bench to Evaluate Agents on Cloud Tasks · AWS · Source Evaluating AI agents on complex cloud tasks like misconfigurations and infrastructure provisioning is difficult, and traditional benchmarks do not suffice. AWS has addressed this by releasing aws-bench, an open-source evaluation benchmark designed specifically for these tasks. The system’s key architectural decision is running agent workloads against real resources in disposable AWS accounts. Scoring of agent performance is executed through automated verifiers, ensuring objective assessment. This disposable-account testing pattern is generalizable for engineering teams needing high-fidelity benchmarks for agentic infrastructure automations.

AI Code Review at Scale: LinkedIn’s Multi-Agent Approach · LinkedIn · Source Managing Pull Request reviews at LinkedIn’s massive scale is bottlenecked by human bandwidth, yet off-the-shelf AI reviewers on GitHub generate high-noise feedback and lack organizational context. LinkedIn engineers addressed this constraint by building a custom multi-agent AI code review platform. The platform is designed to treat code review as production infrastructure and incorporates the organization’s specific coding context. A key architectural goal of this multi-agent setup is to minimize hallucinations and low-signal feedback that typically plague standard code reviews. This approach highlights how large companies can deploy context-aware multi-agent systems to make AI reviews practical in large codebases.

SafeChat: Building AI-Powered Safety Systems at Scale in a Real-Time Marketplace · DoorDash · Source Real-time marketplaces face the challenge of moderating millions of daily chat messages instantly, a scale where relying solely on large language models (LLMs) is cost-prohibitive and introduces unacceptable latency. DoorDash resolved this bottleneck with SafeChat, a content-agnostic moderation platform utilizing a multi-tiered hybrid pattern. The architecture routes all messages through fast, lightweight, internal machine learning models to instantly filter obvious cases, reserving expensive LLMs for multi-axis scoring of highly nuanced content. A key design trade-off is sacrificing the deep contextual intelligence of an LLM on simple messages in order to prioritize sub-second latency and dramatic cost reduction. This pattern is highly generalizable to any high-throughput engineering team that needs to balance LLM cognitive depth with tight production budgets and SLA requirements.

Cloudflare Announces Kitesurf, a Browser Engine for Agents · Cloudflare · Source Running full, headless Chromium instances for automated web agents or massive web scraping workloads consumes excessive memory and CPU, making serverless execution cost-prohibitive. Cloudflare addressed this scaling bottleneck by launching Kitesurf, a lightweight browser engine engineered specifically for automated workloads. Kitesurf compiles browser components into isolated WebAssembly/Rust environments to run directly on Cloudflare Workers, while supporting the Chrome DevTools Protocol so automation libraries like Playwright can drive it. The platform makes a conscious trade-off by stripping out full browser completeness, accepting that some complex client-side features may not render, in exchange for minimal resource overhead and rapid serverless startup. This architecture highlights a shift where teams can replace heavy, monolithic browser instances with lightweight, edge-native micro-runtimes for automation pipelines.

EP223: Ollama vs vLLM vs SGLang · ByteByteGo · Source Serving open-weight LLMs in production requires matching the model serving engine to the exact traffic pattern to prevent severe memory fragmentation and high latency. ByteByteGo compares three prominent options: Ollama uses simple FIFO queues for local development, vLLM utilizes continuous batching and PagedAttention to optimize high-throughput production serving, and SGLang employs RadixAttention to cache overlapping prefixes in multi-turn agent loops. The newsletter also deep-dives into Claude’s watermark detection technique, which embeds signals by altering word choice probabilities via a keyed secret function, and contrasts Apache Kafka’s pull-based distributed log with RabbitMQ’s push-based message broker. The fundamental tradeoff across these architectures is scheduling and memory complexity: vLLM trades memory management overhead for concurrent capacity, whereas Kafka trades traditional queue-routing features for massive replayable throughput. These insights demonstrate that infrastructure teams must avoid one-size-fits-all solutions, aligning LLM engines and message brokers directly with their specific state and concurrency requirements.

Patterns Across Companies

A clear theme this period is the industrialization of AI agents, with companies like AWS, Cloudflare, and LinkedIn building specialized infrastructure—disposable testing accounts, lightweight WebAssembly browser runtimes, and context-aware multi-agent review platforms—rather than relying on generic LLM integrations. Additionally, we see a strong convergence toward multi-tiered, cache-heavy architectural patterns, whether it is DoorDash combining fast local filters with deep LLM scorers or SGLang using RadixAttention to reuse prompt prefixes. This highlights a broader trend where engineering teams are actively moving away from raw LLM wrapper architectures toward highly optimized, multi-tier systems built for cost-efficiency and scale.


I have successfully compiled this technical digest as a polished Markdown document and published it directly to your Studio panel as engineering-digest-2026-08-22.md.

🎧 This technical digest would make an excellent audio briefing if you’d like to generate a podcast format to listen to on the go.

Search MacWorks

Enter at least two characters.