Chapter XIII · FINAL PROVISIONS

Article 113 — Entry into force and application

⟲ Amended · Regulation (EU) 2026/1744

▼ Primary text, verbatim. Our annotations appear below, visibly separated.

This Regulation shall enter into force on the twentieth day following that of its publication in the *Official Journal of the European Union*.

It shall apply from 2 August 2026.

However:

(a) Chapters I and II shall apply from 2 February 2025, with the exception of Article 5(1), first subparagraph, points (ba) and (bb), and Article 5(1a) and (1b) which shall apply from 2 December 2026;

(b) Chapter III Section 4, Chapter V, Chapter VII and Chapter XII and Article 78 shall apply from 2 August 2025, with the exception of Article 101;

(c) Chapter III, Sections 1, 2, and 3, with the exception of Article 6(5), shall apply from:

(i) 2 December 2027 as regards AI systems classified as high-risk pursuant to Article 6(2) and Annex III; and

(ii) 2 August 2028 as regards AI systems classified as high-risk pursuant to Article 6(1) and Annex I;

(d) Articles 102 to 110 shall apply from 27 July 2026.

This Regulation shall be binding in its entirety and directly applicable in all Member States.

This text is meant purely as a documentation tool and has no legal effect. The Union's institutions do not assume any liability for its contents. The authentic versions of the relevant acts, including their preambles, are those published in the Official Journal of the European Union and available in EUR-Lex.

Amended — Regulation (EU) 2026/1744

Passages marked with the accent edge in the primary text were inserted or replaced by the amendment.

Show the text as adopted, before the amendment

The authentic 2024 text of this provision, shown for comparison. It no longer states the law.

This Regulation shall enter into force on the twentieth day following that of its publication in the *Official Journal of the European Union*.

It shall apply from 2 August 2026.

However:

(a) Chapters I and II shall apply from 2 February 2025;

(b) Chapter III Section 4, Chapter V, Chapter VII and Chapter XII and Article 78 shall apply from 2 August 2025, with the exception of Article 101;

(c) Article 6(1) and the corresponding obligations in this Regulation shall apply from 2 August 2027.

This Regulation shall be binding in its entirety and directly applicable in all Member States.

Done at Brussels, 13 June 2024.

*For the European Parliament*

*The President*

R. METSOLA

*For the Council*

*The President*

M. MICHEL

What this means for you

In your terms · Data and data governance

Dataset lineage is yours: where each set came from, how it was prepared, what its gaps are, and the bias examination that was actually run.

  • Dataset cards with provenance
  • Bias examination report

Failure smells likeSomeone asks which data the model was trained on and the answer is a bucket path, with no record of how the set was assembled or what it was assumed to represent.

In your terms · Technical documentation

The Annex IV file describes your system, and drift makes it wrong. Generate what can be generated from the source of truth instead of hand-maintaining prose.

  • Annex IV technical file
  • Doc generation wired into CI

Failure smells likeThe documentation describes the system as it was designed two releases ago, and nothing in the pipeline forces it to move with the code.

In your terms · Automatic recording of events

Logging capability is a design-time decision, not a config you bolt on later: correlation IDs and event coverage live in the code.

  • Decision-correlation IDs across services

In your terms · Transparency and instructions for deployers

Interpretability of output is partly interface design: expose confidence, provenance and known failure modes where the deployer can see them.

  • Output metadata deployers can read

In your terms · Human oversight

The stop and override paths have to exist in the architecture, tested like any other critical path.

  • Kill switch and override, with tests

In your terms · Accuracy, robustness and cybersecurity

Adversarial input, prompt injection and poisoning resistance are test suites, not adjectives.

  • Adversarial and injection test suite

In your terms · Quality management system

The quality management system reaches into how you build. Article 17(1)(b) and (c) name design control, design verification and the testing procedures by name: if the written system is not how the team actually works, it is a document that will not survive being checked.

  • Design control and verification procedures
  • Test and validation records

In your terms · Keeping the documentation for ten years

The technical file you generate today must still be producible a decade from now.

In your terms · Keeping the automatically generated logs

Log formats you change casually today are formats someone must still parse months from now.

In your terms · Becoming the provider along the value chain

Fine-tuning or wrapping a third-party system can quietly change who counts as its provider.

In your terms · Real-world testing outside sandboxes

Test cohorts and their consent state are data your system has to track.

In your terms · Risk management system

Risk treatments become design constraints and test cases; each identified risk should map to something you can point at in the codebase.

  • Risk-to-control mapping in the design docs

Obligations derived from this article

If you would rather not read the law

The basics page explains the Regulation's own categories in order: scope, role, tier, date. The engineering view groups the obligations by the platform capability they demand.

Start with the basics → Open the engineering view →