OpenAI’s researchers burned $7,000 a day on AI agents — now it’s opening the floodgates
The New Stack

OpenAI’s researchers burned $7,000 a day on AI agents - now it’s opening the floodgates

OpenAI’s researchers burned $7,000 a day on AI agents - now it’s opening the floodgates

OpenAI rolled out its Agents API in public beta Thursday, opening the backend behind Codex to developers looking to run agents unattended for days. This makes it easier for developers to try long-running agents without having to build their own system to keep an agent going.

The Agents API: A Game-Changer for Developers

The Agents API keeps track of the job as it progresses and gives the agent somewhere to execute its work, even when a task stretches well beyond a single context window. Although this makes long-running agents easier to try, it also gives developers more ways to burn through compute.

Interestingly enough, on the same day Agents API launched, OpenAI paused new sign-ups for its $200-a-month Pro plan after demand for GPT-6 Astra strained capacity. Thibault Sottiaux, engineering lead for Codex, said on X that Pro subscriptions “put the most strain on our systems,” adding that OpenAI was working to add capacity “as fast as we can.”

Agent Inference Adds Up Fast

As a task gets longer, the API can compress earlier context, so the agent doesn’t just stop when it reaches the model’s context limit. It can also bring in tools only when they’re needed or send parts of a larger job to subagents working in parallel.

The actual work can run in OpenAI’s sandbox or on infrastructure the developer controls. As agents make progress, they go back to the model for the next step, and a job that takes hours can rack up far more inference than a typical API call. The usage climbs even faster when agents work in parallel.

A Research Organization's Experience

OpenAI has already seen what this looks like inside its own shop. In a research report published September 6, OpenAI said its research organization was logging 3.1 agent-workdays for every human workday by mid-August, measured in standard eight-hour equivalents.

The median researcher, ranked by agent usage, was spending more than $600 per day on inference at API prices, while the 90th percentile exceeded $7,000. Before June, OpenAI’s researchers were still putting in more hours than their agent but by mid-August, the agents were doing three times as much work.

Friction Limited Compute Demand

The Agents API lowers the cost of experimentation by leaving the orchestration layer out of the bill. Developers pay for the models, tools, and hosted compute their agents actually use. The flip side is that it’s now easier to consume more inference.

Context compaction is a good example. A full context window used to force developers to decide what to discard or how to summarize the work so far. Now the API handles that automatically and the agent keeps going. That’s useful for developers, but it also means the workload doesn’t stop when the context window fills up.

Astra Demand Hit the Ceiling

The Astra rollout offers a preview of what that could look like. OpenAI stopped accepting new Pro subscribers less than two weeks after the model launched on September 3, saying those accounts put the most strain on its systems.

The Challenge of Long-Running Agents

The more agents developers run, and the longer they run them, the faster that usage adds up. One developer might have several agents working at once, each going back to the model throughout the task. So headcount alone doesn’t tell you much about how much compute is being used.

For long-running agents, the challenge is keeping the work moving without wasting tokens or losing track of the task.

Read on The New Stack ↗ ← Back to News

Comments

No comments yet. Start the discussion.