Skip to content

A wave of empirical work is puncturing the field’s favored agent-memory architectures, converging on ‘simple retrieval + reasoning’ over structurally elaborate designs.

Evidence

  • Knowledge Graphs Underperform Vector Retrieval finds graph decomposition does not beat simpler vector recall, arguing conversational surface form matters more than entity/relation structure
  • Entity-Memory Graph Retrieval raised evidence recall (79.7%→84.5%) but did NOT move final-answer F1, and LOCOMO-CONV shows strong retrieval alone fails implicit/composed queries
  • ‘What Makes Agent Memory Useful’ finds procedural/rule-based memories beat raw experience storage; ‘Agent Memory as a File Format’ pushes markdown-as-data over heavyweight indexing
  • OKF and funes both ship pragmatic BM25/hybrid + progressive-disclosure stacks rather than graph engines

Implications

  • Builders can avoid the complexity and lock-in of knowledge-graph memory and instead invest in reasoning/elaboration layers atop lightweight retrieval
  • Retrieval-quality metrics are being decoupled from downstream answer quality, so memory design should be evaluated end-to-end

Concepts

Agent Memory RAG Embeddings Context Engineering LLM Evals

Confidence

high