You have 200 articles saved in your AI knowledge base. You can’t recall a single one of them when you actually need it.
I know this because I built the same exact prison for myself. I spent weeks feeding Obsidian with the best writing on AI product management, RAG architecture, and cognitive science. Every article was a gem. My vault looked immaculate. And it was completely, utterly useless.
The moment I needed to make a real product decision, my “knowledge base” was just a pile of other people’s opinions that I couldn’t act on.
This is the dirty secret nobody tells you about AI-powered knowledge management: processing is not understanding. And understanding that has been processed by an LLM is not your understanding.
We’re in the middle of a mass delusion. Everyone is rushing to build RAG pipelines and automated ingestion systems, convinced that more data + better retrieval = intelligence. It’s a lie.
The Collection Trap
I started exactly like everyone else. I found Obsidian, chose it for data sovereignty, and immediately did the obvious thing: dumped every high-quality article I’d ever bookmarked into it. Two hundred articles in a week. I felt productive. I was just rearranging deck chairs on the Titanic.
Those articles were the author’s hard-won insights, not mine. I was curating a library I had never read.
The problem isn’t storing information. The problem is that storage answers “how does knowledge get in?” but completely dodges “how does knowledge become mine?” Those two questions are separated by a chasm wider than most people realize.
A brilliant essay about enterprise RAG deployments — the author fell into pits, made judgment calls, built frameworks. I dropped it into Obsidian. It remained a text file. I skimmed it, made three bullet points. It was still the author’s understanding, not my calibrated judgment. Only when I took that article’s methods and stress-tested them against my own business, my own failed product decisions, did it start carrying my fingerprints.
The Mechanical Turk Problem
My first “solution” was elegant: a script to batch-process every article into uniform notes. Summary, key insights, quotes, takeaways. Standardize everything. Beautiful output. Completely hollow.
I ran this for months. Processed dozens of articles. Then I noticed the rot. Each processed note was a perfect reflection of what the LLM understood — which was nothing. It had no context of my business, my past failures, my strategic bets.
Batch processing removes noise, but it also removes the only thing that matters: your personal calibration.
An article about AI PM skill migration? The LLM extracted five core points. Beautiful. But which of those five points actually apply to my team? Which contradict my existing mental models? Which reveal a blind spot I’ve been ignoring? The LLM couldn’t answer any of that. I had automated the easy part and skipped the only part that creates value.
The Real Architecture: Three Layers, One Truth
I blew up my system and rebuilt it. The result is ugly, manual, and infinitely more powerful.
Layer 1: Inbox. Raw articles, untouched. This is the waiting room. Nothing special.
Layer 2: Processed. The LLM structures the article — summary, key points, quotes. But I stopped calling this the endpoint. I called it fuel for the next step.
Layer 3: Discussion. This is the crucible. I sit down with an LLM that roleplays as the article’s author, then as a domain expert, then as my skeptical colleague. We go back and forth. We argue. We probe edge cases. The LLM might say five things. I push back on three. We find the one thing the original author missed because they didn’t have my specific context.
That one thing — born from friction between machine processing and human judgment — is the only part worth keeping.
The same AI PM article that gave me five bullet points in batch mode? After one discussion session, I surfaced a judgment that wasn’t in the article at all: the key to skill migration isn’t learning new skills — it’s redefining how old skills express themselves in new contexts. That wasn’t in the text. It was born from the collision of the text with my experience. That insight is mine.
From Article-Driven to Theme-Driven
After sixty cards, the system collapsed under its own weight. Duplicate cards on the same topic. Orphan notes with no connections. No master node to unify a theme. My new cards were tagged with creation dates; my old cards were fossilized.
Your knowledge system transitions from accumulation to governance not when you have more content, but when structure starts breaking.
The inversion was brutal. I stopped asking “what article should I process today?” and started asking “what gap exists in my knowledge network, and which articles can fill it?” Article-driven became theme-driven. The question isn’t what’s available to read. The question is what’s missing from your map.
Andrej Karpathy’s LLM Wiki essay hit me at exactly this inflection point. His metaphor was surgical: Obsidian is the IDE, the LLM is the programmer, your wiki is the codebase. The LLM isn’t a summary machine — it’s a collaborator that handles the grunt work of cross-referencing, indexing, and linting that humans will always abandon.
I adopted his framework and extended it. My LLM plays three roles now: a batch engine during ingestion (summarize, structure), a sparring partner during discussion (challenge, probe, debate), and a linter during governance (find orphans, flag duplicates, restructure themes). Same model, different personas for different phases.
The seven-step loop that runs my knowledge base today: Collect → Process → Discuss → Solidify → Scan → Govern → Output. Every step involves the LLM. Every decision belongs to me.
The RAG Trap: Why You Should Wait
I spent weeks debating whether to build a lightweight RAG system. My knowledge base “agent” talked me out of it.
If your knowledge structure is still in flux — cards templates unstable, themes not indexed, governance rules unformed — RAG will just amplify the chaos.
You’ll retrieve a pile of inconsistent fragments with overlapping boundaries and unclear context. That’s not retrieval-augmented generation. That’s garbage-in, garbage-out at scale.
Before you automate anything, answer this: Is your knowledge base actually being used? I see people jump from accumulation straight to “living evolution” without ever testing if the system works in practice. If you haven’t written a single article that pulls from your card network, you don’t know if your knowledge base is valuable. You just know it exists.
My solution: use a writing task as a stress test. Force your knowledge base to support a coherent article. If you can’t trace every argument back to source cards, you have structural gaps that no automation can fix. Karpathy called it “good query results can be indexed back as new wiki pages.” I call it: write first, automate second.
Stabilize your wiki layer. Then think about vector embeddings. That order is the difference between a private library and a junkyard with good search.
The Unautomated Truth
Six months in, the system is simpler and deeper. Not because I added more AI, but because I stopped treating AI as a substitute for thinking.
The LLM handles everything boring and repetitive. It will never handle the one thing that matters: deciding what judgment to inject, what experience to calibrate against, what preference to encode.
That part is yours. It always was.
Karpathy said humans abandon wikis because maintenance costs grow faster than value. LLMs fix that — they don’t get bored, they don’t forget cross-references, they can touch fifteen files in one operation. But they can’t answer: what do you believe that the raw material doesn’t tell you?
My goal shifted from “store more notes” to “precipitate more judgments that only I can make.” The first is hoarding. The second is stewardship. One gets heavier. The other compounds.
I end my days now not by counting how many new cards I created, but by asking: What did I learn today that the internet didn’t already know?
The answer is never the article I processed. It’s the judgment I made while arguing with it.
FAQ
Q: Why is batch processing with LLMs a trap for knowledge bases?
A: Batch processing standardizes information but skips the only step that creates personal value: calibration against your own experience. A processed note is the LLM's understanding, not yours. The real value comes from debating the material with an AI that challenges you, not from having it summarize things for you.
Q: Should I build RAG for my personal knowledge base immediately?
A: No. If your knowledge structure is still in flux — unstable templates, unformed themes, unclear governance — RAG will amplify the chaos. You'll retrieve inconsistent fragments with overlapping boundaries. Stabilize your wiki layer first, test it by writing something that pulls from it, and only then think about vector embeddings.
Q: What's the one thing an LLM can never do for your knowledge management?
A: Inject your personal judgment, experience, and preferences. The LLM handles the boring maintenance that humans abandon. But it cannot decide what matters to you, what contradicts your existing models, or what preference to encode. That is the only irreplaceable part, and it's entirely your responsibility.