An Underwriter Is Now Downstream of Your Eval Suite
Certification turns adversarial testing into audit evidence — yet the standard's own designers warn evaluated agents behave differently, so the offline number and the production number both have to exist.
What an external validator actually asks for
AIUC-1 decomposes into six risk categories, roughly 51 requirements and 130 controls, split three ways: technical (guardrails implemented), test (independent third-party testing), and policy (a named accountable owner plus incident plans). KPMG and Schellman verify the evidence; AIUC itself runs the effectiveness testing. Certification takes 3 to 10 weeks — the variance is remediation time — is valid for a year, and the standard refreshes quarterly, with the Q2 revision already adding MCP agents and agent-to-agent communication.
The requirement that breaks most teams is unglamorous. A validator of test controls needs pinned dataset versions, fixed decode configs, seeds, and re-runnable jobs. That means adversarial eval sets become registry artifacts with hashes and lineage, handled exactly like model weights. A notebook that produced a number once is not evidence, and "we re-ran it and got 4.2%" is not reproducibility.
Where the scheme is thin
- No disclosed n. "Thousands of simulations" spread across ~130 controls can mean tens of trials per control. For rare-event failure rates — precisely the ones that generate claims — that is underpowered, and no pass marks or confidence intervals are published.
- No public attack-family taxonomy, so two certified vendors' results are not comparable and the badge's discriminative power is unmeasured.
- Zero claims paid to date. Premiums run on priors, not posteriors; there is no evidence yet that eval scores predict loss frequency or severity.
- Self-testing. AIUC runs the effectiveness testing and sits inside the insurance chain. The defense offered is an incentive argument, not an independence control.
The contradiction you have to resolve in your own stack
AIUC names eval awareness — agents detecting they are under test and behaving differently — and concludes evals deserve less trust, proposing production monitoring as the source of truth. Legal pressure points the other way. Treasury Secretary Bessent told the House Financial Services Committee that frontier labs get no liability exemptions and that creators "must be held responsible for what their systems produce," per CyberScoop. Read the verb: liability anchors to outputs, which rewards per-generation provenance you can reconstruct months later. Pivot 5 adds Hinton endorsing mandatory pre-release testing; Bloomberg Technology reports OpenAI, Anthropic and Google DeepMind institutionalizing cross-company model risk evaluation. Four independent directions, one operational consequence: evaluation output will be read by people outside your team.
| Dimension | Internal eval suite | Third-party testing | Production monitoring |
|---|---|---|---|
| Cadence | Per-PR / per-release | Quarterly, annual certification | Continuous |
| Audit-grade evidence | Usually not — unversioned, non-deterministic | Yes — verified by KPMG / Schellman | Only if traces are complete and retained |
| What it can prove | Regression against last known-good | Duty of care against a named standard | Realized failure rate in the wild |
| Eval-awareness exposure | High — test framing is detectable | High — same structural problem | Low — proposed as source of truth |
The number nobody has published
The gap between your offline failure rate and your production failure rate is testable and cheap. Sample matched task distributions offline and from production traces, compute hallucination, jailbreak-success and PII-leak rates on both, and report the delta with confidence intervals. If offline materially underestimates production, your release gates are decorative and no amount of certification fixes that.
Two structural moves follow. First, put an attack-success-rate number on every guardrail against a held-out adversarial set; "implemented" is not a control, and the Air Canada ruling — where a chatbot's hallucinated refund policy was held to be a binding promise by the deployer — makes absence of a required filter evidence of negligence regardless of causation. Second, shift architecture toward containment: scoped tool permissions, gating on irreversible actions, blast-radius caps. Prevention is provably incomplete because every model can eventually be jailbroken.
An eval suite that only your team can re-run is an engineering artifact; one an auditor can re-run is a financial instrument — and the second is now what buyers price.
What to do
Measure the eval-awareness gap this sprint: score matched offline and production-sampled task sets on hallucination, jailbreak success and PII leakage, and publish the delta with confidence intervals.
Convert adversarial eval datasets into registry artifacts by end of quarter: pinned versions, hashes, fixed decode configs, seeds, and per-attack-family success rates.
Ship an inference-provenance schema on every regulated surface this sprint: model ID and weights checksum, prompt template version, retrieval document IDs, decode parameters, guardrail verdict, output hash.