Pick the EU AI Act obligation that most directly drives runtime guardrail design
The EU AI Act's high-risk obligations, risk management, logging, human oversight, transparency, and post-market monitoring, each translate into a concrete guardrail design requirement; the other options in the
Picture a new safety rule for elevators. The rule does not ban elevators. It does not force everyone to buy elevators from one factory. It does not forbid music in the elevator. What it actually says is, you must have a designed safety plan, you must keep records of every safety event, a real person has to be reachable when something goes wrong, the riders must know they are in an elevator and what it can do, and after the elevator is installed, the owner has to keep watching how it behaves. The EU AI Act for high-risk systems looks like that. The headlines tell stories about bans; the actual obligations are about evidence and process.
Concept explanation~2 min read
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Concept explanation~2 min read
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
The EU AI Act is the most consequential AI regulation in force in 2026, and its operational requirements are not what most engineers expect when they first read about it. The headlines focus on prohibitions and on the largest providers; the operational reality for a team building an LLM-backed product is a set of process and evidence obligations that translate into concrete guardrail architecture.
This card walks through the risk tiering, the five high-risk obligations that drive guardrail design, the general-purpose AI obligations that come from model providers, and the timeline that governs which obligations are live when. By the end you should be able to answer the interview question 'which EU AI Act obligation drives your runtime guardrail design' with the right level of specificity.
Risk tiering, the right mental model
The Act tiers AI systems by risk and applies different obligations to each tier.
Prohibited practices (Article 5). A small set of uses are banned outright. Social scoring by public authorities, untargeted scraping for face databases, emotion recognition in workplaces and schools (with limited exceptions), certain biometric categorisation, and real-time remote biometric identification in public spaces by law enforcement (with narrow exceptions). Most production LLM products are not in this tier.
High-risk systems (Article 6 and Annex III). AI used in regulated sectors and listed use cases, biometric identification, critical infrastructure, education and vocational training, employment and worker management, access to essential private and public services (including credit scoring), law enforcement, migration and border control, administration of justice and democratic processes, and certain medical devices and components. Most production LLM applications in regulated sectors fall here.
General-purpose AI models (Articles 51-56). Models trained on broad data with general capabilities, frontier LLMs themselves. Obligations apply to providers (model labs) rather than deployers (application teams), but they affect deployers because the provider's paperwork flows downstream.
Limited-risk systems. Specific transparency obligations apply (e.g. inform users they are interacting with an AI, label deepfakes).
Minimal-risk systems. No specific obligations beyond voluntary codes of conduct.
Why tiering shapes architecture
The same model can be a low-risk customer-support assistant in one product and a high-risk hiring screen in another. The guardrail stack must therefore be configurable per deployment, not per model. A common architectural pattern is a policy as code layer that selects guardrail bundles based on the registered risk tier of the deployment, plus a deployment registry that tracks which products are in which tier.
Situations where this technique stops working.
2–4 min · Everything important, quickly.
Real products, models, and research that use this idea.
- Anthropic, OpenAI, and Google have all published EU AI Act compliance pages explaining how their general-purpose AI model documentation supports deployer obligations.
- European banks and insurers running Claude Opus 4.7 in regulated workflows have spent 2025-2026 building per-decision audit logging that satisfies both EU AI Act Article 12 and existing sector regulation.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you build a single audit log that satisfies the EU AI Act and NIST AI RMF at the same time?
Define a superset schema that captures structured fields each regulator asks for; tag artefacts with the obligation they evidence; present per-framework views on demand.
Red flags & common mistakes
The phrases that signal junior thinking. Click to expand.
Red flags & common mistakes
The phrases that signal junior thinking. Click to expand.
Reading the EU AI Act as a blanket ban or as a procurement restriction on models; the actual operational impact is the high-risk obligations on risk management, logging, oversight, transparency, and post-market monitoring.
60 second bullets to scan on the way to the call.
Four tiers of EU AI Act risk classification (prohibited, high-risk, limited-risk, minimal-risk)
Five high-risk obligations and what each requires operationally
Primary sources. Browse if you want the original framing.
Same topic, related formats. Practice these next.