Request a demo
Back
September 1, 2026
By Karina
EU AI Actaiartificial intelligenceenterprise AI

EU AI Act 2026: What the Delay Actually Changed for Enterprise AI

When Regulation (EU) 2026/1744, the Digital Omnibus on AI, entered into force on 27 July 2026, enterprise boards heard a single headline: "The AI Act is delayed." Across industries, compliance, legal, and data engineering programs were stood down or deprioritized.

That was a costly misreading of the regulatory calendar.

Obligations for stand-alone Annex III high-risk AI systems moved to 2 December 2027. The rules that touch the highest volume of enterprise systems applied on 2 August 2026, on the original schedule. And the penalty regime they attach to has been in force since August 2025.

What the legislation asks enterprises to produce is evidence. Evidence of data lineage and decision provenance is a property of architecture, not a policy document you can draft the month before an audit.

Iris.ai  EU AI Act.jpg

What Moved, and What Did Not

The Digital Omnibus split the AI Act implementation calendar. The dates below come from Regulation (EU) 2026/1744, published in the Official Journal on 24 July 2026.

DateLegal Obligation Status
2 Feb 2025Prohibited practices and Article 4 AI literacy duties applied.
2 Aug 2025General Purpose AI (GPAI) obligations applied. The Article 99 penalty regime became applicable.
2 Aug 2026Article 50 transparency obligations applied. Article 101 fining powers over GPAI providers applied.
2 Dec 2026Article 50(2) machine-readable marking applies to systems already on the market at 2 August 2026. New Article 5 prohibition on AI systems for non-consensual intimate imagery and CSAM applies.
2 Aug 2027National regulatory sandboxes must be operational (deferred from 2026).
2 Dec 2027Annex III high-risk system obligations apply (Deferred from 2026).
2 Aug 2028Annex I high-risk obligations apply covering AI embedded in regulated products.

One point gets misreported often enough to be worth stating plainly. The penalty regime is not new. Article 99 has applied since 2 August 2025. What changed on 2 August 2026 is that Article 50 gave it a fresh set of obligations to bite on. Breaches of provider and deployer obligations carry fines up to EUR 15 million or 3% of worldwide annual turnover, whichever is higher. For SMEs and start-ups, the lower of the two applies.

Why the Deferral Does Not Reduce the Work

For enterprises deploying AI, the 2027 deferral for high-risk systems changes the sequencing of the work, but it does not reduce the technical burden. There are three specific reasons why pausing your AI governance framework now creates unmanageable technical debt.

The enforcement framework already exists. Article 99 has been applicable since August 2025. The transparency obligations arriving now land on a penalty structure that is already in force, and systems operating today must comply with disclosure rules today.

You cannot retroactively produce logs. The conformity evidence required by December 2027 has to accumulate from the systems running right now. If a system processes data today without tracing provenance, that is a permanent gap in your future audit trail. No vendor can backfill it.

Classification takes months. Determining whether a workflow falls under Annex III requires legal and technical review across a large enterprise, and the answer determines your data architecture. Discovering in mid-2027 that a core business workflow needs full architectural traceability leaves no time to re-engineer the foundation beneath it.

Grandfathering is narrower than it looks. Your legal team will point out that high-risk systems already on the market before the new application dates are not automatically pulled into the obligations. They stay outside until they undergo a significant change in design, and pre-existing high-risk systems operated by public authorities must comply by 2 August 2030 regardless. That exemption holds only for a system nobody touches. Anything you deploy or materially modify between now and December 2027 is fully in scope, and enterprise AI systems are modified continuously. Relying on grandfathering means freezing a system's design for fifteen months.

The Four Obligations That Are Architecture Problems

Article 50 applies today. Articles 10, 12 and 15 apply from 2 December 2027 for stand-alone Annex III systems, and from 2 August 2028 for AI embedded in regulated products under Annex I. All four are architecture problems, which is why the three deferred ones matter now.

Most organizations treat regulatory alignment as a legal exercise. Map these articles to actual enterprise workflows and they translate into system capabilities. A conventional stack, where documents are chunked, embedded, and retrieved by a general-purpose language model, cannot physically produce the evidence they require.

Article 50: Transparency and Disclosure

The system must know when it is generating content and disclose it at the interface. This applies to when a person interacts with an AI system, as well as deployer labeling of deepfakes and AI-generated text on matters of public interest. If your orchestration layer cannot deterministically separate an AI-generated response from a direct database retrieval, you cannot trigger the disclosure accurately.

Article 10: Data Governance

You must be able to describe exactly what data trained or grounded the system, where it came from, and what quality controls applied. A standard RAG (retrieval-augmented generation) pipeline fragments source material into isolated vectors, and the system loses the hierarchy, authority, and original context of the document. If you cannot prove your data is representative and free of conflicting errors, you cannot satisfy Article 10.

Article 12: Record-Keeping and AI Audit Trail Requirements

The system must log its own operation in a form that can reconstruct a specific past output. This is the hardest technical hurdle for most enterprises, because standard systems overwrite context and rely on probabilistic generation. Reconstruction means logging which document chunk was retrieved, which query triggered it, and how the model weighed that context. If your infrastructure cannot track provenance down to the paragraph, your audit trail is a guess.

Article 15: Accuracy and Robustness

You must maintain a measured accuracy figure against domain criteria you define. Relying on a vendor's general benchmark (e.g., "Our model scores 90% on the bar exam") is irrelevant to a regulator auditing your internal supply chain agent. If your architecture cannot measure how accurately the AI applies your proprietary business rules, you have nothing to put in your conformity file.

What to Build in the 15-Month Window

The deferral provides a 15-month window to build the infrastructure that generates your conformity evidence. Four steps to take:

  1. Inventory and Scope: Map every AI system currently in production or development. Determine which specific articles (Transparency, High-Risk, GPAI) apply to each system and data pipeline.
  2. Turn on Provenance Logging Now: For systems already in production, implement lineage tracking immediately. By December 2027, you will have more than a year of evidence rather than an empty ledger.
  3. Define Source Authority at the Knowledge Layer: Stop trying to enforce data quality at the application level. Define source authority, conflict resolution, and AI-ready data rules at the foundational knowledge layer, where they can be reused and inherited by every downstream agent and chatbot.
  4. Establish a Measured Accuracy Baseline: Define what "correct" looks like for your specific domain and build a programmatic way to measure it per use case.

 

What Measured Accuracy Actually Looks Like

Evidence of accuracy means performance against strict domain criteria, not general linguistic fluency. An enterprise that cannot produce a domain-specific accuracy figure has nothing to put in an Article 15 technical file, whichever hyperscaler platform it runs on.

This is achievable today with the right architectural approach. In a recent regulated deployment for Yettel, the telecommunications provider needed an AI system to accurately answer complex queries about internal tariffs, roaming policies, and technical network guidelines.

When evaluated strictly on the accuracy of this specialized knowledge work, a generic platform running conventional RAG reached 65% accuracy. By structuring the underlying data into a unified semantic foundation before model interaction, Iris.ai reached 95% accuracy on the exact same domain criteria. The variable that changed the outcome was not the language model; it was the measurement and structuring of the data context beneath it.

Where the Knowledge Layer Sits

Addressing the EU AI Act is not about buying a compliance dashboard; it is about adopting Governance by Design.

At Iris.ai, we build the knowledge foundation that enterprise AI depends on. Our architecture sits between your raw data and your execution models. We process, structure, and normalize your unstructured data upfront, creating a unified layer where provenance, source authority, and measured grounding are enforced once. Because the rules live in the data layer, every AI agent or model that connects to it automatically inherits those compliance guardrails.

This infrastructure supports the evidence enterprises need under Articles 10, 12 and 15. Our Contextualization framework delivers full source traceability for every output, so you can prove which document, table, or policy generated a specific claim.

Iris.ai is built for regulated deployment. EU AI Act, GDPR, and DORA traceability are native to the architecture rather than bolted on. You can run the foundation on-premise, in a private cloud, or in a hybrid environment, so data residency requirements hold.

The Evidence Starts Now

Enterprises that treat the next 15 months as an evidence-building period will have a complete conformity file ready for review. The ones that treat this deferral as a pause will be starting from zero in late 2027. 

See How Iris.ai Builds Traceability Into the Knowledge Layer

More resources
rocket icon
Get in touch
arrow icon

Disclaimer: This post provides general informational guidance on enterprise AI architecture and data infrastructure. It does not constitute legal advice regarding compliance with the EU AI Act or other regulations. Organizations should consult with qualified legal counsel regarding their specific compliance obligations.

Next
( GET IN TOUCH )

LET’S WORK TOGETHER

SEND US AN EMAIL
Got a question or a project in mind?
Let’s chat over email — we reply fast!
CONTACT@IRIS.AI
STAY IN THE LOOP
News, insights, and product updates.
6000+ people have already subscribed.
CONNECT WITH US LIVE
We host regular webinars.
Let’s talk about ideas, trends, and solutions.
Credits
Terms of service
Privacy policy
Cookie policy
©2026 IRIS AI AS. ALL RIGHTS RESERVED.