Building Agentic AI Systems That Respect the EU AI Act

The EU AI Act is not a compliance tax on agentic AI. It is close to a specification for building agents you can actually trust. Here is how we read it as engineers, and why an EU footprint and data residency are a structural advantage, not a constraint.

Most coverage of the EU AI Act treats it as a tax: a cost that lands on top of building software, paid in lawyers and paperwork, that slows everyone down and benefits no one. Read it that way and the rational move is to build your AI somewhere else and deal with Europe later.

We read it differently. Strip away the legal language and a large part of the EU AI Act is a description of how a trustworthy agentic system should already be built. Know what your system does. Keep a human able to intervene. Log what happened so you can reconstruct it. Be honest with people about when they are dealing with a machine. Govern the data you train and run on. None of that is a regulatory imposition on good engineering. It is good engineering, written down.

That reframing matters for agentic AI, the kind that does not just answer a question but takes actions: moving data between systems, sending messages, updating records, running multi-step workflows on its own. The Act does not classify a system as high-risk merely because it is autonomous or uses an agent. Classification follows the system’s intended purpose and use. But when software can act, errors travel further than a bad chat response, so oversight, bounded permissions and traceability become practical necessities whether or not the use case is legally high-risk.

What the Act actually asks of a system that acts

The EU AI Act entered into force on 1 August 2024 and applies in stages. Prohibited-practice and AI-literacy rules started in February 2025, and general-purpose AI model obligations followed in August 2025. The Article 50 transparency rules apply from 2 August 2026. Following the July 2026 AI Omnibus, the main high-risk rules apply later: December 2027 for the Annex III use cases and August 2028 for AI embedded in regulated products. The headline structure remains risk-based. Certain practices are prohibited; defined high-risk uses such as employment, credit and access to essential services carry stricter duties; certain interactive and generative systems have specific transparency rules; and most minimal-risk uses receive no additional AI Act rules.

The practical question for a studio building custom systems is not “which tier are we in” in the abstract. It is “what does this specific workflow touch, and what does that oblige us to do.” For a system that falls into the high-risk category, the Act’s engineering themes include:

  • Human oversight. A person must be able to understand, supervise and, when it matters, override the system. For an autonomous agent that means the human is not a rubber stamp bolted on at the end. The oversight has to be designed into the loop.
  • Record-keeping and traceability. You need to be able to reconstruct what the system did and why. For agents, that means structured records of decisions, policy checks, tool calls and bounded outcomes—not raw prompts, personal data or a vague sense that “the model decided.”
  • Transparency. Article 50 has specific disclosure and marking triggers, including direct interaction with certain AI systems and defined categories of generated or manipulated content. It is not a blanket rule that every AI-assisted output needs the same label.
  • Data and documentation. High-risk systems need appropriate data governance and technical documentation. GDPR remains a separate legal regime whenever personal data is processed; satisfying one does not automatically satisfy the other.
  • Robustness. The system should behave predictably, including when something goes wrong, and degrade safely rather than silently.

Not every item above is a legal duty for every system. It is still a useful engineering baseline for software that can take consequential action. The legal classification tells you which controls are mandatory; the architecture should also reflect the actual harm the workflow could cause.

Data sovereignty is the question clients ask first

There is a second thread running alongside the Act, and for our Dutch and European clients it usually comes up before the word “compliance” is even said: where does our data actually go?

It is a fair question, and the honest answer for a lot of AI tooling is uncomfortable. The data leaves the building, leaves the country, and often leaves the continent, to be processed on infrastructure governed by another jurisdiction’s laws. For a Dutch SMB (an “MKB” business) handling customer records, that is not a theoretical concern. It is the thing that decides whether a project can go ahead.

Data residency (where data is stored and processed) and data sovereignty (which laws, organisations and access paths can reach it) are not the same, and neither proves AI Act or GDPR compliance. Provider nationality is not proof either: a US provider may offer European regions, while an EU supplier may still rely on non-EU subprocessors or support access. The useful advantage of an EU-based studio is proximity and accountability: we can make the region, contracts, subprocessors, support access, retention, model-training terms, logs, backups and transfer mechanisms explicit instead of treating an “EU region” checkbox as the whole answer.

This is not a marketing line bolted onto an otherwise identical service. It changes real architecture decisions: which model providers and regions you use, where state and logs are stored, what crosses a border and what does not. Those decisions are easier to make well at the start than to retrofit later.

Agents make the case for supervision, not against it

The loudest story in AI right now is full autonomy: agents that run the business while you sleep. It makes for a good demo and a bad production system. The moment an agent can take consequential actions, the interesting engineering is not how much you can let it do unattended. It is how you keep a human in control without throwing away the speed that made the agent worth building.

This is the same direction as the Act’s human-oversight and record-keeping requirements for high-risk systems, and it happens to be how we build anyway. Our internal framework, Armature, is built around supervised autonomy: agents that plan and execute real work, with a person kept in the loop at the decisions that matter and a privacy-minimised trail behind consequential actions. We did not adopt that because a regulation told us to. We adopted it because it is the only way we have found to ship agentic systems that hold up in production.

So the counter-positioning writes itself. Where the hype sells unsupervised autonomy and treats oversight as friction, a system designed around the applicable European duties treats oversight as the feature. For a business deciding whether to let software act on its behalf, “autonomous, but supervised, recorded and overridable” is a far easier yes than “autonomous, trust us.”

A practical starting checklist

This is not legal advice, and the line between tiers depends on the specific use. But as an engineering starting point, here is what we look at when a project involves agents acting on real data:

  1. Map what the agent can touch. List the systems it reads from and writes to, and the actions it can take. Risk follows actions, not model size.
  2. Map the complete data path. Pick model providers, regions and storage deliberately, then check subprocessors, support access, logs, backups, retention and training terms. Treat every cross-border flow as an explicit, documented decision.
  3. Design the human checkpoint. Identify the decisions a person must approve or be able to reverse, and build the interface for that, not a notification they will ignore.
  4. Record for reconstruction, not surveillance. Capture structured event types, policy decisions, tool names and bounded outcomes. Do not put personal data, prompts, request bodies, secrets or raw model payloads into logs merely to make the system “auditable.”
  5. Apply the right transparency rule. Tell people when they are interacting with AI and label content where Article 50 requires it; use the same clarity more broadly when it materially affects trust or decisions.
  6. Write the short document now. A plain description of what the system does, what data it uses, and what safeguards exist. It is far cheaper to keep this current than to assemble it under pressure.

None of these slows a competent team down in any way that matters. What they do is make the difference between a system you can stand behind and one you are quietly hoping nobody asks about.

The EU footprint is the moat

The strategic point is simple. For a European business, “we build agentic systems from the EU, with an explicit data path and controls designed around the applicable AI Act duties” is not a constraint to apologise for. It is the offer. The moat is not geography alone; it is being able to show the architecture, contracts, operating controls and evidence behind the claim.

We would build it this way regardless of where our clients were. That it also produces a more defensible European deployment is not a coincidence. It is what happens when the regulation and the engineering are, for once, pointing in the same direction.


This is an engineering and positioning perspective, not legal advice. The EU AI Act’s obligations depend on the specific use and risk tier, and you should take qualified legal advice for your own system.

Regulatory status checked 2 August 2026 against the European Commission’s AI Act overview and application timeline and Article 50 transparency guidance.

If you are building agentic systems and want them done the European way, see how we work. Liever in het Nederlands? Lees verder over onze aanpak voor het MKB.