For DIFC, ADGM & GCC AI teams selling into Europe

If your AI outputs are used in the EU, check Article 2 scope.

Article 2(1)(c) can apply the EU AI Act to providers and deployers outside the EU when an AI system’s output is used in the Union. Scope depends on role, use, and the Act’s exclusions. Regula reports code indicators locally for human review; it does not determine whether the Act applies. Read Article 2 in the primary legislation.

no account · no API key · runs on your machine · read the trust pack

Why this matters for UAE companies

Four facts about EU AI Act extraterritoriality that GCC general counsel are double-checking right now.

Extraterritorial by design

Article 2(1)(c) of Regulation (EU) 2024/1689 covers providers and deployers established outside the EU where the output produced by the AI system is used in the Union, subject to the Act's definitions, exclusions and other conditions. Non-EU incorporation alone does not exclude that route.

Source: Regulation (EU) 2024/1689 Article 2(1)(c)

Provider status carries duties

A DIFC or ADGM company may be a provider where it develops an AI system or model, or has one developed, and places it on the market or puts it into service under its own name or trademark. Article 3 definitions and the actual distribution arrangement matter; a reseller relationship alone does not settle the role.

Source: Regulation (EU) 2024/1689 Article 3(3) and Article 16

Article 99 penalty framework

Article 99 sets penalty ceilings by infringement type and includes turnover-based limits. The applicable amount depends on the legal conditions and enforcement decision.

Primary source: Regulation (EU) 2024/1689, Article 99

High-risk deadline: 2 December 2027 (Omnibus)

Regulation (EU) 2026/1744 was published on 24 July 2026 and entered into force on 27 July 2026. It sets 2 December 2027 for Annex III high-risk provisions and 2 August 2028 for Annex I product-embedded provisions. Article 50 obligations generally have applied since 2 August 2026; providers of systems covered by Article 50(2) that were already on the market before that date have until 2 December 2026 under the amendment's transition rule.

Source: Council press release, 7 May 2026; Regulation (EU) 2024/1689 Article 113

Examples that may require closer scope and classification review

Sector labels alone do not make a system high-risk. Intended purpose and every condition in Article 6 and Annex I or III require separate review.

Fintech & lendingCredit scoring, loan approval, KYC risk → Annex III Cat 5 (essential services)
InsurtechHealth/life insurance pricing, claim assessment → Annex III Cat 5
HR & recruitment SaaSCV screening, candidate ranking → Annex III Cat 4 (employment)
Health-techClinical decision support, diagnostic AI → Article 6(1) + MDR/IVDR
ProptechTenant screening, rental decisions → Annex III Cat 5
Smart city / mobilityADAS, traffic management, biometrics → Annex III Cat 1, 2, safety components

DIFC, ADGM, and the federal layer: who regulates AI in the UAE today?

No federal UAE AI Act was identified in the official legal sources reviewed for this audit. AI governance also involves data-protection, financial, health, and free-zone rules. The regulator summary below is orientation, not a complete statement of UAE law.

DIFC — Dubai International Financial CentreDIFC Data Protection Law 2020 (DIFC Law No. 5 of 2020) + Regulation 10 on processing personal data through autonomous and semi-autonomous systems. Dubai Financial Services Authority (DFSA) regulates AI deployed in regulated financial services. Personal data triggers DP law; financial use triggers DFSA rules.
ADGM — Abu Dhabi Global MarketADGM Data Protection Regulations 2021 (modelled on GDPR). Financial Services Regulatory Authority (FSRA) regulates AI in licensed financial activities. ADGM's Office of Data Protection publishes guidance on the DPR 2021, including on automated decision-making.
Federal layerFederal Decree-Law No. 45 of 2021 governs personal-data processing within its scope. Sector regulators may add requirements. This page does not rely on an unverified secondary claim about a new federal AI authority.

The practical takeaway: UAE rules and EU AI Act scope are separate questions. If Article 2 brings a system or actor into EU scope, applicable EU duties may sit alongside local rules. Regula reports local code indicators but cannot decide either legal question.

What it looks like

Real session against a one-file Python script that calls OpenAI to score a CV — the canonical Annex III Category 4 case.

$ pipx install git+https://github.com/kuzivaai/getregula.git@main
Successfully installed regula-ai-1.9.0

$ cat demo.py
import openai
def classify_resume(resume_text):
    client = openai.OpenAI()
    reply = client.chat.completions.create(
        model='gpt-4',
        messages=[{'role':'user','content':f'Score this resume: {resume_text}'}])
    return reply.choices[0].message.content

$ regula quickstart

Regula Quickstart

  Created: ./regula-policy.yaml

  First scan complete (0.0s)
  Files scanned:      1
  BLOCK findings:     0
  WARN findings:      0
  INFO findings:      1

$ regula classify --file demo.py
Decision: insufficient_information
Jurisdiction: eu
Rule resolution: unresolved
Facts needed to resolve the next decision: 2
  - is_ai_system: Does the subject meet the governing law's definition of an AI system?
  - jurisdiction_in_scope: Does this jurisdiction's territorial and operator scope apply?

Detector observation (not a legal classification):
HIGH-RISK: Employment and workers management - Articles 9, 10, 11, 12, 13, 14, 15

$ # Reports code-observable indicators; runtime varies by repository.
$ pipx install git+https://github.com/kuzivaai/getregula.git@main && regula quickstart

How you verify Regula independently

Use the underlying artefacts to check reproducibility, security boundaries, evaluation limits, and what remains unvalidated.

Last reviewed: 26 August 2026 · Coverage level: dated tracker and EU-oriented scope guidance, not UAE decision logic · Report a correction