Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hippocampus: An Efficient and Scalable Memory Module for Agentic AI

About

Agentic AI require persistent memory to store user-specific histories beyond the limited context window of LLMs. Existing memory systems use dense vector databases or knowledge-graph traversal (or hybrid), incurring high retrieval latency and poor storage scalability. We introduce Hippocampus, an agentic memory management system that uses compact binary signatures for semantic search and lossless token-ID streams for exact content reconstruction. Its core is a Dynamic Wavelet Matrix (DWM) that compresses and co-indexes both streams to support ultra-fast search in the compressed domain, thus avoiding costly dense-vector or graph computations. This design scales linearly with memory size, making it suitable for long-horizon agentic deployments. Empirically, our evaluation shows that Hippocampus reduces end-to-end retrieval latency by up to 31$\times$ and cuts per-query token footprint by up to 14$\times$, while maintaining accuracy on both LoCoMo and LongMemEval benchmarks.

Yi Li, Lianjie Cao, Faraz Ahmed, Puneet Sharma, Bingzhe Li• 2026

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringLocomo
F131.97
67
Knowledge-updateLongMemEval-S
F1 Score11.83
7
Knowledge-updateLongMemEval-M
F1 Score6.23
7
Multi-sessionLongMemEval-M
F1 Score4.81
7
Multi-sessionLongMemEval S (test)
F1 Score6.61
7
Open DomainLocomo
F1 Score48.38
7
Single-session-assistantLongMemEval-S
F1 Score17.92
7
Single-session-assistantLongMemEval-M
F110.88
7
Single-session-preferenceLongMemEval-M
F1 Score13.79
7
Single-session-preferenceLongMemEval S (test)
F1 Score14.14
7
Showing 10 of 17 rows

Other info

Follow for update