Founders13 min read

EU AI Act for Startups: What Applies Now (August 2026)

By Ergini, Software & AI Developer

TL;DR

As of August 2, 2026 the EU AI Act's Article 50 transparency rules are live and enforceable: disclose that users are talking to an AI, label deepfakes, and machine-readably mark synthetic content. The high-risk control set did not land on that date - the Digital Omnibus on AI, in force since 27 July 2026, pushed standalone Annex III high-risk systems to December 2, 2027 and product-embedded Annex I systems to August 2, 2028. Prohibited practices and general-purpose AI model duties were never deferred, and a new ban on non-consensual intimate imagery and CSAM generators was added. This is the builder's version: what to ship this quarter, what you now have runway on, and the engineering behind each.

Where the AI Act actually stands, as of August 2026

Most of what you will find written about the EU AI Act was published before the summer of 2026, and it is now wrong in an important way. The headline date everyone put on their roadmap - August 2, 2026 - did arrive, but it did not bring what those posts said it would. Here is the state of play, verified against the Act as amended.

ObligationStatusDate
Prohibited practices (Article 5)Live, never deferred2 February 2025
General-purpose AI model dutiesLive, never deferred2 August 2025
Transparency (Article 50)Live and enforceable now2 August 2026
Synthetic-content marking for pre-existing systemsGrace period running2 December 2026
Standalone high-risk systems (Annex III)Deferred2 December 2027
High-risk AI embedded in regulated products (Annex I)Deferred2 August 2028

The reason for the split is the Digital Omnibus on AI, which entered into force on 27 July 2026 after Council approval in June. It deferred the high-risk control set by roughly 16 months for standalone Annex III systems and 12 months for AI inside products already covered by EU product-safety law, on the grounds that harmonized standards and national supervisory authorities were not ready. It deferred nothing else. It also added a prohibited practice: AI systems whose reasonably foreseeable output includes non-consensual intimate imagery or child sexual abuse material are now banned outright, with a transitional period to 2 December 2026 for systems already on the market.

So the practical read for a startup shipping AI into the EU in August 2026 is a two-line answer. Article 50 transparency is a now problem, with national authorities holding inspection powers and a penalty ceiling of 15 million euros or 3 percent of global turnover. The high-risk control set is a 2027 problem - real, unavoidable, and no longer urgent this quarter.

This post is not a legal explainer - there are plenty of those, mostly written by law firms. This is a builder's guide: what the Act actually asks you to put in your code, what is realistically required for a typical startup feature versus a high-risk one, and how to build it in now so you are not retrofitting compliance under deadline or failing an enterprise security review six months from now. I build these controls for clients, so this is the practical version.

One disclaimer up front, and I mean it: I am an engineer, not a lawyer. Classifying your system and signing off on conformity is a legal call that belongs with your counsel or DPO. What I can tell you is how to build the system so that when they make that call, the answer can be yes.

The risk tiers, in plain language

The Act sorts AI systems into four buckets by risk. You need to know which one you are in, because the work is wildly different across them.

TierExamplesWhat it means for you
Unacceptable (prohibited)Social scoring, manipulative or exploitative systems, most real-time public biometric IDDo not build it. Banned since Feb 2025.
High-riskRecruiting and HR, credit scoring, biometrics, critical infrastructure, certain education and medicalThe full control set: risk management, data governance, logging, human oversight, accuracy testing, docs, monitoring. Now due 2 Dec 2027 (Annex III) or 2 Aug 2028 (embedded in regulated products).
Limited-riskChatbots, generative content, most assistant featuresTransparency: tell users it is AI, mark AI-generated content. Enforceable since 2 Aug 2026.
Minimal-riskSpam filters, AI in games, most internal toolingNo specific obligations. Voluntary best practice.

The honest reality for most startups: you are limited-risk. A support bot, a copilot, a summarizer, a recommendation feature - these carry transparency obligations and not much more under the Act itself (GDPR is a separate matter). The startups that are high-risk usually know it, because they are operating in a regulated domain - hiring, lending, health, education, biometrics. If that is you, budget seriously. If it is not, do not let consultants scare you into enterprise-grade governance you do not need.

The trap: "we just call the OpenAI API, so we are fine"

This is the single most common misconception I hear, and it is wrong. Using Claude or GPT through an API does not move the obligations onto Anthropic or OpenAI. They carry the general-purpose AI model obligations (documentation, training-data transparency, copyright policy) that switched on in August 2025. You, the company putting an AI system in front of users, are the deployer - and often the provider of the overall system - and the deployment obligations are yours: transparency, human oversight, logging, and risk management for how your product uses that model.

Think of it like cloud hosting. AWS is responsible for the security of the cloud; you are responsible for security in the cloud. Same shape here. The model vendor handles the model; you handle what you built on top of it.

What to build now: the Article 50 work that is already due

This is the part that is no longer theoretical. Article 50 became enforceable on 2 August 2026 and it applies to the ordinary AI features most startups ship. The engineering is small and concrete, which is exactly why there is no excuse for skipping it.

1. Tell users they are interacting with AI. Article 50 requires that people know when they are talking to an AI system rather than a human, unless it is obvious from the context. For a chatbot that is a clear label or an opening message. Do not disguise the bot as a person. This is a one-line product decision and a small UI change, and there is no grace period on it: it is live now.

2. Mark AI-generated content, machine-readably. Where your product generates synthetic text, image, audio, or video, the output must carry a machine-readable mark and your system must enable its detection. A visible "generated by AI" label is good product practice but is not by itself the machine-readable mark the Article asks for: for media that means provenance metadata such as C2PA Content Credentials or a watermark, and for text it means an embedded signal or a documented provenance record. If your system was already on the market before 2 August 2026, you have until 2 December 2026 for this one obligation specifically. If you launched after that date, it applied from day one.

2b. Label deepfakes regardless of intent. Content that appreciably resembles real people, places, or events has to be disclosed as artificially generated even where there was no intent to deceive and the purpose is benign. If you generate on-model imagery, synthetic voice, or face-adjacent media, this is your obligation, not your customer's.

3. Keep basic logs. Even when not strictly mandated at your tier, lightweight event logging - what was asked, what the model returned, which version, any human override - is cheap to add and saves you in every later conversation: a security review, a customer dispute, a GDPR data-subject request, or an upgrade to high-risk. This is the same logging you want for observability anyway.

That is genuinely most of it for a limited-risk feature. Days of work, not months, if you build it in rather than bolt it on.

What to build next: high-risk, now with real runway

If you are genuinely high-risk, the bar is much higher, and this is where budget and lead time matter. The Digital Omnibus bought you time here: 2 December 2027 for standalone Annex III systems and 2 August 2028 if your AI is a safety component of a product already covered by EU product-safety law. Treat that as runway, not a reprieve. Conformity assessment, technical documentation, and a working eval harness take quarters, not sprints, and the harmonized standards being drafted now are what you will be measured against.

The control set, in engineering terms:

  • Risk management system. A documented, living process that identifies and mitigates risks across the lifecycle - not a one-time PDF.
  • Data governance. Training and input data that is relevant, representative, and checked for bias, with documented lineage. This overlaps heavily with GDPR data governance.
  • Automatic logging. Tamper-evident records over the system lifecycle - the audit trail that proves what happened.
  • Human oversight. Real human-in-the-loop controls: the ability for a person to understand, override, and stop the system, with the decisions logged.
  • Accuracy, robustness, and security. Tested and documented performance, including an eval harness and defenses against prompt injection.
  • Technical documentation and post-market monitoring. The dossier that demonstrates conformity, plus ongoing monitoring once live.

None of this is exotic engineering. It is the same discipline that makes an AI system good - evals, logging, guardrails, human review - formalized and documented. The difference between a startup that sails through and one that scrambles is almost always whether these were designed in from week one.

Build-it-in-now, not retrofit-later

Here is the practical sequencing I recommend to founders, in priority order, whether you are limited or high-risk:

This quarter, non-negotiable, regardless of tier: AI disclosure in the UI, machine-readable marking of anything you generate, and structured event logging. The first two are legally due right now under Article 50; the third is not strictly mandated at limited-risk but is what every later conversation depends on. These are small, they help your product and your GDPR posture, and they are table stakes for any enterprise sale.

Before 2 December 2026, if you shipped before August: close out the synthetic-content marking and detection obligation. That grace period is the only one you got, and it is four months long.

Next, if you touch personal data: data minimization, EU-region data residency where required, retention limits, and a working deletion path. This is GDPR work that also serves the AI Act. Covered in depth in my GDPR-compliant AI service.

Before any high-risk launch: the eval harness, human oversight controls, and technical documentation. These take weeks, so start early. If data residency is a hard requirement, a self-hosted model in the EU may be the cleanest answer.

Frequently asked questions

What applies under the EU AI Act right now, in August 2026?

Three things are live and enforceable: prohibited practices (since 2 February 2025), general-purpose AI model obligations (since 2 August 2025), and Article 50 transparency (since 2 August 2026). The high-risk control set is not among them. The Digital Omnibus on AI moved standalone Annex III high-risk obligations to 2 December 2027 and product-embedded Annex I systems to 2 August 2028.

Did the Digital Omnibus cancel the EU AI Act?

No, it deferred one part of it, by roughly 16 months for standalone high-risk systems and 12 months for AI embedded in regulated products, because harmonized standards and national authorities were not ready. Prohibited practices, general-purpose AI model duties, and Article 50 transparency all kept their original dates. The Omnibus also added a new prohibition covering AI that generates non-consensual intimate imagery or CSAM, with a transitional period to 2 December 2026.

My chatbot shipped before August 2026. Do I get a grace period?

For one obligation only. Systems placed on the market before 2 August 2026 have until 2 December 2026 for the Article 50(2) synthetic-content marking and detection requirement. The disclosure obligation - telling users they are talking to an AI - is live now with no grace period.

Does the AI Act apply if I only use the OpenAI or Claude API?

Yes. Using a third-party model does not exempt you. You are the deployer (and often the provider of the overall system), so transparency, human oversight, record-keeping, and risk management are your obligations. The model vendor carries the separate general-purpose AI obligations.

Is my product high-risk?

Probably not. High-risk is a defined list - recruiting and HR, credit scoring, biometrics, critical infrastructure, certain education and medical uses. A support bot, writing assistant, or internal automation is usually limited-risk. Classification is a legal determination, so get a read from counsel if you are near the line.

What are the penalties?

Tiered: up to 35 million euros or 7 percent of global turnover for prohibited practices, up to 15 million or 3 percent for most other breaches, up to 7.5 million or 1 percent for supplying incorrect information. For startups the near-term risk is usually a failed enterprise procurement before it is a fine.

What is the cheapest path to compliance?

Build the controls in from the start. A limited-risk feature is mostly AI disclosure plus logging - days of work. The expensive path is shipping with no logging, eval, or data governance and rebuilding under deadline.

Is this the same as GDPR?

No, but they overlap heavily. GDPR governs personal data; the AI Act governs AI systems by risk. The engineering - data governance, logging, human review - serves both, so build once and satisfy both.

Bottom line

The EU AI Act is far less scary for the typical startup than the headlines suggest, and the Digital Omnibus made the near-term picture simpler rather than more complicated. Two sentences: Article 50 transparency is due now, and it is a few days of engineering - disclosure, machine-readable marking, and the logging you wanted anyway. The high-risk control set is due December 2027 or August 2028, and it is quarters of work, so if it applies to you the time to start scoping is this year, not that one. Figure out your tier (most likely limited-risk), do the GDPR data work if you touch personal data, and pair the engineering with a real legal read - I do the build half, your counsel does the legal half.

One caveat on everything above: this reflects the Act as amended by the Digital Omnibus on AI, in force since 27 July 2026, and verified in August 2026. This area has moved twice in a year. If you are reading this much later, check the dates against the official text before acting on them.

If you want a senior engineer to implement the technical controls and get your AI system audit-ready, that is exactly what my EU AI Act compliant development service is for. For the official text, the EU AI Act resources are the canonical reference.