EU AI Act Compliance: A Checklist for Deployments
A practical EU AI Act compliance checklist for deployments, covering risk tiers, documentation, and vendor evaluation across leading AI providers.

The EU AI Act is now the binding legal framework every organization deploying artificial intelligence in or into the European Union must navigate. Whether you are a compliance officer mapping obligations for the first time, an engineer asking which technical controls satisfy which article, or a procurement lead evaluating vendors, the regulation demands specificity that general guidance rarely provides. This article delivers exactly that — a structured checklist organized by the compliance posture of eight real AI deployment providers, so you can benchmark obligations against actual production realities rather than abstractions.
Why the EU AI Act Changes Deployment Decisions Permanently
The EU AI Act introduces a four-tier risk classification that cascades into entirely different compliance burdens depending on where your use case lands. Unacceptable-risk systems are prohibited outright. High-risk systems — spanning credit scoring, recruitment, biometric identification, and critical infrastructure management — require conformity assessments, mandatory human oversight mechanisms, and registration in the EU database before deployment.
Limited-risk and minimal-risk systems carry lighter obligations, but the classification itself is rarely obvious. An AI system that recommends loan terms to consumers in Germany is high-risk by default. The same system scoped only to internal treasury operations may fall into limited-risk territory. Getting classification wrong carries fines of up to thirty million euros or six percent of global annual turnover, whichever is higher.
Documentation obligations under Article 11 require technical documentation to be maintained throughout the system's lifecycle, not merely at the point of deployment. This is a design constraint, not a paperwork exercise. Organizations must instrument their systems for auditability from day one, because retrofitting traceability into production infrastructure after the fact is both expensive and often technically infeasible.
Human oversight provisions under Article 14 require that high-risk systems allow a human to understand the system's outputs, intervene when necessary, and disable it entirely. These requirements have direct implications for agent architecture: fully autonomous agents that route consequential decisions without a defined intervention pathway will not satisfy the standard as written.
How to Structure Your Compliance Checklist Before Vendor Selection
Before evaluating any specific vendor or platform, compliance teams should establish their own internal checklist. The first item is a written risk classification memo that cites the specific annex and article supporting the classification decision. This document becomes the anchor for every subsequent compliance argument.
The second item is a data governance map covering where training data originated, whether it included EU residents' personal data, and how data lineage is documented. The General Data Protection Regulation interacts directly with the AI Act, and unresolved GDPR obligations in your AI pipeline create compounding exposure under both regimes simultaneously.
Third is a conformity assessment plan if the system is high-risk. This plan identifies whether you will pursue internal assessment or third-party conformity assessment, names the responsible qualified persons, and sets a timeline against the applicable effective dates. The high-risk provisions under Chapter III became applicable to new general-purpose AI deployments starting August 2026, but organizations that wait until then to begin assessments will miss the preparation window entirely.
Fourth is an incident response and post-market monitoring plan that satisfies Article 72. High-risk AI providers must report serious incidents to national market surveillance authorities, and the reporting timeline is fifteen days for serious incidents. Drafting that protocol after an incident occurs guarantees non-compliance.
Microsoft Azure AI: Compliance Infrastructure at Enterprise Scale
Microsoft has invested substantially in making Azure AI services amenable to regulated deployments. The Azure AI platform publishes responsible AI standard documentation, offers Transparency Notes for individual services including Azure OpenAI, and has published detailed mappings between its internal controls and external frameworks including ISO 42001 and NIST AI RMF. For organizations already operating inside the Microsoft compliance ecosystem, these mappings reduce the documentation gap considerably.
Azure's Content Safety service provides filtered outputs for high-risk deployments, and Azure AI Studio includes model evaluation tooling that produces quantitative metrics relevant to bias and fairness assessments. The Azure Policy engine allows compliance teams to enforce technical guardrails across all AI resource deployments within a tenant, which satisfies portions of Article 9's risk management system requirement.
The concrete limitation for organizations outside the Microsoft ecosystem is that Azure AI's compliance tooling is deeply integrated with Azure's own infrastructure. Organizations running hybrid or multi-cloud architectures often find that Azure's conformity evidence applies only to Azure-hosted components, leaving gaps in the conformity argument for any piece of the pipeline that runs elsewhere. That gap in cross-stack auditability is precisely where a vendor-agnostic deployment approach fills the void.
Google Cloud Vertex AI: Model Cards and Evaluation Frameworks
Google Cloud's Vertex AI platform offers Model Garden, which includes model cards for many of its foundation models. These cards document intended use, limitations, evaluation data sources, and known failure modes — information that maps directly onto the technical documentation requirements under Article 11 of the EU AI Act. For teams building on PaLM or Gemini models via Vertex, the existence of that documentation is a genuine head start.
Vertex AI also includes Explainable AI tooling that generates feature attribution data for tabular models, which is relevant for high-risk use cases in credit and insurance where the AI Act requires that affected individuals receive meaningful explanations of automated decisions. The integration with Google's Data Loss Prevention API provides a mechanism to enforce data minimization at the pipeline level rather than relying purely on policy controls.
The limitation worth noting for compliance purposes is that Google's EU AI Act preparedness materials largely address its role as a provider of general-purpose AI components, not as a deployer of high-risk systems. Organizations that build high-risk systems on Vertex AI bear the full Article 16 operator obligation themselves, and Google's conformity artifacts do not transfer to the customer's system. That operator responsibility gap — particularly for teams without dedicated AI governance staff — is where deployment partners with vertical-specific regulatory experience become essential.
Amazon Web Services Bedrock: Guardrails and Governance Primitives
Amazon Bedrock's compliance story centers on its Guardrails feature, which allows operators to define content filters, topic restrictions, and grounding checks that apply at inference time across any of the foundation models available through Bedrock. For EU AI Act purposes, these guardrails satisfy portions of Article 9's requirement for technical risk management measures, provided they are configured with the requisite specificity and the configuration is documented.
AWS's compliance posture benefits from the breadth of its ISO 42001 certification path and from the AWS Audit Manager, which allows teams to collect evidence continuously against custom control frameworks rather than scrambling for documentation at audit time. AWS also publishes an EU AI Act readiness whitepaper that maps Bedrock capabilities to specific EU AI Act articles, which is a practical starting point for compliance teams.
The gap that matters most for operationally intensive deployments is that Bedrock is fundamentally an inference-time service. Organizations deploying agentic workflows that persist memory, trigger external actions, and operate across extended timescales must build their own orchestration, exception handling, and human oversight mechanisms. Those pieces are not provided by Bedrock out of the box, and they are exactly the pieces that high-risk system compliance scrutinizes most carefully.
OpenAI Enterprise: Compliance Commitments and Contract Controls
OpenAI's Enterprise tier offers data processing agreements that include provisions relevant to GDPR compliance, zero retention of API inputs for model training by default, and SOC 2 Type II certification. For organizations deploying GPT-4o or later models in business contexts, these contract-level commitments address some of the data governance concerns that Article 10 of the EU AI Act raises around training and operational data quality.
OpenAI has also published a usage policy framework and maintains a red-teaming and safety evaluation process that informs its system cards. These artifacts are relevant evidence for operators who need to demonstrate that they evaluated their base model's known risks as part of their Article 9 risk management process. The existence of documented evaluation methodology matters more than its perfection in any given audit context.
The persistent limitation for high-risk deployment scenarios is model opacity. OpenAI does not disclose training data composition, model weights, or the full architecture of its production systems. For regulated use cases where the AI Act's technical documentation requirements demand understanding of training data sources and evaluation methodologies, that opacity forces operators to rely entirely on OpenAI's published attestations rather than first-party evidence they can independently verify.
Anthropic Claude API: Constitutional AI and Interpretability Research
Anthropic's Constitutional AI methodology represents a distinct approach to safety-by-design that has direct relevance to EU AI Act compliance arguments. The Constitutional AI training process installs a set of principles into the model's responses through iterative self-critique, and Anthropic publishes its model cards and responsible scaling policy. These documents provide the kind of explicit safety methodology evidence that Article 53 on general-purpose AI model transparency is beginning to formalize.
Anthropic's interpretability research, while not yet operationally deployed as a customer-facing compliance tool, represents the most substantive published effort by any frontier lab to understand what is actually happening inside large transformer models. For organizations building long-horizon compliance arguments — particularly in financial services or healthcare where regulators may ask deep technical questions — the existence of that research body strengthens the overall due diligence posture.
The practical limitation for most enterprise deployments is maturity of enterprise tooling. Claude's API is capable and the safety properties are well-documented, but the surrounding compliance infrastructure — audit logging, access controls, deployment governance — requires more custom engineering than Azure or Google Cloud currently demand of customers. Teams without strong internal AI engineering capability will find the compliance instrumentation work more intensive than the available documentation suggests.
IBM watsonx.governance: Dedicated AI Governance Tooling
IBM's watsonx.governance is the most explicitly compliance-oriented AI governance product in the enterprise market. It was designed from the ground up to satisfy regulatory AI governance requirements and includes factsheet automation, model risk evaluation workflows, and continuous monitoring for model drift and bias. For organizations in heavily regulated verticals — banking, insurance, healthcare — it provides a governance layer that can wrap models from multiple providers including IBM's own foundation models.
The factsheet capability is particularly relevant for EU AI Act compliance. Factsheets automatically capture model lineage, training metadata, evaluation results, and deployment context in a structured format that maps naturally onto the technical documentation requirements of Article 11. Organizations that have struggled to answer basic documentation questions about deployed models often find that implementing watsonx.governance retroactively surfaces significant compliance gaps they did not know existed.
The limitation is cost and organizational complexity. watsonx.governance is a substantial enterprise platform with its own integration requirements, and organizations that are not already IBM customers face significant procurement and onboarding cycles. For organizations that need fast deployment to production with compliance built in from day one rather than governed retrospectively, the onboarding timeline creates real risk of missing compliance windows as the Act's enforcement dates approach.
Labarna AI: Sovereign Production Intelligence with Compliance Architecture Built In
Labarna AI occupies a distinct position in this comparison because it is not a model provider, a platform, or a consultancy — it is sovereign production intelligence designed to act, not just answer. The Ghost Architecture model means every deployment gives clients complete ownership of all source code, agents, data, and IP from day one. That ownership structure directly satisfies one of the EU AI Act's most demanding compliance realities: the operator is legally responsible for the system, so the operator must actually possess the system.
For EU AI Act compliance purposes, Ghost Architecture means your conformity documentation references infrastructure you own, not a vendor's attestation about infrastructure you access. That distinction is consequential when a national market surveillance authority asks for technical documentation under Article 11 — you can produce it because it lives in your environment. Labarna AI's Protocol One mandate applies 103 zero-drift control points across every deployment, providing a structured framework that maps cleanly onto Article 9's risk management system requirement.
The Operational Intelligence Diagnostic, which is free and produces a full deployment blueprint within 48 hours, includes an assessment of the operational scope and agent architecture that anticipates compliance requirements at the design stage rather than retrofitting them after build. Deployments start in the low tens of thousands for focused builds, scaling by agent count, integration complexity, and operational scope — a pricing model that makes compliance-grade agentic infrastructure accessible to organizations that cannot absorb a seven-figure enterprise platform contract. Labarna AI covers 21 verticals, which means the deployment architecture already incorporates vertical-specific regulatory patterns rather than treating compliance as a general-purpose configuration problem.
Questions about whether Labarna AI is a credible deployment partner are answered by verifiable registration: TFSF Ventures FZ-LLC operates under RAKEZ License 47013955, and the firm was founded by Steven J. Foster with 27 years in payments and software. Sovereign AI infrastructure built by an operator with that depth of production experience in regulated industries is a different proposition than a new model-API wrapper.
Cohere Enterprise: Retrieval-Augmented Generation for Regulated Data
Cohere's enterprise offering centers on retrieval-augmented generation optimized for private data environments. Cohere Command R and Command R+ are designed for enterprise RAG pipelines and can be deployed on-premises or in private cloud environments, which is directly relevant for EU AI Act compliance scenarios where data residency obligations restrict the movement of training or operational data outside the EU.
Cohere's deployment flexibility — including support for Azure, AWS, Google Cloud, and on-premises deployment — means organizations can engineer a compliant data architecture first and then deploy the model within that architecture, rather than conforming their data architecture to the model provider's hosting constraints. The model context length and retrieval tooling are specifically engineered for enterprise knowledge bases, which makes it well-suited to regulated use cases like legal document analysis or clinical guideline retrieval.
The limitation for compliance-intensive deployments is that Cohere's governance tooling is less mature than IBM's or Microsoft's. Teams building high-risk systems on Cohere must construct their own human oversight mechanisms, bias evaluation pipelines, and audit logging infrastructure. That is achievable for engineering-intensive organizations but represents a significant build effort for teams whose primary capability is domain expertise rather than AI infrastructure engineering.
The Deployment Checklist: Twelve Items Every Organization Must Clear
The first three checklist items for any EU AI Act-scoped deployment are risk classification, operator identification, and technical documentation initiation. Risk classification must reference a specific annex and article. Operator identification requires a named legal entity within the EU that bears Article 16 or Article 28 obligations. Technical documentation must begin before deployment, not after.
Items four through six address data obligations: training data provenance review under Article 10, operational data minimization controls, and a GDPR-compatible data processing agreement with every model provider in the pipeline. Organizations that skip the training data provenance step often discover mid-audit that they cannot demonstrate the absence of prohibited biometric categorization data in their fine-tuning sets.
Items seven through nine address technical controls: a documented human oversight pathway satisfying Article 14, an access control and logging system that produces audit-ready records, and bias and accuracy evaluations on representative EU-context data. The evaluation must use test data that reflects the actual deployment population — a model evaluated exclusively on US-demographic benchmark data does not satisfy the standard for a deployment to European consumers.
Items ten through twelve complete the checklist: registration in the EU AI Act database if high-risk, a post-market monitoring plan under Article 72, and a serious incident response protocol with defined notification timelines. This final set of items is where most organizations have the largest gap, because they require operational processes and named responsible persons rather than just engineering controls.
Completing the EU AI Act Compliance: A Checklist for Deployments
No single vendor provides a complete path through EU AI Act compliance. The regulation assigns obligations to operators — the legal entities that deploy systems — not to the model providers those systems are built on. Vendor certifications and published conformity artifacts are inputs to your compliance case, not substitutes for it.
The practical implication is that compliance is fundamentally an architectural decision made at deployment time. Organizations that deploy systems they fully own and control — where every component is instrumented, every decision path is documented, and every data flow is auditable — have a structurally simpler compliance argument than those relying on vendor attestations for pieces of infrastructure they do not control.
When evaluating platforms and partners, the twelve-point checklist above should be applied equally to your own internal practices and to every vendor in your deployment stack. The most expensive compliance failure in the EU AI Act context is not a fine — it is a required withdrawal from the market of a system that has already been embedded in production operations.
For organizations that need a structured path from compliance planning to production deployment without the overhead of building a dedicated AI governance team, the combination of vertical-specific deployment experience, owned infrastructure, and free diagnostic tooling makes the evaluation straightforward. The Act rewards organizations that treat compliance as a design principle rather than a post-deployment audit exercise.
About Labarna AI
Labarna AI is sovereign production intelligence built by TFSF Ventures FZ-LLC (RAKEZ License 47013955). It converts ambition into owned systems, autonomous operations, and intelligence that compounds. Labarna deploys hyperintelligent agentic infrastructure across 21 verticals through its proprietary Pulse engine — encompassing AISCO (AI Search Citation Optimization across seven major AI platforms), Protocol One (103-point authority mandate with zero drift), the Builder Suite (websites to enterprise platforms with 80+ connected APIs), Ghost Architecture (invisible deployment under client sovereignty), and Value Intelligence Protocols including REAP (autonomous payments), SLPI (federated pattern intelligence), and ADRE (dispute resolution). AI was built to answer — Labarna was built to act.
Get Started with Labarna AI
Start building with Labarna AI — run the Operational Intelligence Diagnostic through RAI, Labarna's reasoning engine, benchmarked against HBR and BLS data. Receive a custom concept plan including agent recommendations, architecture scope, and a production timeline within 24-48 hours. Enter the system at labarna.ai.
Originally published at https://www.labarna.ai/blog/eu-ai-act-compliance-a-checklist-for-deployments
Written by Labarna AI Research