2 Sources
[1]
Peter Steinberger's 100 AI agents racked up $1.3 million in OpenAI tokens in 30 days building OpenClaw
OpenClaw creator Peter Steinberger spent $1.3 million in OpenAI API tokens in 30 days running 100 Codex instances on his open-source project. The bill, covered by OpenAI where Steinberger now works, represents 603 billion tokens across 7.6 million requests and provides the most concrete public data point on the cost of autonomous AI coding at scale. Peter Steinberger, the creator of OpenClaw and an engineer at OpenAI, racked up $1.3 million in API costs in a single month by running approximately 100 Codex instances simultaneously on his open-source project. The bill, which covered 603 billion tokens across 7.6 million requests over 30 days, is the most visible demonstration yet of what happens when AI-powered software development is run without budget constraints, and of how quickly costs escalate when autonomous agents operate continuously at scale. Steinberger posted a screenshot of the bill on X, showing $1,305,088.81 charged to the OpenAI API, with GPT-5.5 as the primary model. OpenAI is covering the cost: Steinberger joined the company in February 2026, and the spending is treated as a research investment in understanding what software development looks like when token economics are not a limiting factor. What the agents actually do The 100 Codex instances are not simply generating code. Steinberger's three-person team has built an autonomous development pipeline in which AI agents perform a range of tasks that would ordinarily require a much larger engineering organisation. The agents review pull requests, scan commits for security vulnerabilities, deduplicate GitHub issues, write fixes, and open new pull requests based on the project's broader roadmap. Others monitor performance benchmarks and flag regressions to the team's Discord server. Some agents, according to The Decoder, even attend meetings and generate pull requests for features that come up in conversation. The team also uses Clawpatch.ai, Vercel's Deepsec, and Codex Security for additional bug and security analysis. The result is a development operation in which three humans oversee a fleet of AI agents that collectively perform the work of what would traditionally be a mid-sized engineering team. The cost question Steinberger has been transparent about the economics. He clarified that the $1.3 million figure reflects Codex's "Fast Mode" pricing, which consumes credits at a significantly higher rate than standard execution. Disabling Fast Mode alone would reduce the raw API cost to approximately $300,000 per month, a 70 per cent reduction. At standard pricing, the operation would still cost $3.6 million a year, but the gap between the headline figure and the underlying economics illustrates how pricing tiers and execution modes can dramatically inflate reported costs. When asked about return on investment, Steinberger said everything his team builds is open source and works with leading proprietary models as well as open-weight alternatives. "I'd say pretty high," he said. The figure is useful precisely because vendor marketing around AI coding tools rarely discloses raw spend and token volumes at this scale. Most enterprise teams planning agentic development tooling are working from projections and estimates. Steinberger's bill is a concrete, public data point: 100 agents running continuously for 30 days on a large open-source codebase costs between $300,000 and $1.3 million per month depending on execution speed, before any optimisation. Who is Peter Steinberger Steinberger is not a newcomer to building developer tools at scale. The Austrian engineer founded PSPDFKit in 2011, bootstrapping a PDF rendering and annotation framework that became the standard for mobile document handling. By 2021, apps built on PSPDFKit were running on more than one billion devices worldwide, and the company raised $116 million from Insight Partners, its first outside investment after a decade of profitable, self-funded growth. After leaving PSPDFKit, Steinberger began experimenting with AI agents as a personal project. OpenClaw, a self-hosted autonomous AI assistant that runs entirely on users' own hardware, became the fastest-growing open-source project in GitHub history, crossing 302,000 stars by April 2026, overtaking React, Vue.js, and TensorFlow in a fraction of the time those projects took to reach similar milestones. The framework connects to tools people already use, including email, calendars, browsers, and messaging platforms from Slack and Discord to WhatsApp and iMessage, and allows AI agents to execute shell commands, manage files, and automate web tasks locally. When Steinberger joined OpenAI, he announced that OpenClaw would move to an independent foundation to preserve its open-source character. "I want to change the world, not build a large company," he wrote. "Teaming up with OpenAI is the fastest way to bring this to everyone." What it reveals about AI coding economics The $1.3 million bill arrives at a moment when the economics of AI-powered development are a central preoccupation of the software industry. OpenAI recently opened ChatGPT subscriptions to OpenClaw's 3.2 million users, allowing them to run autonomous agents through the Codex endpoint for $23 per month. Anthropic, by contrast, blocked Claude Pro and Max subscribers from using OpenClaw and other third-party agent frameworks, concluding that the compute demands of autonomous agents running thousands of API calls per day were economically unsustainable under flat-rate subscription pricing. The divergence between those two approaches reflects an unresolved tension in AI pricing. Subscription models are designed for human-speed interaction: a person typing queries into a chat window generates a predictable, manageable volume of API calls. An autonomous agent fleet generates orders of magnitude more, and the gap between subscription pricing and actual compute costs is the subsidy that either the provider absorbs or the user pays. Steinberger's bill makes that gap visible. At $1.3 million for 100 agents, the per-agent cost is roughly $13,000 per month, far more than any subscription plan covers. Even at the optimised $300,000, each agent costs approximately $3,000 per month. For enterprise teams evaluating whether to deploy agentic coding tools at scale, these numbers provide a baseline that no vendor's marketing page will offer. The broader pattern OpenClaw's trajectory, from a personal experiment to the most-starred project on GitHub to an OpenAI-sponsored research platform, reflects a broader shift in how software is being built. AI coding agents from DeepMind, OpenAI, and Anthropic are moving from proof-of-concept demonstrations to production deployment, and the question is no longer whether AI will write significant amounts of code but how much it will cost and who will pay for it. The rise of AI-assisted development, from individual coding copilots to fully autonomous agent fleets, is compressing the timeline between a three-person team's ambition and a large engineering organisation's output. Steinberger's setup, three humans and 100 agents, is an extreme version of what many companies will attempt at smaller scales over the next year. The $1.3 million bill is not a cautionary tale. It is a receipt from the future, showing what it costs when AI development tools are used at full capacity, without the budget constraints that currently limit most teams to a fraction of what the technology can do. Whether that future is affordable depends on how quickly model inference costs decline, how efficiently agent orchestration frameworks manage token usage, and whether the security and quality challenges of AI-generated code can be managed at the speed these agents produce it.
[2]
The creator of OpenClaw used $1,300,000+ of OpenAI tokens in 30 days, which is a hell of a perk
AI sure uses a lot of resources. And if you're running a fleet of AI agents processing millions of requests, you'd probably expect the token bill to be pretty high. In the case of OpenClaw developer Peter Steinberger, that bill appears to equate to $1,305,088.81 for his OpenAI spend -- all racked up in just 30 days. The info was spotted in a screenshot Steinberger posted of his OpenAI dashboard. His account shows the aforementioned figure, with the top model being used attributed to GPT-5.5 (via Tom's Hardware). The bill represents 603 billion tokens across 7.6 million requests, all handled by around 100 Codex instances overseen by a team of three people. Steinberger joined OpenAI in February, so according to him, it's the Sam Altman-led company that covers the costs. The Codex agents are said to be used for a number of tasks, including scanning for security vulnerabilities, writing fixes, and potentially even attending meetings as part of the continued development of OpenClaw, an open source autonomous AI agent. Well, it is the "AI that actually does things." And developing all of those "things" looks to be pretty intensive on the token front -- although this might be the tip of the iceberg. One X commenter asked, "bruh, is this your usage?", to which Steinberger responded, "Yup. At least on this account." Others pointed out the bill would equate to the bankroll of a small startup, and to that Steinberger replied: "I'm building a few startups in parallel." Another cheekily commented, "$1.3m/month. Anything useful yet?" which earned a response of: "Other than millions of people enjoying OpenClaw? Yeah." Ouch, the salt. Anyway, Steinberger also attributes the figure to the fact that it's representative of Codex's "Fast Mode" pricing, and that the API costs would be 70% cheaper if used traditionally. Working for OpenAI has its perks, I guess. And while the AI industry hoovers up huge amounts of hardware for its compute needs, OpenClaw seems to be taking its share. Alright for some, isn't it?
Share
Copy Link
Peter Steinberger's OpenClaw project consumed $1.3 million in OpenAI API tokens over 30 days, processing 603 billion tokens across 7.6 million requests using 100 Codex instances. The bill, covered by OpenAI where Steinberger now works, offers the first concrete public data on autonomous AI coding costs at scale and reveals how a three-person team uses AI agents to perform work traditionally requiring a mid-sized engineering organization.
Peter Steinberger, creator of OpenClaw and now an engineer at OpenAI, has revealed that his open-source project consumed $1,305,088.81 in OpenAI API tokens during a single 30-day period
1
. The spending, which OpenAI is covering as a research investment, represents 603 billion tokens processed across 7.6 million requests using approximately 100 Codex instances running simultaneously2
. Steinberger posted a screenshot of the bill on X, showing GPT-5.5 as the primary model driving the costs. This marks the most visible public demonstration of what happens when autonomous AI coding operates continuously at scale without budget constraints.
Source: PC Gamer
The 100 Codex instances managed by Steinberger's three-person team perform far more than simple code generation. These AI agents execute a comprehensive range of software development tasks that would ordinarily require a much larger engineering organization
1
. The agents review pull requests, scan commits for security vulnerabilities, deduplicate GitHub issues, write fixes, and open new pull requests based on the project's broader roadmap. Some agents monitor performance benchmarks and flag regressions to the team's Discord server, while others reportedly attend meetings and generate pull requests for features discussed in conversation. The team supplements this AI-driven software development pipeline with tools like Clawpatch.ai, Vercel's Deepsec, and Codex Security for additional bug and security analysis. The result is a development operation where three humans oversee a fleet of AI agents collectively performing work traditionally handled by a mid-sized engineering team.Steinberger has been transparent about the economics behind the headline figure. The $1.3 million cost reflects Codex's Fast Mode pricing, which consumes credits at a significantly higher rate than standard execution
1
. Disabling Fast Mode alone would reduce the raw API cost to approximately $300,000 per month—a 70 percent reduction. At standard pricing, the operation would still cost $3.6 million annually, but the gap between the headline figure and underlying economics illustrates how pricing tiers and execution modes can dramatically inflate reported costs. When asked about return on investment, Steinberger said everything his team builds is open-source and works with leading proprietary models as well as open-weight alternatives, rating the ROI as "pretty high." The figure provides value precisely because vendor marketing around AI coding tools rarely discloses raw spend and token volumes at this scale, giving enterprise teams planning agentic development tooling a concrete public data point.Related Stories
Peter Steinberger brings significant experience building developer tools at scale. The Austrian engineer founded PSPDFKit in 2011, bootstrapping a PDF rendering and annotation framework that became the standard for mobile document handling
1
. By 2021, apps built on PSPDFKit were running on more than one billion devices worldwide, and the company raised $116 million from Insight Partners—its first outside investment after a decade of profitable, self-funded growth. After leaving PSPDFKit, Steinberger began experimenting with AI agents as a personal project. OpenClaw, a self-hosted autonomous AI assistant that runs entirely on users' own hardware, became the fastest-growing open-source project in GitHub history, crossing 302,000 stars by April 2026 and overtaking React, Vue.js, and TensorFlow in a fraction of the time. The framework connects to tools people already use, including email, calendars, browsers, and messaging platforms from Slack and Discord to WhatsApp and iMessage, allowing AI agents to execute shell commands, manage files, and automate web tasks locally. When Steinberger joined OpenAI in February 2026, he announced that OpenClaw would move to an independent foundation to preserve its open-source character, stating: "I want to change the world, not build a large company."This disclosure arrives at a critical moment when organizations are evaluating the true costs of deploying autonomous AI coding systems. Most enterprise teams work from projections and estimates, making Steinberger's bill a rare concrete benchmark: 100 agents running continuously for 30 days on a large open-source codebase costs between $300,000 and $1.3 million per month depending on execution speed, before any optimization
1
. The fact that OpenAI is covering these costs as a research investment suggests the company views understanding token economics at this scale as strategically valuable. For organizations considering similar deployments, the data points to careful evaluation of execution modes, pricing tiers, and the balance between speed and cost. The question remains whether such spending levels can be justified outside research contexts, and what optimizations might make autonomous AI coding economically viable for teams without OpenAI's backing.Summarized by
Navi
[1]
29 Apr 2026•Business and Economy

12 May 2026•Business and Economy

03 Apr 2025•Technology
