Purpose: Ensure the human has the information and knowledge needed to trust the agent at the right level for each specific situation.
MIT01 (uncertainty communication) gives the human real-time information about when the agent's confidence is lower than usual. MIT03 (explanation requirements) gives the human the agent's reasoning, not just its conclusion. MIT05 (training) gives the human durable knowledge of where the agent's limitations lie. MIT08 (content provenance) ensures the human knows when they are seeing external content vs. the agent's own analysis.
These mitigations do not constrain the human — they inform the human. A human with accurate information about agent confidence, reasoning, limitations, and content sources will naturally calibrate their trust more accurately than one without. Layer 1 is the foundation; without it, the other layers are enforcing rules the human doesn't understand the reason for.
Purpose: For high-risk decisions, ensure oversight happens regardless of the agent's recommendation — through hard enforcement, not human discretion.
MIT02 (mandatory checkpoints) sets non-bypassable review gates for decisions above defined thresholds. MIT07 (separation of duties) requires independent second review for irreversible high-impact actions. MIT06 (override logging) provides the detection layer that identifies when the oversight system is being gamed, stressed, or drifting — and creates accountability for decisions made outside protocol.
The key word is "mandatory." Elena had a protocol. She didn't follow it, because the agent gave her a reason not to. Layer 2 removes that choice for the decisions where getting it wrong is most costly.
Purpose: Maintain the human's independent capacity to evaluate the agent's output and to perform the underlying task without the agent.
MIT04 (adversarial spot-checking) actively tests whether the human-agent pair is catching what it should — and surfaces trust calibration drift before it creates an exploitable gap. MIT09 (independence maintenance) maintains the human's underlying skill through deliberate practice, so that when the agent fails or is compromised, the human's independent evaluation capacity has not atrophied.
Minimum viable set: MIT01 + MIT02 + MIT08 + MIT07 addresses the highest-impact exposure across all six patterns. Start there. Add MIT04 and MIT06 for operational maturity. MIT03, MIT05, and MIT09 for full depth.