The knowledge base nobody owns rots quietly
The corpus behind your RAG system is a living thing. Without an owner and a curation process, it fills up with duplicates, dead links, and documents that contradict each other.
The knowledge base nobody owns rots quietly
A RAG system is only as good as the corpus underneath it, and a corpus is not a finished object. It is a thing that decays. Left with no owner, it fills up with duplicates, dead links, and documents that quietly disagree, and the AI answers from all of it equally.
Ownership gave the work a name
An engineering lead at a messaging startup made a small move that changed the shape of accountability on his team. He put one senior engineer over a pool of AI agents. The usual worry is that agents blur responsibility, that once everyone has them nobody owns the result. He found the reverse. Putting one experienced person in charge gave the output a single clear owner for the first time, instead of the vague sense that someone, somewhere, must have handled it.
A knowledge base needs exactly that move and almost never gets it. Everyone contributes to it. Support adds articles. Product adds specs. Legal adds policies. Contributing is diffuse, and because it is diffuse, curation is nobody’s job. There is no single person who answers for whether the corpus as a whole is clean, current, and consistent. So it grows in every direction at once and gets tended in none.
What rot looks like in a corpus
The decay is not dramatic. It accumulates. Someone uploads a slightly different copy of a document that already exists, and now retrieval has two near-identical chunks competing, splitting the signal and crowding the results. A document links to a page that was deleted, and the reference quietly points at nothing. Two teams document the same process differently, and the corpus now holds two answers to one question with nothing marking which is right. None of these throws an error. Each one just makes retrieval a little worse, and they compound.
The result is a knowledge base that looks full and healthy by any surface measure, document count going up and to the right, and is actually getting less trustworthy every month. The model sits on top of it and faithfully reflects the mess. Ask it a question and it might ground its answer in the duplicate, the outdated copy, or the contradicting version, because from retrieval’s point of view they are all just relevant chunks. The AI did not degrade. Its source did.
Curation is a process, not a cleanup
Teams tend to treat corpus health as an occasional cleanup, a thing you do once when answers get bad enough to complain about. That is why the rot returns. A cleanup is an event. What a knowledge base needs is a process with an owner: someone who reviews what goes in, deduplicates what overlaps, expires what is stale, checks that links still resolve, and resolves contradictions when two documents disagree. It is unglamorous work, and it is the difference between a corpus that stays a source of truth and one that slowly becomes a pile of everything anyone ever wrote.
There is a useful bar to keep in view. AI features generally need something like 85 percent accuracy or better to be dependable. A rotting corpus walks that number down without any single visible failure, because each duplicate and each contradiction shaves a little off the odds that retrieval hands the model the one right passage.
How we approach it at Density Labs
In the AI Opportunity Assessment, our fixed two week, $2,500 engagement, one of the questions we ask early is who owns the corpus. Not who contributes to it, who owns it. We look for duplicates, dead links, and documents that contradict each other, and we check whether any process exists to catch them. When the answer is that nobody owns it, that is the root finding, because a knowledge base with no owner does not stay clean on good intentions.
A corpus without a curator is a garden without a gardener. It does not stop growing. It just stops being one you can trust.