DEV Community

Thezenmonster
Thezenmonster

Posted on

The EU AI Act Hits in August 2026 — Here's What Developers Actually Need to Do

The EU AI Act high-risk obligations apply from August 2, 2026. If you're a developer building AI systems used in the EU, this affects you — even if your company isn't based in Europe.

Here's the practical breakdown, not the legal theory.

Does it apply to you?

Probably, if:

  • Your AI system is used by anyone in the EU
  • Your AI output reaches EU users (even indirectly)
  • You're building for a client who operates in the EU

The AI Act has extraterritorial reach — similar to GDPR. If the output of your AI system is "used in the Union," you're in scope regardless of where your servers sit.

Risk classification

The AI Act categorises systems by risk:

Minimal risk (no obligations): AI used internally for drafting, summarising, code generation. Most developer tools.

Limited risk (transparency): Chatbots, AI-generated content. You must tell users they're interacting with AI. A disclosure at the start of the conversation handles it.

High risk (full compliance): AI making decisions about people — credit scoring, insurance pricing, hiring, access to services, law enforcement. You need documentation, conformity assessments, human oversight, and technical monitoring.

Prohibited: Social scoring, real-time biometric identification in public spaces (with exceptions), manipulation of vulnerable groups.

What most developers need to do

For limited-risk systems (most chatbots and customer-facing AI):

  1. Transparency disclosure — tell users they're talking to AI
  2. DPIA — a Data Protection Impact Assessment (this is GDPR, but you need it anyway)
  3. DPA with your AI providersign it
  4. Privacy notice — update to cover AI processing
  5. Audit logging — record what data goes where

For high-risk systems, it gets more involved — conformity assessments, technical documentation, and ongoing monitoring.

The GDPR overlap

Here's what most developers miss: GDPR already applies to your AI system. The AI Act adds requirements on top. If you haven't done GDPR compliance for your AI features, that's the more urgent gap.

The ICO fined MediaLab.AI £247,590 for processing personal data without a DPIA. That's GDPR enforcement, not AI Act enforcement — and it's happening now, not in August.

Full guide: EU AI Act Compliance for SMEs

Top comments (0)