VikingMem: A Memory Base Management System for Stateful LLM-based Applications — Jiajie Fu & Yunjun Gao
ByteDance’s production memory system, written up as a VLDB 2026 industry paper. The relevant fact up front: the authors state they “have open-sourced a subset of the core capabilities of VikingMem via OpenViking” — so this is the production specification behind the context database this machine runs. Reread alongside the Context Cartography paper captured here yesterday, the two documents line up almost line for line: Cartography scored OpenViking 5/5 on selection, projection and layering, and 1/5 on simplification and aggregation; those two gaps are precisely what VikingMem implements upstream. ...