Over the past quarter, a single metric has dominated AI headlines: 10 million weekly active users across OpenAI’s Codex and ChatGPT Work.
But as a data detective, I don't trade on headlines—I trace the hash. The numbers come from a blockchain media outlet citing an unnamed source, and they paint a picture of explosive growth: 1025% quarterly increase, a milestone-based usage limit reset strategy executed perfectly. Yet my job is not to celebrate the story—it is to verify the signal. Let me walk you through the forensic audit that my ESTJ brain runs on any claim that smells too good to be true.
We trace the hash to find the human error.
Context: The Protocol and Its Incentive Structure
Codex is OpenAI’s coding agent; ChatGPT Work is its office productivity agent. Both are designed to act as autonomous assistants—reading, writing, editing, and executing tasks within sandboxed environments. The growth mechanism was straightforward: OpenAI promised that every time the combined weekly active user base crossed a predefined milestone (3M, 5M, 7M, and finally 10M), it would reset usage caps for all paying subscribers. This is a classic growth hack straight out of the 2020 DeFi playbook, where liquidity mining events used milestone rewards to bootstrap protocol TVL.
During the 2020 DeFi Summer, I built a Python-based ETL pipeline to scrape and normalize yield farming data from three major protocols, processing over 10 million transaction records monthly. I learned that any metric tied to a reward mechanism must be audited for sybil resistance and genuine utility. The same principle applies here: 10M weekly active users sounds impressive, but how many are real, engaged users versus trial accounts or automated scripts?
Core: The On-Chain Evidence Chain (Off-Chain Adaptation)
Since OpenAI does not publish on-chain verifiable data, I must build an evidence chain using indirect metrics. Let’s start with compute cost.
Assumptions: - Average weekly tokens per user for an agent task: 5,000 tokens (code generation, document editing, multi-turn reasoning). - Inference cost per 1,000 tokens: $0.01 (pessimistic, given OpenAI’s scale and recent price cuts).
Calculation: - 10M users × 5,000 tokens/week = 50 billion tokens per week. - 50B tokens ÷ 1,000 × $0.01 = $500,000 per week in inference compute. - That’s $26 million per year at retail API rates. But agents are more compute-intensive than chat; real-world costs could be 3-5x higher. Even with extreme optimization and bulk discounts, we’re looking at $50-100 million in annual inference costs.
Now compare that to plausible revenue: OpenAI’s Plus tier costs $20/month. If even 10% of users are paying (1M subscribers), that’s $240 million annual revenue—comfortable. But is the user base 10% paying? 2024 industry data suggests agent tools convert to paying at 3-5% for the first months. At 5%, that’s 500,000 paying users → $120M revenue. Costs could be $80M. Thin margin, but positive.
However, my 2022 bear market liquidity exit taught me that rapid growth often masks underlying leverage. In January 2022, I executed a pre-defined algorithmic exit based on on-chain exchange inflow thresholds, preserving 85% of my capital. The key lesson: compound growth rates are rarely sustainable. A 1025% quarterly growth rate cannot continue; the next quarter’s comparable will be lower, and usage caps resetting loses its motivational power once all milestones are reached.
| Metric | Value | Data Source | |--------|-------|-------------| | Weekly Active Users | 10M | Claimed by article (unverified) | | Estimated Inference Cost/Week | $"500K - $2M" | Based on public GPT-4o pricing | | Implied Paying User Revenue (5%) | $120M/yr | Subscription model assumption | | Sustainable Growth Rate? | No | Historical SaaS decay curves |
The table shows that while the numbers can roughly balance, the margin is razor-thin, and the growth rate is a red flag. In my 2024 ETF compliance project, we built a real-time data bridge to standardize 50,000 daily transaction records for SEC reporting. We learned that any metric without a verifiable trail is a liability. OpenAI has not released a public dashboard of agent usage. Compare that to on-chain protocols like Uniswap, where every swap is transparent and auditable.
Contrarian: Correlation ≠ Causation
The article presents the 10M milestone as a validation of product-market fit. I disagree. The user surge could be driven by three factors unrelated to genuine utility:
- Free tier trials: OpenAI offered extended free access to new users during the promotion. Users may have signed up, used the agent once, and never returned—inflating weekly active counts without sticky retention.
- Bot or synthetic activity: As I saw in the 2017 ICO audit protocol, smart contracts can be exploited by bot networks to inflate user counts. OpenAI’s agents are accessed via API, which can be automated. Without proof of unique human engagement, the number is suspect.
- Milestone-mediated demand pull: The resetting of usage caps acts as a deadline-driven incentive—users may have crammed usage to “unlock” the milestone, artificially spiking weekly numbers. This is a known phenomenon in gaming and social platforms called “event-driven churn.”
My experience in 2026, leading the data integrity verification for an AI-oracle convergence project, taught me that even sophisticated systems can exhibit hallucination biases in their metrics. We analyzed 2 million data points to detect AI hallucination in oracle feeds. The final report concluded that human-readable data audits remain essential. OpenAI’s user data is generated by non-auditable algorithms.
The market corrects; the data endures.
Takeaway: Next-Week Signal
Over the next seven days, I will be monitoring three on-chain and off-chain signals to validate this claim:
- Signal 1: OpenAI’s API usage trends. If they publish a new all-time high in token throughput via their status page, that corroborates active usage. If not, the 10M number remains a ghost.
- Signal 2: Churn following milestone reset. After the final reset, if OpenAI announces a price increase or restriction of free tiers, it confirms that the growth was not organic but subsidized.
- Signal 3: Competitor reactions. Watch for Anthropic or Google to release their own agent user metrics. If they are flat, OpenAI’s growth may be a zero-sum shift rather than market expansion.
My recommendation: Treat this as a data point, not a thesis. Build your own Dune dashboard to track on-chain wallet addresses that interact with Codex API endpoints (if available), or proxy metrics like GitHub repository creation rates. True adoption leaves a transparent trail.
We trace the hash to find the human error.—and in a world of unverified claims, the human error is often assuming that a single metric tells the whole story. I’ve seen it in ICO audits, in DeFi yield normalization, and now in AI agent metrics. The data endures; the hype fades.
Transparency is the only alpha. (And in this case, we need a lot more of it before we can call it reliable.)