What is agent completion verification?

Definition

Agent completion verification compares durable evidence with the task's finish line. It can inspect changed files, diffs, tests, builds, rendered behavior, logs, external state, review standards, and whether required documentation or cleanup exists.

Verification should not rely only on the same model's explanation. Independent checks, direct product inspection, narrow review criteria, and visible failures reduce the chance that plausible text substitutes for a correct result.

ELI5

Agent completion verification checks real evidence that an AI agent finished the requested job instead of accepting the agent's own claim. The evidence can include tests, records, required files, constraints, or a review rubric tied to the requested outcome.

For example, a coding task is complete only when the expected behavior and tests pass without changing the tests to hide a defect. Less objective work may need a defined checklist, sampling, and human judgment.

Acronyms and aliases

agent completion proof synonymAI agent completion verification variant

Frequently asked questions

What evidence can verify agent completion?

Evidence can include diffs, files, tests, builds, screenshots, rendered behavior, logs, external state, review records, and cleanup results.

Why is an agent's success message insufficient?

The agent can misunderstand requirements, miss failures, inspect incomplete evidence, or describe intended work that was not actually completed.

Videos explaining agent completion verification