Skip to main content

Agentic AI Moves to Production: The Token Math and EU Rules Behind the Hype

Ilustrační obrázek
Q3 Technologies has expanded its agentic AI practice from chatbot pilots to multi-step, human-supervised automation for finance, logistics and enterprise operations. The announcement is long on governance and short on arithmetic — so we did the arithmetic. On a realistic 20-step agent task, the gap between the cheapest and the most expensive current model stack is roughly 72×. At 20,000 tasks a month, that is the difference between a €490 invoice and a €35,200 one.

What Q3 Technologies actually announced

The company — 30+ years of engineering, more than 800 technical staff and over 2,000 custom software solutions delivered across 16 industries — has formally stood up a dedicated agentic AI development practice. The distinction matters more than the press release makes it sound. This is not prompt engineering with a nicer logo. It is multi-agent and multimodal architecture built on top of GPT, Claude, Llama and Gemini, wired into the systems that already run the business: ERP, CRM, ticketing, logistics back-ends.

Three things in the announcement are worth noting. First, governance and human-in-the-loop controls are positioned as the product, not a footnote. Second, integrations with core systems take priority over conversational polish. Third, the focus is explicitly on preventing unintended downstream execution — the agent that closes the wrong account, reroutes the wrong shipment, or fires off a payment nobody approved.

From assistant pilots to production agents

The shift is not unique to Q3. Enterprise demand moved through 2026 from conversational assistant pilots to production-scale agentic automation that completes end-to-end tasks. Q3 launched initial AI agent services in May 2026; by now it is selling dedicated agentic framework engagements with observability and security safeguards attached.

The market data everyone quotes comes from Gartner, which projects that 40% of enterprise applications will integrate task-specific AI agents by the end of 2026. The same announcements usually cite an annual value figure of $2.6 to $4.4 trillion that agents could unlock across global business functions. A spread of $1.8 trillion is not a forecast — it is a range wide enough to drive a truck through. Treat it as a marketing envelope, not a planning number.

The number the press release left out: cost per task

Here is what actually decides whether an agentic deployment survives its second quarter. A traditional chatbot answers one prompt with one completion. An agentic workflow answers one user request with planning steps, tool calls, retrievals, verification passes and retries. Twenty model invocations for a single finished task is conservative.

So let's price it. Assumptions: one completed task = 20 model calls, 6,000 input tokens each (growing context, 1M-token windows are now standard), 700 output tokens each. That is 120,000 input and 14,000 output tokens per task. Prices are the published per-million rates; euro figures are converted at roughly 1.08 USD/EUR for illustration.

ModelInput /1MOutput /1MCost per task≈ EUR
GPT-6 Astra$10.00$50.00$1.90€1.76
Claude Fable 5.1$10.00$50.00$1.90€1.76
Grok 4.6$2.00$6.00$0.32€0.30
GLM-5.3$1.40$4.40$0.23€0.21
Gemini 3.8 Flash$0.50$3.00$0.10€0.09
DeepSeek-V4.1-Flash (off-peak)$0.15$0.60$0.026€0.024

Now scale it. A support operation running 20,000 agent tasks a month pays roughly $38,000 a month on a GPT-6 Astra stack, about $2,040 on Gemini 3.8 Flash, and around $528 on DeepSeek off-peak. Same workflow, same number of steps, a 72× spread.

This is why "which model" is the wrong first question and "what is the routing policy" is the right one. Sensible production stacks now send triage, classification and extraction to a cheap model, reserve frontier reasoning for the two or three steps that genuinely need it, and cap retries. Enterprise inference costs have already fallen roughly 80% from 2025 levels, when output tokens around $150 per million were common; current enterprise procurement sits nearer $25–$30 per million for frontier-class work. The remaining margin is in architecture, not in discounts.

The EdTech case: four hours to eight minutes

The customer proof point in the announcement is an Australian higher-education institution where a multi-agent, multimodal assistant cut average support query resolution from 4 hours to 8 minutes, after roughly 50% of support staff time had been absorbed by repetitive student queries.

Plausible, and worth interrogating. The release does not state the error rate, the escalation rate to humans, the volume of tasks the agent abandons, or how resolution time was measured before. Those four numbers decide whether this is a real deployment or a well-chosen pilot. Ask for them in any vendor conversation, including this one.

Europe: enforcement stopped being theoretical in August

For European buyers the compliance picture changed on 2 August 2026. The voluntary Codes of Practice and transitional grace periods for general-purpose AI providers are gone; the Commission's AI Office and national regulators now enforce Article 50 transparency obligations directly — deepfake labelling, AI interaction disclosure, machine-readable marking of generated content — with financial penalties behind them. If an agent talks to your customers or produces media, that obligation lands on you as deployer.

The Digital Omnibus on AI did move the Annex III high-risk deadline to December 2027. That is a delay, not an exemption. An agent that screens CVs, scores credit applications or touches biometric data is still an Annex III system, and the obligations that apply later must be designed in now. Add GDPR Article 22: automated decisions with legal or similarly significant effects generally require a human in the loop. In Europe, human-in-the-loop is not a UX preference — it is often the legal basis.

There is also a data-residency question the announcement does not answer, because it does not have to: it says nothing about where inference runs or which subprocessors are involved. European document pipelines, meanwhile, have a domestic option — Mistral OCR 4.1 reached general availability on 30 August 2026 under standard Platform tier token pricing — which is worth pricing against US-hosted OCR for anything containing personal data.

What to pin down before you sign

  • Inference region and subprocessors in writing, plus a DPIA if personal data flows through the agent.
  • Model-agnostic abstraction. If swapping GPT-6 Astra for Gemini 3.8 Flash takes a sprint, you have no negotiating position on price.
  • Cost ceiling per task, with a hard retry cap. Unbounded loops are where agentic budgets die.
  • Audit trail for every tool call — input, output, model, timestamp, human approver.
  • An eval set you own, not one the vendor keeps in a slide deck.

The engineering is no longer the hard part. Governance, routing and the monthly invoice are. In our own AI Arena testing rig we have seen exactly how quickly a local model can eat a 16 GB card once context grows — that is the same arithmetic, just measured in VRAM instead of dollars, and it is available on our benchmark page.

Is agentic AI just RPA with a language model bolted on?

No, and the difference is the whole reason governance budgets exploded. Robotic process automation follows a fixed script against a fixed interface and fails loudly when the interface changes. An agent plans, selects tools and adapts — which is why it can handle messy real-world inputs, and also why it can take a wrong-but-plausible action nobody scripted. Deterministic steps belong in code; judgment steps belong in the agent.

Can a European company keep the whole stack on-premises?

Partly. Open-weight options such as Meta's Llama 4.5 and Muse Spark 1.3 Contributor are free for commercial and research use under the Community License, and can be self-hosted in an EU data centre. On a 16 GB consumer GPU you can realistically serve small quantised models for routing, classification and extraction. Frontier-class reasoning at scale still means renting capacity — which is why hybrid routing, not full local deployment, is the pragmatic answer.

Do I need a DPIA for an internal support agent?

If the agent processes personal data of employees or customers at scale, or makes decisions with significant effects, treat a Data Protection Impact Assessment as required rather than optional. The trigger is the data and the decision, not whether the system is called an "assistant". Logging every tool call from day one makes that assessment a documentation exercise instead of an archaeology project.

Discussion

No comments yet — be the first to share your thoughts.
X

Don't miss out!

Subscribe for the latest news and updates.