<aside> πŸ“Œ Every time you open Claude Code, it starts from scratch. It re-reads your files, re-discovers your project, and burns through tokens figuring out what it already knew yesterday. Here's how to fix that permanently.

</aside>

Why Your Current Setup Is Costing You

Here's what happens in a normal Claude Code session right now:

Now multiply that by every conversation you have. You're paying for Claude to re-learn your project from scratch every single time. The fix: make Claude build and maintain a wiki that it reads from instead. One index scan, one targeted page read, done. That's 60-70% fewer tokens on knowledge lookups.

What You're Building

An Obsidian vault that Claude Code maintains for you:

The Real Unlock: Tiered Retrieval

The wiki doesn't replace your original files β€” it sits in front of them. Think of it like a cache:

Tier 1 β€” hot.md (every session, ~500 tokens). What you're working on. Last few days. Major changes. Read first, every time.