Skip to main content

Model governance

A scientific model is more than its weights: it is the activation specs, the operator types, the derivative orders it claims, and the numerical guarantees attached to its outputs. Governance means tracking all of these through the model's life.

A governance lifecycle

What to record at each stage

StageRecord
Specifyactivation names + ActivationSpec metadata, operator tags, max derivative order
Buildbackend + version, dtype, seeds
Verifycross-backend parity results, enclosure tests vs. dense grid + random sample
Certifycertificate JSON + digest, theorem_prover_verified status
Releasesemantic version, changelog entry, stability-matrix snapshot
Auditthe exact commands to reproduce every published number

Roles and sign-off

  • Author produces the model and its certificates.
  • Reviewer independently re-runs the evaluation gates and inspects the exactness labels.
  • Approver signs the release only when gates pass and scope claims match the scope boundaries.
Make the exactness label a required field

In any internal model card, treat the exactness category (closed-form / autodiff-exact / numerical) as a mandatory field per claimed quantity. A model card that says "exact" without a category is incomplete.

Tie-in to omnibias features

See also