Responsible AI, Safety, and Governance
This section covers the controls that make AI behavior testable, reviewable, and governable: factuality, privacy, security, fairness, oversight, compliance, audit evidence, and release governance. Responsible AI work is not a separate review at the end of a project; it maps risks to controls throughout the system lifecycle.
Knowledge map
The section moves from behavior risks (factuality, security, privacy) through fairness and explanation to the governance controls that gate releases.
flowchart TD Safety[Factuality and Hallucinations] --> Sec[Security and Prompt Injection] Sec --> Priv[Privacy and PII] Priv --> Fair[Fairness and Explainability] Fair --> Audit[Auditability and Risk Classification] Audit --> Gov[Human Oversight, Compliance, Change Governance]
Reading path
Read the behavior-safety controls first, then privacy and security, fairness and explanation, and finally governance.
- Factual Correctness: checking claims against evidence.
- Hallucinations: unsupported generated content and its causes.
- Error Taxonomies: structured failure labels that make evaluation actionable.
- Adversarial Evaluation: probing for unsafe behavior.
- Prompt Injection: untrusted input steering the model.
- Security: protecting the system and its tool use.
- Privacy: protecting user and training data.
- PII Leakage: detecting and preventing personal-data exposure.
- Policy Enforcement: applying rules at runtime.
- Fairness: comparable performance across groups.
- Explainability: making decisions inspectable.
- Auditability: keeping evidence of what happened and why.
- Risk Classification: sizing the risk of a system or change.
- Human Oversight: keeping people in control of consequential actions.
- Compliance: meeting legal and regulatory obligations.
- Governance of Model and Knowledge Base Changes: traceable approval for updates.
Connections
- Generative AI provides the guardrails and behaviors these controls constrain.
- ML Engineering and MLOps supplies the lifecycle gates, and Experimentation and Evaluation the evidence.
Nav
Learning path — Generative AI systems