Deleting 68% of Memory Improves AI Performance: A Study on Memory Engineering
AccBalanced · x · 2026-08-23
- Finding: A developer discovered that deleting 68% of Claude's memory file improved answer quality. He used an automated evaluation harness rather than guessing which lines to cut.
- Methodology: Using 40 real prompts, he ran 4,160 head-to-head comparisons costing $1.40. OpenAI was used as a judge to grade the impact of each memory line.
- Key Result: 71 of 104 memory lines never changed a single answer, rendering them dead weight. Self-scoring fails because the model defends its own "writing"; external auditing is required.
- Insights: Generic preferences like "prefers concise answers" were discarded, while specific facts like "ships on Thursdays" survived. The core issue in memory engineering isn't forgetting, but preventing "memory contamination" where false assumptions are treated as facts.
More from coding & agent
- Together benchmark: GLM-5.3 hits 87.6% on DeepSWE at ~$16, beating Fable 5 — togethercompute · 2026-08-23
- Hooking Spotify into openclaw with spogo turns vibe descriptions into playlists — steipete · 2026-08-23
- Agent skill sharing: plugin mechanisms vs single-player mode — blelbach · 2026-08-23
- Open Source Steam MCP Server: Lets AI Access Game Data — rachittshah · 2026-08-23
- OpenSlide Framework Lets Coding Agents Write React Decks from Natural Language — tom_doerr · 2026-08-23
- ComfyUI-Autograph: Drive ComfyUI Workflows from Python with REPL Support — Jumpy-Measurement-65 · 2026-08-23