Audience: GPAI providers subject to EU AI Act transparency obligations, Notified Bodies conducting conformity assessments, AI Offices evaluating compliance tooling, and deployers integrating GPAI models into high-risk AI systems.

Enforcement Timeline: GPAI transparency obligations under Articles 50 and 53 are enforceable from August 2, 2026. The GPAI Code of Practice final draft is expected June 2026. High-risk AI system obligations (Arts. 6-15) enforcement was extended to December 2, 2027 by the May 2026 Omnibus amendment.

1. Overview and Timeline

The EU AI Act (Regulation 2024/1689) creates specific obligations for providers of General-Purpose AI (GPAI) models. Article 53 requires GPAI providers to comply with a Code of Practice that operationalizes transparency requirements. The GPAI Code of Practice is being developed through the AI Office consultation process, with the final draft expected in June 2026.

SWT3 (Sovereign Witness Traceability) provides the cryptographic evidence infrastructure that GPAI providers need to demonstrate ongoing compliance with these obligations. This document maps specific SWT3 procedures to each Code of Practice requirement.

Applicable Obligations

ArticleScopeEnforcement
Art. 50Transparency for AI-generated content (labeling, detection)August 2, 2026
Art. 53GPAI provider obligations (documentation, CoP compliance)August 2, 2026
Art. 55Additional obligations for systemic risk GPAI modelsAugust 2, 2026
Art. 72Post-market monitoring for high-risk AI systemsDecember 2, 2027

2. Transparency Chapter (Art. 50, 53)

The Code of Practice transparency chapter requires GPAI providers to maintain and disclose technical documentation about their models, training data, and operational characteristics. SWT3 addresses these requirements through continuous, automated evidence generation rather than point-in-time documentation.

Key distinction: Traditional compliance produces static documents reviewed periodically. SWT3 produces continuous, tamper-evident evidence anchored to every inference. An auditor can verify that the documentation was accurate at any specific point in time, not just at the last review cycle.

Core Transparency Requirements

3. Model Documentation Form

The Code of Practice requires GPAI providers to complete a standardized Model Documentation Form. SWT3 procedures map to the form's key sections:

AI-MDL.1 -- Model Weight Integrity

Model Identification and Version Control

Every SWT3 witness anchor records the model identifier and a SHA-256 hash of the model weights. This creates a verifiable chain of evidence showing exactly which model version was used for each inference. Addresses the Model Documentation Form requirement for "unique model identifier" and "version history."

Automated Continuous verification at every inference.

AI-MDL.2 -- Model Version Tracking

Version Identifier and Change History

Records version identifiers at each inference event. Combined with the Merkle rollup system, provides a tamper-evident version history that auditors can verify independently. Addresses the "model card" and "version changelog" requirements.

Automated Version recorded in every anchor.

AI-MDL.5 / AI-MDL.6 / AI-MDL.7

Model Architecture Documentation

AI-MDL.5 (model weight hashing), AI-MDL.6 (adapter stack witnessing), and AI-MDL.7 (quantization tracking) collectively document the model architecture, fine-tuning layers, and compression methods. Addresses requirements for "model architecture description" and "modifications from base model."

Automated Hash-based verification of model state.

4. 10-Year Retention Obligation

Article 53(1)(c) requires GPAI providers to retain technical documentation for 10 years. SWT3 provides the infrastructure for this requirement through three layers:

Write-Ahead Log (WAL) + Merkle Rollups

Tamper-Evident Long-Term Storage

Layer 1 -- WAL: Every witness anchor is written to a crash-resilient Write-Ahead Log before network transmission. The WAL survives process crashes, network failures, and system restarts.

Layer 2 -- Merkle Rollups: Daily Merkle tree rollups compress all anchors into a single cryptographic root. The root is stored in the ledger. Any individual anchor can be proven to be part of the daily rollup using a Merkle proof.

Layer 3 -- Clearing Levels: Data retention respects clearing levels. At Level 3 (Classified), only numeric factors and hashed identifiers are retained, ensuring that sensitive content is never stored long-term while the compliance evidence remains verifiable.

Automated Retention is a property of the architecture, not a manual process.

Air-gap support: For sovereign or defense deployments, SWT3 supports fully offline operation with sneakernet synchronization. The 10-year retention obligation can be met without any data leaving the deployment environment. See the Air-Gap Deployment Guide.

5. 14-Day Disclosure Obligation

The Code of Practice requires GPAI providers to disclose certain information to downstream deployers within 14 days of a material change. SWT3 supports this through:

AI-INF.1 / AI-INF.2 -- Inference Provenance and Latency

Continuous Operational Evidence

Every inference is witnessed with prompt/response hashes, latency measurements, and model identifiers. When a material change occurs (model update, parameter change, guardrail modification), the witness record reflects it immediately. The export_evidence() method generates auditor-ready evidence bundles on demand.

Automated Evidence available within seconds of any change.

AI-REV.1 -- Anchor Revocation

Material Change Notification

When a model is recalled, a policy violation is discovered, or regulatory action requires it, the revoke() method mints a revocation anchor (AI-REV.1) that references the original anchor. Seven standardized reason codes (model_recall, policy_violation, data_contamination, consent_withdrawal, regulatory_order, error_correction, unspecified) provide structured disclosure. Downstream deployers can verify revocation status through the public verification endpoint.

Automated Revocation propagates through the verification chain.

6. Downstream Provider Obligations

GPAI providers must ensure downstream deployers can meet their own obligations. SWT3's Trust Mesh and chain witnessing provide the evidence infrastructure:

AI-CHAIN.1 / AI-CHAIN.2 -- Multi-Agent Chain Witnessing

Cross-Provider Evidence Chain

When a GPAI model is integrated into a downstream AI system (e.g., a deployer's application using an API), AI-CHAIN.1 anchors record the chain of custody. Each handoff between providers is witnessed with trust level assessment (AI-CHAIN.2 detects trust degradation). The resulting evidence chain proves that every provider in the pipeline maintained compliance.

Automated Chain witnessing at every handoff point.

Trust Mesh -- Bilateral Trust Verification

Provider-to-Deployer Trust Handshake

The Trust Mesh enables bilateral verification between GPAI providers and deployers. Each party presents cryptographic credentials. Trust levels (Denied, Basic, Verified, Attested, Sovereign) are evaluated at every interaction. Deployers can verify that their GPAI provider maintains active compliance attestation.

Automated Continuous trust evaluation, not point-in-time certificates.

7. Systemic Risk (Art. 55)

GPAI models classified as posing systemic risk face additional obligations including adversarial testing, incident reporting, and cybersecurity measures. SWT3 provides evidence infrastructure for these requirements:

AI-SEC.1 -- Security Scan Witnessing

Adversarial Testing Evidence

Records results from adversarial testing systems (prompt injection detection, jailbreak attempts, data poisoning scans). The witness anchor includes threat scores, threat types, and detection thresholds. Provides auditable evidence that adversarial testing was performed and what it found.

Automated Witnesses existing security tooling results.

AI-GRD.1 / AI-GRD.2 / AI-GRD.3 -- Guardrail Enforcement

Safety Filter Documentation

AI-GRD.1 witnesses guardrail activation (required filters are present and active). AI-GRD.2 records content safety filter results (output classification). AI-GRD.3 binds guardrail configuration to a specific policy version. Together, they provide evidence that safety measures are deployed, operational, and version-controlled.

Automated Guardrail state recorded at every inference.

Chain Density Enforcement (ChainEnforcer)

Exploit Chain Prevention

For systemic risk models deployed as agents, the ChainEnforcer provides velocity limits, depth tracking, token budget enforcement, and tool blocklists. Violations are recorded as forensic evidence. The sentinel daemon provides cross-process enforcement that prevents bypass through process spawning. Addresses Art. 55 cybersecurity and robustness requirements.

Automated Pre-execution enforcement with forensic logging.

8. Procedure-to-Obligation Mapping Table

Code of Practice RequirementArticleSWT3 Procedure(s)Coverage
Unique model identifierArt. 53(1)(a)AI-MDL.1, AI-MDL.2Full
Model architecture descriptionArt. 53(1)(a)AI-MDL.5, AI-MDL.6, AI-MDL.7Full
Training data provenanceArt. 53(1)(a)AI-DATA.1, AI-DATA.2Partial
Capability and limitation disclosureArt. 53(1)(b)AI-INF.1, AI-INF.2, AI-GRD.2Full
10-year documentation retentionArt. 53(1)(c)WAL + Merkle + Clearing LevelsFull
14-day change disclosureArt. 53(1)(d)AI-REV.1, export_evidence()Full
Downstream provider notificationArt. 53(2)AI-CHAIN.1, AI-CHAIN.2, Trust MeshFull
AI-generated content labelingArt. 50(2)AI-INF.1 (response hashing)Partial
Copyright policy complianceArt. 53(1)(c)AI-DATA.3, AI-DATA.4Partial
Adversarial testing (systemic)Art. 55(1)(a)AI-SEC.1Full
Incident reporting (systemic)Art. 55(1)(b)AI-REV.1 + Violation callbackFull
Cybersecurity measures (systemic)Art. 55(1)(c)ChainEnforcer, Sentinel, AI-GRD.3Full
Human oversight documentationArt. 14AI-HITL.1, AI-HITL.2, AI-HITL.3Full
Accuracy and robustnessArt. 15AI-INF.2 (latency), AI-GRD.1Full
Post-market monitoringArt. 72Continuous witnessing + drift detectionFull

Coverage key: Full = SWT3 procedure directly addresses the requirement with automated evidence. Partial = SWT3 provides supporting evidence; additional organizational measures may be needed. Manual = Organizational process required; SWT3 records the evidence once the process is completed.

9. Clearing Levels and Data Sovereignty

GPAI providers operating across jurisdictions must balance transparency obligations with data protection (GDPR) and trade secret protection. SWT3 clearing levels provide this balance:

LevelNameData TransmittedGPAI Use Case
0AnalyticsHashes + factors + model + provider + guardrails + contextInternal R&D, pre-deployment testing
1StandardHashes + factors + model + providerProduction API services (default)
2SensitiveHashes + factors + model onlyHealthcare, legal, PII-adjacent workloads
3ClassifiedNumeric factors only, model ID hashedDefense, sovereign cloud, air-gapped

At all clearing levels, raw prompts and responses never leave the deployment infrastructure. The SDK computes SHA-256 hashes locally and transmits only irreversible hashes and numeric factors. This architecture satisfies both the transparency requirement (evidence exists and is verifiable) and the data protection requirement (content is never exposed).

10. Evidence Generation for Notified Bodies

When a Notified Body or the AI Office requests evidence of Code of Practice compliance, SWT3 provides multiple export formats:

Neutrality statement: TeNova Axiom is an evidence platform. It does not grant certifications, issue conformity assessments, or replace the professional judgment of a Notified Body. Scores and recommended outcomes are computed deterministically from machine-gathered evidence and are provided for informational purposes. The final authority on conformity rests with the designated assessment body.

11. GPAI Deployer Obligations (Art. 26)

Sections 1-10 address GPAI provider obligations: the entity that develops, trains, and distributes the general-purpose AI model. This section addresses deployer obligations: the entity that integrates a GPAI model into a downstream system and operates it in production. Many organizations are deployers, not providers. They license a foundation model (GPT-4, Llama, Gemini, Claude) and embed it in their own product or infrastructure.

11.1 Provider vs Deployer Responsibility Matrix

ObligationProviderDeployerSWT3 Evidence
Model documentation (Art. 53)Creates and maintainsReceives and verifiesAI-MDL.5 model weights hash at deployment
Training data provenanceDocuments and disclosesReviews for suitabilityAI-DATA.1 (provider supplies)
Capability and limitation disclosurePublishesValidates in operational contextAI-INF.1 inference witnessing confirms behavior
Risk management (Art. 9)Assesses model-level risksAssesses deployment-level risksAI-DRIFT.1 + AI-DRIFT.2 operational monitoring
Human oversight (Art. 14)Designs override mechanismsImplements and staffs oversightAI-GRD.1 guardrails, AI-EMRG.1 overrides
Logging (Art. 12)Enables logging capabilityOperates and retains logsAI-INF.1 + AI-LOG.1 continuous evidence
DPIA (Art. 26(5))Provides input dataConducts and maintainsAI-DPIA.1 assessment evidence
Inform affected persons (Art. 26(8))n/aFull responsibilityAI-INF.1 with CJT metadata (purpose_class)
Post-market monitoring (Art. 72)Model-level monitoringDeployment-level monitoringAI-DRIFT.1 + AI-PERF.1 operational metrics
Incident reportingModel-level incidentsDeployment-level incidentsAI-INCIDENT.1 + AI-EMRG.1

11.2 Art. 26 Deployer Obligations

Article 26 of the EU AI Act defines specific obligations for deployers of high-risk AI systems. When a GPAI model is integrated into a system that qualifies as high-risk (Article 6), the deployer bears these obligations regardless of whether the underlying model was developed in-house or licensed from a third party.

Art. 26(1) -- Use in Accordance with Instructions

Operational Compliance with Provider Instructions

Deployers must use the AI system in accordance with the provider's instructions of use. SWT3 witnesses the operational parameters of each inference (AI-INF.1), enabling auditors to verify that the system operates within documented boundaries. Drift detection (AI-DRIFT.1) alerts when operational behavior deviates from the provider's documented capabilities.

Automated AI-INF.1 inference provenance, AI-DRIFT.1 operational drift

Art. 26(5) -- Data Protection Impact Assessment

DPIA for High-Risk AI Processing

Deployers of high-risk AI systems must carry out a DPIA under GDPR Article 35 before putting the system into use. SWT3 procedure AI-DPIA.1 records the assessment evidence. The FRIA/DPIA mapping guide provides detailed field-level mapping between fundamental rights impact assessment and SWT3 attestation.

Automated AI-DPIA.1 assessment record, AI-IMPACT.1 impact documentation

Art. 26(6) -- Human Oversight Measures

Deployer-Side Human Oversight

Deployers must ensure human oversight by natural persons with competence, training, and authority. SWT3 guardrail enforcement (AI-GRD.1) provides evidence that automated safeguards are active. Emergency override attestation (AI-EMRG.1) documents when human operators intervene. For AI systems where real-time human intervention is impractical (e.g., network optimization, autonomous scheduling), human-on-the-loop oversight is evidenced through drift alerts and threshold-based escalation.

Partial AI-GRD.1 guardrails, AI-EMRG.1 override evidence. Organizational measures (staffing, training) required separately.

Art. 26(8) -- Informing Affected Persons

Transparency to Individuals

Deployers must inform natural persons that they are subject to the use of a high-risk AI system. SWT3 Cross-Jurisdictional Transparency (CJT) metadata records the purpose_class and legal_basis for each inference, providing an auditable record that the deployer has a documented transparency framework. The actual notification mechanism is an organizational responsibility.

Partial AI-INF.1 with CJT fields. Notification mechanism is organizational.

11.3 Art. 50 Transparency for Deployers

Article 50 imposes specific transparency obligations on deployers that differ from provider obligations:

11.4 Telecom Example: GPAI in Cloud RAN

A mobile network operator integrates a licensed foundation model into their Cloud RAN infrastructure for network optimization. The model provider supplies the model, documentation, and capability disclosures per Articles 53-55. The operator (deployer) bears Article 26 obligations for operational behavior.

ObligationProvider EvidenceDeployer Evidence (SWT3)
Model documentationModel card, architecture descriptionAI-MDL.5: hash of deployed model weights confirms version match
Risk managementModel-level risk assessmentAI-DRIFT.1/2: operational drift with consequence mapping to network impact
Human oversightOverride API documentationAI-EMRG.1: emergency override evidence when operators intervene in AI-driven network changes
LoggingLogging capability in model APIAI-INF.1 + AI-LOG.1: continuous inference witnessing across all RAN nodes
DPIAData processing documentationAI-DPIA.1: assessment record for subscriber data processing by the AI model
Post-market monitoringModel performance benchmarksAI-PERF.1: operational performance metrics vs provider benchmarks

For the complete telecom AI compliance guide covering O-RAN architecture, latency-constrained attestation, MEC, and network slicing governance, see Telecom AI Compliance: 5G, RAN, and Network Edge Attestation.

11.5 Deployer Evidence Checklist

A GPAI deployer operating a high-risk AI system should produce the following evidence. Each item maps to one or more SWT3 procedures:

  1. Deployed model identity: Hash of model weights at deployment time confirms version alignment with provider documentation. AI-MDL.5
  2. Operational drift monitoring: Continuous comparison of model behavior against provider-documented capabilities. AI-DRIFT.1, AI-DRIFT.2
  3. Inference provenance: Continuous record of AI decisions with model ID, clearing level, and operational context. AI-INF.1
  4. Guardrail enforcement: Evidence that safety filters and operational boundaries are active on every inference. AI-GRD.1
  5. Human oversight evidence: Records of human operator interventions, emergency overrides, and escalation events. AI-EMRG.1, AI-SAFE.1
  6. Hardware attestation: Inventory of compute infrastructure running the AI system. AI-HW.1
  7. DPIA record: Data protection impact assessment with risk scores and mitigation measures. AI-DPIA.1
  8. Performance metrics: Accuracy, latency, and throughput measurements against provider benchmarks. AI-PERF.1
  9. Incident documentation: Records of AI-related incidents, root cause analysis, and corrective actions. AI-INCIDENT.1
  10. Cross-jurisdictional transparency: Jurisdiction, legal basis, and purpose classification for each processing activity. CJT metadata on AI-INF.1

For the generic deployer responsibility matrix covering all AI Act obligations (not GPAI-specific), see Deployer Responsibility Matrix.