{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/use-an-independent-check-only-when-it-is-truly-independent",
  "id": "MHC-D-RESEARCH-0488",
  "version": "0.1.0",
  "title": "Use an independent check only when it is truly independent",
  "summary": "Two signatures can still be one mistake copied twice.",
  "kind": "checklist",
  "body": "For catastrophic or irreversible decisions, design the second check to add different evidence or recomputation rather than merely rereading the same output. Hide the first result initially when anchoring matters. Compare discrepancies explicitly before approval.",
  "limits": [
    "Full independence is expensive and sometimes impossible; document shared dependencies instead of overstating redundancy."
  ],
  "topics": [
    "union-human-factors-error-resistant-work"
  ],
  "intents": [],
  "source_ids": [
    "RS-071174D15DDE671E"
  ],
  "evidence": [
    {
      "claim": "Redundancy and independent checks can increase reliability when a single failure would have unacceptable consequences.",
      "source_id": "RS-071174D15DDE671E",
      "role": "supports",
      "note": "Redundancy can fail jointly when checks share the same information, assumptions or interface.",
      "locator": "Forcing functions, checks and redundancies"
    }
  ],
  "use_when": [
    "A high-risk result receives a second check but both reviewers may share the same source, calculation or assumption."
  ],
  "avoid_when": [
    "Full independence is expensive and sometimes impossible; document shared dependencies instead of overstating redundancy."
  ],
  "example": "A second person independently recomputes the affected record count from source keys before a mass deletion.",
  "check": "The second check could realistically catch an error made by the first path.",
  "checklist": [
    "The checker can reconstruct the critical result independently.",
    "The original answer is hidden initially when feasible.",
    "Different source data or calculation path is used where appropriate.",
    "Disagreement must be resolved rather than averaged silently.",
    "The check is reserved for risks that justify the extra cost."
  ],
  "sources": [
    {
      "id": "RS-071174D15DDE671E",
      "title": "Staff Empowerment: System design, behavioral choices, learning systems and accountability",
      "url": "https://www.ahrq.gov/hai/quality/tools/cauti-ltc/modules/implementation/long-term-modules/module3/mod3-facguide.html"
    }
  ],
  "relations": [],
  "collections": [
    {
      "id": "RC-76433B7AE15B054C",
      "title": "Design routine work so ordinary human slips do less damage",
      "url": "/collections/design-routine-work-so-ordinary-human-slips-do-less-damage"
    }
  ]
}
