# The regulatory mapmapUsing software to automate repetitive marketing tasks and campaigns, enabling personalisation at scale across channels like email, web, and social.Voir la définition complète → every public sector leader must know
A state unemployment agency in Ohio wants to deploy one AI tool: a chatbot that screens benefit claims and flags likely fraud. Simple enough, until you count the rulebooks it touches. The EU AI Act reaches it if the vendor's model was trained or offered by an EU-linked provider. A federal executive order shapes how the agency procures it. Ohio's own algorithmic accountability rules govern how it's used on residents. Three regulatory regimes, one chatbot, and a compliance timeline that no single office fully owns.
This collision is now routine. Public sector leaders don't get to pick one rulebook. They have to know where all of them overlap, and where they contradict each other.
AI regulation follows three different logics depending on the jurisdiction:
A single tool can be minimal-risk under one framework and high-risk under another, simply because the definitions don't match.
Take that Ohio chatbot again.
Under the EU AI Act: if the underlying model comes from an EU-established provider, or the output is used to affect people located in the EU (unlikely here, but relevant for federal agencies with EU citizen data), it may fall in scope with high-risk obligations: a fundamental rights impact assessment, technical documentation, and human oversight built into the design.
Under US federal rules: if this is a federal agency (not the case here, but imagine an IRS equivalent), the relevant OMB guidance would require an AI impact assessment and a designated Chief AI Officer sign-off before deployment. State agencies aren't directly bound by federal executive orders, but often adopt similar templates because federal funding (for example, from the Department of Labor for unemployment systems) increasingly comes with AI-use conditions attached.
Under Ohio or comparable state law: the agency, as a "deployer," may need to conduct an algorithmic impact assessment, notify claimants that AI is involved in the decision, and offer a human appeal path, obligations modeled on Colorado's and Illinois's approach even where Ohio's own statute lags behind.
The result: the agency needs three overlapping but non-identical assessments, three sets of documentation, and no single regulator to call for a definitive answer.
| Question | EU AI Act lens | US federal lens | US state lens |
|---|---|---|---|
| Is this "high-risk"? | Yes if listed in Annex III (benefits, fraud, policing) | Depends on OMB category ("safety-impacting" or "rights-impacting") | Depends on state definition (often mirrors EU list loosely) |
| Main obligation | Conformity assessment, logging, human oversight | Agency impact assessment, CAIO sign-off | Impact assessment, notice to affected individuals |
| Who enforces | National market surveillance authorities, coordinated by the EU AI Office | OMB, agency Inspectors General | State attorney general or dedicated agency |
Strip away the jurisdictional labels and the underlying risks are the same everywhere. This is the part worth memorizing, because it transfers across every law you'll encounter next:
1. Bias and disparate impact. A model trained on historical claims data can encode past discrimination (for example, flagging claimants from certain zip codes as higher fraud risk because enforcement was historically concentrated there).
2. Opacity ("black box" risk). If caseworkers can't explain why the system flagged someone, due process rights are hard to honor. This is why "explainability" appears in nearly every framework.
3. Data drift and model degradation. A model trained on 2022 claims patterns may misfire on 2026 patterns (new fraud schemes, new economic conditions) if never retrained or monitored.
4. Automation bias. Human reviewers rubber-stamp AI recommendations instead of genuinely reviewing them, defeating the "human oversight" requirement that regulators everywhere demand on paper.
5. Vendor and supply-chain risk. Most public agencies buy AI, they don't build it. The vendor's training data, update cycle, and subcontractors become the agency's regulatory exposure too.
A practical pre-deployment checklist, usable regardless of which jurisdiction's paperwork you're filling out:
# Simple pre-deployment risk flag (illustrative, not a compliance tool)
def flags_high_risk(use_case):
triggers = [
use_case.affects_benefits_eligibility,
use_case.affects_law_enforcement,
use_case.lacks_human_override,
use_case.uses_protected_class_proxies
]
return any(triggers) # any True → treat as high-risk across all regimesVérification des acquis
1. Why can a single AI chatbot deployment by a US state agency trigger EU AI Act obligations?
2. What is the fundamental structural difference between how the EU and the US approach AI regulation?
3. A public sector leader learns that federal executive orders on AI can be rescinded or replaced by a new administration. What is the main practical implication of this for compliance planning?
4. Select ALL correct answers about why a single AI tool used by a US public agency might need to satisfy multiple, separately-owned regulatory regimes simultaneously.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about how the EU AI Act treats public sector use cases like fraud detection and benefits eligibility screening.
Sélectionnez toutes les réponses correctes.
The mistake most public sector leaders make is delegating "AI regulation" entirely to legal or IT. But the collision described above is a governance design problem, not a paperwork problem. Deciding who owns the impact assessment, who has override authority, and how vendor contracts allocate liability are leadership decisions. If they're made only at the point of a legal review, it's usually too late to redesign the system cheaply.