{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/externalize-volatile-task-state-before-it-becomes-memory-work",
  "id": "MHC-D-RESEARCH-1251",
  "version": "0.1.0",
  "title": "Externalize volatile task state before it becomes memory work",
  "summary": "Working memory is a poor place to store state that a sheet, note or checklist can hold exactly.",
  "kind": "protocol",
  "body": "Move fragile task state into a visible external representation: current values, assumptions, open questions, completed checks and the exact next step. Research on cognitive offloading shows performance benefits in memory-based tasks, but that does not mean every thought belongs in a tool. Externalize the state you must preserve accurately; keep interpretation and judgment with the task.",
  "limits": [
    "Offloading evidence is strongest for memory-based tasks. Poor notes can create new errors, and externalization should not replace learning information you must later retrieve without the aid."
  ],
  "topics": [
    "union-cognitive-state-and-offloading"
  ],
  "intents": [],
  "source_ids": [
    "RS-26413FC076F9660F"
  ],
  "evidence": [
    {
      "claim": "A 2026 meta-analysis found that cognitive offloading to external resources can improve performance on memory-based tasks and can reduce interindividual variability under the studied conditions.",
      "source_id": "RS-26413FC076F9660F",
      "role": "supports",
      "note": "The evidence is about memory-based task performance; it does not show that externalizing information improves every reasoning task or removes the need to understand the external record.",
      "locator": "Abstract"
    }
  ],
  "use_when": [
    "A task requires you to hold several temporary values, constraints, open questions or next steps in mind while doing something else."
  ],
  "avoid_when": [
    "Offloading evidence is strongest for memory-based tasks. Poor notes can create new errors, and externalization should not replace learning information you must later retrieve without the aid."
  ],
  "example": "During a migration check, keep the current batch, failed keys, assumption under test and next query in one scratch table instead of rebuilding them from memory after each message.",
  "check": "After a short interruption, you can resume from the external state without reconstructing critical details from memory.",
  "steps": [
    "Identify information you are rehearsing only so you do not forget it.",
    "Put that state into one visible, trusted place using labels that will still make sense after an interruption.",
    "Mark what is verified, assumed, unknown and next.",
    "Resume from the record, then update it when the state changes."
  ],
  "sources": [
    {
      "id": "RS-26413FC076F9660F",
      "title": "Meta-analytic investigations of the effect of cognitive offloading on memory-based task performance and interindividual variability",
      "url": "https://doi.org/10.3758/s13421-025-01743-8"
    }
  ],
  "relations": [],
  "collections": [
    {
      "id": "RC-EF3925703702450D",
      "title": "Design the task around cognitive limits instead of fighting them",
      "url": "/collections/design-the-task-around-cognitive-limits-instead-of-fighting-them"
    }
  ]
}
