Articles from blog.bytebytego.com
9 kept
- How Microsoft Ships AI Agents at Enterprise Scale
Microsoft scales AI agents by treating the harness—runtime, retrieval loops, identity, and continuous evaluation—as critical as the model itself for production reliability.
- How OpenAI Delivers Low-Latency Voice AI for 900M Users
OpenAI splits WebRTC into a stateless relay and a stateful transceiver, using the ICE ufrag for routing to serve 900M voice AI users with low latency.
- Inside Thinking Machines’ Interaction Models
Thinking Machines argues current turn-based AI voice systems have a scalability ceiling and proposes interaction models using time-aligned micro-turns and a two-model architecture for true real-time collaboration.
- A Guide to AI Inference Engineering - ByteByteGo Newsletter
LLM inference splits into compute-bound prefill and memory-bound decode, driving optimization techniques like batching, quantization, speculative decoding, and disaggregation.
- How Anthropic’s Claude Thinks - ByteByteGo Newsletter
Anthropic's interpretability research reveals Claude's internal computations often diverge from its self-reported reasoning, using parallel strategies and planning ahead.
- How OpenAI Codex Works - ByteByteGo Newsletter
OpenAI's Codex agent relies on an orchestration layer handling prompt assembly, context management, and a custom protocol for multi-surface support.
- How Stripe’s Minions Ship 1,300 PRs a Week
Stripe's unattended 'Minion' coding agents merge over 1,300 PRs weekly by leveraging pre-existing developer infrastructure, hybrid blueprints, and layered feedback loops.
- The Architecture Behind Open-Source LLMs
Open-weight LLMs now uniformly use Mixture-of-Experts transformers, with key differences in attention mechanisms, expert count, post-training via RL, and permissible licenses.
- The Algorithm That Powers Your X (Twitter) Post
The X (Twitter) For You feed algorithm uses a Grok-based transformer model and open-sourced components to replace hand-crafted rules with ML, retrieving and ranking posts via in-memory stores and similarity search.