THE INDEPENDENT RECORD · AGENTIC AI AS A SERVICE AboutStandardsContact
GAASAGENTIC AI · AS A SERVICE
INDEPENDENT · SINCE 2026
UPDATED DAILY
NO HYPE · NO PAY-TO-PLAY
PER-TASK PRICING NOW STANDARD ● NEW BENCHMARK: 71% TASK COMPLETION ● ENTERPRISE PILOTS UP 4X ● RUNTIME FUNDING ACCELERATES ● "AGENTS ARE THE NEW SEATS" ● MARGINS UNDER PRESSURE ● THE INDEPENDENT RECORD ON GAAS
Trust & Safety

The EU AI Act and Agent Providers: What GaaS Companies Actually Have to Do

The EU AI Act doesn't mention "agents" once, yet it reshapes how anyone selling autonomous AI agents into Europe has to build, document, and price their product. The Act regulates by risk tier and by role in the supply chain, which means a single agent platform can simultaneously be a provider of a general-purpose model, a provider of a high-risk system, and a deployer's obligation generator. This piece maps those roles onto the GaaS business model, flags the deadlines that actually bite (February 2025 prohibitions, August 2025 GPAI rules, August 2026 high-risk rules), and explains why "we're just an orchestration layer" is not the liability shield founders think it is.

By N. Adeyemi · Mar 8, 2026 · 15 min read

Table of Contents

Why the Act Matters Even If You Never Say "Agent"

Here is the thing founders keep getting wrong. They read the EU AI Act looking for the word "agent," don't find it, and conclude the Act is about chatbots and facial recognition, not about their per-task autonomous workflow product. That's a misread of how the law is built.

The Act is technology-neutral and outcome-oriented. It doesn't care whether your system is a single prompt, a retrieval-augmented pipeline, or a multi-step agent that calls forty tools and books a flight. It cares about two questions: what is the system used for, and what is your role in putting it on the market. An agent that screens job applicants is regulated identically to a non-agentic model that screens job applicants, because the use case is what triggers the high-risk classification, not the architecture.

That neutrality is precisely why agentic AI-as-a-service gets caught. A GaaS product is, almost by definition, a system that takes consequential actions with reduced human supervision. The whole pitch of per-outcome pricing is "you don't have to watch it." The Act looks at exactly that property and asks who is accountable when the unsupervised thing does something it shouldn't. If your value proposition is autonomy, you have voluntarily walked into the part of the regulation that is most interested in autonomy.

The Risk Pyramid, Translated for Agents

The Act sorts AI systems into four buckets, and you need to know which one each of your agents sits in before you can price or sell it.

Unacceptable risk, prohibited outright since February 2025. Social scoring, certain biometric categorization, manipulative systems that exploit vulnerabilities, untargeted facial-image scraping. A collections agent that uses emotional manipulation tactics against vulnerable debtors, or a "growth" agent that does subliminal nudging, can land here. This is the bucket that ends a product line, not just adds paperwork.

High risk, permitted but heavily regulated. This is where most consequential vertical agents live: hiring, credit scoring, insurance underwriting, medical triage, critical-infrastructure management, education assessment, certain law-enforcement and migration uses. The obligations here are the expensive ones, conformity assessment, risk management systems, data governance, logging, human oversight, registration in an EU database.

Limited risk, transparency obligations. An agent that talks to a human, or generates content, has to make the synthetic nature of the interaction clear. This is the bucket nearly every customer-facing GaaS agent touches, even the harmless ones.

Minimal risk, most everything else. A scheduling agent or an internal log-summarizer agent generally sits here with no specific obligations beyond general law.

The trap is assuming your agent is minimal risk because it feels benign. The classification follows Annex III use cases, not vibes. The European Commission's official overview of the AI Act's risk-based approach is worth reading against your actual product surface, because the line between "limited" and "high" is the line between a disclosure banner and a six-figure compliance program.

Where Your Agent Probably Lands

Run your agent fleet through a blunt filter. If an agent makes or materially influences a decision in employment, creditworthiness, essential public or private services, insurance, healthcare, education, or law enforcement, assume high risk until a lawyer tells you otherwise. If it merely talks to people or produces content, assume limited risk and budget for disclosure. If it does internal back-office automation with a human approving the output, likely minimal.

The reason this matters for topical authority across a GaaS portfolio is that risk tier should drive your whole governance posture, from audit logs regulators will demand to your human accountable owner assignment. A vendor that can't tell a buyer which tier each agent occupies will lose enterprise deals on the security questionnaire alone.

The Role Trap: Provider vs. Deployer vs. GPAI Provider

This is the single most expensive misunderstanding in the GaaS market, so slow down here.

The Act assigns obligations by role. A provider develops a system and puts it on the market under its own name. A deployer uses a system under its authority. A general-purpose AI (GPAI) model provider makes the underlying model. Most GaaS companies are, uncomfortably, two or three of these at once.

Say you build an agent on top of a frontier model from a foundation lab and sell it to a hospital. The lab is the GPAI provider. You are the provider of the high-risk system (the deployed agent doing medical triage), because you put a finished system on the market under your name. The hospital is the deployer. You do not get to point at the lab and say "they made the model, talk to them." The model provider has its own obligations under the GPAI rules, but the system-level high-risk obligations land on you because you composed, fine-tuned, integrated, and branded the thing that touches patients.

Worse, Article 25 of the Act says that if a deployer modifies a high-risk system substantially, or puts their own name on it, they can become the provider and inherit provider obligations. So when your customer white-labels your agent and fine-tunes it on their data, they may have just promoted themselves to provider, which changes what you must contractually disclose to them, and changes who carries the can. The "we're just an orchestration layer, the model lab is responsible" defense collapses under this structure. Brookings has a useful breakdown of how the AI Act allocates obligations across the value chain, and the value-chain allocation is the part GaaS founders most need to internalize.

The practical upshot: your contracts have to assign these roles explicitly. Vague terms of service that don't say who is provider and who is deployer don't make the obligations disappear, they just leave you guessing which ones are yours when a regulator calls.

The Obligations That Actually Cost You Money

For high-risk agents, the Act requires a risk management system, data governance, technical documentation, record-keeping, transparency to deployers, human oversight, accuracy and robustness, and a conformity assessment before market entry plus EU-database registration. That's a lot. Three of these reshape how you build a GaaS product, so let's take them in order of how much they hurt.

Transparency: telling people they're dealing with an agent

Even outside high-risk, Article 50 requires that humans interacting with an AI system be informed they're talking to a machine, unless it's obvious. AI-generated or manipulated content (including synthetic audio, image, video, and text published to inform the public) has to be machine-readably marked as artificial. For a customer-facing agent this is cheap, a disclosure line and a content watermark. The mistake is treating it as optional polish. Undisclosed agents are exactly the kind of thing a regulator makes an example of, and it dovetails with the broader consent and disclosure obligation of telling customers they're talking to an agent.

Technical documentation and logging

High-risk systems must keep logs automatically and retain them. For an agent, "logs" means the full trace: which tools were called, what inputs and outputs passed through, what decisions were made and why. This is the part that surprises teams, because agent traces are voluminous, contain sensitive data, and are exactly what you need for the forensic challenge of investigating an agent's decision. Build the logging pipeline as a first-class system, not an afterthought, retrofitting traceability into a black-box agent after launch is brutal.

Human oversight and the kill switch

High-risk agents must be designed so a human can effectively oversee them, understand the output, intervene, and stop the system. In agent terms this is a real architectural requirement: you need interrupt points, an authoritative stop mechanism, and an interface a non-engineer can actually use under pressure. This is the regulatory backbone behind designing emergency stops for autonomous agents. If your agent runs fully closed-loop with no intervention surface, you cannot honestly claim compliance for a high-risk use case, full stop.

The Timeline You Should Have on a Whiteboard

The Act entered into force in August 2024 and phases in. The dates that matter for agent providers:

The EU's own implementation timeline guidance is the cleanest reference for these phases. Don't anchor on the last date. The documentation, logging, and oversight architecture for an August 2026 high-risk agent is a multi-quarter build, which means the real internal deadline is well inside 2025.

What This Does to GaaS Economics

Per-outcome and per-task pricing assume marginal cost per execution is near zero. Compliance breaks that assumption in two places.

First, fixed cost. A high-risk conformity assessment, a risk management system, the documentation, and the database registration are real money and real headcount before you sell a single seat in the EU. That favors GaaS vendors who can amortize compliance across many customers, which is, ironically, an argument for the service model over every enterprise building agents in-house. "We carry the EU AI Act compliance so you don't have to" is becoming a legitimate compliance-as-a-feature positioning play, and the vendors who get there first will use it as a moat.

Second, per-transaction cost. Logging every agent trace, retaining it, watermarking outputs, and keeping a human-oversight surface staffed all add marginal cost per outcome. If you priced your per-task fee before modeling this, your margins are wrong. The clean move is to treat governance as a line item you can show buyers, not a tax you hide, enterprise procurement increasingly wants to see it, and it pairs naturally with the SOC 2 and beyond certifications GaaS buyers require.

The penalty math sharpens all of this: up to 35 million euros or 7% of global annual turnover for prohibited-practice violations, and up to 15 million or 3% for most other breaches. Those numbers are designed to make compliance cheaper than the gamble. For a venture-backed GaaS company, a 7%-of-turnover exposure is not a rounding error, it's a board-level risk.

Insights Most People Overlook

1. The "orchestration layer" defense is the riskiest position, not the safest. Founders assume that wrapping a foundation model makes the model lab the responsible party. Article 25 does the opposite: by composing, branding, and shipping a finished system, you most likely are the provider of the high-risk system. The thinner your wrapper feels technically, the more cleanly the provider obligations still land on you legally. Sitting in the middle of the value chain is the worst place to be uninsured.

2. Your customers can promote themselves to "provider" without telling you, and that's your problem too. When a deployer fine-tunes or white-labels your agent, they may inherit provider obligations under Article 25. If your contracts and documentation don't anticipate this, you've created a compliance gap on both sides. Smart vendors ship a "deployer responsibilities" packet that draws the line explicitly, which doubles as a sales-trust artifact.

3. Logging requirements quietly collide with data minimization. The Act wants you to retain detailed high-risk logs; the GDPR wants you to minimize and delete personal data. Agent traces are full of personal data. Resolving this tension, what to log, how to redact, how long to keep it, is genuinely hard and almost nobody has it solved. It's the same fault line that runs through data retention policies for agent memory, and it's a differentiator if you handle it well.

4. AI literacy is a real, early obligation people skipped past. Since February 2025 providers and deployers must ensure staff working with AI systems have adequate AI literacy. It's vague and under-enforced today, but it's a cheap thing to actually do and an awkward thing to be caught not doing. Document your internal training now.

5. Being EU-compliant is becoming a global default, not a regional cost. Just as GDPR exported privacy norms worldwide, the AI Act is becoming the template other jurisdictions copy. Building your agent governance to the EU bar isn't a tax on selling into Europe, it's the cheapest way to be ready for the regulations that haven't shipped yet elsewhere. Treat it as forward investment, not compliance overhead.

Frequently Asked Questions

Does the EU AI Act apply to us if we're a US company with no EU office? Yes, if your agent's output is used in the EU or you place the system on the EU market. Like the GDPR, it's extraterritorial. A US-based GaaS vendor whose agent makes hiring decisions for a customer's European staff is in scope.

We only use a third-party model, are we off the hook for GPAI obligations? The GPAI obligations sit with the model provider. But you, as the provider of the deployed system, inherit the system-level obligations (high-risk or transparency) and need the upstream documentation from your model vendor to meet them. So you're not off the hook, you just carry a different set of duties.

Is an internal-only agent that no customer ever sees regulated? If its use case falls in Annex III (e.g., it screens your own job applicants), high-risk obligations can apply even though it's internal, you're the deployer and possibly the provider. Internal does not mean exempt; use case is what governs.

How does this interact with sector rules like medical device or financial regulation? It stacks. A medical-triage agent can be both a high-risk AI system under the Act and a regulated medical device under separate law, with the August 2027 deadline for safety-component cases. You comply with both regimes, not one.

What's the single most useful thing to do first? Build a register: list every agent, its use case, its risk tier, and your role (provider/deployer/GPAI) for each. Most of the hard decisions flow from that table, and you can't assign a human accountable owner or scope your conformity work without it.

Do open-source models change our obligations? There are limited exemptions for free and open-source GPAI models, but they shrink or vanish once a model is high-risk or you commercialize a system built on it. Don't assume "we used an open model" is a blanket exemption for a commercial agent.

Conclusion

The EU AI Act never names agents, but it regulates exactly the property that defines them: consequential action taken with reduced human supervision. For GaaS providers, the work is to map each agent to a risk tier, pin down your role in the value chain, and build documentation, logging, human oversight, and transparency in as architecture rather than retrofit. The roles trap, provider versus deployer versus GPAI provider, is where most companies will misjudge their exposure, and the "we're just orchestration" instinct is precisely backwards. The deadlines through August 2026 look distant but the build cycles aren't. Vendors who treat compliance as a feature to sell rather than a cost to hide will turn the Act into a moat. The ones who wait for enforcement to clarify things will discover the clarification is a fine of up to 7% of global turnover.

References

More in Trust & Safety