← Back to Blog

Compliance · EU AI Act · Regulatory

EU AI Act Compliance Requires Deterministic Governance — Here’s Why

EVE Research April 2, 2026 8 min read
EU AI Act Compliance Requires Deterministic Governance — Here’s Why

The EU AI Act has been in force since August 2024. Its requirements for high-risk AI systems — defined broadly to include AI used in credit, employment, essential services, law enforcement, migration, and administration of justice — are now operative compliance obligations, not future-dated requirements.

Three articles of the Act establish the technical requirements that AI governance infrastructure must satisfy. Understanding what those articles actually require — at the implementation level, not the summary level — reveals why probabilistic governance approaches cannot produce compliant deployments, and what deterministic infrastructure must provide instead.

Article 9: Risk Management System

Article 9 requires that high-risk AI systems implement a risk management system consisting of a continuous iterative process run throughout the entire lifecycle. The system must: identify and analyze known and reasonably foreseeable risks; estimate and evaluate risks that may emerge; evaluate risks following post-market monitoring data; and adopt appropriate risk management measures.

The operative phrase is "continuous iterative process run throughout the entire lifecycle." This is not a pre-deployment assessment. It is an ongoing operational requirement.

What this means for governance infrastructure:

A moderation classifier or output filter that produces probability-scored classifications cannot satisfy Article 9's documentation requirements. The risk evaluation must be auditable — an auditor must be able to review the specific risk assessment applied to a specific decision. A probability score from a black-box classifier is not a reviewable risk assessment.

Article 12: Record-Keeping

Article 12 requires that high-risk AI systems be designed and developed to enable automatic recording of events throughout their lifetime, sufficient to enable post-market monitoring and to verify that the AI system functions according to its intended purpose.

Critically, Article 12 specifies that logging capabilities shall ensure traceability of AI system output throughout the lifetime, and the ability to identify the reason for any decision, recommendation, or prediction made by the AI system.

"Traceability of output throughout the lifetime": This phrase establishes an archival requirement. A log that is overwritten after 90 days does not satisfy lifetime traceability. A log that cannot be independently verified does not satisfy traceability. Traceability requires append-only records with integrity guarantees.

"Ability to identify the reason for any decision": This phrase establishes a decision lineage requirement. A log entry of the form "request ID 12345 — BLOCKED" does not identify the reason. A signed record containing the rule set version hash, the specific rules that triggered, and the input hash that enables input reconstruction does identify the reason.

The Article 12 requirements for traceability and decision reason identification map directly to hash-chained, cryptographically signed audit records. Each record contains: the canonical input hash, the rule set version hash, the triggered rules, the verdict, a cryptographic signature over the full record, and a chain link to the preceding record. The chain link proves no records have been inserted, deleted, or modified. The signature proves the record was produced at the stated time.

Output logs from a moderation API do not satisfy Article 12. They document what the model produced — not why a governance decision was made, not what rules applied, not whether those rules were the approved and current rules.

Article 14: Human Oversight

Article 14 requires that high-risk AI systems be designed and developed with tools that allow natural persons to effectively oversee the AI system during the period in which it is being used. Oversight must enable individuals to understand the capabilities and limitations of the AI system, monitor its operation, and intervene and stop the AI system.

The Integration: What Compliance Requires

Reading Articles 9, 12, and 14 together establishes a set of technical requirements that form a coherent whole:

These three requirements cannot be satisfied by middleware governance. They require a deterministic enforcement gate, a hash-chained audit log, a real-time monitoring interface, and an immutable runtime configuration with a formally audited change management pathway.

What "High-Risk" Means in Practice

The EU AI Act's high-risk category covers AI systems in: credit scoring and assessment of creditworthiness; employment, workers management, and access to self-employment; access to essential private and public services; law enforcement; migration, asylum, and border control management; and administration of justice.

For financial services, HR technology, public sector technology, and legal technology companies deploying AI in these domains, EU AI Act compliance is operative now. A regulatory examiner applying Articles 9, 12, and 14 will ask:

These questions have clear, demonstrable answers for a deterministic governance infrastructure. They do not have clear answers for probabilistic middleware.

The gap between what the EU AI Act requires and what most current AI deployments provide is the compliance risk that organizations in high-risk AI categories are accumulating. The technical solutions to close that gap are available. The question is whether organizations implement them before or after a regulatory examination makes the gap visible.

EU AI Act Article 9 Article 12 Article 14 High-Risk AI Deterministic Governance AI Compliance