TLDR Dev 2026-07-03
Fable 5’s safeguards 🔐, Safari MCP ⚡️, code review’s purpose 👀
How OpenAI delivers Low Latency Voice AI for 900M Users (12 minute read)
OpenAI serves WebRTC voice AI to 900M weekly users by splitting the stack into a stateless edge relay for packet routing and a stateful transceiver that owns the heavy WebRTC state, sidestepping the port-exhaustion and state-stickiness problems WebRTC hits on Kubernetes. The key method is encoding routing metadata into the ICE ufrag, a field already exchanged during setup, so the relay routes the first packet by reading the initial STUN request rather than doing a database lookup.
Flow (8 minute read)
Flow is FoundationDB's custom language extension for C++. It adds efficient actor-based concurrency using asynchronous primitives like Future, Promise, wait(), and ACTOR, while compiling down to native C++ for high performance and deterministic simulation. Flow lets developers write distributed asynchronous systems in a much simpler style than callback-heavy C++, with additional constructs like streams (FutureStream/PromiseStream) and choose/when for coordinating concurrent events.
Valmis (GitHub Repo)
Valmis is a cloud platform for building and deploying AI agents that automate business workflows across 100+ integrations using chat, scheduled jobs, webhooks, or app events. It emphasizes security by running agents in isolated containers so AI cannot directly access your API credentials or local files.
OmniRoute (GitHub Repo)
OmniRoute is an open-source AI routing gateway that lets developers connect coding tools like Claude Code, Codex, Cursor, and Cline to over 237 AI providers (including 90+ free ones) through a single OpenAI-compatible endpoint. It automatically handles provider failover, cost optimization, and quota management.
How Expensify Uses Agent-Device for Mobile Bug Evidence and Profiling (7 minute read)
Expensify uses agent-device, a tool that gives AI agents “hands and eyes” on real devices by hiding platform fragmentation behind one API and returning the screen as a structured accessibility tree rather than a screenshot (richer and cheaper in tokens). They apply it to three repeated chores: an agent-device-evidence skill that reproduces a bug, distills the steps into a replayable script, and captures before/after recordings for PRs; automated Sentry span measurement across multiple runs; and one-prompt React profiling that returns component-specific render data.
More details on Fable 5's cyber safeguards and our jailbreak framework (22 minute read)
Fable 5 is being redeployed with stricter cybersecurity classifiers that block prohibited and high-risk dual-use cyber requests while allowing clearly defensive uses. Anthropic uses a Cyber Jailbreak Severity scale to rate jailbreaks by capability gain, breadth, weaponization, and discoverability.
ZeroFS (Website)
ZeroFS is an open-source filesystem that makes S3-compatible object storage behave like a high-performance, encrypted POSIX filesystem or block device, allowing applications to use cloud object storage almost like a local disk.
CarPlay is additive (5 minute read)
Rivian should support Apple CarPlay as an optional feature because it gives drivers access to thousands of familiar apps without replacing Rivian's native interface.
Introducing the Safari MCP server for web developers (10 minute read)
Apple's new Safari MCP server lets AI coding agents connect directly to a local Safari browser to inspect the DOM, console, network, screenshots, performance, and accessibility.
The fall of the theorem economy (12 minute read)
The hardest part of mathematical research is not proving theorems but discovering the right concepts and language that make those theorems almost inevitable.
The most important software engineering news in one daily email
Join 470,000 readers for
one daily email