The Anatomy of a Conformity Assessment

For engineering teams accustomed to optimizing CUDA kernels, managing KV cache memory, and debugging out-of-memory (OOM) errors, regulatory audits represent a fundamental shift in daily operations. A conformity assessment is not a superficial checklist you hand off to the legal department. It is a comprehensive, highly technical audit of your entire AI lifecycle, from training data ingestion to production model serving.

Core Components of Chapter III Compliance

According to a 2026 analysis by VDE [1], the conformity assessment is the formal process of demonstrating that a high-risk AI system complies with the mandatory requirements in Chapter III, Section 2 of the Regulation. The assessment evaluates several core components that directly intersect with your engineering stack:

  • Quality Management System (Article 17): Verification that risk management and quality controls are systematically implemented across the lifecycle. This requires version control not only for code, but for data, model weights, and infrastructure configurations.
  • Technical Documentation (Article 11): Evaluation of whether documentation is complete, up-to-date, and sufficient for assessing compliance. Annex IV specifies that this must include detailed descriptions of the system architecture, hardware requirements, and third-party dependencies.
  • Logging and Traceability (Article 12): Ensuring the system automatically records events, API requests, and resource utilization. You must prove that logs are immutable and retained for the required duration.
  • Accuracy, Robustness, and Cybersecurity (Article 15): Confirming the system meets performance and security requirements against external attacks, including data poisoning and model evasion techniques.

For high-risk systems, such as medical image segmentation models, factory anomaly detection algorithms, or biometric identification systems, Article 43 decides the route: internal control under Annex VI, or, for the biometric systems in point 1 of Annex III, an assessment of the quality management system and the technical documentation with a Notified Body involved under Annex VII [3]. That auditor will examine your infrastructure stack with intense scrutiny. If you run workloads on a hyperscaler where you cannot definitively prove the physical location of the data processing, the isolation of the hypervisor, or the access controls of the data center staff, the auditor will flag a non-conformity.

The Trust Boundary Problem in GPU Cloud Infrastructure

When you provision an H100 instance on shared public cloud infrastructure, the cloud provider sits inside your trust boundary. The shared responsibility model of public cloud makes this a specific friction point. Cloud provider staff with appropriate authorization can potentially access the physical hardware your workloads run on. For standard web applications, this shared responsibility model is an accepted risk. For high-risk AI systems processing sensitive European data, it is a massive liability.

Multi-Tenancy and Isolation Risks

The technical reality of multi-tenant GPU clusters complicates compliance. Side-channel attacks on shared hardware, while difficult, are a recognized threat vector. When multiple tenants share the same underlying host machine, proving strict isolation for a conformity assessment becomes an uphill battle. You must provide extensive documentation detailing the hypervisor's security protocols, which hyperscalers rarely expose to customers.

Furthermore, data residency remains the primary hurdle for European teams. While GDPR does not explicitly forbid cross-border transfers, the legal complexity of Standard Contractual Clauses and the post-Schrems II transfer regime make US-hosted infrastructure a serious risk for regulated industries. When data is processed on servers owned by companies subject to the US Cloud Act, European firms face a fact-dependent jurisdictional risk to their data sovereignty: the US Department of Justice's position is that the Act gave US courts no expanded jurisdiction and permits no bulk collection, and the 'control' status of an EU subsidiary of a US parent remains legally unresolved. The US government can theoretically compel these providers to hand over data, directly conflicting with EU privacy mandates.

Many small marketplace providers source their GPUs from various third-party data centers. This creates a fragmented supply chain where you cannot guarantee the physical security or compliance certifications of the underlying hardware. To pass a conformity assessment, you need a deterministic infrastructure environment. You must know exactly where the GPU sits, who has access to the data center, and what security protocols govern the network layer. Sovereign infrastructure is no longer only a political talking point; it is an engineering and procurement choice, though no EU instrument defines 'sovereign cloud', 'EU-sovereign' or 'digital sovereignty', and none confers a sovereignty status.

Mapping Infrastructure Capabilities to AI Act Articles

To build a defensible compliance posture, you must map your infrastructure capabilities directly to the regulatory text. Article 11 requires the technical documentation to be drawn up before the system is placed on the market and kept up to date, in a form that gives national competent authorities and notified bodies enough information to assess compliance [2]. Without it, you cannot issue a declaration of conformity, affix a CE marking, or register your system in the EU database.

Your infrastructure provider must supply the foundational evidence for this documentation. If your provider operates a black-box proprietary stack, you will struggle to extract the necessary telemetry and architectural details. You need open-stack transparency to satisfy the auditor's demands.

Consider the specific mapping between the AI Act and your compute layer:

AI Act RequirementInfrastructure Capability RequiredAudit Evidence
Article 11: Technical DocumentationTransparent hardware specifications, known network topology, and documented hypervisor configurations.Data center certifications, SLA guarantees, architecture diagrams provided by the host.
Article 12: Record-KeepingImmutable audit trails for API requests, GPU utilization metrics, and container lifecycle events.Exportable system logs, access logs, and performance telemetry.
Article 15: CybersecurityProtection against data poisoning and model evasion. Network isolation.VPC peering configurations, dedicated IP addresses, encrypted S3-compatible storage.
Article 10: Data GovernanceSecure, localized storage for training datasets with strict access controls.Data residency proofs, encryption at rest and in transit, IAM policies.

When evaluating vendors, demand their compliance documentation upfront. If they cannot provide a clear shared responsibility model detailing how their infrastructure supports these specific articles, they will become a blocker during your audit. You cannot reverse-engineer compliance into a black-box system.

Training vs. Inference: Different Compliance Profiles

The conformity assessment evaluates the entire lifecycle of your AI system, but the infrastructure requirements shift dramatically between the training and inference phases. ML engineers must design environments that support the unique compliance profiles of both workloads.

The Training Phase

Training a foundation model or fine-tuning an LLM requires massive compute resources, often running for weeks on clusters of 8x H100 nodes. During this phase, the compliance focus is heavily weighted toward Article 10 (Data Governance). You must prove the provenance of your training data, demonstrate that sensitive information was handled securely, and document the exact hardware configuration used to produce the model weights. The infrastructure must provide high-throughput, encrypted S3-compatible storage and secure SSH access to raw virtual machines. Any interruption or unauthorized access during a multi-week training run compromises the integrity of the final model.

The Inference Phase

Deploying the model to production introduces a new set of regulatory challenges. Inference requires low latency, high availability, and strict access controls. The compliance focus shifts to Article 12 (Logging) and Article 14 (Human Oversight). You must track every API request, monitor for anomalous inputs, and ensure the system can be safely shut down if it begins producing harmful outputs. The infrastructure must support intelligent load balancing, secure API endpoints, and granular telemetry.

Managing these distinct phases across different cloud providers creates a fragmented audit trail. Consolidating your workloads onto a single, compliant infrastructure platform streamlines the technical documentation and provides a unified logging environment for the Notified Body to review.

The Cost of Compliance and the Sovereign Advantage

Infrastructure leads face a difficult balancing act. You need enterprise-grade compliance, but GPU cost overruns are already threatening unit economics. Cluster utilization is often low because teams are forced to reserve large blocks of compute to guarantee availability. Auto-scaling on public cloud is notoriously unreliable, leading to wasted idle time and inflated invoices.

Many founders are currently transitioning off expiring hyperscaler credits and experiencing severe sticker shock. Renting GPUs from hyperscalers means paying a massive premium, often without specific EU data sovereignty guarantees, though the AI Act itself imposes no EU data-residency or data-localisation requirement. The overhead of their massive control planes and proprietary management layers is passed directly to the customer.

This dynamic makes directly operated GPU infrastructure a structural consideration for European AI companies. Providers that operate their own hardware rather than renting from hyperscalers claim better unit economics, though an infrastructure provider cannot itself confer compliance on its customer. When the infrastructure provider controls the entire stack from the bare metal up, they can optimize for both performance and regulatory transparency.

Lyceum serves GPU workloads from European data centers in Spain, Paris and the Nordics, which supports processing in Europe. Compliance itself remains the controller's own responsibility, not the infrastructure supplier's. Lyceum states no EU AI Act conformity position: the conformity assessment stays with the provider of the high-risk system. On cost, Lyceum's published pricing lists H100 at $2.79 per GPU-hour for on-demand VMs and $3.59 per GPU-hour for dedicated inference, billed per second with no subscription or base fee, and S3-compatible storage carries no ingress or egress charges. The scheduling product also predicts memory use and runtime within a node, which reduces the idle capacity teams reserve as a safety margin.

Leveraging ISO 27001 for AI Act Readiness

You do not need to build your Quality Management System from scratch. Existing security frameworks provide a massive head start for the conformity assessment. ISO 27001 is the most critical certification for your infrastructure baseline, and it shares the harmonized management-system structure (Clauses 4–10) with the newer ISO 42001 (Artificial Intelligence Management System) standard, though ISO publishes no control-level overlap between them.

Industry analyses confirm that ISO 27001 aligns closely with the AI Act's requirements for risk management, transparency, and technical security. The Information Security Management System (ISMS) required by ISO 27001 maps directly to the QMS required by Article 17 of the AI Act.

For example, ISO 27001 Annex A 5.24 governs incident management. This supports, but does not by itself satisfy, the AI Act's requirement for post-market monitoring and incident reporting: no harmonised standard has yet been cited in the Official Journal under the AI Act, so conformity cannot be presumed from a management-system certificate. Granular access control policies satisfy the data governance requirements. Regular vulnerability scanning and penetration testing strengthen infrastructure security, but Article 15 is a design-and-development duty on the provider of the high-risk AI system itself, which infrastructure testing does not discharge.

However, your internal ISO 27001 certification is useless if your infrastructure provider lacks the same rigorous controls. You inherit the security posture of your cloud provider. When selecting a vendor for model training or inference, verify their actual ISO 27001 certificate, C5 attestation report and SOC 2 report, a stated 'path to' certification carries no assurance value, and C5 produces an attestation rather than a certification. European regulation is becoming a competitive moat. Providers that treat compliance as an afterthought will expose your business to unacceptable regulatory risk, while those that embrace it will accelerate your time to market.

Deployment Architectures for High-Risk AI

The architecture you choose for model serving directly impacts your audit scope. Dedicating a GPU instance per model 24/7 is highly wasteful for bursty traffic, but relying on shared serverless endpoints from US-based providers violates data residency requirements and obscures the technical documentation.

The optimal architecture for high-risk AI systems is dedicated inference on sovereign infrastructure. In this model, you package your model in a Docker container and deploy it to a specific GPU instance. The machine is exclusively yours. Nobody else accesses it, eliminating the risks associated with shared tenancy and side-channel attacks.

Lyceum provides a dedicated inference engine that lets you host your own model on European infrastructure. You receive an OpenAI-compatible API endpoint, requiring zero code changes to your application. Because the machine is exclusively yours, you maintain full control over the data pipeline. Features like scale-to-zero ensure you only pay when serving traffic, addressing utilization efficiency while maintaining the isolation required for Article 11 technical documentation. When traffic drops overnight, the instance scales down, and when requests resume, it spins back up with minimal cold-start latency.

By combining open-source frameworks like vLLM and NVIDIA Dynamo with hardware in European data centers, you close the software gap with proprietary engines while retaining the transparency necessary to pass a Notified Body audit. You avoid vendor lock-in and maintain the ability to inspect every layer of the execution stack.

A Practical Roadmap for ML Engineering Teams

The deferred high-risk deadlines, 2 December 2027 for Annex III stand-alone systems and 2 August 2028 for Annex I product-embedded systems [4], still require action now. Conformity assessments take months to prepare, and migrating infrastructure mid-audit is a recipe for failure. Follow these steps to align your compute layer with the AI Act:

  1. Audit your GPU supply chain: Identify exactly where your training, inference, and CI/testing workloads run. If you rely on US-based hyperscalers or fragmented marketplace providers, evaluate the data residency and security implications immediately.
  2. Demand documentation: Request hardware specifications, network topology diagrams, and compliance certifications from your cloud provider. If they cannot provide a clear shared responsibility model for the AI Act, start planning your migration.
  3. Implement infrastructure logging: Ensure your compute layer supports immutable audit trails for API requests, resource utilization, and container events. Export these logs to secure, EU-hosted storage to satisfy Article 12.
  4. Standardize deployment containers: Use standardized Docker images for all workloads. This ensures consistency between development, testing, and production environments, streamlining the technical documentation process.
  5. Transition to sovereign compute: Move high-risk workloads to EU-native infrastructure. Prioritize providers that offer per-second billing, scale-to-zero capabilities, and raw SSH access to manage costs and maintain control during the transition.

Compliance is no longer a checkbox for the legal team. It is a core engineering constraint that dictates how you build, deploy, and scale AI systems. By building on sovereign, transparent infrastructure, you turn regulatory requirements into a competitive advantage, ensuring your products remain on the European market while competitors scramble to retrofit their stacks.

Sources

[1] Conformity assessment of high‑risk AI systems under the EU AI Act: what providers need to know - VDE; [2] EU AI Act: Article 11, Technical Documentation; [3] EU AI Act: Article 43, Conformity Assessment; [4] Regulatory framework for AI, application timeline - European Commission