The AI Act Deadline Moved. The One That Applies to Your Product Didn't.
Europe deferred the high-risk AI rules to December 2027, and most engineering teams heard 'the deadline moved.' Article 50 transparency obligations went live on 2 August 2026 exactly as scheduled, and they are a build task, not a policy memo.
The Deferral Everyone Heard, and the Deadline Nobody Did
For most of the first half of 2026, the compliance conversation inside European engineering organisations was dominated by a single date: 2 August 2026, the point at which the AI Act's high-risk regime was scheduled to bite. Then, in May, it moved. Following negotiations on the Commission's Digital Omnibus package, the Council and Parliament reached a provisional agreement on 7 May 2026 to defer key obligations, and the Parliament voted to adopt it on 16 June.
The headline numbers are real and they are significant. Annex III high-risk obligations, the use-case-based ones covering employment, credit, education, essential services and similar categories, moved from 2 August 2026 to 2 December 2027, a sixteen-month deferral. Annex I obligations, covering AI embedded in already-regulated products such as medical devices and lifts, moved from 2 August 2027 to 2 August 2028.
What happened next inside a great many companies is the part worth examining. The message that travelled from legal to engineering, and from engineering leadership to the teams actually holding the tickets, compressed to four words: the deadline was postponed. Roadmap items were deprioritised. Compliance epics were pushed to the following planning cycle. And a set of obligations that had not moved at all quietly went live underneath everyone.
The Cloud Security Alliance's research note on the deferral put the distinction bluntly, calling the high-risk deadline deferred, not cancelled. Three things stayed exactly where they were. The Article 5 prohibited-practices regime has applied since February 2025. The general-purpose AI provider obligations have applied since August 2025, and the Commission's active enforcement toolkit for them, information requests, model access, recall powers, switched on this month. And Article 50, the transparency layer, became applicable on 2 August 2026 precisely as originally legislated.
The readiness data suggests very few organisations acted on that distinction. A 2026 readiness analysis found 78% of organisations had taken no meaningful steps toward AI Act compliance. A Deloitte survey found only 36% of organisations report being well prepared to implement the act, and 52% are concerned that regulation will restrict their AI innovation opportunities. Those numbers were collected before the deferral gave everyone a reason to relax further.
Key Takeaways
- Annex III high-risk obligations deferred from 2 Aug 2026 to 2 Dec 2027; Annex I from 2 Aug 2027 to 2 Aug 2028
- Article 50 transparency, Article 5 prohibitions and GPAI provider obligations were not deferred at all
- Article 50 became applicable on 2 August 2026 and covers systems already on the market
- Around a third of organisations reported being well prepared to implement the act, measured before the deferral was announced
What Article 50 Actually Obliges You to Build
Article 50 is short, and it is the most build-heavy part of the Act for ordinary product teams because it applies regardless of risk classification. It sets four duties across two roles, and the split between those roles determines who on your side has to do the work.
The first duty falls on providers. Any AI system that interacts directly with people must inform them that they are dealing with an AI, at or before the first interaction, in a form that meets accessibility requirements. That covers your support chatbot, but also your voice assistant, your in-product copilot, your automated outbound messaging and the assistant embedded in an email client. The exemption for cases where it is obvious to a reasonably well-informed person is narrower than teams assume, and is not a licence to skip the disclosure because your users are technical.
The second duty also falls on providers, and it is the expensive one. Providers of generative systems must ensure outputs are marked in a machine-readable format and detectable as artificially generated or manipulated. This applies across modalities: text, image, audio and video. There is one transition concession, generative systems already placed on the market before 2 August 2026 have until 2 December 2026 to bring Article 50(2) marking and detection into conformity. That is under four months from today.
The third and fourth duties fall on deployers, which is the role most companies reading this actually occupy. Deployers of emotion-recognition or biometric-categorisation systems must inform the people exposed to them, outside the workplace and education contexts where Article 5 prohibits the practice outright. And deployers must disclose deepfakes, and label AI-generated or AI-manipulated text published to inform the public on matters of public interest, unless the content went through genuine human editorial review with someone holding editorial responsibility. Artistic and satirical content gets a reduced disclosure obligation rather than an exemption.
The Commission did not leave this to interpretation. On 20 July 2026, less than two weeks before the obligations applied, it adopted the final version of its Guidelines on Article 50 and confirmed the Transparency Code of Practice as adequate. The Code of Practice on marking and labelling AI-generated content is voluntary, but signing it is currently the cleanest available route to demonstrating conformity, and it is prescriptive about method: providers implement multilayered machine-readable marking, deployers label deepfakes and public-interest text.
Getting this wrong is priced. Article 50 and GPAI violations sit in the same penalty tier, up to €15 million or 3% of worldwide annual turnover, whichever is higher. That is a smaller ceiling than the prohibited-practices tier, and it is still large enough to be a board conversation.
Machine-Readable Marking Is an Engineering Problem the Law Solved on Paper
Here is the uncomfortable technical reality underneath Article 50(2): the statute requires marking that is effective, interoperable, robust and reliable, and as of August 2026 no single available technique delivers all four. Commentators covering the final guidance were direct about it, describing a watermarking mandate that has outpaced the technology available to satisfy it.
The two families of technique fail in opposite directions. Metadata-based provenance, principally C2PA Content Credentials, is cryptographically signed, carries rich information about how an asset was produced, and is trivially destroyed. A screenshot removes it. A social platform re-encode removes it. A CMS that strips EXIF on upload, which is most of them, removes it. Imperceptible watermarking embedded into the content signal itself survives far more handling, but robustness varies sharply by modality and by the specific compression path the content takes. An audio watermark that lives in file metadata will not survive any realistic distribution pipeline; one embedded in the waveform might, but only if it was designed against the codecs your pipeline actually uses.
This is why practice, and the Code of Practice with it, has converged on layering: metadata provenance plus embedded watermarking plus server-side logging, so that when one layer is stripped the next one still carries the signal, and the log provides evidence even when both are gone. Providers are also expected to have a watermark-detection interoperability path in place by 2 February 2027, which means marking alone will not be sufficient for much longer. Somebody has to be able to check the mark.
The clearest live example arrived last week. On 11 August 2026, Anthropic announced it would watermark text generated by its models, embedding an imperceptible statistical pattern directly into generated text that survives copy-paste, while attaching signed C2PA provenance to supported non-text outputs such as .svg, .png and .jpg files. The scope covers Claude Sonnet 4.6, Claude Haiku 4.5 and models released on or after 2 August 2026, across every access channel. Notably, Anthropic is applying it globally rather than only to EU traffic, which is the Brussels effect operating in real time and a useful signal for anyone still planning a region-gated compliance architecture.
It also carries a caveat your team should read carefully before assuming the problem is solved upstream. Coverage of the rollout noted that the mark proves the text passed through the model, not that the model authored it: paste your own paragraph in for editing, and the output carries the watermark too. If your product builds on a model provider's marking, you are inheriting both its coverage and its semantics, and you still own the disclosure surface your users actually see.
Key Takeaways
- No single marking technology currently satisfies all four statutory criteria; layering is the expected answer
- C2PA metadata is stripped by screenshots, re-encodes and most CMS upload pipelines
- Providers are expected to have watermark-detection interoperability in place by 2 February 2027
- Anthropic's 11 August text watermarking marks model-processed text, not model-authored text, a distinction that matters downstream
You Are Probably a Deployer, and Sometimes Accidentally a Provider
The most common planning error we see is a team reading Article 50, concluding that machine-readable marking is a foundation-model problem, and closing the ticket. Two things break that assumption.
First, the deployer duties are yours outright and nobody upstream can discharge them for you. If your marketing platform generates synthetic imagery of real people, if your product publishes AI-drafted content on matters of public interest, if any part of your stack does emotion inference on customers, those disclosure obligations sit with you and are not satisfied by your model vendor's watermark. They are product surface work: labels, notices, consent moments, editorial sign-off workflows with an accountable human at the end of them.
Second, the provider/deployer line is easier to cross than most engineering leaders realise. Put your own brand on a third-party system, substantially modify it, or repurpose a general-purpose system into a new intended purpose, and you can take on provider obligations for it. The fine-tuned model behind your in-app assistant, the white-labelled chat widget you resold to your own customers, the internal agent you exposed through a partner API, each of these deserves an explicit decision rather than an assumption.
Which surfaces the real first task, and it is not a legal one: an inventory. Most organisations genuinely do not know how many AI-touching surfaces they operate. The support widget procured by customer service, the sales-outreach tool with a credit card behind it, the summarisation feature a team shipped in a hackathon, the LLM call buried three services deep in an internal pipeline, the vendor-supplied recommendation engine nobody has classified. You cannot mark, disclose or label what you have not enumerated, and enumeration is exactly the kind of unglamorous cross-cutting work that gets deferred until an obligation is already in force.
This is where an experienced external team earns its keep quickly. A short, scoped engagement to inventory AI surfaces, classify each as provider or deployer, and map the specific Article 50 duty attaching to each is two to three weeks of senior engineering time and produces the artefact every subsequent decision depends on. It is precisely the kind of bounded, high-leverage work our dedicated development teams take on before a larger build begins, and doing it inside the EU keeps the exercise, and the system documentation it produces, in the same jurisdiction as the regulation it serves.
Where the Mark Dies: Auditing Your Own Pipeline
Assume your model provider marks its output correctly. The mark now has to survive your system, and your system was not designed with provenance in mind. This is the part of Article 50 compliance that is pure engineering, and it is where the failures will be found.
Walk the path an asset actually takes. A generated image leaves the model with signed C2PA credentials attached. It hits your upload endpoint, which normalises and re-encodes it, dropping the metadata. It goes to an image CDN that generates six responsive variants, none of which carry provenance. It is rendered into a social card by a headless browser, which produces a screenshot with no relationship to the original bytes. By the time it reaches a user, four independent components have each quietly discarded the compliance artefact, and no test in your suite noticed, because no test asserts on it.
Text has its own version of this. A watermarked model response is chunked, re-summarised by a second model, merged with retrieved content, templated into an email, and passed through a formatting library that normalises whitespace and Unicode. Statistical text watermarks vary in how much of that they tolerate. Whether yours survives is an empirical question about your pipeline, not a claim you can take from a vendor datasheet.
The practical response is to treat provenance as a tested system property. Add provenance assertions to your integration tests the same way you assert on content type and status codes. Instrument the boundaries where metadata is known to be lost, upload normalisation, transcoding, CDN transformation, third-party embeds, and decide at each one whether to preserve, re-apply or log. Where the mark genuinely cannot survive, the server-side log becomes your evidence, which means retention policy and log integrity are now compliance-relevant, not just operational concerns.
The disclosure surfaces need the same rigour. First-interaction chatbot notice has to hold across every entry point, including deep links, resumed sessions, embedded widgets and voice channels, and it has to meet accessibility requirements, which for a screen-reader user means the disclosure must be announced rather than merely present in the DOM. That last point connects directly to the accessibility enforcement now landing on AI-generated interfaces, a compliance obligation that arrives through an entirely different statute and lands on the same component.
Key Takeaways
- Upload normalisation, transcoding, CDN variants and headless-browser rendering each silently strip C2PA metadata
- Test for provenance survival explicitly; nothing in a standard suite asserts on it
- Where marking cannot survive, server-side logs become the evidence, making retention and log integrity compliance-relevant
- Chatbot disclosure must hold across deep links, resumed sessions and voice channels, and must be accessible, not just present
The Sixteen Months Are a Build Window, Not a Break
Set the transparency work aside for a moment and look at what the deferral actually did to the high-risk timeline, because the way most organisations are using it is a mistake with a predictable ending.
December 2027 sounds distant. It is roughly sixteen months, and the work behind an Annex III conformity assessment is not a documentation exercise you can start in the last quarter. It requires a risk management system that operates across the lifecycle, data governance with documented provenance and bias examination for training and validation sets, technical documentation deep enough for a third party to evaluate, automatic logging with retention, human oversight designed into the interaction rather than bolted onto it, and demonstrated accuracy, robustness and cybersecurity. Several of those are architectural. Logging that satisfies a regulator is not the logging you have; retrofitting it into a system that was not built to emit decision-level events with the inputs that produced them is a refactor, not a config change.
The organisations that will struggle in late 2027 are not the ones that started late. They are the ones that shipped another sixteen months of AI features into an architecture with no logging spine, no evaluation harness and no oversight seams, and then tried to certify it. Every feature added during the deferral without those foundations increases the eventual bill. The teams treating the window as a build phase are doing the boring structural work now, while the pressure is off, which is the only time structural work is ever pleasant to do.
There is a second reason not to relax. The data half of the Digital Omnibus, which proposes GDPR amendments around legitimate interest for AI training and the treatment of pseudonymised data, is a separate and contested track. The EDPB and EDPS have warned that core amendments risk weakening purpose limitation and diluting protections against automated decision-making. Planning your data architecture around a simplification that has not been agreed, and that Europe's own regulators are publicly resisting, is a bet rather than a strategy.
And the AI Act is one instrument among several converging on the same code. The Cyber Resilience Act's reporting clock starts in September 2026, and the revised Product Liability Directive brings software into strict liability in December. The evidence artefacts these regimes want, an inventory of what you ship, documented provenance, logs that reconstruct behaviour, are substantially the same artefacts. Building them once, properly, is cheaper than building three partial versions under three separate deadlines.
What This Changes About How You Staff the Work
Article 50 compliance has an awkward shape as a piece of work. It is small enough that nobody wants to hire for it, cross-cutting enough that it touches almost every surface in the product, and specific enough that it cannot be handed to a generalist with a checklist. It needs people who can read a regulation, translate it into system behaviour, and then go modify an image pipeline, a chat widget, a logging layer and a CI suite.
That combination is not what most teams have spare. Product roadmaps in mid-2026 are already absorbing AI feature delivery, the evaluation work that most AI features still ship without, and the ordinary business of the quarter. Compliance engineering loses that competition every time, right up until it doesn't.
This is a natural fit for a dedicated nearshore team, and not primarily for cost reasons. Three properties matter more here. Jurisdiction: engineers inside Europe working under EU law, on infrastructure subject to it, with none of the transfer questions that surface the moment a system handling European personal data is built and operated from outside the bloc, a concern we have written about in the context of Europe's sovereignty requirements. Seniority: the work is judgment-heavy and specification-light, exactly the profile where a mid-level engineer executing tickets produces expensive rework. Continuity: named engineers who stay with the codebase, because the compliance artefacts they produce, the inventory, the classification decisions, the documented rationale for each marking approach, are only worth anything if someone can defend them in eighteen months.
StepTo has run senior-led engineering teams out of Serbia since 2014, with engineers assigned by name and full timezone overlap with Western Europe, which matters when a compliance decision needs a same-day answer rather than a next-day one. The pattern that works for regulatory engineering is a small, senior, embedded team that absorbs the cross-cutting work while your in-house team keeps shipping product, rather than a compliance project that stops the roadmap for a quarter. If you would rather add that capacity into your existing team structure than run it as a separate engagement, staff augmentation gets to the same place with less process overhead.
One honest caveat: no engineering partner should be selling you legal advice, and this article is not it. The classification calls, whether a given system is Annex III, whether your editorial review process qualifies for the Article 50(4) exemption, belong with counsel. What an engineering team owns is everything after that decision, which is where nearly all of the effort and all of the technical risk actually sits.
The Next Ninety Days, Concretely
Today is 13 August 2026. Article 50 has been applicable for eleven days. The grandfathering window for machine-readable marking on generative systems already in market closes on 2 December, which is under sixteen weeks. Here is what that period should contain.
Weeks one and two: inventory. Enumerate every AI-touching surface across product, internal tooling and procured software. For each, record what it does, which model or vendor sits behind it, whether output reaches a person outside the company, and whether you are provider or deployer. Expect the list to be roughly twice as long as anyone predicted, and expect the surprises to come from procurement rather than engineering.
Weeks three and four: classify and triage against the four Article 50 duties. Direct-interaction disclosure, synthetic-content marking, emotion-recognition notice, deepfake and public-interest text labelling. Most surfaces will attract one duty, a few will attract none, and the handful attracting several are where your senior people should spend their time. Take an explicit decision on Code of Practice signature while you are here, because it shapes the implementation targets that follow.
Weeks five through ten: implement. Disclosure notices across every chat and voice entry point, accessible and delivered at or before first interaction. Provenance preserved or re-applied at each pipeline boundary you identified. Labelling workflows for deepfake and public-interest content, with a named human holding editorial responsibility where you intend to rely on the review exemption. Server-side logging as the fallback evidence layer wherever marking cannot be guaranteed to survive.
Weeks eleven and twelve: verify and document. Provenance assertions in the integration suite. A tested detection path, ahead of the February 2027 interoperability expectation. And a written record of the decisions, why each system was classified as it was, which marking method was chosen and why, what the residual gaps are and what compensates for them. Regulators ask for reasoning, not just outcomes, and the reasoning is far cheaper to write down while it is still in someone's head.
Then, and only then, start the Annex III work with the remaining fourteen months. In that order, because the transparency obligations are already late and the high-risk ones are not.
Key Takeaways
- The 2 December 2026 marking grandfathering deadline is under sixteen weeks away
- Start with an inventory of every AI surface, including procured tools nobody classified as AI
- Decide provider versus deployer per system explicitly; branding or fine-tuning can make you a provider
- Write down the reasoning behind each classification while it is still fresh, regulators ask for it
The Bottom Line
The Digital Omnibus was a genuine act of regulatory relief, and it was reported as though it applied to the whole AI Act. It did not. Annex III high-risk obligations moved to December 2027 and Annex I to August 2028, while the prohibited practices, the general-purpose AI provider duties and the entire Article 50 transparency regime stayed exactly where they were, which means chatbot disclosure, machine-readable marking, emotion-recognition notice and deepfake labelling have been legally required across the European market since 2 August 2026. Systems already on the market are in scope, with only a narrow concession running to 2 December for marking. Anthropic shipping global text watermarking eleven days after the obligation landed is a fair indication of where the model layer is heading; it is not a substitute for the disclosure surfaces, labelling workflows and provenance-preserving pipelines that sit on your side of the API. The organisations that come out of this well will be the ones that read the deferral precisely rather than gratefully: inventory what they run, classify each surface honestly, build the marking and logging spine once so it serves the CRA and the Product Liability Directive too, and treat the sixteen months as the build window it is. The ones that heard 'postponed' and stood the team down will discover in December that the part they skipped was never postponed at all.
Building a team in Eastern Europe?
StepTo helps European and US companies build senior-led nearshore engineering teams in Serbia. Let's talk about what your next engagement could look like.
Start a conversationWritten by
Igor GazivodaCo-founder & CEO · StepTo
Igor has 15+ years in software engineering and business development. Former CTO at a Series A fintech startup, he specializes in scaling engineering teams, nearshore strategy, and AI-driven product development. He holds a Master's in Computer Science from the University of Belgrade and has published on distributed systems architecture.
LinkedIn →