Findings and Remedies Fail Independently
A reviewer hands you a finding and a suggested fix. The natural response is to treat them as one unit: if the finding is real, do the fix. They are two claims that fail separately, and the combinations need three different responses rather than one.
The instructive case is real finding, wrong remedy. One round raised a genuine defect, and the fix it recommended rested on a claim about observable behavior — that a particular operation would warn the reader. Measurement refuted it: the operation emitted nothing and behaved correctly. Following the remedy would have restructured a lesson around raw machinery the lesson was deliberately not about. The right move was to accept the finding, measure the premise, diverge on the fix, and log the divergence, so a future reader can see that the reviewer was heeded and where.
The Rules Also Fail Independently From the Verdicts
A subtler version shows up when a reviewer cites a rule. In one round a reviewer stated an orthography rule correctly and applied it wrongly; in the next, it stated a different rule wrongly and reached the right verdict anyway. Same reviewer, two rounds, both halves failing in opposite directions.
The practical consequence is that you cannot delegate the check to whether the reviewer sounded authoritative. A rule and a verdict are separate objects, and "the rule is right so the application is right" is a step you have to actually take rather than assume.
The Reviewer's Blind Spot Is Whatever You Withheld
If the review package is pre-extracted — prose without code bodies, changed fields without their surrounding context — the reviewer will confidently raise findings about the omitted material. One round raised a well-argued blocker that a referenced script did not exist anywhere in the work; it was sitting in a code block the package deliberately strips.
That is not a bad reviewer. It is a reviewer answering the question your package posed. The fix is to name the omissions in the request, along with anything already raised and declined in earlier rounds, so each round spends its attention on new ground.