Notes on platform engineering, LLM orchestration, and building infrastructure for systems that run in real time.
May 12, 2026
Running Claude and GPT-4 side by side in a production voice platform taught us that the hard part isn't calling the models — it's knowing when to trust them. Notes on orchestration and the eval harness that gates every release.
March 3, 2026
Kafka and NATS both inherit a structural limitation from TCP: one slow consumer or one dropped packet can stall an entire connection's worth of unrelated messages. QUIC's independent streams make that problem largely disappear.