AI Weekly Malaysia

Back to items Summaries

Agentic AI costs set to balloon fivefold by 2028

ID
14887
Status
summarized
Published
17 Aug 2026, 8:27 PM
Fetched
18 Aug 2026, 1:02 AM
Provider
The Register
Category
technology
Original URL
https://www.theregister.com/ai-and-ml/2026/08/17/agentic-ai-costs-set-to-balloon-fivefold-by-2028/5288363
Source URL
https://www.theregister.com/headlines.atom

Summary

Score
7.5
Created
18 Aug 2026, 1:04 AM
Tags
Audience
developersai_ml_learnersai_agent_userssaas_startup_founders

What happened

Gartner forecasts agentic AI workflow costs will rise more than fivefold by end of 2028 because complex agent workflows consume far more tokens than chatbots, outweighing per-token price drops. Routing a single task to an agentic reasoning model increases inference costs at least fivefold, and usage-based billing models make runaway costs worse. Gartner separately predicted 40% of organizations will demote or decommission AI agents due to these and other problems.

Why it matters

If you are building or budgeting AI agents, do not assume falling token prices will keep your costs flat—agent workflows that constantly reason, route, and self-question multiply token consumption. You should plan for model routing (assigning each task to the cheapest capable model) and set hard cost guardrails before deploying agents under usage-based billing, or expect bills to scale non-linearly with workflow complexity.

Discussion angle

Practical cost-control patterns for agent workflows: model routing, caching intermediate reasoning, and setting token budgets per task—what actually works vs. what Gartner is warning about.

Top