MentorMe
·3 min read

Your AI Has Amnesia — And You're Enabling It

Auto-resume rules, CLAUDE.md persistence, and why your Claude forgets you every session.

ClaudeCLAUDE.mdpersistenceMentorMe

Your AI forgets you every session. Not metaphorically. Literally. Every new chat, every new project, every new context — a blank slate.

And you keep re-teaching it. Every. Single. Time.

This is the biggest hidden tax on AI usage in 2026 and almost nobody is paying attention to it.

Here's the mechanism. Every frontier model — Claude, GPT, Gemini — has a context window. It's big now (some are over a million tokens), but it's still per-session. Close the window, start a new chat, and the model has zero memory of who you are, what you're building, what your stack is, what your preferences are, what you corrected it on yesterday. You become a stranger to your own assistant every morning.

Most people respond to this by copy-pasting their context into every new chat. Project name. Stack. Preferences. Don't use semicolons. Don't add emoji. I'm on Next.js 16 not 14. I prefer Tailwind. I use Supabase not Firebase. Every session, re-typed.

"And if you're on Claude Code — which is the tool we recommend for most builders — the persistence mechanism is a file called CLAUDE.md."

You are training your AI for free, every day, and the training evaporates when the tab closes.

The fix is persistence. And if you're on Claude Code — which is the tool we recommend for most builders — the persistence mechanism is a file called CLAUDE.md.

CLAUDE.md is a markdown file at the root of your project (or globally in your home directory). The Claude harness reads it at the start of every session and treats its contents as system-level instructions. Your preferences, your stack, your voice rules, your never-do list — all of it lives in that file, and all of it gets loaded automatically every time. No copy-paste. No re-training.

But most people's CLAUDE.md files are empty or trivial. "I use TypeScript." That's it. That's the whole file. That's a rounding error on what the file can do.

A good CLAUDE.md has five sections. First — identity and tone. Who you are, what voice you write in, what words you ban (we ban "unlock" and "journey" in ours). Second — execution rules. Auto-resume on interruption. Never ask permission for things I've already said yes to. Never hallucinate stats. Third — project context. Your stack. Your deployment targets. Your database. Your tools. Fourth — never-do list. The specific things you've caught the model doing that you don't want. Fifth — references. Links to other docs, to your brand guide, to files the model should read before starting.

247%

Growth in AI job postings since 2023

Ours is 200-some lines. It tells Claude exactly who we are across MentorMe, Ecolosophy, and Acromatico. It defines our brand voice. It lists our execution rules — auto-resume, project queues, mandatory post-project reports, daily summaries. It has a never-do list (no "unlock," no "cutting-edge," no fake statistics). Every session starts with the model already knowing all of it.

The memory problem isn't just about preferences. It's about accumulated judgment. Every time you correct the model — "don't do it that way, do it this way" — that correction is gold. It represents a taste decision you care enough about to push back on. Capture those. Add them to the file. Over weeks, your CLAUDE.md becomes a distilled version of your own standards, and the model starts producing first drafts that look like your seventh drafts used to.

There's a second level. Most people don't know about it. You can also put a CLAUDE.md at the user-global level (usually ~/.claude/CLAUDE.md). Rules that apply to every project on your machine. Project-specific rules go in the project root. Global rules go in the home directory. Both get loaded. Both get remembered. That's how you stop retyping things across 12 different repos.

Action step: write your own CLAUDE.md today, put it at your project root, and list five rules your AI should never forget.

Pro is $79/month or $597 one-time (Pro Lifetime). Full course library + live events + office hours.

Related reading