I remember more than Claude.
I came in with an assumption. AI is the technology that remembers all the details. What worked, what didn't, how to do it next time. It processes more information than any human can hold. It doesn't forget. So naturally, as I built more with Claude, it would accumulate context about how my client's business works. It would remember what we'd figured out together. It would carry that forward so I wouldn't have to.
I was wrong.
I previously wrote that scripts beat agents for reliable production work. What I didn't write about was why. Without codifying what worked, I had no guarantee Claude could reproduce it next time.
Because six+ months in, here is what I actually know: I'm the one who remembers. Not the AI.
The assumption I got wrong
And I don't mean remembering in an abstract sense. I mean the specific practical kind. I remember that in this environment a direct curl command works and accessing via the SDK does not. I remember that any call requiring Google authentication has to go through a relay we built specifically for this environment. Claude will repeatedly try to hit Google APIs directly and fail.
I have to remember the approaches we already tried that don't work here, so we don't waste time on them again. I remember how we solved a particular problem three months ago so that when a similar one surfaces we're not starting from zero. I remember the rule we established after something broke so we don't have to break it again to remember why the rule exists.
Claude knows some of this in a thin way. The memory feature exists and it does surface things across sessions. But in six+ months of working together I can count on zero fingers the number of times Claude surfaced something from a previous session that I hadn't already remembered myself. The operational depth, the how we did it last time, the don't try that it won't work. That lives in me, not in the model.
What that means for compounding value
Here is the thing most people miss when they think about getting value from AI over time.
A single session with Claude can produce impressive output. Most people discover that quickly. What takes longer to discover is that the next session starts from roughly the same place. And the one after that. The context that made the previous session productive doesn't automatically carry forward. You bring it in again, or you don't.
"That's not compounding. That's the same value, repeated."
The value you get from working with AI over time compounds in direct proportion to how well you've built the system that hands your context back deliberately. Without that system you are getting one-time value from every session. Good output that doesn't build on itself.
The default flywheel isn't the answer. Claude's memory feature creates a thin one whether you manage it or not. But thin is the right word and unmanaged is the more important one. Context accumulates in ways you're not tracking. It can be outdated. It can be from one situation bleeding into another where it doesn't apply. The default flywheel isn't nothing but it isn't enough and it isn't harmless.
What the system needs to do
When I say a system for handing context back, I mean something specific. Not a prompt you paste in occasionally. A structure that captures what you know about how your business works, what you've built, what the rules are, and why they exist. Something that makes it easy to surface the right pieces at the start of every session.
It needs to answer the questions Claude will otherwise have to guess at. How is this system configured? What are the exceptions? What went wrong before and how did we fix it? What did we decide and why? What should never happen and how do we make sure it doesn't?
"None of that is in Claude's memory in any reliable way. All of it is in yours."
The question is whether you've built a system that captures it so you never have to repeat it.
I've built that system four different ways. Managing Claude's memory directly was the first attempt. Then project files. Then a Google Drive index. Now a structured index in a git repository. Each version taught me something the previous one didn't.
The gap most teams aren't closing
Most teams are prompting ad hoc. Getting useful output. Moving on. The context evaporates or gets absorbed into the thin default memory in some form nobody is tracking. The next session starts from roughly the same place.
The people who figure out how to build a real knowledge layer are going to operate at a different level than the people who don't. Not because they found a better model. Because they did the work of capturing their institutional knowledge so they don't have to remember it themselves.
Where I landed
I came in thinking AI would be the memory layer so I wouldn't have to be. Six+ months in I know that isn't true yet. So the question I stopped asking is how to get Claude to remember more. The question I started asking is how to build a system that does it for me.
The scripts run. Claude remembers a little. But the system that actually compounds is the one you build deliberately.
What you don't capture, you'll repeat.