Why Claude keeps starting from zero
Every Claude session is a clean slate. No memory of yesterday. No memory of last week. You teach it your style, you correct its mistakes, and the second you close the tab — gone. You open Claude tomorrow and it's a stranger again.
For most people, this is the single biggest reason AI feels frustrating. It never gets better at you. You stay stuck at the start of the learning curve, forever.
The fix: make Claude write its own notes
At the end of every meaningful session, you run one prompt. Claude reads back through your conversation, pulls out every correction you made, every preference you stated, and every "actually, do it this way." Then it formats the whole thing as a clean file you can save and reload next time.
You're not memorizing. You're not taking notes. Claude is.
Copy this. Paste it. Run it.
Drop this at the end of any Claude conversation:
Claude will hand you back a clean markdown summary with sections like "Tone preferences," "Content corrections," "Things to avoid." That output is what becomes your feedback file.
Save the output as feedback.md
A .md fileis just a plain text file with a fancy extension. No coding. No terminal. Open the basic text app on your computer and paste Claude's output:
- Mac: Open TextEdit. Click Format → Make Plain Text first (otherwise it saves as .rtf and breaks). Paste. Save as
feedback.md. - Windows: Open Notepad. Paste. Save As → change "Save as type" to All Files → name it
feedback.md.
That's it. You now have a portable file containing everything Claude learned about you in that session.
Load it into your Claude Project
Claude Projects are folders on claude.ai that hold instructions and reference files. Every conversation inside a project automatically reads those files. That's where your feedback file lives.
- Go to claude.ai
- Click Projects in the sidebar
- Create a new project (or open one you already use)
- Click Add files and upload your
feedback.md - Done. Every new conversation in that project reads it first.
Heads up: Projects require a Claude Pro subscription. Free accounts can paste the file content into the system prompt of each new chat — same effect, slightly more clicks.
Why this compounds
Next session, you don't start over. Claude already knows you don't like em-dashes. Already knows you write at an 8th-grade reading level. Already knows you hate the phrase "I hope this finds you well." Already knows your business, your audience, the people in your life by name.
Run the prompt again at the end of that session. Append the new feedback to the file. Claude gets sharper.
Week 1 it's a tool. Week 8 it feels like an assistant who actually knows you.That's the difference between using AI and AI working for you.