Thibault “Tibo” Sottiaux of OpenAI’s Codex team described the remediation publicly over the weekend, saying fixes were being deployed alongside a reset for paid subscriptions. TheWinCentral first consolidated the reports around the quota drain, while an OpenAI Developer Community thread shows the complaints had been accumulating for days: users reported exhausting what was presented as a weekly allowance after only a few hours or a single working day.
OpenAI’s own Codex help documentation says consumption depends on the selected model, task complexity, context size, reasoning, speed, and tool use. That explanation is reasonable as far as it goes. But the newly acknowledged problems expose the gap in that guidance: users cannot budget a metered coding tool if unseen product features can materially increase the charge against their shared allowance.
The reset addresses a billing-like failure, not ordinary heavy use
A quota reset is often treated as a promotional gesture in the Codex community. This one is different. OpenAI tied it to an investigation into excess consumption, which makes it a remediation for a product failure rather than merely a temporary increase in capacity.
The distinction matters for anyone paying for Plus, Pro, or a work-oriented plan. A model taking a large amount of context to analyze a repository may be expensive but predictable; a title generator or session-support subsystem using more compute than intended is an overhead cost the developer did not choose. If that overhead pushes a user to the limit, the account may be blocked from productive coding despite the actual development task being modest.
Reports in OpenAI’s Developer Community documented the practical impact before the fix. Some subscribers said the same workflows that previously lasted several days were consuming most or all of an allowance inside one day. Individual reports do not establish a universal rate of depletion, especially across different models and project sizes, but their common pattern is consistent with OpenAI’s acknowledgment that multiple non-obvious paths were using quota inefficiently.
The reset restores the balance, but it cannot give developers back work time lost while an account was unavailable. It also does not answer how much of a prior allowance was consumed by each defect, whether the calculation was uniform across plans, or whether OpenAI will provide retroactive usage records. Those omissions leave IT administrators and individual developers without a way to reconcile their own affected sessions.
Hidden product features were part of the metering problem
The most useful detail in Sottiaux’s explanation is the list of implicated systems. Images in long-running sessions, Computer History, and automatic title generation are not the core coding request a developer submits to Codex. They are product features surrounding it.
Long sessions are precisely where Codex is intended to earn its place in a development workflow: repository-wide changes, test-and-fix cycles, migrations, or extended agent tasks that need substantial context. If image processing grows inefficient after repeated context compactions, that creates a perverse outcome. The customers most likely to benefit from long-running agent work are also the ones most exposed to metering overhead.
Computer History presents a similar concern. A history or activity feature may be useful for continuity, review, or operating an agent across sessions, but its resource use should not be opaque when it is being charged against a finite plan allowance. OpenAI has not published a technical postmortem explaining the feature’s p95 — the higher end of its observed cost distribution — nor has it specified whether users can disable it to control consumption.
The title generator is the clearest example of why the existing meter is insufficient. Automatically naming a conversation is a convenience function. If it consumes enough compute to affect a paid weekly allowance, its cost should either be absorbed by the product or surfaced separately rather than blended into the same percentage users rely on to plan development work.
OpenAI’s documentation directs users to the Codex usage dashboard and the /status command in active CLI sessions to see remaining capacity. Those tools can reveal that a limit is falling, but they do not provide an itemized explanation of why. A single remaining-percentage meter cannot distinguish a 90-minute coding run from accumulated background overhead.
Shared allowances raise the stakes for teams
OpenAI’s current support documentation also states that Codex can draw from a shared pool with other agentic products on eligible plans, including ChatGPT Work and ChatGPT for Excel. That is a significant operational detail absent from the simple idea of a “Codex weekly limit.”
For an individual Windows developer, this means a depleted Codex meter may not always represent terminal or desktop-agent activity alone. A task initiated elsewhere in ChatGPT could use the same allowance. For organizations, the issue becomes harder: capacity planning cannot be done reliably if several tools charge a shared pool while some costs come from service-side features that are not shown as separate line items.
Business, Enterprise, and Edu customers should be especially careful not to assume that the consumer-oriented reset applies identically to their workspaces. OpenAI’s enterprise documentation describes workspace-level controls, usage tracking, and different reset structures, including monthly limits for some enterprise configurations. Public reports have also indicated that some business users did not see the same reset behavior as individual paid subscribers.
OpenAI has not published a plan-by-plan matrix for this remediation. Administrators should therefore verify the actual available balance in their workspace rather than relying on announcements aimed at “paid users” generally. They should also record the reset time, remaining percentage, model choice, and task type for any subsequent rapid decline; those details are more useful in a support ticket than a general complaint that the quota vanished.
The “Endless” episode is separate from the drain fix
The quota controversy also collided with a separate dispute over how Codex behaves when a task reaches its allowance. Community discussion over the weekend centered on an experimental tool called Endless, which was reportedly removed after users demonstrated ways to keep a Codex task alive past the point where a normal quota check would stop new work.
That episode should not be conflated with OpenAI’s fixes for image handling, Computer History, and title generation. One concerns excess quota being charged during ordinary use; the other concerns attempts to extend execution after a quota boundary. Both point to the same underlying reality, however: Codex usage limits are now an important control plane, not a minor subscription detail.
OpenAI’s choice to allow an already-running task to finish had practical appeal. Killing an agent in the middle of a code change can leave an incomplete edit, an unreviewed patch, or a half-finished test cycle. But systems that let a task remain indefinitely active can become vulnerable to abuse, particularly when the service has to reserve costly inference capacity for millions of users.
The practical lesson for developers is straightforward: do not build production workflows around the assumption that Codex will keep running once the visible allowance reaches zero. That behavior can change quickly, and a third-party harness built around an edge case is not an availability guarantee. Use checkpoints, commit frequently, preserve task state, and make sure a human can resume the work in another tool if an agent session ends.
OpenAI still needs to explain the meter
The fixes and reset are the correct immediate response. The remaining problem is transparency. Codex is becoming part of real software-delivery work, including on Windows systems where developers may move between the Codex desktop app, CLI sessions, repositories, and ChatGPT-connected tasks in the same day. A percentage gauge with no meaningful breakdown is too coarse for a product that can cut off access for the rest of a usage period.
OpenAI should publish the affected date range, clarify which plans and workspace types received the reset, and state whether the relevant features can still affect allowances after the deployment. It should also provide a per-task or per-feature usage view detailed enough to separate user-requested agent work from platform overhead.
Until then, the reset is relief, not resolution. Paid Codex users have their capacity back, but they still lack the audit trail needed to tell whether the next rapid drop reflects a difficult repository task, a shared allowance consumed elsewhere, or another invisible cost inside the product.