We have a phrase for the problem: the self-grading gap.

It appears when the same model, agent, vendor, or internal platform that took an action is also the only source explaining why the action was justified. The logs may be detailed. The dashboard may be polished. The explanation may be persuasive. None of that makes the evidence independent.

This is not an accusation that the system is dishonest. It is a statement about trust architecture. A financial model cannot be its own validator. An employee cannot be the only approver of an expense. A scientific claim cannot rest only on the experimenter saying the result is correct. High-consequence AI should not receive a weaker standard.

Why ordinary logs do not close the gap

A log answers what the application chose to record. It may show prompts, tool calls, outputs, identity events, approvals, and timestamps. That is useful operational evidence. But a log usually inherits the application’s assumptions, schema, retention policy, permissions, and failure modes. If the application omitted a conflicting input or changed the representation of a rule, the log can faithfully preserve an incomplete story.

Signing the log improves integrity. It can prove that the bytes have not changed since signing. It does not prove that the right evidence was included, the policy was executable, the action was permitted, or uncertainty was handled safely. Integrity and sufficiency are different questions.

Why explanations do not close the gap

A generated explanation can help a human understand a complex result. It can also sound precise while smoothing over ambiguity. When the same model produces the action and the rationale, the explanation is another model output, not an independent check.

The stronger pattern separates the system producing or summarizing information from the function that preserves the decision basis for outside review. The proof trail should distinguish what was supplied, what remained uncertain, and what the independent check concluded.

Why a second dashboard does not close the gap

Moving the same self-authored data into a different screen changes presentation, not authority. The question is not whether the reviewer sees a separate interface. The question is whether the proof was produced through a separate trust boundary and can be verified without trusting the system being reviewed.

Separation is not about where the screen lives. It is about whether the decision basis can be checked without trusting the system being questioned.

The independent proof test

Ask one question: can a reviewer check why the selected action cleared without asking the original decision system to validate its own explanation? If the answer is no, the organization may have excellent observability, but it does not yet have independent decision accountability.

Independence has limits

An independent proof layer cannot rescue bad inputs. If the customer supplies fabricated, stale, or incomplete evidence, the result can only evaluate what crossed the agreed boundary. Evidence quality and uncertainty still have to be scoped for each workflow.

Nor should the proof layer take over the customer’s authority. The customer decides what actions exist, who can approve them, what evidence sources count, how policies are authored, and what happens downstream. Forge returns a disposition and proof trail. The customer’s qualified boundary decides whether and how to execute.

The economic reason this matters

Without a decision-level proof trail, every challenge becomes a reconstruction project. Engineers search logs. Compliance teams collect screenshots. Operators rebuild timelines. Lawyers ask which version of the policy applied. Executives argue over who approved what. The cost is not only the incident. It is the time spent proving the organization had a basis for the action.

Independent accountability turns that work into a designed output. It does not guarantee a favorable conclusion. It gives the organization a defensible, measurable basis for the action and a calibration loop against outcomes the customer later provides.

The category line

The system making the decision cannot be the only system explaining why the decision was justified.

That is the self-grading gap. Closing it is the work.