<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gregorio von Hildebrand</title>
    <description>The latest articles on DEV Community by Gregorio von Hildebrand (@gregorio_vonhildebrand_a).</description>
    <link>https://dev.to/gregorio_vonhildebrand_a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3891339%2F3fb9eee0-2ec9-4465-93d9-0c80f4e603f1.jpg</url>
      <title>DEV Community: Gregorio von Hildebrand</title>
      <link>https://dev.to/gregorio_vonhildebrand_a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gregorio_vonhildebrand_a"/>
    <language>en</language>
    <item>
      <title>EU AI Act Article 9: Risk Management for High-Risk AI Systems</title>
      <dc:creator>Gregorio von Hildebrand</dc:creator>
      <pubDate>Wed, 22 Apr 2026 23:14:11 +0000</pubDate>
      <link>https://dev.to/gregorio_vonhildebrand_a/eu-ai-act-article-9-risk-management-for-high-risk-ai-systems-f6i</link>
      <guid>https://dev.to/gregorio_vonhildebrand_a/eu-ai-act-article-9-risk-management-for-high-risk-ai-systems-f6i</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Article 9 mandates continuous risk management for high-risk AI. Learn what documentation, processes, and testing you need before August 2026 enforcement.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What Article 9 Actually Requires
&lt;/h2&gt;

&lt;p&gt;Article 9 of the EU AI Act establishes the risk management framework that every provider of high-risk AI systems must implement. It's not a one-time checkbox—it's a continuous, documented process that must be in place before you place your system on the market and maintained throughout its lifecycle.&lt;/p&gt;

&lt;p&gt;If your AI system falls under Annex III (HR tools, credit scoring, law enforcement, critical infrastructure, education, etc.), Article 9 applies to you. The fines for non-compliance reach €35 million or 6% of global annual turnover, whichever is higher. Enforcement begins August 2, 2026.&lt;/p&gt;

&lt;p&gt;Here's what Article 9 demands in plain language:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Establish and document a risk management system&lt;/strong&gt; that is continuous and iterative&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Identify and analyze known and foreseeable risks&lt;/strong&gt; associated with each high-risk AI system&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Estimate and evaluate risks&lt;/strong&gt; that may emerge when the system is used in accordance with its intended purpose and under conditions of reasonably foreseeable misuse&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Adopt suitable risk management measures&lt;/strong&gt; to address identified risks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Test the system&lt;/strong&gt; to ensure risk management measures are effective&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Update the risk management process&lt;/strong&gt; throughout the entire lifecycle of the system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key word is &lt;strong&gt;continuous&lt;/strong&gt;. You can't run a risk assessment in January 2026, file it, and forget it. Article 9 requires ongoing monitoring, testing, and documentation updates as your system evolves.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Five-Step Risk Management Process
&lt;/h2&gt;

&lt;p&gt;Article 9 doesn't prescribe a specific methodology, but it does outline a clear sequence. Here's how to structure your compliance:&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Risk Identification
&lt;/h3&gt;

&lt;p&gt;Document every reasonably foreseeable risk associated with your AI system. This includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Risks to health and safety&lt;/li&gt;
&lt;li&gt;Risks to fundamental rights (privacy, non-discrimination, freedom of expression)&lt;/li&gt;
&lt;li&gt;Risks arising from intended use&lt;/li&gt;
&lt;li&gt;Risks arising from reasonably foreseeable misuse&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Concrete example&lt;/strong&gt;: If you're deploying an AI-powered recruitment tool, foreseeable risks include discriminatory outcomes based on protected characteristics (gender, age, ethnicity), privacy violations from excessive data collection, and misuse by hiring managers who over-rely on the system without human review.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Risk Analysis and Estimation
&lt;/h3&gt;

&lt;p&gt;For each identified risk, estimate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Severity&lt;/strong&gt;: What is the magnitude of harm if the risk materializes?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Probability&lt;/strong&gt;: How likely is this risk to occur?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Affected populations&lt;/strong&gt;: Who is exposed to this risk?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Document your methodology. If you use a risk matrix (e.g., 5×5 likelihood-impact grid), define your scoring criteria and thresholds.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3: Risk Evaluation
&lt;/h3&gt;

&lt;p&gt;Determine whether each risk is acceptable or requires mitigation. Article 9 requires you to evaluate risks in light of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The intended purpose of the system&lt;/li&gt;
&lt;li&gt;Reasonably foreseeable misuse&lt;/li&gt;
&lt;li&gt;The state of the art in risk mitigation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If a risk exceeds your acceptable threshold, you must implement controls.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4: Risk Mitigation
&lt;/h3&gt;

&lt;p&gt;Adopt measures to eliminate or reduce risks to an acceptable level. Article 9 explicitly requires:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Design and development controls&lt;/strong&gt;: Build safety and fairness into the system architecture&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testing and validation&lt;/strong&gt;: Demonstrate that controls work as intended&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Information to users&lt;/strong&gt;: Provide clear instructions and warnings (see Article 13)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Human oversight mechanisms&lt;/strong&gt;: Enable meaningful human intervention (see Article 14)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Document every mitigation measure and map it back to the specific risk(s) it addresses.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 5: Continuous Monitoring and Update
&lt;/h3&gt;

&lt;p&gt;Risk management doesn't stop at deployment. Article 9 requires you to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monitor the system's performance in production&lt;/li&gt;
&lt;li&gt;Update risk assessments when you modify the system or learn of new risks&lt;/li&gt;
&lt;li&gt;Maintain records of all risk management activities&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This means version-controlled documentation, change logs, and periodic reviews—not a static PDF.&lt;/p&gt;

&lt;h2&gt;
  
  
  Article 9 Documentation Requirements
&lt;/h2&gt;

&lt;p&gt;The EU AI Act doesn't specify a document template, but Article 11 (technical documentation) and Article 9 together imply you must maintain:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Document&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;th&gt;Update Frequency&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Risk Management Plan&lt;/td&gt;
&lt;td&gt;Describes your overall process, methodology, roles, and review cadence&lt;/td&gt;
&lt;td&gt;Annually or when process changes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Risk Register&lt;/td&gt;
&lt;td&gt;Lists all identified risks with severity, probability, and status&lt;/td&gt;
&lt;td&gt;Continuously (living document)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Risk Assessment Report&lt;/td&gt;
&lt;td&gt;Detailed analysis of each risk, including evidence and evaluation&lt;/td&gt;
&lt;td&gt;Per system version or major change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mitigation Control Specification&lt;/td&gt;
&lt;td&gt;Describes each control, its implementation, and effectiveness testing&lt;/td&gt;
&lt;td&gt;Per control; updated when modified&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Test and Validation Records&lt;/td&gt;
&lt;td&gt;Evidence that mitigations work (test plans, results, pass/fail criteria)&lt;/td&gt;
&lt;td&gt;Per test cycle&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Monitoring and Incident Log&lt;/td&gt;
&lt;td&gt;Production performance data, anomalies, user complaints, near-misses&lt;/td&gt;
&lt;td&gt;Continuously (append-only log)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;All documentation must be &lt;strong&gt;explainable&lt;/strong&gt; and &lt;strong&gt;auditable&lt;/strong&gt;. If a national authority requests your Article 9 records, you need to produce them within a reasonable timeframe (typically 30 days).&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Gaps and Anti-Patterns
&lt;/h2&gt;

&lt;p&gt;Most organizations fail Article 9 compliance in predictable ways. Here are the eight most common anti-patterns we detect in Vigilia audits:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;One-time risk assessment&lt;/strong&gt;: Treating risk management as a pre-launch checklist instead of a continuous process&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No misuse analysis&lt;/strong&gt;: Identifying intended-use risks but ignoring foreseeable misuse scenarios&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Undocumented methodology&lt;/strong&gt;: Using subjective risk judgments without defined scoring criteria&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No traceability&lt;/strong&gt;: Listing risks and controls in separate documents with no clear mapping&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Missing test evidence&lt;/strong&gt;: Claiming mitigations are effective without documented validation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No production monitoring&lt;/strong&gt;: Deploying the system and never checking if risk assumptions hold in the real world&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stale documentation&lt;/strong&gt;: Risk registers that haven't been updated in 12+ months&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No version control&lt;/strong&gt;: Overwriting old risk assessments instead of maintaining a change history&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Each of these gaps can trigger enforcement action. Article 9 compliance is not about having &lt;em&gt;some&lt;/em&gt; documentation—it's about having the &lt;em&gt;right&lt;/em&gt; documentation, kept current, and demonstrably used to make decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Article 9 Connects to Other Requirements
&lt;/h2&gt;

&lt;p&gt;Article 9 is the foundation, but it doesn't stand alone. Your risk management system must feed into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Article 10 (Data Governance)&lt;/strong&gt;: Risk assessment informs what training data you need and how you validate it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article 13 (Transparency)&lt;/strong&gt;: Identified risks determine what information you must provide to users&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article 14 (Human Oversight)&lt;/strong&gt;: Risk severity dictates the level of human control required&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article 15 (Accuracy, Robustness, Cybersecurity)&lt;/strong&gt;: Risk mitigation drives your technical performance requirements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article 61 (Post-Market Monitoring)&lt;/strong&gt;: Continuous risk management requires ongoing performance tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If your Article 9 process is weak, every downstream obligation becomes harder to satisfy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical Implementation Checklist
&lt;/h2&gt;

&lt;p&gt;Here's a 30-day roadmap to establish Article 9 compliance:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Week 1: Scoping and Methodology&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Confirm your system is high-risk (check Annex III)&lt;/li&gt;
&lt;li&gt;Define your risk management process (who owns it, review cadence, escalation paths)&lt;/li&gt;
&lt;li&gt;Choose a risk assessment methodology (ISO 31000, NIST AI RMF, or custom)&lt;/li&gt;
&lt;li&gt;Document your risk scoring criteria (severity scale, probability scale, acceptability thresholds)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Week 2: Risk Identification and Analysis&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Conduct a structured risk workshop with engineering, product, legal, and compliance&lt;/li&gt;
&lt;li&gt;Identify risks to health, safety, and fundamental rights&lt;/li&gt;
&lt;li&gt;Analyze reasonably foreseeable misuse scenarios&lt;/li&gt;
&lt;li&gt;Populate your risk register with initial severity and probability estimates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Week 3: Risk Evaluation and Mitigation Planning&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Evaluate each risk against your acceptability criteria&lt;/li&gt;
&lt;li&gt;Design mitigation controls for unacceptable risks&lt;/li&gt;
&lt;li&gt;Map each control to the specific risk(s) it addresses&lt;/li&gt;
&lt;li&gt;Define test plans to validate control effectiveness&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Week 4: Testing, Documentation, and Monitoring Setup&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Execute validation tests for each mitigation control&lt;/li&gt;
&lt;li&gt;Document test results and update risk register with residual risk levels&lt;/li&gt;
&lt;li&gt;Set up production monitoring (performance metrics, anomaly detection, user feedback channels)&lt;/li&gt;
&lt;li&gt;Schedule your first quarterly risk management review&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn't a one-person job. Article 9 compliance requires cross-functional collaboration and executive sponsorship.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Happens If You Don't Comply
&lt;/h2&gt;

&lt;p&gt;Non-compliance with Article 9 is classified as a &lt;strong&gt;high-severity infringement&lt;/strong&gt; under Article 71 of the EU AI Act. National market surveillance authorities can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Require you to take corrective action within a specified timeframe&lt;/li&gt;
&lt;li&gt;Restrict or prohibit the placing on the market of your AI system&lt;/li&gt;
&lt;li&gt;Withdraw your system from the market&lt;/li&gt;
&lt;li&gt;Impose administrative fines up to €35 million or 6% of total worldwide annual turnover&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Beyond regulatory penalties, inadequate risk management exposes you to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Civil liability&lt;/strong&gt;: If your AI system causes harm and you can't demonstrate reasonable risk management, you may face lawsuits under national product liability laws&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reputational damage&lt;/strong&gt;: Public disclosure of enforcement actions can destroy customer trust&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Procurement exclusion&lt;/strong&gt;: Many EU public sector buyers will require proof of Article 9 compliance in RFPs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The cost of non-compliance far exceeds the cost of getting it right.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Vigilia Helps You Meet Article 9 Requirements
&lt;/h2&gt;

&lt;p&gt;Vigilia automates the Article 9 gap analysis that traditionally takes consultants weeks to complete. In 20 minutes, you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Risk classification&lt;/strong&gt;: Determines if your system is high-risk under Annex III&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Article 9 compliance score&lt;/strong&gt;: Evaluates your current risk management process against all Article 9 requirements&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gap analysis&lt;/strong&gt;: Identifies missing documentation, process weaknesses, and anti-patterns&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remediation roadmap&lt;/strong&gt;: Prioritized action items with effort estimates and fine exposure calculations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Audit-ready PDF&lt;/strong&gt;: Exportable report you can share with legal, compliance, or external auditors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Traditional compliance audits cost €5,000–€40,000 and take 1–3 months. Vigilia costs €499 and delivers results in 20 minutes. You get the same article-by-article analysis, documented methodology, and remediation guidance—without the consultant overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;August 2, 2026 doesn't move.&lt;/strong&gt; If you're deploying high-risk AI in the EU, you need Article 9 compliance in place before enforcement begins. The sooner you start, the more time you have to close gaps and validate your controls.&lt;/p&gt;

&lt;p&gt;Ready to see where you stand? &lt;strong&gt;&lt;a href="https://www.aivigilia.com" rel="noopener noreferrer"&gt;Generate your EU AI Act compliance report now&lt;/a&gt;&lt;/strong&gt; — €499, 20 minutes, article-by-article gap analysis including Article 9 risk management requirements.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;This article provides general information about the EU AI Act and does not constitute legal advice. For specific compliance questions, consult a qualified attorney with expertise in EU AI regulation.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.aivigilia.com/blog/eu-ai-act-article-9-risk-management-high-risk-ai" rel="noopener noreferrer"&gt;Vigilia&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>euaiact</category>
      <category>article9</category>
      <category>riskmanagement</category>
      <category>highriskai</category>
    </item>
  </channel>
</rss>
