FunnyEnough

Engineering notes & expertise

Reading

Size
Theme
Motion
For long-form reading
Type
Width
Space
Aids

Multi-Lens QA Fan-Out: Blind Self-Review Across 5 Lenses, Then Triage

QA reviewFreshClaudeverified 2026-06-21sha e779cd80919c

Born in: the post where it earned its place →

A vendor “review my code” prompt runs one blended pass that quietly merges concerns and lets a strong correctness story bury a security or data-loss issue; this forces five blind, non-overlapping passes with an explicit “fresh slate, no already-covered” rule, then quarantines the cross-pass reasoning into a dedupe+severity triage that also respects a deferrals list – which is exactly the structure that surfaces the bug a single pass talks itself out of. This is the BREADTH variant: reach for it over the single adversarial reviewer on a high-stakes or wide diff, or when one reviewer keeps rationalizing.

Fill in: diff_or_paths stack_and_runtime intentional_deferrals

Shared as is, for reference. Read it and decide what it will do before you run it; using it is your responsibility, under the terms.