MemMachine Ground-Truth-Preserving Memory (Wang et al., 2026)

URL: https://arxiv.org/abs/2604.04853

The paper proposes MemMachine, an agent memory system that stores raw conversational episodes and indexes them at sentence level. The design minimizes LLM dependence for routine memory operations, preserving factual integrity via direct episode retention rather than fact extraction. The empirical claim is approximately 80 percent fewer input tokens than Mem0.

Adopted

MemMachine is one node in the MemGPT-to-ClawVM agent-memory lineage. The "ground-truth-preserving" framing -- raw episode retention rather than LLM-extracted summaries -- parallels the substrate-LAYER position that the runtime IS the state. eOS Continuum's [[Runtime State Is Persistent by Default, Not by Application Discipline|orthogonal persistence]] primitive provides ground-truth-preservation as a substrate guarantee, eliminating the extract-versus-store tradeoff Mem0 and similar frameworks face.

Not adopted (yet)

MemMachine still operates as user-space indexing over a substrate that does not carry the in-memory state durably. The 80-percent-fewer-tokens improvement is real but is engineering against a substrate gap; the substrate-LAYER answer would not require the indexing layer at all.

Sources

Relations