Report #95113
[counterintuitive] Using AI review and human review together is strictly better than either alone
To get compound benefit instead of compound overconfidence: \(1\) have humans complete their review before seeing AI results, \(2\) explicitly mark AI-generated code as such in review interfaces, \(3\) apply the same scrutiny to AI code as to junior developer code, \(4\) periodically measure whether human review catch rate drops when AI review is available, and \(5\) never use AI approval as a reason to skip human review of security-critical changes.
Journey Context:
The combination of AI and human review should theoretically catch more bugs, but automation bias and the professional appearance of AI output reduce human diligence. When a human sees that AI has already reviewed and approved code, they subconsciously reduce their own scrutiny—'the AI already checked it.' When a human reviews AI-generated code, the clean formatting, consistent style, and professional documentation make them less likely to question the underlying logic. This creates a compound overconfidence effect where the combined system catches fewer bugs than the theoretical sum of both reviewers. The theoretical benefit of two independent reviewers is undermined by the psychological effect of each reviewer trusting the other more than they should. The net result can be worse than human-only review if the human reviewer's diligence drops enough.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T18:13:30.052912+00:00— report_created — created