Auditable Trustworthiness LevelsAI lifecycle governance research presentation
Research briefing

Auditable trustworthiness levels for AI governance.

The paper proposes a governance translation layer: turn heterogeneous trustworthiness measurements into auditable levels that can be monitored, contested, and reassessed over the AI lifecycle.

arXiv:2607.16130v1Ferrario · 2026EU AI Act contextLifecycle monitoring

What you should learn

  • 1Why checklist-style AI governance and metric-only MLOps leave a monitoring gap.
  • 2How protocols, profiles, labels, and learned rules fit together.
  • 3How boundary margin and profile drift give governance teams early warning signals.
  • 4Where this is useful, where it fails, and how to adapt it for enterprise AI platforms.
2
Core components
Formal framework + lifecycle governance procedure.
3
Simulation families
Recommender/clinical baseline, asynchronous lending, hospital-copy comparison.
Central thesis

The contribution is not another compliance checklist.

It is a lightweight, auditable mechanism for saying: “given this intended purpose and context, the current measured profile maps to this trustworthiness level, with this much fragility and this much drift.”

Trustworthiness becomes a governed state variable, not a vague attribute.

Plain-language interpretation
The paper treats AI trustworthiness like a controlled operational state. You define what dimensions matter, measure them over time, map the profile to an agreed level, then use level transitions as evidence for monitoring, documentation, and possible reassessment.
Why it matters
Lifecycle AI governance needs to decide whether updates, degradation, context shifts, or deployment-copy differences are material. This methodology creates an auditable basis for those decisions without pretending that the model replaces legal, safety, compliance, or domain judgment.
Problem framing

The missing middle layer.

Governance frameworks

They articulate principles such as robustness, transparency, fairness, safety, accountability, and oversight. They help orient decisions but are often too high-level for repeated quantitative reassignment after deployment.

NIST AI RMFALTAIEU AI Act

MLOps metrics

They track local signals like accuracy, drift, calibration, fairness gaps, attack success, explanation complexity, or override rates. They are measurable but often do not say how the combined state should be interpreted for governance.

Metric-richContext-poor

Lifecycle decisions

Providers, deployers, and oversight bodies need to know when a system remains acceptable, when a change requires review, and how to document those judgments over time.

Review triggerReassessment
Research gap: Few approaches jointly provide a unified trustworthiness state representation, an auditable rule mapping that state to levels, post-deployment measurement across heterogeneous cadences, and a documented workflow for validation, relabeling, reassessment, and governance updates.
Formal model

Protocol → metrics → profile → level.

The framework starts with an AI system A, intended purpose IA, and context of use CA. A governance team defines a trustworthiness protocol PA: the finite set of dimensions relevant for that system and context.

PA = { d1, …, dn }

qiA(t) ∈ [0,1]k(i) → QiA(t) = ai(qiA(t))

QA(t) = ( Q1A(t), …, QnA(t) ) ∈ [0,1]n
Governance-relative trustworthiness Objective only relative to a documented protocol and context. Protocol dimensions selected Measures normalized + aggregated Profile Q(t) vector state Representative dimensions Performance Calibration Fairness Oversight Safety Privacy Explainability Robustness
Measurement design

Not every dimension refreshes at the same speed.

One of the paper’s most useful practical observations is cadence heterogeneity. Some signals can be logged continuously. Others require delayed outcomes, batch review, user studies, attack simulations, or formal audits.

DimensionExample measuresTypical collection logic
Predictive performanceF1, AUROC, squared errorUsually delayed; updated over recent resolved cases or rolling validation windows.
CalibrationBrier score, expected calibration errorRequires outcomes. Often measured on delayed windows rather than live logs.
FairnessDemographic parity, disparate impact, equalized odds, error-rate balanceOften batch-based. Requires protected attributes and realized outcomes.
ExplainabilityFaithfulness, explanation complexity, documentation reviewSome model/output signals are automatic. Human-centered indicators are periodic.
Privacy/data governancek-anonymity, differential privacy, membership-inference successTypically assessed through audits, simulations, or after data/model updates.
Robustness/safetyShift performance, attack success rate, stress-test retentionDrift may be semi-continuous. Robustness and safety often require periodic tests or red-teaming.
Human agency/oversightOverride rate, escalation rate, reliance calibrationOperational logs can be continuous. User-centered measures are periodic.
Learning rule

Expert labels become an auditable operational rule.

The paper assumes a historical labeled dataset where each measured trustworthiness profile is assigned a governance level by an audit process. A learned rule then maps future profiles to levels.

DN = { ( QA(ti), Yi ) }i=1…N

A,N : [0,1]n → [K]

minimize: empirical loss + λ × model complexity

Decision trees are used as the proof-of-concept model class because they produce threshold rules that governance actors can read, challenge, and document.

Why decision trees fit the first version

  • They express governance thresholds naturally: “accuracy below α,” “robustness above β,” “fairness gap below δ.”
  • They produce visible plateaus and readable level transitions.
  • They can be penalized for complexity, constrained by depth/leaves, and validated with time-aware splits.
  • !They should be abandoned when boundaries are high-dimensional, interaction-heavy, non-axis-aligned, or unstable.
Important nuance
The learned rule may preserve, compress, refine, or fail to improve the expert rule. A “no learned rule” outcome can be responsible when labels are sparse, regimes are not covered, or deployment lacks variation.
Governance workflow

Three phases connect design-time judgment to post-deployment reassessment.

Phase 1Pre-deployment governance Phase 2Formalization + empirical learning Phase 3Post-deployment monitoring • specify intended purpose + context• define trustworthiness protocol• operationalize dimensions• define level scale + labels• collect sandbox / pilot data • construct labeled dataset• learn candidate rule• validate temporally• document model structure• choose expert or learned rule • measure profile over time• assign levels• compute margin + drift• trigger review / relabeling• update protocol or reassess reviewed post-deployment cases may update labels, dataset, protocol, or operative rule
Governance guardrail: post-deployment predictions do not automatically update the labeled dataset. Retraining requires reviewed cases, new reference labels, protocol versioning, and documented disagreement handling.
Monitoring diagnostics

Two signals make lifecycle movement visible.

Boundary margin

Distance from the current profile to the boundary of its assigned trustworthiness region. Large margin means the system is well inside its current plateau. Small margin means it is close to a level transition.

κ̂A,N(t) = dist( QA(t), ∂Cτ̂A,N(t) )

Profile drift

Distance between the current profile and a prior profile over a chosen horizon. High drift means the system is moving quickly through trustworthiness space, even if it has not yet crossed a level boundary.

DA(t;h) = (1 / √n) · || QA(t) − QA(t−h) ||2
Level 3 plateau Level 4 plateau Level 1 plateau Level 2 plateau margin drift over h A profile can be stable but near a boundary, or moving fast while still inside a plateau.
Control design

Human responsibilities are part of the method.

FunctionResponsibilitiesControl principle
System / product ownerAssemble evidence, maintain procedure, own operational continuity.Clear accountability.
Domain experts + representative usersInterpret intended purpose, context of use, and consequences of trustworthiness failures.Context validity.
Technical / data teamsMaintain measurement pipelines, datasets, aggregations, and candidate rules.Engineering reliability.
Independent validation / risk / complianceChallenge dimensions, labels, assumptions, and validation results.Segregation of duties.
Governance authorityApprove operative rule and decide continue, restrict, rollback, review, or reassess.Human authorization gate.
Internal audit / assuranceVerify evidence retention, protocol versioning, escalation, and corrective actions.Auditability.
Reporting artifact

The paper’s reporting object is the practical deliverable.

The governance artifact records how trustworthiness levels are defined, learned, monitored, and reassessed. It is useful because it forces the organization to keep definitions, data, rules, ownership, and update history together.

Operational point: This should live next to technical documentation, post-market monitoring plans, risk registers, model cards, eval dashboards, release notes, and incident records.

Minimum sections

System + contextProtocolMeasuresAggregationLevel scaleLabelsLearned ruleValidationData adequacyCurrent monitoring stateResponsibilitiesUpdate recordEscalationReassessment
Key audit questions
Who approved the protocol? Which version generated each label? What dimensions are omitted? What data windows and cadences are used? Is the learned rule more informative than the expert rule? What conditions trigger no action, intensified monitoring, relabeling, retraining, restriction, rollback, or reassessment?
Proof-of-concept simulations

The experiments teach governance behavior, not external validity.

1. Lifecycle baseline

Two systems use two dimensions: accuracy and robustness. A dense recommender trajectory and a sparse clinical trajectory show how cadence and risk profile change level dynamics.

Recommender: near-perfect trackingClinical: coarser effective rule

2. Asynchronous lending

Performance, explainability, robustness, and fairness are measured at different cadences. Governance-review profiles use the latest available measurement for each coordinate.

Imbalanced labelsRare regimes weakly learned

3. Hospital-copy comparison

Two hospitals deploy copies of the same clinical system. Stable Alpha has no useful regime variation, so expert rule remains operative. Brittle Beta generates variation, but the learned rule compresses severe states.

Alpha: keep expert ruleBeta: boundary fragility
Experiment 2 test accuracy
0.83 test accuracy, but balanced accuracy 0.50 and macro-F1 0.45 due to weak regime support.
Hospital Beta test degradation
0.50 test accuracy, 0.33 macro-F1. The learned tree predicts levels 2–4 but misses rare level 1.
Research interpretation

Learning is useful when it exposes governance adequacy.

The goal is not “maximize classifier performance.” The goal is to determine whether the organization has enough stable, meaningful evidence to operationalize its trustworthiness standard.

  • APreserve: the learned rule matches the expert standard. Monitoring becomes efficient and auditable.
  • BCompress: the learned rule merges levels. This may be acceptable if granularity is unsupported, or it may reveal inadequate evidence.
  • CRefine: the learned rule discovers stable, meaningful threshold structure not fully specified by experts.
  • DReject: the learned rule is brittle, noisy, under-covered, or unstable. Keep expert governance and improve data/labels/protocol.
Enterprise adaptation

How this maps to an AI platform governance layer.

Trustworthiness governance service Treat AI products, agents, and model-backed workflows as systems with versioned protocols and monitored profiles. AI system registrypurpose, owner, risk tier Protocol registrydimensions, thresholds, cadences Evidence pipelinesevals, logs, audits, incidents Review bodyapproval + escalation Runtime monitoring loop collect profile Q(t)apply operative rule T̂compute margin + driftroute governance action Controls to add: protocol versioning, evidence lineage, label provenance, immutable audit logs, approval workflows, rollback hooks, and release gates.
Implementation blueprint

Minimum viable enterprise pattern.

Data model

AISystem(id, purpose, context, owner, riskTier)
Protocol(id, systemId, version, dimensions, cadences)
Metric(id, dimension, source, orientation, window)
Profile(systemId, protocolVersion, t, vector, evidenceRefs)
Label(profileId, level, protocolVersion, adjudicator, rationale)
Rule(id, protocolVersion, modelClass, thresholds, validation)
MonitoringEvent(profileId, level, margin, drift, action)

Control gates

  • 1New AI system or material context change creates/updates intended purpose and context record.
  • 2Protocol cannot activate without owner, independent challenger, review cadence, and measurement evidence plan.
  • 3Learned rule cannot replace expert rule without temporal validation and boundary robustness review.
  • 4Production monitoring must emit level, margin, drift, evidence references, and action routing.
LLM / agent example dimensions
DimensionExample signalsLikely cadence
Task reliabilityeval pass rate, tool-call success, answer acceptance, retrieval accuracyCI + rolling production windows
Safety / policy conformanceblocked unsafe requests, policy violations, red-team suite outcomesCI, release gates, incident-triggered audits
Rights / data governanceentitlement violations, restricted-source access attempts, citation/source coveragenear-real-time logs + periodic audit
Explainability / provenancesource trace completeness, rationale quality, human-review agreementbatch review + targeted sampling
Human oversightescalation rate, override rate, unresolved task rate, operator confidenceoperational logs + weekly/monthly review
Critical assessment

Use it as a governance scaffold, not a compliance oracle.

Strengths

  • +Connects high-level AI trustworthiness to measurable lifecycle state.
  • +Makes assumptions, thresholds, labels, rules, and transitions contestable.
  • +Supports EU AI Act-style documentation, post-deployment monitoring, and substantial-modification review logic.
  • +Forces explicit ownership, validation, and reassessment gates.

Failure modes

  • Weak measurement makes the profile meaningless.
  • Sparse or unstable labels produce brittle learned rules.
  • Class imbalance hides rare severe regimes.
  • Protocol drift can invalidate historical comparisons unless versioned carefully.
  • Decision trees may oversimplify non-axis-aligned or interaction-heavy governance standards.
Adoption criterion: Use the method when you can define meaningful dimensions, maintain reliable evidence pipelines, adjudicate labels, version protocols, and act on review triggers. Do not use it to launder uncertain judgments into false precision.
Decision guide

When to keep, learn, or reject the operative rule.

Observed conditionGovernance interpretationRecommended action
Stable profiles; one level dominatesLifecycle data has insufficient regime variation.Keep expert rule. Improve monitoring coverage if risk warrants.
High accuracy but poor balanced accuracy / macro-F1Dominant regime is learned; rare regimes are weakly supported.Do not rely on aggregate accuracy. Escalate severe-regime coverage and label strategy.
Small boundary marginsCurrent state is close to a level transition.Intensify monitoring or trigger expert review before crossing.
High profile drift without level changeSystem is moving rapidly inside the same plateau.Review root cause, measurement window, and upcoming boundary risk.
Zig-zag level assignmentsRule boundary is brittle or measurement noise is high.Reject or constrain rule; redesign thresholds, smoothing, cadences, or review logic.
Protocol version changedHistorical profiles may not be comparable.Version labels/rules; document migration; avoid silent retraining across standards.
Key takeaways

What to retain.

  • 1Trustworthiness is context-relative. There is no universal profile.
  • 2The core abstraction is profile → level → diagnostics → governance action.
  • 3Decision trees are useful because governance often works through thresholds, but they are not mandatory.
  • 4Boundary margin and profile drift separate “near a boundary” from “moving fast.”
  • 5A learned rule is only trustworthy if the protocol, measurements, labels, validation, and responsibilities are trustworthy.
  • 6The artifact is especially strong as an enterprise governance pattern for AI products, agents, and model-backed workflows.
Glossary

Compact vocabulary.

Trustworthiness protocol

The selected dimensions, metrics, aggregation logic, cadences, and admissibility rationale for one AI system in one context.

Trustworthiness profile

The normalized vector of current dimension scores. It is the measured governance state of the system at time t.

Reference labels

Expert or audit-assigned trustworthiness levels for profiles, produced under a documented labeling procedure.

Empirical rule

A learned, interpretable mapping from profiles to levels. In the paper, decision trees serve as the proof-of-concept class.

Boundary margin

Distance from current profile to its assigned regime boundary. Measures local fragility.

Profile drift

Distance between the current profile and a previous profile over horizon h. Measures movement over time.

Provenance

Sources and traceability.

Primary source: Andrea Ferrario, “A Methodology for Auditable Trustworthiness Levels in AI Lifecycle Governance,” arXiv:2607.16130v1, July 2026. Local file analyzed: 2607.16130.pdf.

Paper sections used: Abstract and Introduction; Background; Formal Framework; AI Lifecycle Governance Procedure; Auditing Measures; Reporting Artifact; Experiments 1–3; Discussion, Appendix, and References.

SourceUse in presentationURL
Ferrario 2026 arXiv paperPrimary paper claims, model, workflow, diagnostics, experiments, limitations.arxiv.org/abs/2607.16130
EU AI ActContext for conformity assessment, technical documentation, post-market monitoring, and substantial modification logic.eur-lex.europa.eu/eli/reg/2024/1689/oj
EU AI Act Article 72High-risk AI post-market monitoring plan and lifecycle performance/compliance monitoring context.ai-act-service-desk.ec.europa.eu/en/ai-act/article-72
NIST AI RMF 1.0Related governance functions: Govern, Map, Measure, Manage.nist.gov/itl/ai-risk-management-framework
ISO/IEC 42001:2023Enterprise AI management-system context for continuous improvement and governance controls.iso.org/standard/42001

Generated 2026-07-20. This presentation is explanatory synthesis. It is not legal advice and does not validate the paper experimentally beyond the paper’s own synthetic proof of concept.