{
  "schema": "vedokrok.public-item.v1",
  "release_id": "MHC-RPUB-20260920-75ad787a",
  "url": "/knowledge/keep-reversible-experiments-behind-a-boundary",
  "id": "MHC-D-RESEARCH-9144",
  "version": "0.1.0",
  "title": "Keep reversible experiments behind a boundary",
  "summary": "Boundaries can contain learning risk.",
  "kind": "protocol",
  "body": "Place the experiment behind an interface, feature switch, sandbox or isolated process so it can be tested and removed without forcing broad migration.",
  "limits": [
    "Modularity trades coordination inside a boundary for coordination across interfaces. Do not split systems simply to make diagrams or org charts look cleaner."
  ],
  "topics": [
    "union-systems-strategy-and-leverage-thinking"
  ],
  "intents": [],
  "source_ids": [
    "RS-E3F5E2F94A0C75BB"
  ],
  "evidence": [
    {
      "claim": "Parnas showed that modularization outcomes depend on decomposition criteria and argued for boundaries that hide changeable design decisions to improve flexibility and comprehensibility.",
      "source_id": "RS-E3F5E2F94A0C75BB",
      "role": "supports",
      "note": "This is foundational software-design reasoning; organizational adaptations require separate validation.",
      "locator": "Abstract and design comparison"
    }
  ],
  "use_when": [
    "When innovation is useful but experimental changes could destabilize the stable core."
  ],
  "avoid_when": [
    "Modularity trades coordination inside a boundary for coordination across interfaces. Do not split systems simply to make diagrams or org charts look cleaner."
  ],
  "example": "A new AI-assisted classification path runs behind a switch and outputs the existing schema, allowing quick rollback.",
  "check": "The experiment can fail or be removed without a wide coordinated recovery.",
  "steps": [
    "Choose the experimental assumption.",
    "Define the containment boundary.",
    "Define rollback and data isolation.",
    "Prevent downstream consumers from depending on unstable internals."
  ],
  "sources": [
    {
      "id": "RS-E3F5E2F94A0C75BB",
      "title": "On the Criteria To Be Used in Decomposing Systems into Modules",
      "url": "https://doi.org/10.1145/361598.361623"
    }
  ],
  "relations": [
    {
      "from": "MHC-D-RESEARCH-9144",
      "to": "MHC-D-RESEARCH-9145",
      "type": "useful_with",
      "url": "/knowledge/separate-policy-from-implementation-mechanism"
    }
  ],
  "collections": [
    {
      "id": "RC-28D91C30CEA1CB4A",
      "title": "Systems and strategic leverage: feedback, flow, modularity, robust options, and information value",
      "url": "/collections/systems-and-strategic-leverage-feedback-flow-modularity-robust-options-and-information-value"
    }
  ]
}
