What each framework actually does (and the marketing copy you should ignore)
**NIST AI RMF 1.0** is a voluntary framework, not a regulation, and the most common misread is treating it like a checklist. It is not. The four functions — Govern, Map, Measure, Manage — are outcomes you have to show evidence for, not boxes to tick. The companion **AI 600-1 Generative AI Profile** published in July 2024 (https://airc.nist.gov/AI_RMF_Knowledge_Base/Playbook) is where the real operational meat lives for LLM teams: 12 risks specific to generative systems, including confabulation, harmful bias, data privacy, intellectual property, obscene/violent content, and value chain. Read the GenAI Profile before you read the base RMF.
**MITRE ATLAS** (Adversarial Threat Landscape for AI Systems) is the threat-actor knowledge base maintained by MITRE at https://atlas.mitre.org/. It uses the same tactic-and-technique structure as ATT&CK, so your existing SOC can map it onto familiar workflows. Tactics include Reconnaissance, Initial Access, ML Model Access, Execution, Persistence, Exfiltration, and Impact, with techniques like prompt injection (T0051), data poisoning (T0020), and model evasion (T0015). The case studies — including the Microsoft Tay incident and the Tesla model evasion experiments — are the most useful starting point for red-team scoping.
**OWASP Top 10 for LLM Applications** is what your AppSec team will actually adopt because it speaks their language. The 2025 update at https://owasp.org/www-project-top-10-for-large-language-model-applications/ promoted system prompt leakage, vector and embedding weaknesses, and unbounded consumption to top-tier risks. LLM01 (Prompt Injection) and LLM02 (Sensitive Information Disclosure) remain the categories you will see in real incident write-ups. If you only read one OWASP document this quarter, read this one.
**The AI Incident Database** at https://incidentdatabase.ai/ is run by the Partnership on AI with editorial review by the Responsible AI Collaborative. It is a structured corpus, not just a news feed — incidents are tagged by harm type, affected parties, technology stack, and contributing factors. Use it for tabletop exercises: pick an incident from your sector, walk your team through how your stack would have responded, and use the gaps to update your runbook.
**EU AI Act Article 73** is the only item on this list that is law. Once the high-risk obligations come into force in August 2026 (with GPAI obligations live from August 2025), providers and deployers must report serious incidents to national market surveillance authorities. The clock is 15 days from awareness for a serious malfunction, 10 days for a serious incident causing harm, and 2 days for incidents involving widespread infringement or harm to critical infrastructure. The full timeline and definitions are at https://artificialintelligenceact.eu/article/73/. Verify with counsel — implementing regulations may tighten these windows.
**ISO/IEC 42001:2023** is the management-system standard published in December 2023 (https://www.iso.org/standard/81230.html). If you are familiar with ISO 27001, the structure rhymes: context, leadership, planning, support, operation, performance evaluation, improvement. Annex A lists 38 controls covering AI policy, risk treatment, lifecycle, third-party, and continual improvement. It is the standard you certify against if you want a third-party-audited claim that your AI governance is real, not a slide deck.