Identify and Establish Defenses for the 4 Critical AI Risk Categories
Classify the 4 core AI risks (Hallucination, Bias, Edge Cases, Misuse), prioritize via Likelihood × Severity, and establish quantitative thresholds with graceful fallbacks.
Identify and Establish Defenses for the 4 Critical AI Risk Categories
In Lesson 8, we treated Error Tolerance as a macroscopic constraint. This lesson deconstructs the operational risk surface: In what specific failure modes will the model fail? You cannot construct effective guardrails for a risk archetype you have not explicitly classified.
Running Example: FinTrack Portal internal employee assistant - allowing staff to query corporate policies, health insurance benefits, parental leave, and travel expense reimbursements from unstructured internal documentation (RAG).
Naive: 'AI might make mistakes'
Likelihood × Severity Risk Matrix
Identify and Set Guardrails for 4 Critical AI Risk Archetypes
Employee uses Prompt Injection to force the bot to print company-wide salaries.
Deterministic pre-prompt filter + PII Masking + Strict RBAC database isolation.