PLACEMEM: Compute-Aware Memory Plane for Lifelong Agents
A vLLM-first prototype models memory as versioned capsules with concurrency-safe invalidation and an OpenAI-compatible routing sidecar.
TL;DR
- 01A vLLM-first prototype models memory as versioned capsules with concurrency-safe invalidation and an OpenAI-compatible routing sidecar.
- 02PLACEMEM, a systems position and executable prototype from Sukanta Ganguly, appeared on arXiv on 5 Jul 2026 as arXiv:2607.04089.
- 03PLACEMEM is a proposal and prototype that represents agent memory as versioned capsules unifying semantics, provenance, validity, and reusable runtime state under one correction-aware identity.
PLACEMEM, a systems position and executable prototype from Sukanta Ganguly, appeared on arXiv on 5 Jul 2026 as arXiv:2607.04089. The 6-page paper presents a vLLM-first control-plane prototype that models agent memory as versioned "capsules" and ships an implementation with persistent capsule state, concurrency-safe invalidation, an OpenAI-compatible routing sidecar, a typed metadata contract, and a benchmark harness.
What is PLACEMEM?
PLACEMEM is a proposal and prototype that represents agent memory as versioned capsules unifying semantics, provenance, validity, and reusable runtime state under one correction-aware identity. The paper states that "agent memory should be represented as versioned capsules," and the prototype treats those capsules as the primary unit for prompt-level text retrieval, KV-aware routing, and cascading invalidation over live streamed backends. The submission to arXiv is catalogued as arXiv:2607.04089 and the document includes 6 pages, 3 Tables, and 1 Figure.
How does the prototype work?
The prototype is vLLM-first and implements persistent capsule state, concurrency-safe invalidation, an OpenAI-compatible routing sidecar, and a typed metadata contract, and it ships a benchmark harness that measures live first-token latency, reuse, and post-correction behavior. In the prototype, capsules drive three runtime behaviors: prompt-level text retrieval, KV-aware routing, and cascading invalidation across live streamed backends. The paper deliberately frames layer-frontier replay as a deeper integration agenda rather than a feature claimed for the current engine, indicating the prototype focuses on control-plane correction-aware behavior today while leaving replay-aware serving integration for future work.
Why it matters
PLACEMEM aims to stop serving stacks from recomputing the same history on every turn or silently reusing stale runtime state by giving memory a correction-aware identity. That matters because the prototype explicitly measures post-correction behavior and reuse, and it implements concurrency-safe invalidation to prevent stale state from persisting across interactions. By combining a typed metadata contract and an OpenAI-compatible routing sidecar, the system is positioned to integrate with existing serving paths while adding explicit provenance and validity to agent memory.
What to watch
Watch for follow-up work that implements the paper's stated agenda around layer-frontier replay and replay-aware serving integration, and for benchmark outputs from the paper's harness that quantify live first-token latency and reuse. The paper presents an executable control-plane artifact today and frames deeper replay integration as the next step.
Written by The Brieftide · Source: arXiv
The Brieftide Daily · 06:00
Briefs like this one, in your inbox every morning.
Continue reading
More in Retrieval-Augmented ModelsInduceKV for Multimodal LLMs: Fixed-Footprint Continual Adaptation
InduceKV externalizes task updates as frozen retrieval keys plus compact layerwise KV payloads.
Retrieval-Grounded Formal Concept Analysis: Verifiable Knowledge
Yujin Yang and Heejung Lee present a retrieval-augmented SLM using formal concept analysis and oracle checks.
Hidden Forgetting in MLLMs: RCL reduces evidence drift
A replay-free reliance-constrained continual learning (RCL) method preserves answers while cutting modality reliance drift and hidden.
A-TMA improves ghost-memory benchmarks: LTP + LoCoMo gains
A-TMA overlays long-term agent memories to label current, historical and transition facts, improving conflict accuracy by 0.240 on LTP.