Build This Now
Build This Now
Qu'est-ce que le code Claude ?Installer Claude CodeL'installateur natif de Claude CodeTon premier projet Claude Code
How LLMs WorkAI Image GenerationHow AI Agents WorkC'est quoi le agentic coding ? Un guide en français clairC'est quoi le vibe coding ? Un guide en français clairAI TokensVector EmbeddingsChatGPT Dreaming MemoryAI Browser InjectionAI Energy & WaterIs AI a BubbleEU AI ActAI Voice ScamsAgentic CommerceWhy AI Uses GPUsHow HTTPS Works
speedy_devvkoen_salo
Blog/Handbook/Core/EU AI Act

The EU AI Act, Explained: What Changes on August 2, 2026

On August 2, 2026, the EU AI Act's transparency rules kick in — you must be told when you're talking to AI, and AI content must be labeled. Here's what the Act actually requires, what got delayed, and who it affects.

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →
speedy_devvkoen_salo
speedy_devvWritten by speedy_devvPublished Jun 13, 20268 min readHandbook hubCore index

The EU AI Act is the world's first comprehensive AI law, and its headline 2026 milestone is August 2, 2026, when the transparency rules start to apply: people must be told when they're interacting with an AI, and AI-generated content like deepfakes must be labeled. It sorts AI systems into risk tiers and regulates them accordingly — banning a few uses outright, tightly controlling "high-risk" ones, and requiring disclosure for the rest. One catch that made 2026 news: the strictest high-risk obligations were pushed back to 2027–2028 by a May 2026 amendment, so August is mostly about transparency, not the full rulebook.

If you build or use AI and touch European users, this affects you — even from outside the EU. Here's the plain-English version.

Table of Contents

  1. The Big Idea: Regulate by Risk
  2. The Four Risk Tiers
  3. What Actually Happens August 2, 2026
  4. What Got Delayed (the Digital Omnibus)
  5. Does It Affect You?
  6. Frequently Asked Questions

The Big Idea: Regulate by Risk

The Act's core move is simple: it doesn't regulate "AI" as one thing. It regulates AI by how risky the use is. An AI that recommends songs is treated completely differently from an AI that screens job applicants or controls medical equipment. The riskier the application, the more rules apply. This is why the same law can leave a chatbot mostly alone while heavily governing an AI used in hiring.

The Four Risk Tiers

TierWhat it coversWhat the Act does
UnacceptableSocial scoring, manipulative AI, most real-time public face-scanningBanned outright
High-riskAI in hiring, credit, education, medical devices, critical infrastructureStrict requirements: risk management, documentation, human oversight, transparency
Limited riskChatbots, deepfakes, AI-generated contentTransparency duties — disclose it's AI / label the content
Minimal riskSpam filters, AI in video games, most everyday toolsEssentially unregulated

Most consumer AI lands in "limited risk," which is exactly the tier the August 2026 deadline targets.

What Actually Happens August 2, 2026

From 2 August 2026, the Article 50 transparency obligations apply. In plain terms:

  • You must be told you're talking to an AI. A chatbot or voice agent has to make clear it isn't human (unless that's obvious).
  • AI-generated content must be labeled. Deepfakes and synthetic media must be disclosed as artificially generated.
  • Machine-readable markers must be embedded in AI-generated content so systems (not just humans) can detect it — the watermarking requirement, with a short grace period (until 2 December 2026) for content from systems already on the market.

The goal is straightforward: reduce deception. You should know when a face, voice, or message is synthetic. (This connects directly to why AI voice scams and AI video became 2026 flashpoints.)

Source: European Commission — Navigating the AI Act, Latham & Watkins on the 2026 amendments.

What Got Delayed (the Digital Omnibus)

In May 2026, EU lawmakers agreed to a "Digital Omnibus" amendment that postponed the toughest high-risk deadlines, citing the need for more time and clearer standards:

  • High-risk obligations for standalone (Annex III) systems → deferred to 2 December 2027.
  • High-risk AI embedded in regulated products (Annex I) → deferred to 2 August 2028.

So August 2026 is real but narrower than originally planned: it's the transparency layer, not the heavy compliance machinery for high-risk systems. Don't let "the AI Act takes effect in August" mislead you into thinking everything applies at once — it's phased.

Does It Affect You?

Probably yes if you touch EU users — and here's the part non-EU builders miss: like the GDPR before it, the AI Act applies based on where your users are, not where you are. If your AI product is used by people in the EU, you're in scope.

Practically, for most builders the near-term to-do is the transparency tier:

  • If you ship a chatbot or AI assistant, disclose that it's AI.
  • If you generate images, audio, or video, label it as AI-generated and support machine-readable markers.
  • If you operate in a high-risk domain (hiring, credit, health), start preparing now for the 2027–2028 obligations — they're stricter and take time.

The reassuring news for most apps: if you're honest that AI is AI, the August 2026 bar is very reachable.

Frequently Asked Questions

What is the EU AI Act in simple terms?

It's the first comprehensive law governing artificial intelligence. It sorts AI uses into risk tiers — banning the most dangerous, tightly regulating "high-risk" uses like hiring and credit, and requiring transparency (disclosure and labeling) for things like chatbots and deepfakes.

What changes on August 2, 2026?

The transparency obligations begin. People must be told when they're interacting with AI, AI-generated content like deepfakes must be labeled, and machine-readable markers must be embedded in synthetic content (with a short grace period for pre-existing systems).

Did the EU delay the AI Act?

It delayed the strictest parts. A May 2026 "Digital Omnibus" amendment pushed high-risk system obligations back to December 2027 (standalone systems) and August 2028 (AI embedded in regulated products). The August 2026 transparency rules still apply on schedule.

Does the EU AI Act apply to companies outside the EU?

Yes, if your AI is used by people in the EU. Like the GDPR, it's based on where your users are, not where your company is headquartered. Non-EU startups serving European users are in scope.

What do I need to do to comply with the August 2026 deadline?

For most apps, it's about transparency: clearly disclose when users are interacting with AI, label AI-generated images/audio/video, and support machine-readable AI markers. If you operate in a high-risk area like hiring or credit, begin preparing for the stricter 2027–2028 requirements now.

Continue in Core

  • La Fenêtre de Contexte 1M dans Claude Code
    Anthropic a activé la fenêtre de contexte 1M tokens pour Opus 4.6 et Sonnet 4.6 dans Claude Code. Sans header beta, sans surcharge, tarification fixe, et moins de compactions.
  • AGENTS.md vs CLAUDE.md : expliqué
    Deux fichiers de contexte, une seule base de code. Comment AGENTS.md et CLAUDE.md diffèrent, ce que chacun fait, et comment utiliser les deux sans rien dupliquer.
  • Why a Hidden Line of Text Can Hijack Your AI Browser
    AI browsers read the whole web page — including text hidden from you. That's the door behind prompt injection, OWASP's #1 AI security risk in 2026. Here's how the attack works, in plain English.
  • AI Research for Builders: The Latest Breakthroughs, Explained Monthly
    A monthly digest of the latest AI research — agents, reasoning, efficiency, and models — with every claim traced to its source and translated into what it means if you build with AI.
  • 15 AI Research Breakthroughs (June 2026)
    The latest AI research, explained: DeepSeek shipped DSpark and a million-token V4, open coding models closed the gap, AI disproved an 80-year-old math conjecture, and inference costs kept dropping. What each finding means if you build with AI.
  • Did Anthropic Call for an AI Pause? What It Actually Said
    Anthropic did not call to halt the AI boom. Here is what its June 2026 'recursive self-improvement' post actually said, why the 80%-of-its-own-code stat spooked it, and what it means if you build with Claude Code.

More from Handbook

  • Techniques de réflexion approfondie
    Des phrases déclencheurs comme think harder, ultrathink et think step by step poussent Claude Code en raisonnement étendu et en plus de calcul au moment du test, même modèle.
  • Modèles d'efficacité
    Les frameworks de permutation transforment 8 à 12 builds manuels en un template CLAUDE.md que Claude Code utilise pour générer les variations 11, 12 et 13 à la demande. Capturé une seule fois.
  • Le mode rapide de Claude Code
    Le mode rapide route tes requêtes Opus 4.6 sur un chemin de service prioritaire dans Claude Code. Mêmes poids, même plafond, réponses 2,5x plus vite à un tarif token plus élevé.
  • Optimisation de la vitesse
    Le choix du modèle, la taille du contexte et la spécificité de l'invite sont les trois leviers qui décident de la rapidité des réponses de Claude Code. /model haiku, /compact, et /clear covered.

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →
speedy_devvkoen_salo

Is AI a Bubble

AI companies, chipmakers, and cloud providers are investing in each other and buying each other's products — making demand look bigger than it is. Here's the circular-money loop behind 2026's bubble debate, explained simply.

AI Voice Scams

AI needs as little as 3 seconds of audio to clone a voice. Here's how voice-cloning scams actually work, why they exploded in 2026, and the simple defenses — like a family safe word — that beat them.

On this page

Table of Contents
The Big Idea: Regulate by Risk
The Four Risk Tiers
What Actually Happens August 2, 2026
What Got Delayed (the Digital Omnibus)
Does It Affect You?
Frequently Asked Questions
What is the EU AI Act in simple terms?
What changes on August 2, 2026?
Did the EU delay the AI Act?
Does the EU AI Act apply to companies outside the EU?
What do I need to do to comply with the August 2026 deadline?

Vous voulez le framework derrière ces projets ?

Obtenez le système Claude Code que nous utilisons pour planifier, construire, tester et livrer des logiciels en production.

Découvrez ce que nous construisons pour les entreprises →