· 6 min read

The EU AI Act Is Here: What It Means for Your LLM Costs

Europe's AI Act enforcement began in February 2025. Here's what the transparency and logging requirements actually demand — and why most teams are unprepared.

AT
AgentWatch Team
AgentWatch Team

On February 2, 2025, the first provisions of the EU AI Act (Regulation (EU) 2024/1689) became enforceable. The prohibited practices and AI literacy requirements are now active. By August 2, 2025, the full transparency obligations for general-purpose AI models — including LLMs — kick in.

If your product serves EU users and uses OpenAI, Anthropic, Google, or any other LLM provider, this regulation applies to you. Not might apply. Does apply.

What the Act Actually Requires

The EU AI Act isn't a vague guideline. It's a regulation with specific, auditable requirements. For teams using LLMs, the critical articles are:

  • Article 52 — Transparency: Providers of general-purpose AI models must provide downstream deployers with sufficient information to comply with their own transparency obligations. This includes technical documentation, training data summaries, and known limitations.
  • Article 26 — Deployer Obligations: If you deploy an AI system in the EU, you must implement human oversight, ensure the system is used in accordance with its intended purpose, and keep detailed logs of system operation.
  • Article 18 — Quality Management: Providers must establish a quality management system that includes data governance, design and development procedures, and post-market monitoring.

The logging requirement in Article 26 is the one that catches most teams off guard. Deployers must keep logs of AI system operation for a period appropriate to the intended purpose — and make them available to authorities on request.

The Cost Implications Nobody's Talking About

Compliance isn't free. The logging, monitoring, and audit trail requirements mean more API calls, more storage, and more engineering time. Here's what that looks like in practice:

  • Request logging: Every LLM call needs to be recorded with input/output, model version, latency, token counts, and routing decisions. This adds 2-5% overhead to your API costs.
  • PII detection: Article 26 requires that deployers "take appropriate technical and organizational measures to ensure that input data is relevant and sufficiently representative." In practice, this means scanning for and redacting personal data before it reaches the model.
  • Audit trails: Regulators can request logs at any time. You need retention policies that balance compliance requirements against storage costs.

A mid-size SaaS company processing 100K LLM requests per month can expect compliance overhead of $500–$2,000/month in additional infrastructure costs — assuming you build it yourself.

Why Spreadsheets Won't Scale

Some teams try to handle compliance manually: export logs to CSV, run PII scans in a script, store everything in S3. This works until it doesn't.

The EU AI Act requires proportional logging — the level of detail must match the risk level of the AI system. High-risk systems (which includes many LLM-powered products in healthcare, finance, and hiring) need far more detailed logs than low-risk ones. A spreadsheet can't tell you which requests are high-risk and which aren't.

More importantly, regulators expect logs within 72 hours of a request. If you're manually pulling data from multiple sources, you're already non-compliant.

What "Compliance-Ready" Actually Looks Like

A compliant LLM integration needs:

  1. Automatic request logging — every API call captured with full context (model, tokens, latency, cost, routing decision)
  2. PII detection and redaction — real-time scanning of inputs and outputs for personal data (emails, SSNs, credit cards, API keys)
  3. Retention policies — automated data lifecycle management that respects both compliance requirements and cost constraints
  4. Audit-ready exports — on-demand reports that can be handed to regulators without engineering involvement

Building this from scratch takes 2-4 weeks of engineering time. Maintaining it takes ongoing effort as regulations evolve and new PII patterns emerge.

The Compliance Cost Equation

Let's do the math for a typical deployment:

  • Without compliance tooling: 3 weeks engineering ($15K) + $500/month ongoing = $21K first year
  • With AgentWatch: 15 minutes to configure + $49/month = $638 first year

That's not a typo. The difference between building and buying is roughly $20K in the first year alone — and the gap widens as your request volume grows.

What You Should Do Right Now

Three things, in order of urgency:

  1. Audit your current logging. Are you capturing model name, token counts, latency, and routing decisions for every LLM call? If not, you're already behind.
  2. Implement PII detection. At minimum, scan for emails, phone numbers, and API keys in both inputs and outputs. This is table stakes for compliance.
  3. Set retention policies. Define how long you keep logs based on your risk level and business requirements. The EU AI Act doesn't specify exact durations — it says "appropriate to the intended purpose."

The EU AI Act isn't coming. It's here. The teams that treat compliance as an afterthought will face the same fate as teams that treated GDPR as an afterthought: scrambling to retrofit systems while regulators ask uncomfortable questions.

The smart move is to get ahead of it — and it's cheaper than you think.

Start protecting your agents today.

Start Free