Evidence layer

The missing tier between raw company data and a recommendation: what is true, how confident we are, and what it implies. Without it, an AI answer is a confident sentence with no accountability behind it.

The part that costs money

A language model produces a sentence carrying a confidence tone and nothing behind it. The sentence may well be correct. The problem is that a correct sentence and a fabricated one arrive in the same format, at the same length, with the same steadiness, and the reader has no way to tell them apart from the text alone.

Three things have to be attached before a recommendation can be acted on by someone who will be held responsible for it. Lineage: which system, which field, read at what time. Reconciliation: what the other systems say about the same quantity, and why they differ. Confidence: what would have to be different for this conclusion to change. All three are cheap to produce and almost never shipped.

Without them, review collapses into one of two failures. The reviewer accepts on trust, which means the AI is now making the decision while a human absorbs the accountability for it. Or the reviewer redoes the work to check it, which costs more than not having the answer. Both outcomes destroy the value the system was bought for, and both look like adoption from the outside.

What it looks like

Two answers to why net revenue retention fell. The first is a well-written paragraph. The second is the same paragraph plus the four systems it read, the NRR definition it applied, the two accounts that account for most of the movement, and a note that one source was nineteen hours stale at read time. Only the second one can be argued with, and being arguable is the entire point.

How you would actually measure this

What it is not

Related terms

Frequently asked questions

What is an evidence layer?

The missing tier between raw company data and a recommendation: what is true, how confident we are, and what it implies. Without it, an AI answer is a confident sentence with no accountability behind it.

Why do AI answers need an evidence layer?

Because a correct answer and a fabricated one look identical in prose. Without lineage, reconciliation and stated confidence, a reviewer can only accept on trust — which moves the decision to the model while leaving the accountability with the person — or redo the work, which costs more than not asking. The evidence layer is what makes a third option, actual review, possible.

What belongs in an evidence layer?

Source lineage (which system, which field, read when), reconciliation against the other systems that hold the same quantity, the business definition applied, a confidence statement, and what would change the conclusion. If a reader can rebuild your reasoning from the output alone, the layer is doing its job.

Is an evidence layer the same as RAG?

No. Retrieval is a technique for putting relevant text in front of a model. The evidence layer is a property of the output: that every claim it makes can be traced, reconciled and challenged. A retrieval-augmented system with no lineage in its answers has better inputs and exactly the same accountability gap.