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

marsbitPublicado a 2026-08-25Actualizado a 2026-08-25

Resumen

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

Preguntas relacionadas

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.

Lecturas Relacionadas

The End of Old Cryptography: How Ethereum is Preparing for the Era of Quantum Computing

Ethereum developers have proposed a new system for handling staking deposits, aiming to future-proof the network against the potential threat of quantum computers. Currently, Ethereum's security relies on elliptic curve cryptography, which could be broken by sufficiently powerful quantum machines capable of deriving private keys from public ones. While estimates of the timeline for this threat vary, with Google research in March 2026 suggesting it could be closer than previously thought, major blockchains are proactively preparing. The new proposal introduces a more flexible deposit contract capable of accepting keys of various types and lengths, identified by a scheme label. It also changes how deposit data is communicated within the network's layers. Crucially, the transition plan involves a three-phase process to ensure a controlled and predictable shift, initially disabling new deposits, then re-enabling the current format, and finally permanently switching to new post-quantum cryptography in a future update. The proposal is currently a draft with no set implementation date. It represents a strategic move to build infrastructure in advance, rather than a direct solution for existing accounts. Analysis notes that Ethereum is structurally vulnerable to a "store now, decrypt later" attack, as public keys revealed in past transactions remain permanently on-chain. This proposal prepares for a signature algorithm change but does not address the risk to keys already exposed.

cryptonews.ruHace 9 min(s)

The End of Old Cryptography: How Ethereum is Preparing for the Era of Quantum Computing

cryptonews.ruHace 9 min(s)

Meta Faces a $1.4 Trillion Penalty: Algorithmic Recommendation in the Dock. Will the Rules Change in the Second Half of the Internet Era?

A landmark federal trial in Oakland, California, has begun against Meta, with 29 states accusing the company of harming children and teens through its social media platform designs. The states seek a potential maximum penalty of $1.4 trillion, calculated from alleged repeated violations of consumer protection laws and the Children's Online Privacy Protection Act (COPPA) involving millions of underage users. The core legal strategy bypasses the traditional shield of Section 230 by targeting Meta's own platform features—like its recommendation algorithms, infinite scroll, and "like" buttons—rather than user-generated content. The plaintiffs argue these designs are addictive and deceptive. Meta denies the claims, calling the penalty "unprecedented" and disputing the methodology. While the astronomical $1.4 trillion figure is seen as a starting point for negotiations, even a significantly reduced penalty in the hundreds of billions could establish a critical precedent. The case focuses on holding platforms legally responsible for their algorithmic designs. A ruling against Meta could force product changes, such as removing "likes" or imposing usage limits, and provide a legal template for similar suits against other tech giants like TikTok and YouTube. The trial's outcome may redefine accountability for algorithm-driven business models across the internet.

marsbitHace 19 min(s)

Meta Faces a $1.4 Trillion Penalty: Algorithmic Recommendation in the Dock. Will the Rules Change in the Second Half of the Internet Era?

marsbitHace 19 min(s)

A Precedent for the Prediction Markets: CFTC Aims to Prove Authority Over Polymarket via Criminal Case

A U.S. Army soldier, Gannon Ken Van Dyke, who earned $400,000 using non-public information on the crypto event-prediction platform Polymarket, is contesting the U.S. Commodity Futures Trading Commission's (CFTC) attempt to intervene in his criminal case. The CFTC, which initiated a separate civil suit against Van Dyke but has not pursued it to trial, seeks to submit arguments in the ongoing criminal proceeding. Van Dyke's lawyers filed a motion opposing this, arguing the CFTC is improperly trying to influence the criminal case as an outside expert rather than through its own lawsuit. They contend that event contracts traded on platforms like Polymarket are not swaps and thus fall outside the CFTC's jurisdiction, calling the regulator's tactics a procedural maneuver. Van Dyke faces criminal fraud charges for allegedly trading based on confidential information about potential regime change in Venezuela. His civil case with the CFTC is stayed pending the criminal trial, expected in late 2026 or early 2027. The court's decision on whether to allow the CFTC's intervention could set a precedent for how such event contracts are regulated. An AI analysis notes inconsistency in the CFTC's approach compared to a similar case involving a Google employee, raising questions about the legal strategy for the prediction market industry, which includes platforms like Kalshi. The outcome may define future regulatory standards for the entire market.

cryptonews.ruHace 24 min(s)

A Precedent for the Prediction Markets: CFTC Aims to Prove Authority Over Polymarket via Criminal Case

cryptonews.ruHace 24 min(s)

Trading

Spot
活动图片