Slide 19 of 28
Part 3 — PreventionSlide 19
Slide 19 · MIT03 & MIT04
MIT03: Explanation Requirements — MIT04: Adversarial Spot-Checking
MIT03 — Explanation Requirements

Core principle: A human reviewing "LOW RISK — APPROVE" has no basis for evaluating whether the recommendation is sound. A human reviewing "LOW RISK — this transaction matches the customer's prior weekly corporate transfers in both size range and beneficiary geography, no first-use indicators" has the information needed to say "wait — this beneficiary is actually new" and override the recommendation.

Explanation enables evaluation, not just reading. The goal is not to make the AI's reasoning visible so humans feel informed. The goal is to give humans the inputs they need to catch AI errors. This means the explanation must include the features the agent used to reach its conclusion — not just a post-hoc rationalization of the conclusion.

Explanation depth scales with risk:

The security angle: In Scenario 2 (credibility relay), the AI assistant presented the vendor's injected note as a conclusion. If the system required the agent to explain the provenance of every fact in its summary — including "this authorization claim appeared in the email I processed, not in any verified internal system" — the attack would have been visible at the point of review.

MIT04 — Adversarial Spot-Checking

Core principle: If you want to know whether your human-agent review process is catching what it should, inject known-bad cases and measure whether they're caught. Not whether the agent catches them — whether the human-agent pair catches them. This directly tests the trust calibration of the human population.

How it works: On a periodic schedule (or triggered by risk signals), introduce synthetic test cases into the real review queue. Test cases include:

Measure what happens: Do humans catch the test cases when the agent gives them a low-risk score? What review duration do they spend? Do they invoke the mandatory review protocol? Pattern of behavior on test cases reveals systemic trust calibration issues before they become exploitation opportunities.

The adversarial element: Test cases should not be obvious. They should be crafted with the same care an adversary would use to exploit the system's blind spots. If your test cases are obvious and humans pass them, you have not tested the relevant vulnerability. The quality of adversarial spot-checking determines its security value.

💼 Business takeaway

Ask your team: does your AI agent explain its reasoning in plain language — or does it just give a verdict? Ask whether anyone regularly tests the system with cases designed to fool it, and whether those tests have actually caught a real blind spot.

← Back MIT05 & MIT06 →