πŸ›‘οΈ AIcap Scan your repo free
2026-07-06 Β· AIcap Guides

Is my AI system high-risk under the EU AI Act?

Everything expensive in the EU AI Act β€” Annex IV documentation, Article 9 risk management, conformity assessment, registration β€” hangs on one question: is your system high-risk? This walkthrough is the engineering team's version of that analysis. It is not legal advice; it is the homework that makes the conversation with counsel ten times cheaper.

The two routes into high-risk

Route 1 β€” Annex I products (Art. 6(1)). Your AI is a safety component of a product already covered by EU product legislation (machinery, medical devices, vehicles, toys…). If that is you, you likely have a notified body relationship already; this guide is secondary.

Route 2 β€” Annex III use cases (Art. 6(2)). The list that catches software companies. Eight categories, condensed:

#CategoryTypical software examples
1BiometricsFace recognition, emotion inference, biometric categorisation
2Critical infrastructureAI controlling power, water, traffic safety
3EducationExam scoring, admission ranking, proctoring
4EmploymentCV screening, interview scoring, promotion/termination decisions, task allocation
5Essential servicesCredit scoring, insurance pricing, benefits eligibility, emergency dispatch
6Law enforcementRisk assessments, evidence evaluation, polygraph-adjacent tools
7Migration & borderVisa/asylum application assessment, verification tools
8Justice & democracyJudicial decision support, election-influencing systems

Categories 4 and 5 are where most SaaS teams discover themselves. An HR tech product that ranks applicants is squarely in category 4. A fintech that scores creditworthiness is category 5.

The Article 6(3) escape hatch β€” use with care

A system in an Annex III category is *not* high-risk if it does not pose a significant risk of harm β€” the Act gives four qualifying conditions, such as performing a narrow procedural task or merely preparing an input for a human assessment. Two warnings:

Honest test: if your sales deck says "AI-powered decisioning" and your exemption memo says "merely preparatory", an authority will notice the tension.

Common edge cases

What to do with the answer

If you are high-risk: the obligation stack is Annex IV technical documentation (before market placement), Article 9 continuous risk management, data governance, logging, human oversight, accuracy/robustness measures, registration in the EU database, and conformity assessment. Start with the documentation β€” it is the artefact every other obligation references, and its mechanical half (component inventory, risk register, infrastructure description) can be generated from your repository on every commit.

If you are not high-risk: document *why* (the analysis has to exist somewhere when a customer or authority asks), watch the transparency obligations in Article 50 (chatbots must disclose they are AI; synthetic media must be labelled), and expect enterprise procurement to ask for the same evidence anyway.

Either way: the classification is per-system and per-use-case, and it drifts. A feature launch can move you into Annex III without anyone noticing β€” which is an argument for making the AI inventory continuous rather than a one-off audit. That inventory is exactly what an AI-BOM scanner produces from your CI pipeline, free, on every commit.

AIcap generates your AI-BOM, risk register, and Annex IV draft from a single CI run β€” free CLI, EU-hosted ledger.

Get started free β†’