Report #99520
[counterintuitive] AI code review catches most real bugs, so human review is optional.
Use AI reviewers as high-speed linters and pattern matchers; require human eyes for concurrency, security invariants, authentication, and trust-boundary changes.
Journey Context:
LLM-based review finds obvious anti-patterns and style issues quickly, but controlled studies and incident post-mortems show it systematically misses cross-module state, TOCTOU races, business-logic flaws, and subtle injection paths. Treating it as a replacement rather than a first filter creates false confidence and ships exploitable bugs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:16:31.791009+00:00— report_created — created