Two-layer memory architecture using profile expansion and compression residuals achieves 80.1% on MemHop benchmark without explicit knowledge-graph construction.
Summary
Current LLM agent memory systems fail at multi-hop reasoning across sessions. ProGraph trades graph indexing overhead for substring traversal of LLM-generated profiles, reducing API calls while handling 5-hop queries—directly improving agent reliability in long-running applications.
Why it matters
Current LLM agent memory systems fail at multi-hop reasoning across sessions. ProGraph trades graph indexing overhead for substring traversal of LLM-generated profiles, reducing API calls while handling 5-hop queries—directly improving agent reliability in long-running applications.
Implementation verdict
Replaces explicit knowledge-graph memory systems (HippoRAG, A-Mem, Mem0). Requires implementing profile expansion logic and compression residual extraction alongside standard context storage. Worth prototyping now if building agents with multi-session memory; code and benchmark released.
Sources
Dev Signal
Get briefs like this in your inbox — free, every weekday.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.