Mounting a Graph: What I Learned Building Shared Memory for AI Agents
Multi-agent LLM systems have a shared memory problem that vector databases cannot solve: stale embeddings, no expiry semantics, and no way to traverse a knowledge graph without a query engine. This article covers how we built KafGraph, a binary-packed knowledge graph on Kafka with tombstone expiry and lease semantics, and why binary grep over memory-mapped partitions outperforms RAG for agentic workloads. Includes a transcript of a session with KafClaw, our agent runtime, querying its own two-year knowledge corpus as node://.
