Growing Bigger, Getting Less Useful
We’ve reached layer three. Information has been captured and denoised; records have been written down and polished into semi-finished products — now the question is: how do you turn these semi-finished products into actual knowledge?
Let’s start with a definition. Knowledge is structured, repeatedly reusable material relevant to you: a mental model, a handful of skills, a methodology, along with your judgment, positioning, and values. Its keyword is reusability, and it solves your own problems.
But most people’s “knowledge base” isn’t a knowledge base at all. It’s a bookmark folder.
Someone in the community described this misconception with real clarity: the biggest mistake about a knowledge base in the past was treating it like a bookmark folder — anything that seemed valuable got bookmarked, downloaded, saved, dumped in — and the result was a knowledge base that kept growing while what could actually be called on kept shrinking. They later realized the real problem wasn’t too little knowledge, but too much unprocessed information; and at a deeper level, the root cause was that the production of knowledge and the sedimentation of knowledge had been mixed together. With no boundary between the production zone, the experimentation zone, and the sediment zone, the whole system just got messier and messier.
So the core of this layer is a repositioning: transforming the knowledge base from “a warehouse where everything gets dumped in” into “a sediment zone for capability only.”
A Knowledge Base Only Has Two Jobs
The transformation starts by narrowing its responsibilities. A healthy knowledge base does exactly two things:
First, it sediments output that’s already been validated. A knowledge base is not the production site. Real thinking, discussions with various AIs, working out the rules, hunting for gaps, testing repeatedly — all of this should happen outside the knowledge base. Only content that’s been validated and can be reliably reused is good enough to come in and settle as a formal knowledge asset.
Second, it keeps knowledge that’s actually been used. Not everything you learn is worth keeping. Only what you’ve genuinely practiced, understood, and can reuse deserves to enter. This way, the knowledge base stops being a document warehouse and becomes your capability sediment zone.
Behind these two responsibilities is a zoning awareness you must establish:
- The production zone / experimentation zone: mess is allowed here. Inspiration, drafts, long conversations with AI, all sorts of unformed attempts pile up here. This actually corresponds to the previous layer — records.
- The sediment zone (the knowledge base): cleanliness is mandatory here. Only what’s been validated and distilled out of the production zone may enter.
Many people’s knowledge systems get more and more clogged precisely because they merge these two zones — dumping everything from the production site straight into the sediment zone, unfiltered. The knowledge base’s cleanliness isn’t obsessive-compulsive behavior — it’s the precondition for it to actually function.
Clean does not mean certain. It means every card declares its status:
| State | Meaning | Evidence required to enter |
|---|---|---|
draft | my own unfinished claim or synthesis | an owner and a question worth resolving |
imported | a claim learned elsewhere but not tested by me | traceable source, date, scope, and license |
tested | used in a named context with a recorded outcome | test or real use, result, counterevidence, and reviewer |
retired | no longer active because it is stale, replaced, disproved, or out of scope | review reason, date, tombstone, and superseded_by when applicable |
Status is not prestige. An imported law reference may be more reliable than my tested writing trick. The state only tells the next user what kind of evidence exists and what happened inside this system.
Here is a complete sanitized card:
---
id: review-before-promotion
state: tested
claim: "A card should not enter the active index until one real task has used it."
scope: "my private content-method repository"
source:
- "retro/2026-07-knowledge-lint.md"
evidence:
tested_in: "three article-planning sessions"
outcome: "two useful retrievals; one missed edge case"
counterevidence:
- "rare compliance references may need admission before first use"
owner: xinwei
reviewed_at: 2026-07-17
review_due: 2026-10-17
supersedes: null
superseded_by: null
---
Do not apply this rule to legal retention, emergency runbooks, or rare
high-impact knowledge. Those enter a protected reference class.
A card enters the active sediment zone only when:
- its claim can be stated without hiding behind a topic label;
- sources and firsthand evidence can be traced;
- scope and exclusions are explicit;
- at least one real use or test is recorded, unless a protected reference exception applies;
- counterevidence and known failure modes are preserved;
- an owner accepts the review date and consequence of use.
Building the Skeleton with PARA and Knowledge Cards
Once the positioning is right, we can talk about structure. PARA and knowledge cards are two useful options, not proven universal anchors.
PARA, documented by its creator Tiago Forte in the official PARA guide , groups material into Projects, Areas, Resources, and Archives. Its advantage is that it is action-centered rather than discipline-centered. That makes it a good fit when retrieval starts from current commitments.
Knowledge cards are one possible atomic unit. One card covers one reusable claim in my own words and carries the context in which it applies. Volume alone does not create compound returns. More cards can also create more conflicts, stale links, and retrieval pollution. A small card is valuable when it answers a real question with adequate evidence; links matter only when they improve retrieval or reveal a relationship worth testing.
PARA is not the only map. A repository may be better organized by project, recurring question, entity, timeline, or graph:
| Retrieval starts from… | A useful primary structure |
|---|---|
| current deliverables | projects / areas |
| recurring decisions | questions / playbooks |
| people, systems, products | entities |
| incidents and changing facts | timeline / event log |
| relationships across domains | graph plus typed links |
I use the structure that matches the retrieval path, then keep other views as indexes rather than duplicating the knowledge itself.
The Most Critical Leap in the AI Era: Your Folder Structure Is a Map for AI
Everything above already exists in plenty of classic note-taking methodologies. What genuinely makes the “knowledge layer” different in the AI era is the leap below — your knowledge base is no longer just for you to look at. It’s simultaneously something AI uses.
The map metaphor needs one technical correction: a map in a closed drawer guides nobody. A file affects a model only when the product or workflow explicitly loads, imports, retrieves, or discovers it. A directory name is useful routing metadata for a tool; it is not an instruction by itself.
Claude Code’s official documentation on project memory
describes one concrete mechanism: project-level CLAUDE.md files can provide instructions, imports can reference other files, and nested instructions are loaded according to where Claude works. Other tools use different discovery and retrieval rules. None of these mechanisms guarantees that an arbitrary note is loaded, correctly ranked, or remembered across sessions.
This is context engineering applied to personal knowledge management. As I wrote in Context Is Not Prompt , the practical question is what enters the context window, in what order, for which task, and what gets left out. Structure can improve routing and make intended paths inspectable. It cannot, on its own, tell a model who I am or make its output sound like me.
The map is still useful; it simply needs roads and a transport policy:
task
→ read project instructions
→ query active-card index
→ filter by state, scope, and review date
→ retrieve source locators and counterevidence
→ assemble bounded context
→ produce an answer with card IDs
→ log misses and corrections
That last line matters. My retrieval failure log currently tracks:
- a relevant card was not recalled because its wording did not match the query;
- an old card outranked the newer replacement;
- conflicting cards were loaded without their relationship;
- the model applied a card outside its stated scope;
- the answer cited a card ID but dropped its counterevidence.
Those failures are not proof that the knowledge base is useless. They are evidence that the road between storage and context needs repair.
This is why I still call the knowledge base a shared worldline between me and the agent — but shared does not mean automatically understood. I supply claims, evidence, scope, and corrections; the workflow supplies retrieval and logs; the model supplies a candidate synthesis. The worldline exists only where those three meet and remain inspectable.
Give Knowledge a Retirement Mechanism
The last piece, and the one most people miss: a knowledge base needs to be able to forget.
A knowledge base that only takes in and never reviews will drift toward a bookmark folder. But “unused means delete” confuses retrieval frequency with value. A disaster-recovery procedure, legal obligation, or rare security lesson may be both unused and essential. A frequently retrieved card may only be winning because the index over-ranks it.
So inactivity creates a review candidate, not a deletion order. My first experiment used a sixty-day inactivity window because the repository was small and changing quickly. That number is a local parameter, not a recommendation.
The review weighs:
- last verification date and source freshness;
- successful and failed uses, not retrieval count alone;
- whether a newer card supersedes the claim;
- conflict and correction history;
- legal, contractual, historical, or emergency-retention requirements;
- low-frequency, high-impact value;
- the cost of keeping it active versus discoverable in an archive.
Retirement is reversible. The active card moves out, but a tombstone remains:
id: old-platform-hook-rule
state: retired
retired_at: 2026-07-17
reason: "platform format changed; two later tests contradicted the rule"
superseded_by: hook-specific-tension-v2
previous_sources:
- retro/2026-04-hook-test.md
restore_when: "the older format returns or a historical comparison needs it"
That closes the loop without erasing history: input → digest → draft → import or test → retrieve → observe outcome → review → keep, supersede, protect, or retire.
This design is consistent with every stage before it: the information layer stays clean through noise reduction; the knowledge layer stays sharp through review. A good knowledge system has metabolism: supported cards are promoted, contradicted cards are superseded, protected references stay available, and retired claims leave a trace.
A second model can help hunt for omissions, but it is not independent evidence. Models from the same family may share training data, defaults, and blind spots; several confident answers can repeat the same error. Factual admission still needs an original source, a reproducible test, or an accountable domain expert. Slowing down isn’t for the sake of delay — it is to make the next step auditable before momentum hides the mistake.
The dashboard I use to watch this metabolism includes:
| Metric | Question |
|---|---|
| Claim-support rate | are sampled active claims supported by their evidence? |
| Stale-card rate | how many active cards are past review due? |
| Conflict rate | how many active cards disagree without a recorded relationship? |
| Retrieval hit rate | did the workflow recall the card needed for the task? |
| False-retrieval rate | did it load irrelevant or out-of-scope cards? |
| Post-reuse success | did using the card help the named task meet its criterion? |
| Human-correction rate | how often did a reviewer repair the retrieved context or conclusion? |
No single metric is the goal. Aggressive archiving can improve freshness while destroying recall. More links can improve discovery while raising false retrieval. Health lives in the tradeoff.
One card’s full life
A draft note from a failed publishing review began as: “remove every card unused for two months.” It entered as draft, with no source and one observed clutter problem. After the first review run, I promoted a narrower claim to tested: inactivity should trigger review in my fast-changing content-method repository.
The test then surfaced counterevidence: an unused crisis checklist was still valuable. I added a protected-reference exception and a risk field. A later workflow revision replaced raw retrieval count with successful-use evidence. The old card became retired, pointed to the new card, and kept its failure history.
The capability was not the original rule. The capability was the system learning exactly where that rule stopped working.
Summary: From “I Know” to “I Can Call On It”
Let’s wrap up this layer. The knowledge layer takes semi-finished records through state — evidence — scope — retrieval — outcome — review, turning some of them into reusable capability sediment. Use matters, but retrieval count is not the verdict. The stronger test is whether the right card can be found, applied within scope, checked against evidence, and corrected without erasing history.
In the AI era, structured knowledge can become model context when the workflow actually retrieves it. Clear structure makes that path easier to inspect; it does not guarantee recall or understanding. The knowledge base is no longer just a second brain. It is a shared worksite with gates, roads, and a repair log.
But no matter how thick your knowledge grows, it still solves your own problems. To make it produce value for others — to have it received, understood, connected with — it needs to go through one final stage: recombining knowledge for an audience into creation.
That’s the endpoint of this series. Next, we talk about creation, and exactly where AI should stand at this layer.
This is the fourth essay in the “From Information to Creation” column. Previous: Layer Two · Records . Next: the fourth layer — Creation.


Responses