ResearchPod Summary
LLM-based agents often struggle with long-term memory due to the tension between high token costs and the loss of fine-grained information. Existing systems typically use a uniform pipeline to process all dialogue, which is either too expensive or too reductive. This paper asks: can we improve memory efficiency and fidelity by treating different types of conversational information—such as stable preferences, evolving events, and dense records—with distinct, specialized storage and retrieval strategies?
LeanMem introduces a three-stage framework designed to handle information based on its inherent properties:
LeanMem was evaluated on the LoCoMo and LongMemEval-S benchmarks using both GPT-4.1-mini and Qwen3-8B. The results show that LeanMem consistently outperforms existing memory-based baselines, achieving accuracy improvements of up to 15.1 points. Simultaneously, it significantly reduces construction costs, inference token usage, and latency, demonstrating that a heterogeneous approach to memory management is more effective than a one-size-fits-all pipeline.
This research provides a practical blueprint for building more capable and efficient LLM agents. By moving away from monolithic memory systems, developers can create agents that maintain long-term context without incurring the prohibitive costs associated with large-scale context windows or redundant, full-history summarization.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.