The most expensive word in AI right now: “agent”
An agentic tool is software that does not wait for your next prompt. It decomposes a goal into subtasks, calls external APIs and tools, checks the results, corrects itself and keeps working until the job is done. The uncomfortable counterpart: a plain chatbot with a clever system prompt is not an agent, no matter how many times the vendor website repeats the word “agent”.
The industry already has a name for this mismatch: agent washing. As adoption accelerates — Gartner projects 40% of enterprise software applications will embed autonomous agents by the end of 2026, up from under 5% in 2025 — the incentive to rebrand grows with it. The practical test has not changed: does the system take a goal, break it into steps, act on external systems and recover from an error without human hand-holding? If not, it is a conversational interface in a trench coat.
One healthy counter-trend is open source. The CLI coding agent opencode has passed 180,000 GitHub stars, and according to Dynamic Business’ complete 2026 guide to free agentic tools, it is now the most-starred open-source coding agent repository. When a developer tool grows that fast without a marketing department, the feature list speaks for itself.
The four lanes of the 2026 agent market
The guide analyzes 33 tools across four distinct categories, and the split is useful because it shows where the real choices are:
Developer frameworks. LangGraph, CrewAI and AutoGen remain the usual starting points for custom agents. The notable newcomer is Google’s Agent Development Kit (ADK), built around a hierarchical agent-tree model and an Agent-to-Agent protocol that tries to make agents from different frameworks communicate. That matters practically when part of your workflow runs on a European-hosted model and another part on an American cloud API.
Visual / no-code builders. Lindy and Microsoft Copilot Studio target people who do not want to write graph code, and the numbers suggest real demand: 160,000 organizations built 400,000 custom agents in Copilot Studio’s first 90 days.
Enterprise platforms. Salesforce Agentforce has reached $800 million in annual revenue, growing 169% year-over-year, while IBM watsonx Orchestrate remains the predictable option in regulated industries. Products at that scale do not sell on demos; they sell because procurement departments put them into production.
Coding and domain agents. Claude Code crossed $2.5 billion in annualized revenue roughly one year after launch — about €2.25 billion at current conversion rates. A terminal-based coding agent out-earning many “AI platforms” tells you where the actual value sits.
What the agents run on: this week’s model economics
Agents are only as good as the model layer underneath, and the last few days brought a cluster of releases worth comparing. Prices below are per 1 million tokens, with EUR conversions calculated at an indicative €0.90 per $1.00:
| Model (released) | Input, USD / EUR per 1M tokens | Output, USD / EUR per 1M tokens |
|---|---|---|
| OpenAI GPT-6 Astra (3 Sep 2026) | $4.00–10.00 / €3.60–9.00 | $20.00–50.00 / €18.00–45.00 |
| Anthropic Claude Fable 5.1 (1 Sep 2026) | $10.00 / €9.00 | $50.00 / €45.00 |
| Google Gemini 3.8 Flash (2 Sep 2026) | $0.75 / €0.68 | $3.75 / €3.38 |
| DeepSeek-V4-Flash-Vision-Exp (21 Aug 2026, experimental) | n/a (experimental tier) | n/a |
| DeepSeek-V4-Pro (GA 13 Aug 2026) | $0.435–0.66 / €0.39–0.59 | $0.87–3.96 / €0.78–3.56 |
| Zhipu GLM-5.3-Flash (26 Aug 2026) | Free | Free |
The outlier is obvious: a genuinely usable free API tier from Zhipu, plus Gemini CLI offering developers 1,000 free requests per day and ChatGPT’s free plan including 5 Deep Research queries per month. For European developers, these free tiers are the cheapest possible first exposure to agentic workflows — before you commit a production pipeline to any vendor.
But the unit economics matter more for agents than for chat. A coding agent can easily emit 50,000 output tokens — tool calls, file rewrites, self-correction — before you review a single pull request. At Claude Fable 5.1’s $50 per million output tokens, that is $2.50 (€2.25) per session; multiply it by dozens of sessions per developer per day and the model choice starts dominating your cloud bill. Output price and context size should therefore be your first filters. Google’s agentic Gemini model, for example, ships with a 1,000,000-token context window, which changes agent design more than most benchmark deltas.
The EU AI Act finally has teeth
European buyers have a second filter that most American reviews ignore: law. Since 2 August 2026, the general application phase of the EU AI Act applies to high-risk systems, and supervision of general-purpose AI (GPAI) models has moved from voluntary frameworks to active enforcement.
Concretely, this means the European Commission and the EU AI Office can now conduct formal evaluations of GPAI models, issue compliance fines and order model recalls. Article 50 transparency obligations are legally binding: synthetic media needs detectable machine-readable watermarking, and users must be told when they are interacting with an AI system. On top of that, every EU member state is now obliged to operate at least one national regulatory sandbox.
For agentic tools this changes two things in practice. First, procurement due diligence: if a vendor’s foundation model is placed on the EU market, it is a GPAI model under supervision, and your vendor should be able to show you its conformity documentation. Ask for it before signing. Second, output traceability: an agent that publishes or sends content may be generating synthetic content covered by Article 50 — relevant for marketing teams generating images, but also for AI customer service and automated reporting.
And then there is the question the AI Act does not fully solve: data residency. Agents touch more internal data than chatbots ever did, so the GDPR analysis matters more than the benchmark table. Before wiring an agent to personal data, verify where the provider processes it, and whether your contract gives you an EU/EEA processing location. If the answer is vague, the open-weight route is increasingly viable — including GLM-5.2 and European options such as Mistral’s models, which you can self-host behind your own gateway.
How to start without getting burned
The state of the market in late 2026 is genuinely good news for European teams: real capability is available at zero or low cost, and the legal framework is finally concrete enough to plan around. A few practical rules from what we see in production deployments:
- Test on real tasks, not vendor demos. Give a candidate agent a broken API response or an ambiguous instruction and watch whether it recovers on its own.
- Use free tiers for the first evaluation — Gemini CLI’s 1,000 daily requests and GLM-5.3-Flash’s free API are enough to benchmark feasibility before any purchase.
- Compare output prices, not input prices. Agents burn output tokens on tool calls and corrections; that is where the bill hides.
- Ask the GDPR and AI Act questions early — data location, GPAI documentation and Article 50 watermarking — and treat vague answers as a red flag.
Are free agent tiers safe to use in a European company?
Safe for evaluation with non-personal, non-confidential data. If the tool will touch personal data, check whether the provider offers an EU/EEA processing location and whether you can sign a GDPR-compliant data processing agreement. Free tiers often imply broader data use, so treat them as a testing sandbox, not a production home.
Is “agent washing” illegal under the EU AI Act?
The AI Act does not use that term, but it does require disclosure when users interact with an AI system and bans practices that deceive users. Aggressively overstating a chatbot’s autonomy can also run into general EU consumer-protection rules. Enforcement is still case-by-case, but the legal basis is no longer missing.
Should we wait for the market to consolidate before adopting agents?
No — the production metrics are already here, from Agentforce’s $800 million revenue to Claude Code’s $2.5 billion run rate. What you should wait on is vendor lock-in, not adoption. Keep the agent layer modular, prefer open protocols where possible and design workflows so you can swap the underlying model when pricing or compliance demands it.