AI Starts Acting as Humans' AI Intermediary, Token Usage Already 5.2 Times That of Humans

marsbitОпубліковано о 2026-08-25Востаннє оновлено о 2026-08-25

Анотація

On February 6, 2026, human usage of AI tokens was surpassed by AI agents for the first time on the platform OpenRouter. In just six months, this gap widened to a factor of 5.2. OpenRouter estimates that by August 10, 2026, Agent-class token consumption soared 14-fold to 7.3 trillion, while human usage grew to 1.4 trillion, a 2.8-fold increase. OpenRouter, a major model gateway handling about 1% of global inference volume, distinguishes between human and agent traffic by analyzing user behavior patterns (e.g., frequency of tool calls, response intervals) rather than identity. The dramatic divergence stems from fundamentally different usage patterns. Human interaction is typically short, involving a prompt and a response. In contrast, AI agents operate autonomously on complex tasks—reading files, calling tools, iterating outputs—generating thousands of tokens from a single initial prompt. This shift to autonomous, multi-turn operation unlocks massive scale. While agents benefit from cheaper cached tokens (constituting nearly 70% of an average request), the sheer volume explosion still drives costs sharply higher. Estimates show the cost per customer service interaction could rise 30-fold by 2026, and agentic AI could increase total token consumption 24-fold by 2030. Companies like Uber have already exhausted annual AI budgets within months. The critical differentiator is not the choice of AI model but its integration into actionable workflows. Top-tier companies see users g...

February 6, 2026, the last time humans outran AI.

That day, the tokens consumed by humans on OpenRouter were matched for the first time by those consumed by agents.

In just half a year, the gap between the two lines has widened to 5 times.

According to OpenRouter statistics, as of August 10, agent-class token usage grew from about 0.51 trillion to 7.3 trillion, a 14-fold increase; the human line also rose to 1.4 trillion, but only 2.8 times.

Such a stark contrast makes even Peter feel a bit disoriented: it feels like a decade apart, yet February 6 was only half a year ago.

It Doesn't Matter Who You Are, But How You Use It

First, let's clarify where this data comes from and how it's calculated.

OpenRouter is one of the world's largest model gateways, connecting about 70 model suppliers on one end and developers on the other, processing 28 trillion tokens per week.

According to its co-founder and COO Chris Clark's estimate, this represents about 1% of global inference volume, with half coming from the United States.

How are these 1% of tokens divided between human and agent usage?

OpenRouter doesn't look at who you are, but how you use it, specifically by tracking behavior via API keys:

Metrics like frequency of tool calls, seconds between responses, number of turns in a conversation—seven such signals in total, weighted and scored, then traffic is categorized into Agentic, Mixed, and Human tiers.

Why can behavior alone distinguish them?

The reasoning is simple: humans use AI by asking a question, pausing a while, needing to read, think, and type in between; agents, on the other hand, run non-stop, chaining tool calls, cycling through rounds—a rhythm unmistakably non-carbon-based.

So it's an estimation model, but the direction is correct.

A single human objective can now trigger dozens of model and tool calls. Token statistics don't count how many people are using AI, but how much work AI does on humans' behalf.

One Agent Task Equals a Hundred Chats

What truly widens the gap between humans and agents is the difference in how they are used.

What does a human request look like?

Open a chatbox, type a prompt, wait for a response, copy it, close it.

From start to finish, you and the model exchange less than ten sentences, amounting to a few thousand tokens at most on paper.

But an agent's request is a completely different story.

You give it a goal, and it proceeds on its own: reading files, calling tools, writing results, reading again, revising again, grinding round after round until the task is complete.

Humans pack their initial prompt with goals, specifications, and context, after which the model continuously reads and writes incrementally based on this context.

While you're still in a Q&A mode, an agent can already run for a whole day on a single instruction!

So, the same person, manually copy-pasting in a chatbox in the morning, can deploy an agent in the afternoon and immediately see token consumption jump by an order of magnitude.

Peter hits the nail on the head: the real behavior change that unlocks scale is people starting to let agents run autonomously for extended periods.

Even Cheap Tokens Can Burn Through Budgets

Seeing a 14-fold increase, your first reaction might be: burning money.

It is indeed burning money, but not in the way you think.

Peter adds a point: because agents are inherently multi-turn, nearly 70% of the tokens in an average agent request come from cached prompts, and cached tokens are typically priced much lower.

The logic isn't hard to grasp.

An agent repeatedly reads and writes around the same goal: the first time, it loads that huge chunk of context (code specs, operation manuals, tool lists) and pays full price; each subsequent round only involves incremental updates, with cached portions charged at a fraction of the normal input price.

In other words, within that steep curve, nearly 70% is the same chunk of context being reused repeatedly.

Comparison of token composition between Agent and Human, cached tokens contribute almost the entire increment. a16z cites over 85% by total volume, Peter's original post cites nearly 70% on average per request.

So the unit price indeed drops, but it can't withstand the explosive surge in volume.

Uber CTO Praveen Neppalli Naga revealed earlier this year that company engineers burned through the entire year's Claude Code budget in just four months.

According to media reports, a two-hour demo by him alone cost $1,200.

Unit price discounted by 70%, volume up 14 times—the result of this multiplication isn't hard to calculate.

EY crunched a more intuitive set of numbers: for the same customer service interaction, the cost was about $0.04 in 2023, rising to about $1.20 by 2026—a 30-fold increase.

It's not that the models got more expensive.

Before, it was the customer asking one question, the system answering one, a single straight line.

Now the customer still asks that one question, but behind the scenes, it's checking tickets, querying inventory, flipping through records, thinking a round, revising a round, going through a dozen turns before spitting out one reply.

The same task, done differently, changes the price.

Goldman Sachs estimates that agentic AI could push token consumption 24 times higher by 2030.

Any cost that increases 14-fold in half a year will make people start scrutinizing details. Peter says this is precisely why open-weight models and low-cost token services are suddenly getting attention.

Moreover, although cached tokens are cheap, they consume memory.

An agent running for several hours, never needing to start over from scratch, relies on memory holding that entire context.

This explains half the reason why high-bandwidth memory is so tight lately.

The Divide Isn't Which Model You Use

So, is the money-saving solution to switch to a cheaper model?

The real divide isn't which model you use.

The same model, used as a search box, yields a few thousand tokens a day; connect it to your own files, tools, and a process that can run continuously, and a few million tokens a day isn't surprising.

The gap isn't in the model, but in whether you put it to work in real tasks.

How wide is this chasm? OpenAI provides a set of figures for reference:

The top 10% of companies by depth of usage output 8.3 times more tokens per active user than typical companies. In January, this gap was only 2.6 times.

In six months, the gap widened more than threefold.

What creates the gap isn't the model, but the supporting ecosystem.

In the same statistics, 21% of active users at leading companies use plugins weekly, compared to only 9% at typical companies; skill adoption is 19% vs. 3%. Within OpenAI itself, this number is 95%.

Packaging the tasks you regularly do into a set of reusable skills means the agent doesn't have to start from scratch every time.

Fewer searches, fewer reworks—all that saves money.

Tokens Spent, Who Validates?

However, no matter how precisely the accounts are calculated, it doesn't mean the work is done reliably.

The surge in agent traffic doesn't mean AI is acting entirely autonomously. A large number of tasks are still initiated by humans, often with manual approvals interspersed.

A developer in the comments of Peter's original post, serving clients in the service industry, mentioned that the bosses he works with never considered hands-off operation—procurement, sending, signing, every step loops back to a human.

But the problem is, looping back doesn't necessarily mean finding someone.

Another practitioner said their agent deleted 18 videos from an advertising account, and it took a full day before anyone noticed.

This isn't about the model making some outrageous error, but rather that no one was watching that step.

Token expenditure can increase 14-fold in half a year, but the number of people available for validation can't increase that much. This is perhaps the most overlooked and most expensive hidden cost in this round of growth.

Analysis, research, drafts, plans, repetitive execution actions—these will all become surplus going forward.

What's truly scarce is verification, judgment, and deciding what is worth doing.

AI has become the primary consumer of tokens, but to this day, it still can't sign on your behalf.

In the future, the real question will no longer be whether you use AI.

But rather, for all the work AI does on your behalf, who validates it, and who decides the next step.

References:

https://www.linkedin.com/posts/peterjameswalker_february-6th-2026-potentially-the-last-share-7493029881841344512-IK89/

https://the-decoder.com/ai-is-becoming-ais-biggest-customer-as-agentic-token-usage-jumps-14x-on-openrouter/

https://openai.com/signals/enterprise-data/

https://www.a16z.news/p/charts-of-the-week-winds-of-thematic

https://www.ey.com/en_us/insights/ai/agentic-ai-token-costs

This article is from the WeChat public account "New Zhiyuan", author: ASI Apocalypse; Editor: Yuanyu

Пов'язані питання

QAccording to the article, what milestone did humans pass on February 6, 2026, regarding token usage?

AOn February 6, 2026, for the last time, the number of tokens used by humans was equal to that used by AI agents on OpenRouter.

QWhat key behavioral differences does OpenRouter use to classify a user as 'Human' or 'Agent'?

AOpenRouter classifies users based on behavioral signals, such as frequency of tool usage, time between responses, and the number of turns in a conversation. Agents typically call tools continuously and run iterative loops without pause, unlike humans who read, think, and type between interactions.

QWhy does the cost of an agentic AI interaction increase significantly despite cheaper cache tokens?

AWhile a large portion of agentic tokens are cheaper cache tokens from reused context, the total volume of token usage has increased dramatically (14x in six months). This massive increase in quantity outweighs the lower per-token cost, leading to much higher overall expenses.

QWhat is identified as the real 'dividing line' or key factor that determines high token usage, according to the article?

AThe real dividing line is not which AI model is used, but whether it is integrated into actual workflows. High usage comes from connecting the model to files, tools, and processes that allow it to run autonomously on complex, multi-step tasks, not from using it as a simple conversational interface.

QWhat major challenge or risk arises from the rapid growth of agentic AI token usage mentioned in the article?

AA major challenge is the lack of adequate human oversight and validation. While AI agents consume vast amounts of tokens autonomously, critical steps like approvals and final decisions often still require human judgment. The speed and scale of AI operations can outpace human capacity to monitor them, leading to potential errors or actions going unnoticed.

Пов'язані матеріали

Currency & Stock Barometer | Strategy Sells MSTR Stocks for $2.007 Billion; BitMine Increases ETH Holdings by 32,447 Last Week, Asset Scale Reaches $14.9 Billion (August 25)

**Crypto & Stock Market Snapshot: Strategy Sells MSTR Stock for $2.007B; BitMine Adds 32,447 ETH (Aug 25)** Following a bullish crypto market triggered by positive US regulatory signals and political commentary, major crypto-related stocks saw significant rebounds. Data reveals a 1,431.6% weekly increase in net Bitcoin purchases by public companies (excluding miners), reaching $81.48M. Two key developments stood out: **Strategy** sold over 18.2 million shares of MSTR, raising $2.007 billion in cash, though its Bitcoin holdings of 840,447 BTC returned to a profit of ~$2.53B. Concurrently, **BitMine**, an Ethereum-focused firm, added 32,447 ETH last week, bringing its total holdings to ~5.847 million ETH (4.8% of supply) and its total assets under management to ~$14.9B. Chairman Tom Lee expressed strong confidence in Ethereum's future as a leading platform for tokenization and AI. Other notable updates include: **Solmate Infrastructure** increasing its SOL holdings; **AIxCrypto Holdings** planning an exit from crypto assets to pivot to robot leasing; and **Eightco Holdings** maintaining a large WLD treasury while repurchasing shares. Meanwhile, in traditional markets, hedge funds recorded their largest weekly net selling of US stocks since April 2025, particularly in tech and industrial sectors, amid a cooling AI investment narrative and concerns over market concentration risks reminiscent of the dot-com bubble.

marsbit7 хв тому

Currency & Stock Barometer | Strategy Sells MSTR Stocks for $2.007 Billion; BitMine Increases ETH Holdings by 32,447 Last Week, Asset Scale Reaches $14.9 Billion (August 25)

marsbit7 хв тому

Goldman Sachs Bullish on Crypto Brokerage Trading Platforms: Can Prediction Markets Fuel a New Cycle?

Goldman Sachs remains cautiously optimistic about the prospects for crypto and brokerage platforms, forecasting potential for a new cycle driven by structural growth in traditional brokerage and prediction markets, rather than a broad crypto trading recovery alone. While retail stock trading cooled seasonally in July and August, Goldman notes that absolute volumes remain high, and adjusted for account growth, per-account activity is still below the 2021 peak, suggesting room for further expansion. Seasonal recovery and record equity issuance are expected to boost traditional brokerage commissions and trading volumes starting in September. Prediction markets show significant potential for autumn growth, with trading volume up approximately 1160% annually since 2024. Driven by sports, crypto, and political contracts, this segment could see a more pronounced rebound as major US sports seasons resume and election activity increases. The crypto market presents a more cautious picture. Trading volume has declined for about 10 months, exceeding historical median downturns. Although total market cap recently rose ~21%, a sustained price level is needed to drive a meaningful recovery in trading activity. Regulatory progress continues through agency actions, but comprehensive legislation is still seen as key for large-scale institutional adoption. To navigate the crypto trading slump, platforms are diversifying revenues and controlling costs. Goldman's top picks are FIGR (leveraging HELOC growth), HOOD (driven by account growth and business diversification including prediction markets), and IBKR (benefiting from global expansion). COIN is viewed as a play on direct crypto market recovery, given its exposure but also its growing subscription and service revenues. The report's thesis hinges on validating an autumn trading rebound and the sustainability of new revenue streams like prediction markets, rather than assuming a crypto bull market has already resumed.

marsbit12 хв тому

Goldman Sachs Bullish on Crypto Brokerage Trading Platforms: Can Prediction Markets Fuel a New Cycle?

marsbit12 хв тому

Торгівля

Спот
活动图片