DashboardSign inStart your trial

Product

EU AI Act Human Oversight Reaches Non-EU Founders

The deadline for high-risk AI moved to December 2027, but Article 14 human oversight didn't change. If your AI's output reaches the EU, here's what you need.

European Union flags outside the EU Parliament in Brussels, illustrating EU AI Act human oversight requirements for high-risk AI systems
9 min read

Read Article 14 of the EU AI Act closely and it stops sounding like a regulation and starts reading like a product spec. A high-risk AI system has to be built so a person can “disregard, override or reverse the output,” and can “interrupt the system through a ‘stop’ button.” That is a description of a human-in-the-loop approval queue, written into law. The EU AI Act human oversight rules don’t ask you to slow your AI down, but they do ask you to put a competent person between the AI and the irreversible action, which is the thing you’d want anyway if you’ve ever been burned by an agent getting something wrong.

The deadline for high-risk systems just moved, and a lot of founders read that as a reason to stop paying attention. That’s the wrong read. The date moved, but the substance didn’t. This post walks through what the Act requires of human oversight, who it reaches (including companies with no office in Europe), and how the four controls that satisfy it are the same four you’d build for your own peace of mind. One disclaimer before we start: this isn’t legal advice. Rills gives you the controls to implement oversight, not a certificate that says you’ve complied.

Your AI Doesn’t Have to Be in Europe. Its Output Does.

The most common reason solopreneurs think they can ignore the AI Act is geography. You’re in Austin or Toronto or São Paulo, your company is incorporated there, your servers are there, so a Brussels regulation feels like someone else’s problem.

It isn’t, and the reason is in Article 2 which extends the Act to “providers and deployers of AI systems that have their place of establishment or are located in a third country, where the output produced by the AI system is used in the Union.” Where your company is doesn’t matter, as long as your AI system is used in the EU. If your AI screens a job applicant in Berlin, scores a loan for someone in Madrid, or grades a student in Warsaw, the output is used in the Union and you’re in scope, regardless of where you work. The same article also catches anyone “placing on the market” an AI system in the EU, “irrespective of whether those providers are established or located within the Union or in a third country.”

This is a deliberate move. The EU built the Act the way it built GDPR, around the people affected rather than the company’s address, and the penalties are sized to make it matter. Non-compliance with the high-risk obligations carries administrative fines of up to 15 million euros or 3% of total worldwide annual turnover, whichever is higher. A European conglomerate absorbs a fine like that and issues a press release. For a bootstrapped company it’s the end.

The Deadline Moved to 2027. The Oversight Rules Didn’t.

Here’s the part that’s been misreported as a reprieve. The original timeline had standalone high-risk obligations (the Annex III list) applying on August 2, 2026. In November 2025 the Commission tabled a “Digital Omnibus” package to push that back, and in May 2026 the Council and Parliament reached a provisional agreement to do exactly that. Standalone high-risk systems now get until December 2, 2027, and AI embedded in regulated products gets until August 2, 2028. The deal is close to adoption rather than final law, and the new dates are gated on the supporting standards being ready, but the direction is clear.

The omnibus touches the calendar, not the substance of Article 14. The human oversight requirements are the same words they were before the delay. The EU postponed because the harmonized standards and conformity-assessment infrastructure weren’t ready in time, so the Commission gave everyone more runway to build against a moving target. Nobody in Brussels decided oversight was optional.

If you treat that runway as permission to skip the work, you’ve misread it. You have until late 2027 to make human oversight a normal part of how your automations run, instead of a panicked retrofit in the last quarter before the date. Building it now costs close to nothing. Bolting it on later, after you’ve shipped a dozen workflows that assume no human in the loop, is a painful rewrite.

“High-Risk” Probably Includes Something You Already Do

A fair objection: most of what a solopreneur automates isn’t high-risk. Sending yourself a Slack message when a deal closes is not regulated, and it never will be. But the Annex III high-risk list is broader than people expect, and several categories sit right where small teams are pointing their AI.

Employment and worker management is on the list, which means AI that screens résumés, ranks candidates, or makes hiring recommendations. So is access to essential private services, covering AI that scores creditworthiness or sets insurance terms. Education and vocational training too: AI that grades, admits, or evaluates students qualifies. Biometrics, critical infrastructure, law enforcement, migration, and the administration of justice round it out, though those last few are less likely to be a one-person SaaS.

The categories cluster around decisions that affect a person’s livelihood, money, or rights. If your AI’s output influences whether someone gets a job, a loan, a place in a program, or a service they need, assume you’re in the high-risk bucket and design for oversight from the start. Assume you’re in scope and turn out wrong, and you’ve spent a little extra rigor for nothing. Assume you’re out and turn out wrong, and the fine can end the company.

What Article 14 Human Oversight Actually Demands

Strip Article 14 down to what it asks an engineer to build and you’ll find the following product requirements.

First, the system has to be “designed and developed in such a way … that it can be effectively overseen by natural persons during the period in which it is in use.” Effective is the operative word because a log nobody reads isn’t oversight. The human has to be able to affect the process.

Second, that person has to be able to “correctly interpret the high-risk AI system’s output” and, when it matters, “decide … not to use the high-risk AI system or to otherwise disregard, override or reverse the output.” A veto, in other words, that’s real and reachable in the moment.

Third, the system needs a kill switch. The human must be able to “intervene in the operation of the high-risk AI system or interrupt the system through a ‘stop’ button or a similar procedure that allows the system to come to a halt in a safe state.”

Around those three sit two more obligations that matter for compliance. Article 12 requires high-risk systems to “technically allow for the automatic recording of events (logs) over the lifetime of the system,” with those logs kept for at least six months under Article 19. And Article 26 puts the duty on the deployer, the business using the system, to “assign human oversight to natural persons who have the necessary competence, training and authority.” Logging, an empowered reviewer, a veto, a stop button, all designed in rather than added after the fact. That’s the spec.

The Four Controls Rills Already Ships

Map that spec onto Rills and there’s almost nothing left to invent, because the Act describes the product Rills already is. Four controls do the work.

Confidence scoring is risk-calibrated oversight. Article 14 doesn’t say a human has to approve every output; it says oversight has to be effective and proportionate. Scoring each execution by confidence lets the system auto-handle the clearly safe cases and route the uncertain ones to a person, which is how you keep oversight real without drowning a one-person team in approvals. We wrote about the mechanics in how confidence scores cut review volume.

The mobile review queue is the disregard-override-stop interface from 14(4), in your pocket. When a high-stakes action is pending, it surfaces as something you approve or reject before it leaves your system. That’s the “decide not to use” and the “interrupt to a safe state” requirements, implemented as a swipe. We made the case for putting approvals on a phone rather than a dashboard in why approvals belong on your phone.

The audit log and decision records are Article 12 and Article 19, satisfied. Every approval is recorded: which human decided, what they decided, when, and on which AI output. That’s the automatic event logging and the traceability the Act asks for, retained rather than thrown away. It’s also what turns “we have oversight” from a claim into something you can show.

Deterministic workflows are the quiet one. You can’t oversee what you can’t predict. An opaque autonomous agent that takes a different path every run is hard to supervise, hard to explain, and hard to stop in a known state. A deterministic workflow runs the same way every time, pauses at the same gates, and produces the same record, which is what keeps the human oversight meaningful. The difference between an agent and a workflow, and why it breaks, is its own post.

Compliance You’d Want Even Without the Law

A well-designed regulation requires things you’d build even if it didn’t exist. Article 14 passes that test.

Confidence-gated review, a phone you approve actions on, a record of every decision, and workflows that behave the same way every time. Call that overhead and you miss what it buys: an automation you trust instead of one you check nervously. You give up the agent that can quietly do damage in exchange for one that asks first. The EU wrote into law the architecture careful builders were already converging on, and gave non-EU founders a year and a half of runway to adopt it.

The reason this is cheap to do on Rills is that oversight isn’t a billable line. Approvals are free, logic is free, and a workflow that’s paused waiting on you costs nothing, so there’s no per-step tax discouraging you from adding a human wherever a human belongs. You pay for the actions that leave your system, instead of the caution in front of them. How that pricing works is the longer version.

Build oversight in now, while the deadline is comfortably ahead of you, and December 2027 arrives as a date you’ve already cleared. See how the approval queue works, and remember the approvals themselves are always free.

Ready to automate your workflows?

AI proposes the action, you approve it, and the record shows who signed off.

14-DAY TRIAL · NO CREDIT CARD · APPROVALS ARE FREE