// module · 2 lessons
Verify from outside
Generation got cheap; the review is the job. Pair every output with a check anchored outside the thing being checked.
- 01Verification is the job nowGeneration got cheap; being sure it's right did not. In an AI build the review is the actual work, so pair every output with a way to verify it.
- 02The check has to come from outsideA system can't verify itself; any check that shares its blind spot will bless its own error. Real verification is anchored to something the work can't move.