TheVortiq
Inteligencia Artificial

The AI Paradox: More Efficiency, but Soaring Costs

AI models improve and become cheaper per token, but agentic tasks multiply consumption, causing total costs to skyrocket.

July 21, 2026 · 4 min read

a close-up of a server room

TL;DR: The AI economics paradox: more efficient models but rising total costs due to token amplification in agentic tasks. A single query can cost thousands of dollars per month.

What happened?

The AI industry faces a paradox: while models improve and the cost per token decreases, total usage costs skyrocket due to the complexity of agentic tasks. According to an analysis by VentureBeat reported by Tom's Hardware, the phenomenon of 'token amplification' means that a seemingly simple query can consume millions of tokens, driving costs to unsustainable levels for many companies. This phenomenon is not new in computing history: during the dot-com bubble, bandwidth costs fell dramatically, but companies spent more on infrastructure to support complex web applications. Similarly, in AI, the cost per token for models like GPT-4o has fallen 75% since launch, according to OpenAI data, but total consumption per task has multiplied by more than 100 in agentic workflows.

Why is it important?

This paradox redefines the economics of AI. It is no longer enough to optimize the cost per inference; the real challenge is managing massive token consumption in complex workflows. Companies adopting agentic AI without understanding this dynamic may face unexpected bills, such as the $28,800 monthly cost for a single automated report mentioned in the VentureBeat article. This case is not isolated: according to a 2024 Gartner study, 40% of companies that implemented AI agents reported operating costs exceeding 30% of budget. Token amplification occurs because, at each step of an agentic task, the model reprocesses the entire conversation history, including files and previous results. For example, a customer analysis task that generates a 10-page report can consume from 500,000 to 5 million tokens, depending on depth. This contrasts with simple chat queries, which use between 200 and 2,000 tokens.

What consequences will it have?

AI providers are expected to adjust their pricing models, likely toward flat fees or token packages. Anthropic has already introduced team subscription plans with included token limits, while OpenAI and Microsoft have migrated to usage-based billing since April 2024, eliminating the free tokens they previously offered. Additionally, developers will need to optimize their agents to minimize token usage, for example, through intermediate context summaries or using smaller models for subtasks. Companies like Google have started offering specialized models like Gemini Nano for low-consumption tasks. In the long term, a gap may emerge between companies that can afford these systems and those that cannot. A McKinsey report suggests that by 2026, 60% of Fortune 500 companies will use AI agents, but only those implementing token management strategies will see positive ROI. This echoes the cloud cost crisis of 2010, when many startups went bankrupt for not monitoring their AWS spending.

What should readers know?

  • Token amplification: Each step in an agentic task adds tokens, and the full history is reprocessed at every interaction, multiplying consumption. For example, a 10-step conversation can consume 10 times more tokens than the sum of individual steps.
  • Hidden costs: A task that costs $1 can scale to $28,800 per month if run every 15 minutes. VentureBeat documents a real case of a company spending $28,800 on a single monthly automated report.
  • Pricing models: Most providers (Anthropic, Microsoft, OpenAI) have already migrated to usage-based billing in April, limiting free tokens. OpenAI charges $5 per 1 million input tokens for GPT-4o, but an agentic task can consume 20 million, costing $100 per execution.
  • Mitigation strategies: Use cheaper models for simple tasks, break down long tasks, and clean context regularly. For example, DeepSeek-R1 costs 75% less than GPT-4o, but its performance on complex tasks is inferior. It is also recommended to set token limits per session and monitor consumption in real time with tools like LangSmith.
"The paradox of AI economics is that while models are more efficient, costs can easily skyrocket if token consumption is not managed." — Tom's Hardware

In summary, token amplification is a critical challenge that forces a rethink of AI agent architecture. Companies that adopt good optimization practices will be able to harness the potential of agentic AI without breaking the bank, while those that ignore this dynamic will face unsustainable costs. The market is already responding: startups like LangChain offer token management solutions, and model providers are developing flat rates for enterprise use. The future of AI depends not only on model capability but also on the ability to control consumption.

Keep reading