Your AI marketing stack probably has a leak. Not a metaphorical one. An actual budget leak, measured in tokens, running twenty-four hours a day, producing outputs nobody is reading and decisions nobody is making.
Data from OpenRouter published last week shows agentic token consumption has grown 14x since February 2025, while human token usage is up just 2.8x. AI is now AI's biggest customer. That number sounds impressive in a press release. For the marketing director at a 12-location service business paying per API call, it should sound like a bill she hasn't seen yet.
Simultaneously, a thriving gray market is selling Claude API access at roughly 10% of Anthropic's list price. Chinese transfer stations. Reseller networks. Accounts that bypass geoblocking through selfie verification workarounds. Most US operators aren't buying from these markets. But the existence of a 90-percent discount creates an obvious question: are you paying full price for something that is doing 10-percent-of-the-work?
What the 14x number actually means
The OpenRouter data is real and the headline is dramatic, but the buried detail is more important. Nearly 70% of agent token consumption comes from cached prompts. Cached tokens cost a fraction of fresh inference. So the 14x growth in raw token volume does not translate to a 14x increase in cost. The actual cost curve is rising far more slowly.
Here's the problem for most marketing teams: they are not caching. They built workflows in the easy way, prompt-by-prompt, tool-to-tool, with no architecture underneath. Every call goes cold. Every system prompt gets re-sent with every request. The teams who built correctly, with context managed at the harness layer rather than re-injected on each call, are running at a fraction of the cost of the teams who bolted Claude onto a Zapier chain and called it an AI workflow.
This is the same gap we described in the model-vs-harness breakdown. The model is roughly 10% of what determines cost efficiency. The harness is the other 90. Most operators are still shopping for a cheaper model instead of fixing the architecture that wastes tokens on every run.
The gray market distraction
The Claude gray market story is interesting as geopolitics. As an operational concern for US service businesses, it mostly isn't. You are not buying tokens through a Shenzhen transfer station.
But the story points at something real. There is a version of token arbitrage happening inside legitimate US marketing stacks right now. It's just quieter. It looks like a SaaS tool with 'AI-powered' in the marketing copy that is running GPT-4o on your behalf, marking up the API cost 300%, and adding a dashboard that shows you impressions. The model does the work. The tool collects the margin. You see a monthly fee and assume it's efficient because the dashboard is clean.
That's the self-checkout at CVS. It costs a person. It doesn't change the work. You're still paying full retail for someone else's API bill.
The operator who builds direct API relationships, manages context at the harness layer, and measures cost-per-output instead of cost-per-seat is playing a structurally different game. The monthly SaaS buyer is renting compute at markup. The operator is buying wholesale.
The provider loyalty illusion
New data published last week shows businesses are flipping between OpenAI and Anthropic with each model release. When Anthropic ships something sharper, enterprise accounts migrate. When OpenAI responds, they migrate back. Neither company has sticky enterprise loyalty. They have temporary model superiority.
For an operator AI stack, this is either a risk or an advantage depending on how you built it. Teams that hardcoded Claude into their workflow are repricing their stack every quarter and rebuilding prompts when model behavior shifts. Teams that built with an abstraction layer, a router that sends each task to the best model for that task type, are not particularly affected. They swap the model underneath without touching the workflow on top.
This is the Tesla vs. Honda nav system comparison made real. The bolt-on stack is a screen bolted onto a 2019 dashboard. Swapping the underlying model requires rewiring the whole thing. The operator architecture treats model selection as a config variable, not a structural commitment.
“If switching models requires rebuilding your workflow, you don't have an AI stack. You have an expensive dependency.”
The three-question audit
Most marketing teams running AI workflows have never done a cost-per-output audit. They know the monthly API bill. They do not know which specific workflows generated that bill, which outputs from those workflows influenced an actual decision, or whether any of those runs could have been cached. That is the audit. Three questions.
Question 1: Which workflows are burning tokens on decisions nobody made?
Pull your API logs for 30 days. Tag each workflow by downstream action: did a human review this output, approve something, change a campaign setting, publish content, update a bid? If the output went into a folder nobody opened, those tokens are waste. Not a small inefficiency. Pure waste. Common culprits: automated reports generated daily that the team looks at weekly, content drafts produced faster than editorial review can process them, competitive intel refreshed hourly when the strategy meeting is monthly.
Question 2: Which prompts are running cold when they could be cached?
Prompt caching, available on both Anthropic and OpenAI APIs, allows a static prefix, your system prompt, context documents, brand guidelines, persona instructions, to be cached at reduced cost. If your system prompt is 2,000 tokens and it runs fresh on every call, you are paying full price for something that never changes. A content production workflow running 500 pieces a month with a 2,000-token system prompt and no caching is burning roughly 1 million tokens a month on instructions the model already had. That's real money and zero output.
Question 3: Does your provider contract match your workload?
OpenAI and Anthropic both offer batch pricing for non-real-time workloads, typically at 50% of standard API cost. If your SEO content pipeline runs overnight, there is no reason it should be on synchronous pricing. Batch API exists specifically for workloads that don't need an immediate response. Most marketing teams are unaware it exists because the SaaS tools abstracting their API access don't pass the discount through. They pocket it.
What efficient automation actually looks like
The marketing teams running efficient operator AI don't have smaller AI ambitions. They have more disciplined architecture. Think of it like Costco vs. a convenience store. Costco moves the same product at a fraction of the margin because the infrastructure is built for volume. The convenience store charges a premium because the overhead is invisible and the buyer isn't comparing.
Specifically, efficient stacks do four things that expensive ones don't:
- Cache aggressively. System prompts, brand context, persona definitions, and static knowledge bases are cached at the harness layer. Only the variable input goes to fresh inference.
- Route by task type. Lightweight classification tasks use smaller, cheaper models. Creative generation and strategic synthesis go to frontier models. The router decides, not the human.
- Measure cost-per-output, not cost-per-seat. The KPI is dollars per published piece, dollars per campaign brief, dollars per lead scored. Not monthly API bill in isolation.
- Throttle non-real-time workflows to batch pricing. Content pipelines, SEO audits, competitive monitoring. None of these need synchronous API calls. Batch them and cut the bill in half.
This is the work that lives inside our Build Your Own AI System service. Not the model selection. Not the prompt writing. The harness architecture that determines whether your AI spend compounds into output or evaporates into logs.
The bet we're making
Token costs will keep falling. Model capabilities will keep rising. The teams that win are not the ones who found the cheapest API access. They're the ones who built the architecture that extracts maximum output from whatever the current best model costs.
The gray market arbitrage story is a footnote. The real story is that most marketing teams are running agentic workflows with none of the infrastructure that makes agentic efficient. They have the token spend of an AI-native operation with the output of a 2022 workflow. That gap is the problem. A proper operator AI stack closes it. An audit finds out how wide it already is.
Take the 30-day API log exercise seriously. The number you find will either confirm you built it right or give you a very clear budget conversation to have before next quarter.
