{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/give-important-external-memory-a-fallback-path",
  "id": "MHC-D-RESEARCH-0462",
  "version": "0.1.0",
  "title": "Give important external memory a fallback path",
  "summary": "Offloading turns memory risk into access risk.",
  "kind": "checklist",
  "body": "For critical externalized information, check that it remains available through a plausible device loss, outage or account problem. Use synchronization, export, offline copy or another bounded fallback appropriate to the stakes. The goal is not duplicate everything; protect the information whose sudden absence would stop an important task.",
  "limits": [
    "Redundancy can increase privacy and version-control risk; keep copies minimal and governed."
  ],
  "topics": [
    "union-attention-offloading-interruptions"
  ],
  "intents": [],
  "source_ids": [
    "RS-91B54903D690A210"
  ],
  "evidence": [
    {
      "claim": "The same review notes that unexpectedly losing access to offloaded information can leave performance worse than relying on internal memory alone.",
      "source_id": "RS-91B54903D690A210",
      "role": "supports",
      "note": "Redundant storage or selective internal encoding can reduce this dependency risk.",
      "locator": "Unexpected loss of external memory"
    },
    {
      "claim": "External aids can support performance while access is available, but dependence becomes a risk when the aid is not durable, synchronized or retrievable at the moment of need.",
      "source_id": "RS-91B54903D690A210",
      "role": "supports",
      "note": "This is a practical implication from the review rather than a measured failure rate for modern note systems.",
      "locator": "Availability and access costs"
    }
  ],
  "use_when": [
    "You rely on one notes app, device or cloud location for information that would be costly to lose at the moment of need."
  ],
  "avoid_when": [
    "Redundancy can increase privacy and version-control risk; keep copies minimal and governed."
  ],
  "example": "Keep an offline encrypted copy of critical recovery instructions instead of relying solely on the account they are meant to recover.",
  "check": "You can retrieve the critical information through at least one plausible failure of the primary aid.",
  "checklist": [
    "The primary storage location is named.",
    "A realistic failure mode is identified.",
    "A fallback copy or alternate access path exists where stakes justify it.",
    "The fallback is tested occasionally.",
    "Sensitive information remains protected in both locations."
  ],
  "sources": [
    {
      "id": "RS-91B54903D690A210",
      "title": "The benefits and potential costs of cognitive offloading for retrospective information",
      "url": "https://www.nature.com/articles/s44159-025-00432-2"
    }
  ],
  "relations": [],
  "collections": [
    {
      "id": "RC-EDAA3E3B504F92AA",
      "title": "Protect attention while using external memory on purpose",
      "url": "/collections/protect-attention-while-using-external-memory-on-purpose"
    }
  ]
}
