AI Agents · United Kingdom

AI agents under UK GDPR

An agent that reads a customer record and then does something about it is automated processing of personal data. That is a UK GDPR question before it is an engineering question, and getting it wrong is more expensive than building it twice.

The question that actually blocks these projects

Not “can it work” — it can. The blocker is almost always the same: what is this thing allowed to decide on its own?

UK GDPR Article 22 gives people the right not to be subject to a decision based solely on automated processing where that decision produces legal effects or similarly significantly affects them. The phrase doing the work is solely. An agent that drafts, recommends, prepares or flags is not deciding. An agent that declines, cancels, prices or terminates without a person in the loop is.

That distinction is an architecture decision, not a policy one, and it is much cheaper to make at the start. We scope agents so that consequential actions have an approval step and routine ones do not, then write down which is which. The written plan from discovery names every action the agent can take unattended, which is the artefact your DPO actually needs and rarely gets.

Where the DPIA fits

The ICO expects a Data Protection Impact Assessment before high-risk processing, and its screening criteria catch a lot of what makes an agent useful: using innovative technology, processing at scale, combining datasets, and automated decision-making with significant effects. Assume you need one and be pleasantly surprised if you do not.

The useful sequencing is to run the DPIA against a scoped design rather than a vague intention. “We want an AI agent for customer service” cannot be assessed. “An agent reads inbound email, classifies it against six categories, drafts a reply from these four templates, and routes anything it scores below threshold to a human without replying” can be — and the assessment usually comes back fine, because the risky behaviours were designed out before anyone wrote them down.

We build the second kind of specification during discovery. It is the same document that makes the build estimable, so it is not extra work bolted on for compliance.

Where the data goes, and why that matters more for agents

Everything on our UK page about US processing applies here, and applies harder. An agent is a system that repeatedly sends your operational data to a model provider, which means the transfer question is not a one-time export — it is the runtime behaviour of the product.

Three things we do about that, in order of how much they help:

Reduce what crosses the boundary. Most agent tasks do not need a name, an email address or a full record. Resolve identifiers on your side, send the agent the shape of the problem, and map the answer back. This is usually a day of extra engineering and it removes entire categories of argument.

Choose the provider deliberately. Retention terms, training-use terms and regional processing options differ substantially between providers and between tiers of the same provider. This belongs in the scope document with a named decision, not in a default someone picked during a spike.

Log what the agent did, not what it saw. An audit trail that reconstructs every action, input hash and approval is what makes an incident investigable. An audit trail that stores the full prompt makes your log store a second copy of the personal data, with a longer retention period than the system it came from.

What this changes about the engagement

Very little about how we work, quite a lot about the order. UK engagements front-load the data-protection design into discovery rather than treating it as a pre-launch review, because a review at the end can only find problems, and by then they are expensive.

Contracting, currency and hours are the same as for any client and are set out on the UK page: quoted and invoiced in USD, contracted under Colorado law, with a UK-afternoon overlap that most engagements settle into. If UK or EU data residency is a hard requirement for the system we build you, that is a scoping input we can design to — say so on the first call.

Questions from United Kingdom buyers

Before you
ask us.

A consultation costs nothing. Bring what’s slow, manual or breaking and we’ll tell you honestly whether it’s worth building — including when the answer is no.

Does an AI agent trigger Article 22 automatically?

No. Article 22 bites when a decision is made solely by automated means and has a legal or similarly significant effect on someone — declining credit, ending an account, pricing an individual differently. An agent that drafts a reply for a human to approve is not making the decision. Most of what we build is deliberately on the safe side of that line, and the design choice that keeps it there is human approval before the consequential action.

Do we need a DPIA?

Often, yes. The ICO's own list of high-risk processing includes innovative technology and automated decision-making with significant effects, and an agent acting on customer data usually touches at least one. We would rather scope the DPIA in from the start than have your DPO discover the project at sign-off. It is a week, not a quarter, when the system was designed with it in mind.

Which model provider processes our data?

Whichever one the scope specifies, and it is a decision we make together rather than a default. Providers differ materially on retention, on training use, and on whether zero-retention terms are available. Some engagements have run entirely on models we host, precisely to keep that question from arising.

Can the agent be prevented from seeing certain fields?

Yes, and it usually should be. The cheapest data protection measure available is not showing the agent data it does not need. Pseudonymise before the boundary, keep identifiers on your side, and give the agent a narrower view than a human operator has.

Let’s talk

Bring us your
biggest challenge.

Describe the workflow, the systems it touches, and what a wrong decision costs. We work with United Kingdom clients remotely; the engineering is the same either side of the Atlantic.

Eagle County, Colorado · working worldwide Higher ideas. Real impact.

Talk about ai agents

Tell us what’s slow, manual, or breaking. We’ll say honestly whether it’s worth building—including when the answer is no.