All notes

AI

May 17, 2026

One Project Burned Over a Million Dollars on OpenAI Tokens in a Month

The creator of OpenClaw spent over $1.3M on OpenAI API tokens in 30 days, surfacing what sustained LLM-heavy production workloads actually cost at scale.

The creator behind OpenClaw disclosed spending over $1.3M on OpenAI tokens within a single 30-day window. The number is notable not because it is large, but because it is real and attributable to a single project.

Most cost estimates for LLM-powered products come from benchmarks or early-stage prototypes. This is a production figure. It reframes the conversation about what "scaling" an AI-native product means in dollar terms.

For engineers designing systems with LLM calls in the critical path, the implication is direct: token cost is not a line item you optimize later. At this spend rate, a 10% reduction in token usage per request compounds into six figures of savings per month. Architecture decisions made early — context window discipline, caching intermediate outputs, batching where latency allows — have a material financial consequence that becomes visible only once traffic is real.

For solo founders and small teams, the figure serves a different purpose. It establishes a ceiling reference. If a well-resourced project is burning at this rate, the question is not whether your product will scale to that level, but whether your unit economics can support the token overhead before you reach it. Products that rely on large-context reasoning or multi-step agent loops are the most exposed.

OpenAI's pricing has shifted multiple times in the past 18 months, generally downward for newer models. But the OpenClaw disclosure suggests that lower per-token costs do not automatically reduce total spend — they tend to expand usage instead. The industry pattern holds: cheaper inference unlocks more aggressive product design, which absorbs the savings.

The takeaway for builders is straightforward. Token spend is infrastructure spend. It belongs in the architecture review, not the accounting review.