{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/use-a-decision-tree-when-sequence-changes-what-you-know",
  "id": "MHC-D-RESEARCH-0396",
  "version": "0.1.0",
  "title": "Use a decision tree when sequence changes what you know",
  "summary": "Order matters when tomorrow's decision gets to learn from today's outcome.",
  "kind": "protocol",
  "body": "Draw branches in the order decisions and uncertain events occur. At each decision node, include only the information that would actually be known then. Put consequences at the leaves. This makes staged commitments, options to wait, tests and contingent actions visible instead of averaging them into one static comparison.",
  "limits": [
    "Large trees grow exponentially; collapse irrelevant branches or use an influence diagram when the tree stops aiding understanding."
  ],
  "topics": [
    "union-decision-analysis-calibration"
  ],
  "intents": [],
  "source_ids": [
    "RS-58F1FE5B31D54046"
  ],
  "evidence": [
    {
      "claim": "Decision trees branch over decisions and uncertain states in the order those distinctions become known, making sequence explicit.",
      "source_id": "RS-58F1FE5B31D54046",
      "role": "supports",
      "note": "Large trees become unwieldy; influence diagrams or simulation may be more practical for complex problems.",
      "locator": "Decision trees"
    }
  ],
  "use_when": [
    "A choice can be followed by new information and later choices depend on what happened earlier."
  ],
  "avoid_when": [
    "Large trees grow exponentially; collapse irrelevant branches or use an influence diagram when the tree stops aiding understanding."
  ],
  "example": "Choose whether to pilot a tool now, observe pilot results, then decide whether to scale rather than evaluating 'buy or not buy' as one irreversible decision.",
  "check": "The model shows at least one place where waiting for information or staging commitment changes the available decision.",
  "steps": [
    "Place the first decision or uncertain event at the root.",
    "Branch only on distinctions that affect a later action or consequence.",
    "At later decision nodes, use only information available by that point.",
    "Attach outcome/value information to terminal paths.",
    "Prune branches that cannot change the decision or consequence."
  ],
  "sources": [
    {
      "id": "RS-58F1FE5B31D54046",
      "title": "Fifty years of decision analysis in operational research: A review",
      "url": "https://doi.org/10.1016/j.ejor.2025.05.023"
    }
  ],
  "relations": [],
  "collections": [
    {
      "id": "RC-3EA4A5EF5790DD81",
      "title": "Model the decision before buying more certainty",
      "url": "/collections/model-the-decision-before-buying-more-certainty"
    }
  ]
}
