Practitioner

NIST AI RMF — Risk Management for AI

⏱ ~60 Duration · 9 Module
Why this matters

The NIST AI RMF (NIST AI 100-1) is the most widely used global standard for AI risk management — employed by US authorities, international corporations, and as a reference for ISO 42001. Those familiar with the EU AI Act need the NIST AI RMF for practical implementation: the Act states WHAT is required, the RMF shows HOW to implement it. Together, both standards cover nearly all regulatory requirements for AI governance worldwide.

What you will learn

You are familiar with the four core functions of the NIST AI Risk Management Framework (GOVERN, MAP, MEASURE, MANAGE), understand the difference from the EU AI Act, and can use the framework as a practical tool for AI risk management in your organization.

Video

What is AI Risk? — IBM Technology (8 Min)

IBM Technology explains the core concepts of AI risks in an understandable manner — an ideal introduction before delving deeper into the framework.

Lesen

The NIST AI RMF — Overview and Four Core Functions

~15 Min

The NIST AI RMF — Framework Overview


Why a Framework for AI Risks?

AI systems fail in ways different from traditional software. They can:

  • Hallucinate — deliver plausible but false results
  • Amplify bias — inherit systematic discrimination from training data
  • Drift — behave differently after deployment than during testing
  • Be opaque — make black-box decisions without understandable logic

The NIST AI RMF provides a structured framework to manage these risks proactively — not reactively.


GOVERN — The Organizational Framework

Core Question: Do we have the right structures to operate AI responsibly?

GOVERN is the foundation of all other functions. Without it, MAP, MEASURE, and MANAGE are ineffective.

What GOVERN covers:

  • Policies: Which AI systems are we allowed to use? Which are not?
  • Roles and Responsibilities: Who is responsible for AI risks?
  • Culture: Is AI risk taken seriously — not just as an IT problem?
  • Documentation: Are AI systems and their risks documented transparently?
  • Governance Processes: How are AI decisions reviewed?

Practical Example: An agency uses AI for fraud detection. GOVERN means: There is a written policy on who may use the system, how results are reviewed, and which cases are escalated to humans.


MAP — Identify and Contextualize Risks

Core Question: What risks arise from this AI system in this context?

MAP goes beyond technical analysis — it asks about the sociotechnical context.

What MAP covers:

  • Context: In what environment is the system used?
  • Stakeholders: Who is affected by the system?
  • Potential Harms: What can go wrong — for whom — with what probability?
  • Categorization: What type of risk? (Bias, security, data protection, performance...)
  • Dependencies: On which data, systems, and people does the AI system depend?

Important: MAP is not a one-time step. The context of an AI system changes — a system that was safe in 2023 may have different risks in 2025 in another context.


MEASURE — Analyze and Quantify Risks

Core Question: How significant are the identified risks really?

MEASURE translates qualitative risks into measurable quantities.

What MEASURE covers:

  • Performance Metrics: Accuracy, precision, recall — but also context-dependent metrics
  • Fairness and Bias: Are certain groups systematically disadvantaged?
  • Robustness: How does the system behave with unusual inputs?
  • Explainability: Can decisions be understood?
  • Drift Monitoring: Does the system behavior change over time?

Critical Insight: Accuracy alone is not enough. A system with 95% accuracy can operate with a 60% error rate for a population group. MEASURE demands multi-layered analysis.


MANAGE — Prioritize and Mitigate Risks

Core Question: What measures do we take — and how do we monitor their effectiveness?

MANAGE is the implementation level of the framework.

What MANAGE covers:

  • Prioritization: Which risks need to be addressed first?
  • Measures: How are risks mitigated? (Technical, procedural, organizational)
  • Continuous Monitoring: Is the system monitored after deployment?
  • Incident Response: What happens when an AI problem occurs?
  • Feedback Loops: How do insights flow back into MAP and MEASURE?

The Interaction

GOVERN (Set framework conditions)
    ↓
MAP (Identify risks)
    ↓
MEASURE (Quantify risks)
    ↓
MANAGE (Mitigate + monitor risks)
    ↑_________________________________|
        (continuous cycle)

The framework is not linear — in practice, all four functions run in parallel and influence each other.

Quiz

Check: The Four Core Functions

1. What are the four core functions of the NIST AI RMF?

2. What distinguishes GOVERN from the other functions?

Lesen

MAP and MEASURE — Identify and Assess Risks

~15 Min

MAP and MEASURE — Identifying and Assessing Risks


MAP in Practice

MAP is more than a checklist — it is a structured way of thinking about context and consequences.

Step 1: Understand System and Purpose

Before risks can be identified, it must be clear:

  • What exactly does the system do?
  • What does it not do (system boundaries)?
  • In which decision-making process is it embedded?

Step 2: Stakeholder Analysis

Directly affected: Who receives decisions through the system? Indirectly affected: Whose data is used? Who bears the consequences? Operator: Who deploys the system and bears responsibility?

Example: In an AI-powered recruitment filter, directly affected: applicants. Indirectly: future colleagues, company culture. Operator: HR department and management.

Step 3: Identify Risk Categories

NIST distinguishes several risk dimensions:

Category Examples
Bias/Fairness Systematic disadvantage of groups
Security Manipulability through adversarial inputs
Data Protection Personal data in training
Performance Error rate in critical scenarios
Explainability Black-box without comprehensible logic
Robustness Behavior with drift or unexpected inputs

MEASURE in Practice

Beyond Accuracy

The key insight of MEASURE: One metric is never enough.

Metric What it shows What it hides
Accuracy How often the system is correct Can be dramatically worse for subgroups
Precision How reliable are positive predictions Says nothing about false negatives
Recall How many real cases are detected Says nothing about false alarms
Fairness Metrics Equal treatment across groups Must be explicitly measured

Measuring Fairness — Specifically

Three common fairness metrics:

  1. Demographic Parity: Does each group receive positive decisions equally often?
  2. Equal Opportunity: Does each group have the same true positive rate?
  3. Calibration: Are probability statements equivalent across groups?

Important: These metrics can contradict each other — there is no perfect fairness standard. The decision on which metric to prioritize is an ethical and organizational decision, not purely technical.

Drift Monitoring

AI systems change over time — not in the code, but in their impact:

  • Data Drift: Input data changes (e.g., new customer groups)
  • Concept Drift: Reality changes (e.g., economic crisis alters credit risk)
  • Model Drift: The model degrades due to changed data patterns

MEASURE requires continuous monitoring — not a one-time test at deployment.

Praxisfall

Case Study: AI-powered Credit Scoring

Situation

A bank introduces an AI system for automated credit decision-making. The system was trained on historical credit data. The IT department says: "The model has 94% accuracy — with that, we are good."

What is the bank overlooking from the NIST AI RMF perspective?
Lösung anzeigen

Accuracy alone is not a sufficient risk analysis.
NIST MAP requires: context, stakeholders, potential harms.
NIST MEASURE requires: fairness metrics, not just accuracy.
Historical credit data contains systematic bias (discrimination).
94% accuracy can mean: systematically wrong for certain groups.
Lack of governance (GOVERN): Who is liable? How is an appeal lodged?

Häufige Fehler:
✗ Rely solely on accuracy as a quality metric
Accuracy conceals bias — a system can be 94% accurate and still systematically wrong for minorities.
✗ Treat AI risk as a purely technical problem
NIST AI RMF emphasizes: AI risk is organizational, sociotechnical — not just code.
Lesen

MANAGE — Reduce and monitor risks

~10 Min

MANAGE — Reduce and Monitor Risks


From Insight to Action

MANAGE is the point where risk analysis becomes actionable governance.


Prioritizing Risks

Not every risk can be immediately addressed. MANAGE begins with prioritization:

Criteria:

  • Severity: What damage occurs if the risk materializes?
  • Probability: How likely is the occurrence of damage?
  • Reversibility: Can damage be undone?
  • Affected Individuals: How many people are affected?

Risks with high severity + high probability + irreversible impact are addressed first.


Types of Measures

Technical Measures

  • Bias corrections in training or post-processing
  • Robustness checks and adversarial tests
  • Explainability layers (LIME, SHAP)
  • Automatic drift alerts

Procedural Measures

  • Human-in-the-Loop (HITL): Human reviews critical decisions before execution
  • Four-eyes principle for high-risk decisions
  • Escalation paths for borderline cases
  • Regular model reviews

Organizational Measures

  • Clear responsibilities for AI systems
  • Complaint mechanisms for affected individuals
  • Training for system operators

Continuous Monitoring

MANAGE does not end after the introduction of a system. Monitoring includes:

What to Monitor Frequency Responsible Party
Performance Metrics Continuously / Daily AI Team
Fairness Metrics Monthly AI Team + Compliance
User Feedback and Complaints Ongoing Operator
Model Drift Quarterly AI Team
Governance Compliance Annually Compliance

Incident Response

What happens if an AI system causes damage?

Preparation (before the incident):

  • Document incident response plan for AI systems
  • Define clear escalation paths
  • "Kill Switch" — make the system switchable off

Response (during the incident):

  1. Stop the system or set it to safe mode
  2. Inform affected individuals
  3. Analyze the root cause
  4. Document measures
  5. Feed lessons learned back into GOVERN + MAP

MANAGE and the Cycle

MANAGE is not an endpoint. Insights from monitoring feed back:

  • New risks → back to MAP
  • Deteriorated metrics → back to MEASURE
  • Structural problems → back to GOVERN

This is the core of the RMF: continuous improvement, not one-time compliance.

Lesen

NIST AI RMF vs. EU AI Act — Differences and Similarities

~10 Min

NIST AI RMF vs. EU AI Act


Two Frameworks, One Goal

Both standards aim for responsible AI — but in different ways:

NIST AI RMF EU AI Act
Origin USA (NIST) European Union
Status Voluntary Law (binding in the EU)
Approach Process framework (HOW) Regulation (WHAT)
Focus Risk management process Risk categories and obligations
Technology-neutral ✅ Yes ✅ Yes
Internationally recognized ✅ Very widely ✅ Increasingly

Where They Complement Each Other

EU AI Act → NIST AI RMF

The EU AI Act mandates that high-risk AI systems must be subject to a risk management system (Art. 9). The NIST AI RMF is a recognized approach to how this system can be structured.

Practically: A company implementing the NIST AI RMF automatically meets many of the EU AI Act's requirements for the AI risk management system.

NIST AI RMF → EU AI Act

The NIST AI RMF helps to make EU AI Act requirements operationalizable. It provides concrete activities (profiles, playbooks) where the EU AI Act sets abstract requirements.


Overlaps in Detail

EU AI Act Requirement NIST AI RMF Function
Risk management system (Art. 9) GOVERN + MAP + MEASURE + MANAGE
Technical documentation (Art. 11) GOVERN (documentation obligations)
Data governance (Art. 10) MAP (data analysis) + MEASURE
Human oversight (Art. 14) MANAGE (HITL processes)
Post-market monitoring (Art. 72) MANAGE (continuous monitoring)

What Each Framework Does Better

EU AI Act better suited for:

  • Clear question: "Am I compliant?"
  • High-risk decisions ("May I deploy this system?")
  • Regulatory reporting to authorities

NIST AI RMF better suited for:

  • Practical implementation of risk management
  • International projects outside the EU
  • Detailed operational guidance

Practical Recommendation

Use both together:

  • EU AI Act as a compliance checklist and legal boundary
  • NIST AI RMF as a process framework for daily implementation

For those aiming for ISO 42001: NIST AI RMF and ISO 42001 are also strongly aligned — a NIST implementation significantly accelerates ISO certification.

Reflexion

RMF Profile for Your Organization

Which of the four functions (GOVERN/MAP/MEASURE/MANAGE) is the least developed in your organization?

Think specifically: Are there AI guidelines? Are risks documented? Is there monitoring?

Beispiele:
  • GOVERN fehlt: keine KI-Richtlinie, keine Verantwortlichkeiten definiert
  • MAP fehlt: KI-Systeme werden eingesetzt ohne Risikokontext-Analyse
  • MEASURE fehlt: kein Monitoring auf Fairness oder Drift
  • MANAGE fehlt: bekannte Risiken werden nicht aktiv reduziert
Wird nur in deinem Browser gespeichert.
Merke

What you will take away

  • GOVERN: Organisatorischer Rahmen — Richtlinien, Rollen, Kultur
  • MAP: Kontext und Risiken identifizieren — wer ist betroffen?
  • MEASURE: Risiken quantifizieren — Fairness, Genauigkeit, Bias
  • MANAGE: Risiken priorisieren, reduzieren, überwachen
  • EU AI Act sagt WAS — NIST RMF zeigt WIE
  • Beide Standards zusammen = vollständige KI-Governance-Abdeckung
  • RMF ist zyklisch — Risiken ändern sich, Monitoring läuft kontinuierlich

Ready for the assessment?

Course completed! Test your knowledge.

Start assessment →