OAK Assure is a TEVV workbench for defense-AI. It grades a classifier against a known truth the way a reliable-AI programme needs before fielding — performance, calibration, conformal coverage, adversarial robustness and input drift — and returns a PASS / FAIL verdict with a per-gate table. Not just numbers: a verdict, with the evidence behind it.
Each dimension is scored and gated against a configurable threshold. The result is a per-gate PASS / FAIL — illustrative defaults, set per programme.
| Dimension | Metric | Gate (default) |
|---|---|---|
| Performance | clean accuracy + per-class precision / recall / F1 + confusion | accuracy ≥ 0.80 |
| Calibration | Expected Calibration Error, Brier score, reliability curve | ECE ≤ 0.10 |
| Conformal coverage | split-conformal prediction-set coverage & average set size | no under-coverage |
| Adversarial robustness | accuracy on the adversarial split — spoof / decoy / noise | drop ≤ 0.25 |
| Input drift | Population Stability Index, train vs test | mean PSI ≤ 0.25 |
--report mode for CI / scheduled assurance runs
OAK Assure doesn't only grade a model; it can harden it and re-grade, honestly, so a borderline FAIL becomes a defensible PASS.
OAK Assure is the second half of the reliable-AI loop: OAK Synthetic Environment makes the labelled data — with a known truth and an adversarial split — and this harness grades the model on it. The sim makes the data; the harness grades the AI.
It reuses the EW SUITE's AI libraries
(ai_core classifiers, ai_calibration metrics) and reads any JSONL
with the SynthEnv record schema. It produces assurance evidence; it is not an accreditation.
Bring a classifier and a labelled set — or generate one — and we'll run the assurance pass with you.
Request a demo