Domain III · Competency III.C

Govern the release, monitoring and maintenance of the AI system

Assess release readiness (model card, conformity), monitor continuously and schedule maintenance/retraining, run periodic assessments (audits, red teaming, threat modeling, security testing), manage and document incidents, root-cause them cross-functionally, and make required public disclosures.

Exam weight: 8–10 questions

Quick check not attempted yet — take it below to track your score.

Performance indicators

Key terms

Release readiness
A go/no-go gate confirming the system meets its acceptance thresholds, has its documentation and model card, and satisfies any conformity requirements before entering production.
Model card
A standardised summary of a model — intended use, training data, performance across conditions/groups, limitations and ethical considerations — published for transparency to downstream users.
Conformity assessment
The EU AI Act process (Art. 43) by which a provider demonstrates a high-risk system meets the Act's requirements before market placement, evidenced by the CE marking and an EU declaration of conformity.
Continuous monitoring
Ongoing observation of a deployed model's performance, inputs and outputs to detect degradation, drift, errors or misuse in production.
Data drift
The input data distribution shifts away from the training distribution over time (covariate shift), degrading performance even though the relationship being modelled is unchanged.
Concept drift
The relationship between inputs and the target itself changes (what a "good" answer is shifts), so a once-accurate model becomes wrong.
Red teaming
Adversarial testing in which a team deliberately tries to make the system fail, produce harmful output or be misused — to surface weaknesses before attackers or reality do.
Threat modeling
A structured analysis of how a system could be attacked or abused (assets, attackers, attack surfaces) to prioritise defences.
AI audit
A systematic, often independent evaluation of whether the system conforms to defined criteria (policies, standards, law) — assurance, distinct from adversarial red teaming.
AI incident
An event where an AI system causes or nearly causes harm, fails, or behaves outside intended bounds. Serious incidents may trigger reporting duties (EU AI Act Art. 73).
Brittleness / lack of robustness
A model that performs well on expected inputs but fails badly on edge cases, noisy data or out-of-distribution inputs — a common incident root cause.
Post-market monitoring
The provider's systematic, documented collection and review of a high-risk system's performance in the field after deployment (EU AI Act Art. 72), feeding corrective action.
Instructions for use
Provider-supplied documentation telling deployers how to operate the system safely and within its limits — required for high-risk AI (EU AI Act Art. 13).

At a glance

This competency owns the back half of the life cycle — release and everything after. It is the densest part of Domain III (the BOK weights it 8–10 questions) and lives mostly in NIST AI RMF MANAGE, with periodic assessment looping back into MEASURE.

Six moves:

  1. III.C.1 — Release. Assess readiness; build the model card; satisfy conformity.
  2. III.C.2 — Monitor. Continuous monitoring plus a maintenance/update/retraining schedule.
  3. III.C.3 — Assess periodically. Audits, red teaming, threat modeling, security testing.
  4. III.C.4 — Handle incidents. Manage and document incidents, issues and risks.
  5. III.C.5 — Root-cause. Work cross-functionally to understand why incidents arise.
  6. III.C.6 — Disclose. Make public/transparency disclosures.

The unifying idea: an AI system is never “done.” Because models degrade as the world changes (drift), governance after launch is continuous, not a one-time sign-off.

III.C.1 — Assess readiness and prepare for release

Release is a gate, not a formality. Before production you confirm:

III.C.2 — Continuous monitoring, maintenance and retraining

Once live, the system must be watched and kept current. Continuous monitoring tracks:

Two drift types the exam loves to contrast:

Data drift (covariate shift)Concept drift
What changesInput distribution moves away from training dataThe input→target relationship itself changes
ExampleA new customer segment the model never sawFraud tactics evolve, so old patterns no longer signal fraud
The model’s mappingStill valid, but fed unfamiliar inputsNo longer valid — “right” answers have shifted

Both degrade performance and are addressed by retraining on fresh data — which is why you set a regular schedule for maintenance, updates and retraining, plus event-driven triggers (drift alarm, performance breach, data/threat change).

Safe update patterns. When a retrained or replacement model is ready, you don’t have to swap it in blind:

These patterns matter to governance because they make model updates evidence-based and reversible — a controlled experiment instead of a leap.

III.C.3 — Periodic assessment: audits, red teaming, threat modeling, security testing

On top of continuous monitoring, run scheduled deep assessments. Know how the four named activities differ:

III.C.4 — Manage and document incidents, issues and risks

An AI incident is harm, near-harm, failure, or out-of-bounds behaviour from the system. A governed incident process:

  1. Detect — via monitoring, user reports or audits.
  2. Triage and contain — assess severity; throttle, roll back or deactivate if needed.
  3. Investigate and root-cause (feeds III.C.5).
  4. Remediate — fix, retrain, patch, update controls.
  5. Document — what happened, impact, cause, response, lessons.
  6. Report — notify required parties. Under EU AI Act Art. 73, providers must report serious incidents to authorities within set deadlines.

Documentation closes the loop: incidents feed the risk register, update the impact assessment, and inform the next retraining and the public disclosures.

This maps onto the classic named incident-response lifecycle (borrowed from security): preparation → identification/detection → containment → eradication → recovery → lessons learned. The AI twist is that “eradication/recovery” often means retraining or rolling back a model, and “lessons learned” feeds the risk register and monitoring thresholds — plus AI-specific regulatory reporting duties on top.

III.C.5 — Cross-functional root-cause of incidents

Understanding why an incident happened is a cross-functional exercise — data scientists, engineers, domain experts, legal and affected-business owners — because causes span data, model, software and context. The BOK names the usual culprits:

Mapping the symptom to the right root cause drives the right fix: drift → retrain on fresh data; brittleness → harden / adversarial-train; data quality → fix data and lineage; insufficient testing → strengthen the test plan (III.B.3).

III.C.6 — Public disclosures to meet transparency obligations

Transparency does not stop at launch. The BOK names three external disclosure artefacts:

Other transparency duties that ride alongside: telling people when they are interacting with AI, and labelling AI-generated content / deepfakes (EU AI Act Art. 50).

How this shows up later

Sources

Flashcards

1 / 11

Quick check

Quick check1 / 19 · score 0

A provider is preparing to place a high-risk AI system on the EU market. Which combination evidences that conformity requirements are satisfied?

  • AA blog post and a press release.
  • BA completed conformity assessment, an EU declaration of conformity, and CE marking.
  • CA model card alone.
  • DA signed NDA with the customer.