Published April 6, 2026
| Version v3.3.26
Preprint
Open
SuperLocalMemory V3.3: The Living Brain — Biologically-Inspired Forgetting, Cognitive Quantization, and Multi-Channel Retrieval for Zero-LLM Agent Memory Systems
Description
AI coding agents operate in a paradox: they possess vast parametric knowledge yet cannot remember a conversation from an hour ago. Existing memory systems store text in vector databases with single-channel retrieval, require cloud LLMs for core operations, and implement none of the cognitive processes that make human memory effective.
We present SuperLocalMemory V3.3 ("The Living Brain"), a local-first agent memory system implementing the full cognitive memory taxonomy with mathematical lifecycle dynamics. Five contributions: (1) Fisher-Rao Quantization-Aware Distance (FRQAD) — a new metric achieving 100% precision at preferring high-fidelity embeddings over quantized ones (vs 85.6% for cosine), with zero prior art; (2) Ebbinghaus Adaptive Forgetting with lifecycle-aware quantization — the first mathematical forgetting curve in local agent memory coupled to progressive embedding compression, achieving 6.7x discriminative power; (3) 7-channel cognitive retrieval achieving 70.4% on LoCoMo in zero-LLM Mode A; (4) memory parameterization implementing Long-Term Implicit memory via soft prompts; (5) zero-friction auto-cognitive pipeline automating the complete memory lifecycle.
On LoCoMo, V3.3 achieves 70.4% in Mode A (zero-LLM), with +23.8pp on multi-hop and +12.7pp on adversarial. V3.2 achieved 74.8% Mode A and 87.7% Mode C; the 4.4pp gap reflects a deliberate architectural trade-off. SLM V3.3 is open source under the Elastic License 2.0, runs entirely on CPU, and is deployed on npm and PyPI with over 5,000 monthly downloads.
Third paper in the SuperLocalMemory trilogy. Paper 1 (arXiv:2602.22302): trust and behavioral foundations. Paper 2 (arXiv:2603.14588): information-geometric foundations. Code: https://github.com/qualixar/superlocalmemory (v3.3.26).
Files
SLM-Paper-3-FINAL.pdf
Files
(459.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5f5cfa9fe955615de435bc499d7e8d52
|
459.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/qualixar/superlocalmemory (URL)
- References
- Preprint: arXiv:2602.22302 (arXiv)
- Preprint: arXiv:2603.14588 (arXiv)
Software
- Repository URL
- https://github.com/qualixar/superlocalmemory
- Programming language
- Python
- Development Status
- Active
References
- Bhardwaj, V. P. (2026). Privacy-Preserving Multi-Agent Memory with Bayesian Trust Defense. arXiv:2602.22302.
- Bhardwaj, V. P. (2026). Information-Geometric Foundations for Zero-LLM Enterprise Agent Memory. arXiv:2603.14588.
- Zandieh, A., Daliri, M., Hadian, M., & Mirrokni, V. (2026). TurboQuant: Online Vector Quantization with Near-optimal Distortion Rate. ICLR 2026. arXiv:2504.19874.