THE RIGHT ANSWER IS THERE
The Generation-Verification Gap: When the Right Answer Loses
A model can generate a correct candidate and still fail because its verifier cannot reliably select it.
THE GAP
Generation success minus selection success
- Pass at K: at least one of K candidates is correct
- Success rate: the verifier's chosen candidate is correct
- The distance between them is the gap
This is narrower than the whole cost of review: it measures whether a checking strategy can recover correctness that generation already placed in the candidate set.
A correct candidate is useless if the checker cannot find it
Saad-Falcon et al. define the gap in section 3 of their NeurIPS 2025 paper, not as a model's inability to answer, but as a verifier's failure to select a correct answer already generated.
WEAK VERIFIERS
More judges help only when their uneven reliability is accounted for
The paper's result is specific: on its repeated-sampling evaluation, Weaver outperformed majority voting and naive verifier averaging; it is not evidence that model judges are reliable everywhere.
- 33 reward models and language-model judges supplied weak signals
- Weaver weighted and filtered those signals with minimal labeled data
- Llama 3.3 70B plus Weaver averaged 87.7% across four reasoning and math sets
THE OFFLOAD RULE
Before offloading, name the verifier and test its errors
- Objective check: execution, reconciliation, or a sealed answer
- Learned judge: measure false positives on representative work
- No relevant check: keep accountable expert review
This operator rule extends the paper rather than quoting it: a verifier is useful only for the task and errors you actually face, and its cost belongs in the offload decision.
Sampling more answers cannot rescue a checker that ranks them badly
More generation raises the oracle ceiling only when correct candidates appear. The realized gain still depends on selection, so verifier quality can become the binding constraint.
FELT VERSUS MEASURED
Self-assessment is evidence to test, not a verifier to trust
METR now labels the result historical and not representative of current tools. Its enduring lesson here is narrower: felt speed and measured speed diverged in that sample.
- Early-2025 RCT: 16 experienced open-source developers, 246 tasks
- Observed in that setting: AI-allowed work took 19% longer
- Afterward, participants still estimated AI had made them 20% faster
THE OPERATOR'S CHECKLIST
Audit the selector, not just the generator
- Collect representative tasks with sealed or independently reviewed answers
- Generate candidates, then log what each verifier ranks first
- Track false acceptance, false rejection, review cost, and expiry
The audit turns metacognitive demand into an external record: the question is not whether the output looks persuasive, but whether this verifier selects correctly on this work.