2026-05-30·5 min read·sota.io Team

EU AI Act August 2026 Compliance Finale: The Complete Developer Checklist

Post #1410 — EU AI Act August 2026 Deadline Sprint, #5 of 5

EU AI Act August 2026 compliance checklist for developers — complete reference covering Art.9, Art.11, Art.13, Art.14, Art.26, Art.50, and Art.73

August 2, 2026 is 64 days away. If your SaaS product uses AI — whether you built the model or you're calling Claude, GPT-4, or Gemini via API — the EU AI Act applies to you in some form, and multiple compliance tracks activate on that date.

This finale post consolidates everything from the sprint series into one authoritative checklist. Bookmark it. Print it. Run it against your codebase before the deadline.


How to Use This Checklist

Each section maps to one EU AI Act article. Articles are not isolated — they interact. A high-risk AI system triggers Art.9, Art.11, Art.13, Art.14, and Art.26 simultaneously. A chatbot triggers Art.50(a). Any serious incident after August 2026 triggers Art.73.

Work through each section that applies to your product. Mark items complete with a date. Keep the signed checklist as part of your Art.11 technical documentation.


Section 1: Are You a Provider or a Deployer?

Before anything else, establish your legal role. It determines which obligations apply.

RoleDefinitionTypical SaaS Scenario
ProviderYou place an AI system on the market or put it into serviceYou built the model, you fine-tuned a base model, you offer your AI system to others
DeployerYou use an AI system under your own authority for a purposeYou call the OpenAI API, Anthropic API, or any third-party AI in your product
BothCommon in platform productsYou fine-tune a model AND you deploy third-party AI components

Most SaaS companies are deployers of at least one AI system. Many are also providers.

Checklist:


Section 2: Art.9 — Risk Management System

Applies to: Providers of high-risk AI systems.

Art.9 requires a documented, systematic risk management process covering the entire lifecycle of your AI system — design, development, testing, deployment, and post-market monitoring.

The Four-Step Risk Management Cycle

1. IDENTIFY → catalogue all foreseeable risks
2. ASSESS   → estimate probability × severity
3. MITIGATE → implement technical + operational measures
4. VERIFY   → test and validate mitigations work

Checklist:

Risk Identification

Risk Assessment

Risk Mitigation

Verification


Section 3: Art.11 — Technical Documentation

Applies to: Providers of high-risk AI systems.

Art.11 requires comprehensive technical documentation before placing a high-risk AI system on the market. This documentation must be kept for 10 years after the last version is placed on the market.

Documentation Package

Your Art.11 documentation must cover:

System Description

Development Process

Data

Testing and Validation

Ongoing Obligations


Section 4: Art.13 — Transparency to Deployers

Applies to: Providers of high-risk AI systems whose system is used by deployers.

Art.13 requires providers to give deployers enough information to use the system appropriately, understand its capabilities and limitations, and meet their own legal obligations.

Checklist:

Instructions for Use

Deployer-Specific Information

Contractual


Section 5: Art.14 — Human Oversight

Applies to: Providers (design obligation) and deployers (operational obligation) of high-risk AI systems.

High-risk AI systems must be designed to allow effective human oversight. Deployers must implement that oversight in practice.

Provider Obligations (Design)

Deployer Obligations (Operations)


Section 6: Art.26 — Deployer Obligations

Applies to: All deployers of high-risk AI systems.

Art.26 is the primary article for most SaaS companies: it establishes what you must do when you use someone else's high-risk AI system in your product.

Checklist:

Before Deployment

During Operation

Record-Keeping

Incident and Issue Reporting


Section 7: Art.50 — Transparency Obligations

Applies to: Providers and deployers of chatbots, synthetic media generators, and emotion recognition / biometric categorisation systems.

Art.50 is a limited-risk obligation — it applies to many SaaS products regardless of whether they use high-risk AI.

Art.50(a) — Chatbot Disclosure

If your product uses a conversational AI system that interacts with humans, users must be informed they are talking to an AI before or at the start of the interaction.

Checklist:

Art.50(b) — Synthetic Media Labelling

If your product generates AI images, video, audio, or text that represents real events or people, the synthetic nature must be machine-readable labelled and, where technically feasible, human-readable disclosed.

Checklist:

Art.50(c) — Emotion Recognition

If your product uses emotion recognition:


Section 8: Art.73 — Serious Incident Reporting

Applies to: Providers of high-risk AI systems; deployers must report to providers and authorities.

After August 2, 2026, any serious incident involving your AI system must be reported to the relevant national market surveillance authority within defined timelines.

What Counts as a Serious Incident?

A serious incident is one that results in, or could plausibly have resulted in:

The 2/10/15-Day Timeline

Day 0: Incident occurs or you become aware of it
│
├─ Day 2  → INITIAL NOTIFICATION to market surveillance authority
│            What: type of incident, system involved, affected persons
│            How: authority's official reporting channel
│
├─ Day 10 → INTERMEDIATE REPORT
│            What: preliminary cause analysis, containment measures taken
│            How: follow-up to initial notification
│
└─ Day 15 → FINAL REPORT
             What: root cause, corrective actions, prevention measures
             How: formal closure report with technical documentation attached

Technical Implementation Checklist:


Section 9: Cross-Article Integration Test

The articles above interact. Run this integration test against your actual systems:

Scenario A: Your High-Risk AI System Makes a Consequential Error

  1. Error detected → Does your Art.72 post-market monitoring log capture it? ✓/✗
  2. Severity assessment → Does your Art.73 classifier correctly identify it as serious or not? ✓/✗
  3. If serious → Is Day 2 notification triggered automatically with the right data? ✓/✗
  4. Human override → Can your Art.14 oversight person intervene and stop the system? ✓/✗
  5. Corrective action → Does your Art.9 risk management system get updated? ✓/✗

Scenario B: A New Deployer Integrates Your High-Risk AI System

  1. They request your Art.13 instructions → Do you have current, versioned documentation ready? ✓/✗
  2. They ask about Art.14 requirements → Can you tell them exactly what oversight to implement? ✓/✗
  3. They have an incident → Do they know your Art.73 reporting channel and what to send? ✓/✗

Scenario C: Your Product Uses a Third-Party AI API (Deployer Role)

  1. You call Claude, GPT-4, or Gemini → Have you determined if the use is high-risk? ✓/✗
  2. If high-risk → Have you implemented Art.26 obligations? ✓/✗
  3. You display AI output to end users → Is Art.50(a) disclosure in place? ✓/✗
  4. You generate images or audio → Is Art.50(b) labelling implemented? ✓/✗

Section 10: Documentation Retention Summary

ArticleDocumentRetention Period
Art.9Risk management recordsLife of system + 10 years
Art.11Technical documentation10 years after last version
Art.12Automatically generated logsAs required by sector law
Art.26Operation logsAs required by sector law
Art.73Serious incident reports10 years

Store documentation in a version-controlled, access-controlled system. Designate a responsible person who is accountable for documentation completeness and accuracy.


Before August 2, 2026: Final Sprint Actions

With 64 days to go, prioritise in this order:

Week 1–2 (now):

Week 3–4:

Week 5–6:

Week 7–8:

Final week:


What Comes After August 2

Compliance is not a one-time event. After the deadline:

The EU AI Act enforcement machinery (national market surveillance authorities, the EU AI Office) will be operational. Enforcement actions — including fines up to €35 million or 7% of global annual turnover for provider violations — are legally possible from this date.


Sprint Series Recap

This post completes the EU AI Act August 2026 Deadline Sprint:

PostTopicArticle
#14069-Week Sprint PlanOverview
#1407Risk Management SystemArt.9
#1408Transparency ImplementationArt.50
#1409Incident Reporting Monitoring StackArt.73
#1410Complete Developer ChecklistAll

Deploy on EU Infrastructure

EU AI Act compliance requires knowing where your AI systems run and who has jurisdiction over your data. A managed PaaS on EU infrastructure — with no US parent company, no CLOUD Act exposure, and Hetzner Germany as the underlying compute — removes one category of compliance uncertainty entirely.

sota.io is built for exactly this: EU-native, GDPR-ready, deploy any language in minutes.


August 2, 2026 is 64 days away. Use this checklist, not just read it.

EU-Native Hosting

Ready to move to EU-sovereign infrastructure?

sota.io is a German-hosted PaaS — no CLOUD Act exposure, no US jurisdiction, full GDPR compliance by design. Deploy your first app in minutes.