Useful Memories Become Faulty When Continuously Updated by LLMs

Dylan Zhang, Yanshan Lin, Zhengkun Wu, Yihang Sun, Bingxuan Li, Dianqi Li, Hao Peng

arXiv:2605.12978 · 2026-05-14 공개 · arXiv · PDF

retrieval-augmented agent-memory episodic-memory llms memory-consolidation arc-agi llm-overfitting schema-lessons

Abstract

Learning from past experience benefits from two complementary forms of memory: episodic traces -- raw trajectories of what happened -- and consolidated abstractions distilled across many episodes into reusable, schema-like lessons. Recent agentic-memory systems pursue the consolidated form: an LLM rewrites past trajectories into a textual memory bank that it continuously updates with new interactions, promising self-improving agents without parameter updates. Yet we find that such consolidated memories produced by today's LLMs are often faulty even when derived from useful experiences. As consolidation proceeds, memory utility first rises, then degrades, and can fall below the no-memory baseline. More surprisingly, even when consolidating from ground-truth solutions, GPT-5.4 fails on 54% of a set of ARC-AGI problems it had previously solved without memory. We trace the regression to the consolidation step rather than the underlying experience: the same trajectories yield qualitatively different memories under different update schedules, and an episodic-only control that simply retains those trajectories remains competitive with the consolidators we test. In a controlled ARC-AGI Stream environment that exposes Retain, Delete, and Consolidate actions, agents preserve raw episodes by default and double the accuracy of their forced-consolidation counterparts; disabling consolidation entirely (episodic management only) matches this auto regime. Practically, robust agent memory should treat raw episodes as first-class evidence and gate consolidation explicitly rather than firing it after every interaction. Looking forward, reliable agentic memory will require LLMs that can consolidate without overwriting the evidence they depend on.

한국어 요약

📋 한 줄 요약

**[에이전트 메모리 / LLM]** LLM이 과거 궤적을 텍스트 메모리 뱅크로 지속적으로 재작성·통합하는 consolidated 메모리는 의도와 달리 유용한 경험조차 손상시킨다는 점을 정량화하고, raw 에피소드 보존을 일급 증거로 두는 대안을 제시.

🎯 핵심 기여도

💡 핵심 아이디아

실패는 경험 자체에 있는 것이 아니라 **consolidation 단계**에 있다. LLM이 raw 경험을 요약·통합하는 과정에서 의존해야 할 증거를 덮어쓰기 때문에, 강건한 에이전트 메모리는 raw 에피소드를 일급 증거로 다루고 consolidation을 명시적으로 게이팅해야 한다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 자가 개선 에이전트의 핵심 가정인 "지속적 텍스트 메모리 통합"이 현재 LLM으로는 위험하다는 점을 정량적으로 드러내며, 메모리 시스템 설계 원칙을 재정립. **한계**: ARC-AGI 환경 중심 평가로, 다른 도메인(웹·로보틱스 등)에서의 일반성은 후속 검증 필요.

🚀 실용적 활용