All notes

AI

May 17, 2026

OpenClaw Creator Burned Over a Million Dollars in OpenAI Tokens in One Month

A single team running OpenClaw consumed more than $1.3M in OpenAI API tokens within 30 days, surfacing what sustained production LLM workloads actually cost at scale.

The OpenClaw team spent $1.3M on OpenAI tokens in a single 30-day window. That number is worth sitting with.

At current OpenAI API pricing, reaching that figure requires either enormous request volume, heavy use of the most expensive model tiers, or both. This is not a research spike or a benchmark run. It reflects sustained production throughput from a single product.

For engineers building on top of hosted LLM APIs, the implication is direct: token costs at scale do not amortize the way compute costs traditionally do. There is no reserved-instance discount, no spot pricing, no hardware depreciation curve working in your favor. Every request bills at the same rate. Volume compounds linearly against the pricing tier, not against any economies of scale you control.

This matters for architecture decisions that are easy to defer early. Caching strategies, prompt compression, model routing — routing cheaper or smaller models for lower-complexity tasks — all of these move from optimization choices to structural requirements once monthly spend climbs into six figures. At seven figures, the model provider relationship itself becomes a business risk concentration.

For solo founders and small teams watching this number: it signals that certain product categories are structurally expensive to operate on hosted APIs regardless of how efficient the product code is. The cost is in the inference, not the application layer.

OpenClaw's spend also highlights the growing gap between teams that can absorb API costs as a growth phase and those for whom that spend would be terminal. Access to capital is now partly a function of access to inference budget.

What teams building in this space should take from this is straightforward: model the token economics before the product ships, not after monthly invoices arrive. The OpenClaw figure is an outlier in size, but not in kind.