Domain III · Competency III.A

Govern the designing and building of the AI system

Define the business context and use case, run or review an impact assessment, apply policies/ethics to design and build, identify and manage internal/external risks, and document the whole process.

Exam weight: 6–8 questions

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

Performance indicators

Key terms

Business context / use case
The problem the AI is meant to solve, who it affects, the decisions it informs, success criteria and constraints — the framing that NIST AI RMF captures in its MAP function before any building begins.
Impact assessment (AIA)
A structured, documented evaluation of an AI system's potential effects on people, groups and society across the life cycle. ISO/IEC 42005 gives the method; the EU AI Act requires a Fundamental Rights Impact Assessment (FRIA) for certain high-risk deployers.
Fundamental Rights Impact Assessment (FRIA)
EU AI Act Art. 27 obligation on certain deployers of high-risk AI (public bodies and some private actors) to assess impacts on fundamental rights before first use.
Human oversight
Designing the system so a person can understand, monitor, intervene in or override it. EU AI Act Art. 14 mandates effective oversight measures for high-risk AI ("human in / on / over the loop").
Probability/severity harms matrix
A risk-rating grid that scores each potential harm by how likely it is (probability) against how bad it would be (severity) to prioritise mitigation.
Risk mitigation hierarchy
An ordered preference for handling risk: first avoid/eliminate, then reduce/mitigate, then transfer (e.g., insurance, contracts), then accept residual risk with sign-off.
Stakeholder mapping
Identifying everyone who affects or is affected by the system — users, subjects, operators, affected non-users, regulators — to surface impacts and assign engagement.
Benchmarking
Comparing a model or design against established baselines, standard datasets or competing approaches to judge whether performance is adequate for the use case.
Pre-deployment pilot
A limited, controlled rollout (shadow mode, A/B, sandbox) used to test the system on real or representative conditions before full deployment.
Requirements gathering
Eliciting and documenting functional, performance, legal, ethical and data requirements the system must meet — the basis for architecture and model selection.
Architecture & model selection
Choosing the system design and model type (e.g., classic vs. generative, build vs. buy, interpretable vs. black-box) to fit the requirements and risk profile.
Metric and threshold evaluation
Defining the metrics that measure success (accuracy, precision/recall, fairness gaps) and the acceptance thresholds a system must meet to proceed.
Operational controls
Guardrails built into how the system runs — access controls, rate limits, input/output filtering, fallback behaviours, logging and kill-switches.

At a glance

This competency covers the front half of the AI life cycle — everything from “should we even build this?” to a system that is ready for training and testing. The governance professional’s job here is not to write the model but to make sure the right questions are asked and answered, in the right order, and documented.

Five moves, in sequence:

  1. III.A.1 — Frame it. Define the business context and use case (NIST AI RMF MAP).
  2. III.A.2 — Assess it. Perform or review an impact assessment (ISO/IEC 42005; EU AI Act FRIA).
  3. III.A.3 — Build it right. Apply policies, procedures, best practice and ethics to design and build.
  4. III.A.4 — De-risk it. Identify and manage internal and external risks (probability/severity matrix, mitigation hierarchy, pilots).
  5. III.A.5 — Write it down. Document the design-and-build process for compliance and risk management.

A useful anchor: this whole competency lives mostly inside NIST’s MAP function (establish context and identify risks), spilling into MEASURE as testing begins. ISO/IEC 42001 supplies the management-system wrapper; the EU AI Act supplies the legal obligations a provider must satisfy before placing a high-risk system on the market.

III.A.1 — Define the business context and use case

Before any building, you establish what the system is for and who it touches. This mirrors NIST AI RMF MAP: understand the context, intended purpose, deployment setting, and the people involved.

A complete framing captures:

Getting the use case right also drives legal classification: under the EU AI Act, the intended purpose is what determines whether a system is prohibited, high-risk, limited-risk or minimal-risk — so the use-case definition feeds directly into risk obligations.

III.A.2 — Perform or review an impact assessment

An AI impact assessment (AIA) is a documented evaluation of how the system could affect individuals, groups and society — and what will be done about it. ISO/IEC 42005 is the dedicated standard for conducting and documenting one across the life cycle.

What a good impact assessment covers:

Several adjacent assessments are easy to confuse:

AssessmentWhat it evaluatesSource
AI impact assessment (AIA)Effects of the AI system on people/societyISO/IEC 42005
FRIA (fundamental rights)Impact on fundamental rights, by certain high-risk deployersEU AI Act Art. 27
Conformity assessmentWhether a high-risk system meets the Act’s requirements, by the providerEU AI Act Art. 43
DPIA (data protection)Risk to personal data and privacy rightsGDPR Art. 35

These overlap and can be combined, but they are not the same. A DPIA is about personal data; an AIA/FRIA is broader (safety, fairness, autonomy, societal effects).

III.A.3 — Apply policies, procedures, best practice and ethics to design and build

This PI is the practical core: translate the organisation’s policies and the responsible-AI principles into concrete design decisions. The BOK enumerates the activities — treat each as a checkpoint:

III.A.4 — Identify and manage internal and external risks

Now you systematically surface and treat the risks of this build. The BOK names the toolkit:

Probability/severity harms matrix. Score each potential harm on how likely it is against how severe it would be, then prioritise the top-right cells.

Low severityModerate severityHigh severity
High probabilityMonitor / reduceMitigateAvoid or eliminate
Medium probabilityAccept / monitorMitigateMitigate / transfer
Low probabilityAcceptMonitorMitigate / transfer

Risk mitigation hierarchy — apply treatments in order of preference:

  1. Avoid / eliminate — change or drop the design so the risk can’t occur (e.g., don’t collect the sensitive attribute).
  2. Reduce / mitigate — controls that lower probability or severity (better data, guardrails, oversight).
  3. Transfer — shift residual risk via insurance, contracts or vendor indemnities.
  4. Accept — knowingly retain low residual risk with documented sign-off.

Internal vs. external risks — internal: data quality, model brittleness, integration faults, skills gaps, mis-set objectives. External: regulatory change, adversarial attack (poisoning, prompt injection), third-party/supply-chain dependencies, reputational and societal harm.

Other named tools:

III.A.5 — Document the designing and building process

Documentation is the evidence layer. It establishes compliance, enables risk management, and creates the record auditors, regulators and incident responders rely on later.

What to capture during design and build:

This feeds directly into the EU AI Act’s technical documentation for high-risk systems (Annex IV) and into ISO/IEC 42001’s management-system records. Document as you go — reconstructed documentation is weaker evidence and usually incomplete.

How this shows up later

Sources

Flashcards

1 / 9

Quick check

Quick check1 / 17 · score 0

A team is eager to start selecting a model for a new hiring-screening tool. Which activity should a governance professional insist happens FIRST?

  • AChoose between a classic and a generative model.
  • BDefine the business context, intended purpose and affected stakeholders of the use case.
  • CBuy a GPU cluster sized for training.
  • DDraft the marketing announcement for launch.