Your folder structure is wasting Claude's brain.
Not your prompts. Not your model choice. Your folders.
When you use Claude Code, Codex, Cursor, or whatever โ every action, every prompt, every conversation fills up the context window. Your questions, Claude's answers, the data it reads, the tools it uses. All of it goes into the jar.
If you've read my other posts, you know the metaphor. The context window is a jar. And it's not a regular jar โ it's wide at the bottom and narrow at the top.
There are two reasons why a messy folder structure is a bigger problem than most people realize.
Reason 1: Each conversation starts from zero
Every new session, Claude has no idea where anything is.
When your folders are messy, Claude has to search. And searching costs tokens.
"Let me check which folder has the project context." "Let me grep for the config file." "Let me glob through 40 folders to find the right file."
Each of those searches eats your jar. Every search result, every wrong path, every "ah that's not the right file" โ all of it fills up the jar.
I've seen conversations where 10-15% of the context window was just Claude navigating around. Finding files. Reading the wrong ones. Backtracking.
That's not analysis. That's not strategy. That's a GPS trying to find the highway.

Now compare that with a clean structure. You write in your CLAUDE.md:

Claude reads that and goes straight there. Minimal tokens wasted. Maximum brain left for actual work.
Reason 2: The context window is not even
You might ask: do I really have to care about 10-15%?
Yes. Because the jar doesn't treat all information equally.
Stanford researchers found something called the "Lost in the Middle" effect. LLMs are strongest at the beginning of the context window. They're also decent at the very end. But performance drops in the middle.
Think of it like a U-shaped curve. Strong start, weak middle, okay end.
And it gets worse as the jar fills up. Research shows that most models start losing quality well before they hit their limit. For many models, the effective context is only about 50-70% of what's advertised.
Even frontier models like Claude โ which handle this better than most โ aren't immune. The fuller the jar, the harder it is for any LLM to reason well.

So now you see why you don't want to waste the strong early part of the context window on finding files. You want to use that space for the actual work. The analysis. The strategy. The thinking.
What a clean structure looks like
You don't need anything fancy. Here's the pattern I use for every project:

Five folders. One instruction file. That's it.
The CLAUDE.md file is the key. It's loaded automatically at the start of every conversation. Claude reads it first โ in that strong early part of the jar โ and immediately knows where to find everything.
No searching. No guessing. No wasted tokens on navigation.
The compound benefit
Clean folders don't just save tokens in one conversation. They save tokens in every conversation.
Session 1: Claude reads the map, goes straight to the data, does the work. Clean.
Session 2: Same thing. No re-learning where things are.
Session 50: Still clean. Still fast. Still using the full context window for actual thinking.
With messy folders, every session starts with the same navigation tax. With clean folders, every session starts with the work.
The fix takes 30 minutes
If your project folder is a mess right now:
- Create a simple folder structure (5-7 folders max)
- Move files into the right folders
- Write a CLAUDE.md that describes where things are
- Delete the stuff you don't need anymore
That's it. 30 minutes of cleanup that pays off in every single conversation from now on.
Clean folders = less searching = more brain left for the work that matters.

About Alfred Simon
AI Systems Builder & Coach
I build custom AI systems for marketing teams โ search term analysis, ad creation, competitor research, reporting โ all automated. I write about context management, AI workflows, and the messy reality of building things with AI. No theory. No hype. Just what actually works after 30+ agents and a very healthy trash pile :D
Want to build something like this for your team? Let's talk.
