δ-mem gives LLMs infinite online memory
Declare Lab's δ-mem uses a compact associative matrix to give frozen LLMs "online" memory that learns in real-time. It compresses history into a fixed-size 8x8 state, bypassing the quadratic scaling and KV cache explosion of long-context transformers.
δ-mem is the most promising alternative to RAG we've seen this year, turning memory into a continuous, differentiable sidecar rather than a clunky external search.
- –Delta-rule updates allow the model to learn and refine facts during a single session by prioritizing novel, relevant information
- –Compact 8x8 matrix adds near-zero overhead while boosting agentic performance by 31% on MemoryAgentBench
- –Integrated directly into the attention mechanism to eliminate retrieval-induced noise and "lost in the middle" effects
- –Works with frozen backbones, making it a viable "plug-in" for both proprietary and open-weights models
- –Constant-time complexity solves the "infinite context" problem for long-form agents and real-time assistants
DISCOVERED
74d ago
2026-05-16
PUBLISHED
75d ago
2026-05-16
RELEVANCE
AUTHOR
44za12