3 min read

Is Codex draining usage faster?

CodexAI-агентылимиты подписки

Codex users report that usage has been draining two to three times faster over the last two days, with one small website project consuming 12% of a quota. This does not prove limits changed, but it shows why autonomous coding-agent loops can become a significant subscription resource cost.

What users have noticed

I would not call this a quiet reduction in Codex limits yet: the available information contains no official confirmation. Still, the user signal is fairly specific. Usage is reportedly being consumed two to three times faster, and people say they noticed the change within the last two days.

The primary source here is not a model card or changelog, but a Codex user discussion available on September 21, 2026. One participant described faster depletion, another jokingly linked it to moving from a 20 subscription to a 100 subscription, and a third said that 12% was spent on a website with just a few pages.

These observations cannot be treated as proof that quotas changed. We do not know the selected model, context length, number of prompts, file volume, or how many actions the agent performed. Even the claim about 12% does not specify which exact limit the interface was showing.

However, the underlying mechanics are plausible. An autonomous coding agent uses resources for far more than its final response: it reads multiple files, calls tools, edits code, runs builds or tests, and repeats the loop after an error. A small final result does not necessarily mean little computational work happened.

Similar pressure on quotas is visible beyond Codex. In its Claude Code limits update, Anthropic announced doubled five-hour limits and the removal of peak-hour restrictions for paid plans. That does not explain this specific Codex case, but it confirms that agentic programming regularly runs into subscription boundaries.

Quota is becoming part of the work architecture

For budgeting, the conclusion is simple: counting tasks alone no longer works. One multi-file cycle with repeated compilations, tests, and fixes can be heavier than dozens of short requests, even though the user sees only one assigned task.

I would first compare not impressions, but the model mode, prompt length, attached context volume, and number of tool cycles. If consumption has genuinely increased under the same scenario, the case for changed accounting or limits becomes stronger. For now, there is too little data for that conclusion.

The key shift has already happened: usage is no longer a background number in the interface. For autonomous AI agents, it is as constrained a resource as build time or compute budget, except its actual cost often becomes visible only after the cycle has started.

We previously covered how Claude’s context limits, extended thinking, and model configurations translate into higher usage costs. That analysis helps explain why coding assistants can consume tokens faster than teams expect.