AI Governance
EU AI Act For Builders
The EU AI Act is usually discussed like a legal document. Builders need a different lens: what has to exist in the repository, the deployment pipeline, the observability stack, the product review process, and the incident workflow before an AI feature can ship with confidence?
Published Jun 1, 202612 min readCompliance Engineering
Regulation becomes real as engineering artifacts
The AI Act classifies AI systems by risk and attaches different duties to providers, deployers, importers, distributors, and other actors. That vocabulary matters, but the work starts with artifacts: an AI system inventory, a risk classification record, technical documentation, evaluation evidence, logs, user instructions, monitoring, and clear ownership.
This is not legal advice. It is a builder's map for the conversations engineering teams should have with product, security, privacy, legal, and operations. The strongest teams will not treat compliance as a PDF at launch; they will treat it as a lifecycle inside the delivery system.
AI Act engineering pipelineInventoryList AI systems, model providers, users, markets, and business owners.
ClassifyMap use cases to unacceptable, high, transparency, GPAI, or limited risk.
ControlAdd data, logging, oversight, security, and accuracy requirements.
EvidenceAttach tests, evals, model cards, policies, and release records.
OperateMonitor drift, incidents, feedback, abuse, and human override paths.
ReviewReassess after model, data, region, provider, or product changes.
The timeline is not one switch
The European Commission describes a phased implementation. The Act entered into force in August 2024, with prohibitions and AI literacy rules already applying from February 2025. Governance and general-purpose AI obligations started applying in August 2025. The Commission also describes 2026 as a major application year, with later dates for some high-risk systems after the 2026 simplification agreement.
For builders, the lesson is simple: do not wait for a single deadline. Create versioned readiness checks that can adapt as guidance, codes of practice, harmonised standards, and product scope evolve.
Implementation checkpointsAug 2024AI Act enters into force.
Feb 2025Prohibited AI practices and AI literacy duties begin.
Aug 2025GPAI and governance obligations start applying.
2026-2028Broader application and staged high-risk timelines continue.
High-risk is an architecture question
When a use case can affect employment, education, access to essential services, law enforcement, migration, critical infrastructure, or safety-related product behavior, classification is not a label tucked into a spreadsheet. It changes the architecture. You need traceable inputs, explainable outputs where appropriate, documented limitations, security controls, human oversight, quality management, and post-market monitoring.
The engineering question is: can you show how the system was built, tested, released, monitored, and changed? If not, you are relying on memory instead of evidence.
Risk recordUse case, role, region, model, data, users, and classification.
Data proofData quality, representativeness, lineage, retention, and access rules.
Runtime logsInputs, outputs, decisions, overrides, errors, model version, and operator actions.
Oversight pathHuman review, escalation, fallback, appeal, and stop conditions.
Translate obligations into backlog items
The most useful exercise is to turn policy phrases into acceptance criteria. "Human oversight" becomes admin permissions, review queues, override buttons, audit logs, training material, and on-call runbooks. "Accuracy and robustness" becomes eval suites, adversarial tests, monitoring dashboards, model versioning, and release gates.
| Regulatory theme | Engineering artifact | Where it should live |
|---|
| AI system inventory | Registry with owner, role, provider, model, data source, market, and classification. | Governance database plus repository metadata. |
| Technical documentation | Architecture diagram, model description, intended use, limitations, tests, and release notes. | Docs-as-code attached to the service. |
| Data governance | Dataset lineage, quality checks, bias analysis, access control, retention, and deletion rules. | Data catalog, CI checks, and privacy review. |
| Human oversight | Review queue, operator guidance, override flow, escalation path, and rollback controls. | Product UI, admin panel, runbook, and audit log. |
| Logging and monitoring | Model version, input class, output class, decision status, errors, abuse signals, and drift metrics. | Observability stack and incident workflow. |
| Change management | Risk reassessment when model, data, market, feature, or provider changes. | Pull request template and release checklist. |
What I would build
I would build an AI release gateway that sits between product development and production. Every AI feature would register itself with an inventory file, declare its use case, link to model and data documentation, define eval thresholds, expose logging fields, and pass a policy-as-code check before deployment.
For teams using agents, I would add one more rule: generated AI features cannot be merged unless the agent also updates the evidence. If code changes the model call, prompt, schema, data path, or decision workflow, the related inventory, tests, and monitoring must change in the same pull request.
The builder principle
AI regulation is not only a legal deadline. It is pressure to make AI systems legible. Good engineering already wants that: clear ownership, observable behavior, controlled change, testable claims, and an audit trail when something goes wrong. The teams that win will make compliance a byproduct of disciplined delivery.