Skip to content

Verifying outputs

Safety · topic safety/verification

Verification is the habit of checking AI output before relying on it, in proportion to the cost of being wrong. This topic covers routine checking habits, following claims back to their sources, treating endorsed answers differently from raw ones, and extending "trust but verify" to actions agents take.

Concepts

Checking habits
Small routines that catch model errors before they spread: read the output against the request you made, look for claims you did not supply, run the code, open the link, do one calculation by hand. The depth scales with stakes. A habit is better than a rule because it runs even when you are in a hurry, which is when errors slip through. glossary
Source checking
Following a claim, citation or quote back to where it is supposed to come from and confirming it says what the model reported. Models produce references that look right more easily than references that are right. Anything with a page number, URL, statute, version or study behind it should be opened before it goes to anyone else. glossary
Endorsed answers
An answer that a qualified human has reviewed and marked as correct, distinct from raw model output. Some teaching and support systems show the mark so readers know which answers carry human accountability. The idea transfers to teams: separate what the model said from what a person has checked, and make the difference visible in the artifact. glossary
"Trust but verify" for agents
When an agent acts rather than answers, verification moves from reading text to checking effects: what files changed, what was sent, what was deleted. Let the agent proceed on low-stakes steps, then inspect the result against what you asked for, and require a pause before any step that is hard to reverse. Trust is granted per action, not per tool. glossary

Lessons

Your reference

Each lesson above adds its takeaways and its example here once you finish it. Your reference lists every lesson you have finished.

Asking a model to disagree

Unlocks when you finish Asking a model to disagree.

Checking habits that run when you are in a hurry

Unlocks when you finish Checking habits that run when you are in a hurry.

Checking what an agent changed

Unlocks when you finish Checking what an agent changed.

Following a claim back to its source

Unlocks when you finish Following a claim back to its source.

Marking what a person has checked

Unlocks when you finish Marking what a person has checked.

Sources