2026-06-10·5 min read·sota.io Team

EU AI Act Art.3(23) Substantial Modification: When AI System Updates Trigger Full Compliance Obligations

Post #2 in the sota.io EU AI Act Transitional Compliance Series

EU AI Act Art.3(23) Substantial Modification — Decision Tree for AI Updates

In Post #1 of this series, we explained that existing high-risk AI systems deployed before August 2, 2026 may benefit from transitional provisions under Art.111. The grace period does not require immediate full compliance — unless the system undergoes a substantial modification.

That phrase — "substantial modification" — is doing enormous legal and technical work in the EU AI Act. It is the line between "we can keep shipping updates" and "this release triggers a full conformity assessment, new CE marking, and notification to the market surveillance authority."

Getting this wrong has consequences in both directions. Too conservative, and you treat routine bug fixes as compliance events, creating unnecessary overhead. Too permissive, and you ship a meaningful capability change without the required conformity assessment — a violation with fines up to EUR 15 million or 3% of global turnover under Art.99.

This guide gives you the technical definition, the case law analogies from medical device regulation, and the practical CI/CD tests to apply before each release.


The Statutory Definition: Art.3(23)

Article 3 of Regulation (EU) 2024/1689 contains the definitions. Art.3(23) defines substantial modification as:

"a change to an AI system after its placing on the market or putting into service which is not foreseen or planned in the initial conformity assessment carried out by the provider and as a result of which the compliance of the AI system with the requirements set out in Chapter III, Section 2 is affected or results in a modification to the intended purpose for which the AI system has been assessed"

Three elements of this definition require unpacking:

1. "Not foreseen or planned in the initial conformity assessment"

This is the first filter. If your conformity assessment documentation explicitly anticipated a class of future changes — for example, "the model will be periodically retrained on updated production data within the same task scope" — then changes falling within that planned scope do not automatically become substantial modifications. The documentation baseline matters.

2. "Compliance with Chapter III, Section 2 is affected"

Chapter III, Section 2 covers Arts.9-15: the risk management system (Art.9), data governance (Art.10), technical documentation (Art.11), record-keeping (Art.12), transparency obligations (Art.13), human oversight (Art.14), and accuracy/robustness/cybersecurity (Art.15). Any change that materially affects any of these properties triggers Trigger A.

3. "Modification to the intended purpose"

This is independent of whether compliance is affected. A change that expands what the system does — its use cases, user population, deployment context, or decision types — can be a substantial modification even if the technical requirements remain fully met.

The OR is critical: either trigger alone is sufficient.


Trigger A: Changes That Affect Chapter III Section 2 Compliance

Trigger A asks whether the change affects the system's ability to meet the technical requirements of Arts.9-15. Work through each:

Art.9 — Risk Management System

The risk management system must be a continuous iterative process, but it must also identify and analyze known and foreseeable risks. If your update introduces a new risk category that your existing risk management system does not cover, you have likely crossed the threshold.

Example — Trigger A applies:

Example — Trigger A likely does not apply:

Art.10 — Data and Data Governance

Data governance requirements under Art.10 include ensuring training data is relevant, representative, free of errors, and complete to the extent possible. They also require documentation of data governance practices.

Example — Trigger A applies:

Example — Trigger A likely does not apply:

Art.11 — Technical Documentation

Changes that require new technical documentation content are evidence (but not conclusive proof) that the change is substantial. The technical documentation must describe the system as it actually exists.

Art.13 — Transparency

If you change what the system does in a way that requires updating the information provided to deployers about its capabilities, limitations, and appropriate use cases, you may have crossed Trigger A.

Art.14 — Human Oversight

Changes that affect the mechanisms by which human operators can intervene, override, or shut down the system are relevant to Art.14 compliance. Removing a human-in-the-loop step that was documented as a required oversight mechanism is a strong indicator of a substantial modification.

Art.15 — Accuracy, Robustness and Cybersecurity

Performance degradation on the benchmark suite you used for your conformity assessment is a direct Trigger A indicator. If your accuracy metrics fall below thresholds documented in the conformity assessment, the system no longer meets the requirements with which it was assessed.


Trigger B: Changes to the Intended Purpose

The intended purpose is defined in Art.3(12) as "the use for which an AI system is intended by the provider, including the specific context and conditions of use, as specified in the information supplied by the provider in the instructions for use, promotional or sales materials and statements and in the technical documentation."

Trigger B is activated by changes that move the system beyond the intended purpose documented at the time of conformity assessment. This includes:

Geographic Expansion

Deploying a system assessed for one market into a new jurisdiction is a common trigger. The intended purpose often includes geographic scope — "for use in healthcare settings in EU member states" — and expansion outside that scope changes the intended purpose.

User Population Change

Changing from a professional-only tool to a consumer-facing product changes the intended purpose in ways that can affect Art.14 (human oversight — professional users may have more domain knowledge) and Art.13 (transparency requirements differ for laypersons).

Use Case Extension

The most common Trigger B scenario is scope creep. A system assessed for HR screening for one role category is extended to cover additional roles. A medical imaging classifier trained on abdominal CT scans is extended to thoracic imaging. A credit scoring model built for consumer loans is applied to SME lending.

None of these necessarily change the compliance posture under Arts.9-15, but all of them change the intended purpose documented in the conformity assessment.

Decision Type Change

Changing from a "decision support" tool (human makes final decision with AI assistance) to an "automated decision" system (AI decision implemented without human review) is a significant intended purpose change with Art.14 implications.


What Is NOT a Substantial Modification

Understanding the boundary requires examples in the negative direction as well.

Bug fixes that do not affect model behavior: Fixing a null pointer exception in the preprocessing pipeline, correcting a mislabeled class in a metadata field, patching a memory leak — these do not affect the trained model or its outputs and are not substantial modifications.

Security patches: Patching vulnerabilities in the hosting infrastructure, updating authentication libraries, replacing cryptographic primitives — these improve the cybersecurity posture (consistent with Art.15) but do not constitute substantial modifications.

Performance optimization without accuracy change: Quantizing or distilling a model to run faster while maintaining the same accuracy on the original benchmark suite, within the variance documented in the conformity assessment, is not a substantial modification.

UI changes that do not affect AI system behavior: Redesigning the dashboard, changing colors, adding new reporting views — these are outside the scope of the AI system as defined in the technical documentation.

Minor retraining within original scope: Adding more examples from the same distribution, from the same data source, for the same task, with accuracy metrics within the conformity assessment baseline thresholds — not a substantial modification if the conformity assessment explicitly anticipated periodic retraining.

The key heuristic: if a person reading your original conformity assessment documentation would recognize the updated system as the same system doing the same job, you are probably within the original assessment scope. If they would not recognize it, you have probably made a substantial modification.


Art.45: Consequences of a Substantial Modification

When a substantial modification occurs, Art.45 activates. Art.45 is titled "Notification obligations and re-assessment of substantially modified high-risk AI systems."

Under Art.45:

For systems that were previously in a transitional grace period under Art.111, a substantial modification ends that grace period. The system must be assessed as if it were a new placement on the market. The provider has no right to continue operating the system under the transitional provisions while the re-assessment is ongoing — or rather, the transitional protection is gone, and the question becomes whether the system can meet all current requirements.


The Documentation Baseline Strategy

The most effective way to manage this risk is to establish and maintain a compliance documentation baseline at the time of conformity assessment.

What to Capture in Your Baseline

Intended purpose statement: A precise, unambiguous description of what the system does, for whom, in what context, in what geographic markets, using what input modalities, to support what decisions. The more specific this is, the clearer it is whether future changes fall inside or outside the scope.

Technical performance thresholds: Accuracy metrics, error rate bounds, fairness metrics, and robustness benchmarks against which future updates will be compared. Document the measurement methodology, test dataset, and acceptable ranges.

Data governance documentation: Source, geographic origin, distribution characteristics, update procedure (if applicable), and bias evaluation methodology for training data.

Risk register: A complete catalog of identified risks, mitigations, and residual risks as of the conformity assessment date.

Human oversight architecture: An explicit description of where human oversight is required, what form it takes, and what conditions allow automated operation.

Planned update scope: Explicitly document what classes of updates were anticipated and evaluated as part of the conformity assessment. "Periodic retraining on data from [source] within [distribution characteristics] is planned and covered by this assessment" is powerful protection.

Change Management in Practice

Establish a "modification review gate" in your CI/CD pipeline or release process that requires explicit evaluation against each of the seven checklist items before deployment. This need not be a legal review for every release — a technical product manager with the compliance criteria checklist can make the initial determination, with escalation to legal counsel when the determination is uncertain.


MLOps and CI/CD Implications

Modern AI systems are updated continuously. MLOps pipelines often retrain models on a schedule or trigger. This creates compliance friction that must be designed around.

Retraining Triggers

Document which retraining triggers are covered by your conformity assessment. Typical safe triggers (when documented):

Typical unsafe triggers (likely requiring assessment):

A/B Testing and Shadow Deployments

Testing a new model version in shadow mode (no production impact) does not constitute placing the system on the market. Once a new version begins making live decisions — even for a small percentage of requests — it is being put into service, and the substantial modification assessment must have been completed before deployment.

Version Control for Compliance

Maintain a compliance annotation in your model registry. For each model version:


The AI Act vs CRA: Parallel Substantial Modification Concepts

The EU Cyber Resilience Act (CRA, Regulation (EU) 2024/2847) also uses a substantial modification concept for products with digital elements. The core logic is parallel: changes that affect compliance with applicable essential requirements, or that change the intended purpose, can trigger a new conformity assessment under CRA.

The key structural difference is specificity. The AI Act Art.3(23) formulation explicitly references Chapter III Section 2 requirements (Arts.9-15), giving clear technical anchors for the compliance-impact trigger. CRA uses a more general "essential requirements" standard.

If your AI system is also subject to CRA — because it is software with a digital element that processes data — you may need to run assessments under both frameworks. They can often be aligned (the same change that is a substantial modification under one is often a substantial modification under the other), but they remain legally separate obligations under separate regulations.


Decision Tree: Is My Update a Substantial Modification?

Start: I want to release an update to my deployed high-risk AI system.

Q1: Was this change explicitly anticipated and documented in my original conformity assessment as a planned update?
→ YES: The change is likely NOT a substantial modification.
   Document the determination and proceed.
→ NO: Continue to Q2.

Q2: Does the change affect any of the following?
  - Risk management system (Art.9): new risk categories, changed mitigations
  - Data governance (Art.10): new data sources, changed distributions, new bias considerations
  - Technical documentation (Art.11): requires material changes to documented system description
  - Transparency (Art.13): new limitations, capabilities, or use context
  - Human oversight (Art.14): changes to override mechanisms, automation scope
  - Accuracy/robustness (Art.15): metrics outside the conformity assessment thresholds
→ YES to any: SUBSTANTIAL MODIFICATION — trigger Art.45 re-assessment.
→ NO to all: Continue to Q3.

Q3: Does the change affect the intended purpose?
  - Geographic expansion beyond documented market scope
  - New user population (professional → consumer, or different domain)
  - New use cases or decision types beyond documented scope
  - Changed decision-making context (support → automated)
→ YES to any: SUBSTANTIAL MODIFICATION — trigger Art.45 re-assessment.
→ NO to all: NOT a substantial modification. Document determination.

As discussed in Post #1, Art.111 grants existing high-risk AI systems a grace period from the August 2, 2026 full compliance deadline. That grace period is conditional on "no substantial modification."

The moment a substantial modification occurs:

  1. The Art.111 transitional protection ends for that system
  2. Art.45 requires a full new conformity assessment
  3. The system must be assessed against all current requirements of Chapter III Section 2
  4. The provider must meet all provider obligations under Art.16
  5. CE marking and EU declaration of conformity must be reissued
  6. Re-registration in the EU database under Art.51 (if applicable)

For systems that were relying on the transitional provisions to delay full compliance investment, a substantial modification is a compliance trigger that cannot be ignored. The practical implication: any significant release for a legacy system should be evaluated against the substantial modification criteria before deployment.


Checklist: Pre-Release Compliance Gate

Before deploying an update to an existing high-risk AI system, evaluate each of these:

Scope Check

Technical Requirements Check (Art.9-15)

Intended Purpose Check

If any item is checked as affected:


What's Next in This Series

This post covered the substantial modification trigger in detail. The remaining posts in this series address:

The August 2, 2026 deadline is 53 days away. Understanding when your updates trigger full compliance is foundational to planning your compliance roadmap.


Sources: Regulation (EU) 2024/1689 (EU AI Act), Arts.3, 9-15, 43, 45, 49, 51, 111. This guide represents the technical provisions of the regulation as published. Organizations should obtain legal counsel for compliance decisions specific to their systems and circumstances.

EU-Native Hosting

Ready to move to EU-sovereign infrastructure?

sota.io is a German-hosted PaaS — no CLOUD Act exposure, no US jurisdiction, full GDPR compliance by design. Deploy your first app in minutes.