Enterprise KnowledgeEnterprise AI PlatformEnterprise DeploymentupgradedEnterprise Autonomy

Grounded, Never Invented: The Enterprise Knowledge Layer

PG
Patrick Gilberg · Head of Accounts
July 29, 2026

Grounding is usually sold as a way to make an enterprise AI system more accurate. It is better understood as a claim about where an answer came from — and the claim is worth nothing unless the system is willing to come back empty.

A contracts analyst at a large services firm asks an internal AI system a narrow, ordinary question: what notice period applies if the company terminates a particular master agreement for convenience. The system answers in a second and a half, in clean prose, with the confidence of a colleague who has read the file: thirty days, written notice, no penalty. It is a perfectly sensible answer, because thirty days is what that clause almost always says across almost every agreement of that type. It is also wrong for this agreement, because an amendment signed two years later replaced the clause with a ninety-day period and a wind-down obligation, and that amendment lives as a scanned PDF in a folder the system was never pointed at. Nobody catches the error until a termination letter has already gone out. The system did not malfunction. It did exactly what it was built to do, which was to produce the most plausible answer to a question it had no basis to answer at all.

What went wrong there is not usually described accurately. The instinct is to call it an accuracy problem and reach for accuracy remedies — a better model, a bigger index, a rerank step, an evaluation suite that scores answers against a gold set. But the analyst's question was never really a request for a correct-sounding statement about notice periods. It was a request for what this organisation's own records say about this specific agreement, and the difference between those two things is the entire subject worth arguing about. Accuracy is a property of an output. Provenance is a property of the path that produced it, and in an enterprise, the path is the thing that has to survive scrutiny.

Provenance is a different claim from accuracy, and a much stricter one

An accuracy claim is statistical and retrospective. It says that across some distribution of questions, this system's answers matched some reference more often than not. That is a useful thing to know and a nearly useless thing to hold up in a room where a single answer is being challenged, because the person challenging it is not asking about a distribution. They are asking about this assertion, on this date, and the only response that ends the conversation is a pointer to the document it came from. A provenance claim is per-assertion and prospective: every statement the system makes is traceable to something the organisation actually holds, and if you follow the trace you arrive at a real artefact with a real author and a real date.

Once you take that seriously, a strange inversion appears. A grounded system that gets something wrong is in far better shape than an ungrounded system that gets it right. The grounded error is diagnosable — you follow the citation, you find the superseded document, you learn that a folder of amendments was never indexed, and you fix a real defect in the corpus. The ungrounded correct answer teaches you nothing, because you cannot distinguish it from the ungrounded incorrect answer that will arrive tomorrow with identical fluency and identical confidence. Organisations that measure only accuracy end up with systems whose failures are invisible until they are expensive. Organisations that measure provenance end up with systems whose failures are boring, local, and fixable.

The reason provenance is the stricter claim is that it forces an admission most enterprise knowledge programmes would rather defer, which is that the corpus has holes. Not contradictions — holes. There are decisions nobody wrote down, exceptions negotiated over a phone call, working practices that exist only as habit in three people's heads, and folders of scanned amendments sitting outside every index. A system built to be accurate will paper over those holes, because the surrounding material is usually enough to generate something that reads correctly. A system built on provenance cannot, because when there is no artefact behind an assertion, there is no assertion to make.

A system that cannot return nothing will always return something

This is where the argument gets uncomfortable, because the willingness to return nothing is not a nice-to-have on top of grounding. It is the only thing that makes grounding mean anything. If a system is constitutionally incapable of concluding that there is no basis for an answer, then it will find one, every single time, and the grounded answer and the invented answer will be indistinguishable from the outside — same tone, same structure, same citations-shaped confidence. Grounding without the option of silence is a presentation layer.

The mechanics make this worse than intuition suggests. A generative model's job is to produce a well-formed continuation, and a well-formed continuation exists for every prompt, including the ones with no supporting evidence anywhere in reach. Retrieval does not rescue this on its own, because retrieval is a ranking operation and a ranking operation is never empty. Ask for the nearest passages and you get the nearest passages; there is always a nearest, even when nothing in the corpus is genuinely about your question. The scanned-amendment case is not a retrieval miss in any dramatic sense. It is retrieval working exactly as designed, returning the closest available material, which happened to be the original clause and a dozen similar clauses from other agreements — all of it topically adjacent, none of it an answer. The gap between "closest" and "sufficient" is where invented answers are manufactured, and nothing in the retrieval mechanism itself knows that gap exists.

So the burden falls on whatever sits between retrieval and generation, and it is a judgement rather than a lookup: does the material I have actually bear on the question I was asked, and is it enough to support the specific assertion I am about to make? That judgement has to have authority over the generation step, meaning it can stop an answer that the model is entirely capable of producing. Systems that treat this as a confidence score attached to an answer have already lost, because the answer has already been written and a number beside it is not a refusal — it is a disclaimer, and disclaimers get ignored at exactly the moment they matter.

Engineering refusal is harder than engineering fluency

Fluency is free now. Every serious model produces prose that reads like a competent colleague, and no enterprise programme should spend another quarter improving it. Refusal is not free, and the reason is that it cannot be installed as a disposition. Instructing a model to say it does not know is a personality trait, and personality traits degrade under pressure — under long context, under an insistently rephrased question, under a user who asks the same thing a third time in a tone that makes agreement the path of least resistance. Anyone who has watched a knowledge assistant hold its ground twice and then quietly produce a number on the third ask has seen a system with a disposition rather than a mechanism.

A mechanism looks different in ways that are unglamorous and mostly architectural. It means the sufficiency judgement is a distinct step with the standing to terminate the task, not a hedge appended to a finished answer. It means the thresholds belong to the organisation rather than to the model — what counts as adequate grounds for a statement about a contract term is not the same as what counts for a statement about a product's release notes, and only the organisation can set that line. It means every refusal is legible: a record of what was consulted, what came back, and why it fell short, so that "no basis" is an inspectable finding rather than a shrug. And it means refusal has somewhere to go, routing to a human who can answer or to a queue that gets the missing document indexed, because a refusal that dead-ends teaches users to stop asking and go back to guessing on their own.

This is the part of enterprise AI that gets under-built, and the consequences show up in programme mortality rather than in benchmark scores. Gartner's warning that over forty percent of agentic AI projects will be cancelled by the end of 2027 names inadequate risk controls alongside cost and unclear value, and a system that cannot decline to answer is precisely a missing risk control — one whose absence is invisible during a pilot, where every question has an answer in the corpus because the corpus was assembled from the questions. Much of the reporting collected at the category publication covering the autonomous enterprise circles the same point from the operational side: the systems that survive contact with real work are the ones whose limits are explicit, because explicit limits are what let a human decide when to trust the output without re-verifying all of it.

It is worth being concrete about where this lives in a platform rather than leaving it abstract. In StudioX's terms, Enterprise Knowledge is the boundary of what the organisation actually holds — the documents, records, and systems that can stand behind an assertion — and the Reasoning Core is what decides, before anything is written, whether that boundary contains grounds for the specific claim in question. Observations are what make the decision auditable afterwards: the trail of what was consulted and what it supported, which is as valuable when it ends in a refusal as when it ends in an answer. None of that is exotic. It is the ordinary discipline of making the path visible, applied to a technology whose native failure mode is producing assertions with no path at all.

The reframe worth carrying away is that a knowledge layer's refusals are not a cost of doing business but the most valuable thing it produces. Every "there is no basis for this" is a coordinate on a map of what the organisation knows but has never written down, and that map has never existed before — not in the wiki, not in the document management system, not in anyone's head. Read a month of refusals and you learn which decisions live only in conversation, which folders were never indexed, which processes are held together by three people's memory. So the question to ask of any enterprise knowledge system is not how often it is right, because fluent systems are usually right and confidently wrong in the same voice. The question is what it does when it has nothing, and whether the organisation has built anything that lets it say so.

Discussion

No comments yet — start the conversation.

Join the discussion

See StudioX run.

Put autonomous AI workers to work on your own systems and knowledge.