Appendix A — The Verification Guide
The menu of ways to confirm an AI output is true, with a note on when to reach for each. Verification is the habit at the center of this book. Whatever method you use, name it in your AI Research Ledger: “it looked right” is not a verification.
A second model can audit the first: ask one AI to check another’s claim, code, or citation, and it will catch real errors. That counts as a check worth running, and it never counts as the final word. An audit is another proposal, not a verdict. The decision to accept, reject, or qualify a result always belongs to you, the researcher.
A.3 Choosing fast
A quick way to pick:
- Output is a number → direct calculation or alternative code.
- Output is a citation or fact → primary-source reading.
- Output is a method or general rule → counterexample, or simulation.
- Output is a causal claim → causal diagram, falsification test.
- Output is a prediction → holdout sample.
- Output is a judgment call → peer reasoning.
When a result matters a lot, use two methods from different rows. Two independent checks that agree are much stronger than one, and they guard against the correlated-error trap, where one flawed idea passes its own flawed check.
A.4 The rule, restated
- Every AI-assisted result gets at least one named method before you trust it.
- High-stakes results (anything that reaches your poster, paper, or public defense) get two independent methods.
- The method’s name goes in your AI Research Ledger. A blank or a vague word there is treated as no verification.
- If you cannot verify an output, that is itself a finding: you do not use it, and you say so.
Companion materials in the course repository: prompt design guide (getting an output worth checking) · AI error taxonomy (what each method is defending against) · AI Research Ledger template (where the method is recorded).