» Tag
distributed-systems
4 posts«August 2026
MCP Sessions Moved Into the Payload: Sticky, Redis, Continuations Compared
MCP dropped server sessions for MRTR; a Rust rmcp v3 benchmark measures sticky, Redis, and sealed-continuation state strategies.
Prefill/Decode Disaggregation Can Worsen Tail Latency, Not Fix It
Splitting prefill and decode across GPU pools adds queues and KV transfer overhead that can worsen tail latency without careful control-loop design.
How Netflix Developed a Real-Time Distributed Graph for Efficient Querying
Netflix's Real-Time Distributed Graph (RDG) features a new querying layer for efficient real-time insights. It optimizes for low latency and diverse queries.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comUnderstanding FoundationDB's Architecture Through Responsibility Separation
FoundationDB's architecture is enhanced through responsibility separation. Michael Whittaker's work sheds light on this concept.