@0xCodio: A guy in Seoul deleted 68% of his AI's memory file and the answers got better. He didn't guess which lines to cut. He m…
Summary
An experiment in Seoul showed that deleting 68% of an AI's memory file, specifically adjectives, improved response quality, using OpenAI to grade Claude's memory in a systematic evaluation.
View Cached Full Text
Cached at: 08/23/26, 03:31 AM
A guy in Seoul deleted 68% of his AI’s memory file and the answers got better.
He didn’t guess which lines to cut. He made OpenAI grade Claude’s memory, one line at a time. He published the harness.
Forty real prompts from his own history. Each run twice - once with the full file, once with a single line pulled out. 104 lines, 4,160 head-to-head comparisons, $1.40 in judging.
The other lab is the part people skip. Ask a model to score its own memory and it defends it. It wrote those lines. It’s the author, not the auditor.
The result: 71 of the 104 lines never changed a single answer. Not once, across forty prompts. They rode along on every call he made that month.
Dead on arrival: “prefers concise answers.” “Interested in AI and systems.” “Likes clean, readable code.”
Survived: “ships to production on Thursdays.” “Rejected the queue-based version in March, don’t re-propose it.”
Every line that survived was a fact. Every line that died was an adjective.
Adjectives feel like memory and narrow nothing. A memory line earns its place only by deleting an answer the model would otherwise have given.
Don’t let this rot in your bookmarks.
The article below is the whole harness - prompt selection, the judge instruction, the diff format that makes the dead lines obvious in one pass. Run it once and you’ll cut most of your file tonight.
Similar Articles
@rohanpaul_ai: Students finish AI-friendly math problems faster, but they seem to learn less from them. The researchers studied 3.2 mi…
A study analyzing 3.2 million ALEKS math learning records found that after ChatGPT became available, students finished AI-friendly word problems faster but learned less, showing a 25% drop in retention. The research highlights that using AI to bypass mental effort undermines knowledge building.
@TheTechDiggest: [OpenSource - AI Agent Memory Layer] Claude and other AI coding agents treat you like a complete stranger every single …
Introduces mem0, an open-source AI agent memory layer that gives Claude and other coding agents persistent long-term memory, fixing the issue of starting fresh each chat session.
@0xMovez: Anthropic AI engineer just showed how to give AI agents real memory in 4 steps - and it changes everything in 28 minute…
Anthropic AI engineer demonstrates a free 4-step method to give AI agents persistent memory across sessions, including memory stores and dreaming, achieving 95% cache hit rate.
@mvanhorn: https://x.com/mvanhorn/status/2070966613994795489
The author argues that AI agent memory bloat degrades performance, and recommends keeping memory and CLAUDE.md files under 200 lines, using on-demand retrieval instead of loading everything into context.
@unicodef1wn: Ex-Google engineer explained AI agent memory in 12 minutes better than $500 courses. user prompt → working memory → LLM…
An ex-Google engineer explains AI agent memory architecture in 12 minutes, covering working memory and three memory layers (procedural, semantic, episodic) with a summarizer to prevent token bloat, as used by Claude.