Exercise 3: Why Task 3 Used an Unfamiliar Tester Instead of Each Original Author — Possible Solution ==================================================================== WHY HAVING EACH AUTHOR RE-REVIEW THEIR OWN RUNBOOK WOULD SEEM REASONABLE ON THE SURFACE ------------------------------ An author already understands their own runbook thoroughly, and might seem best positioned to judge whether it's still accurate - they wrote it, they know the system, and re-reading it should be quick and efficient compared to bringing in someone unfamiliar with the procedure at all. WHY THIS APPROACH ACTUALLY CAN'T CATCH THE SPECIFIC PROBLEM TASK 3 FOUND ------------------------------ Per Chapter 8's own reasoning, "the author already knows what they meant - which means they'll unconsciously fill in every gap and resolve every ambiguity a genuine stranger would trip over." Applied to Task 3's own outdated-hostname finding specifically: an author who already knows the system, reading their own runbook, is exactly the kind of reader whose own background knowledge could paper over a stale reference without them consciously noticing anything wrong - they might read the hostname, mentally substitute the version they already know is current, and move on without registering that the document itself still says something else. WHY AN UNFAMILIAR TESTER DOESN'T HAVE THAT SAME BLIND SPOT ------------------------------ Someone new to the team, actually attempting to follow the precondition literally, has no pre-existing knowledge to substitute in place of what the document actually says - they either find the referenced hostname exists and is current, or they don't. This is precisely why Chapter 8 argued that a genuine test requires someone without the author's own contaminating background knowledge: the test's entire value comes from the tester experiencing exactly what a real, uninformed reader would experience. WHY THIS ISN'T ABOUT DISTRUSTING THE AUTHORS' OWN COMPETENCE ------------------------------ The choice to use unfamiliar testers in Task 3 isn't a judgment about whether the original authors are careful or skilled - it's a recognition that the specific failure mode being tested for (stale references invisible to someone who already knows the current answer) is structurally undetectable by exactly the kind of reader an author's own re-review would be. WHY THIS WORKS AS AN ANSWER ------------------------------ It explains why author re-review seems reasonable at first, explains specifically why an author's own background knowledge would have masked the exact problem Task 3 needed to catch, and explains why an unfamiliar tester's lack of that same background knowledge is what makes the test actually work.