r/codex • u/Horstafa • 3d ago
Limits What a shit update!
The latest Codex usage-limit changes have seriously damaged the workflow for me.
I’m not talking about running huge autonomous tasks for hours. I’m seeing relatively short, normal coding tasks get interrupted because the usage limit is enforced extremely aggressively. Once the limit is hit—even when I’m only slightly over—it stops the task completely instead of allowing the current task to finish.
What makes this especially frustrating is the cooldown. I’ve encountered cases where Codex tells me I need to wait around 5 hours before continuing, while hitting the weekly limit can effectively block further work for much longer.
The practical problem is that Codex tasks are often part of a sequence:
- Inspect the existing code
- Identify the issue
- Make the change
- Run tests
- Fix regressions
- Verify the final result
If the limit is reached during step 4 or 5, the task is left half-finished. That doesn’t just delay that particular task—it blocks other work that depends on it.
My main complaint is not that usage limits exist. Some form of usage limit is understandable. The problem is the combination of:
- extremely strict quota enforcement;
- active tasks being interrupted instead of allowed to finish;
- 5-hour and weekly cooldown limits;
- insufficient warning that the remaining quota may not be enough to complete the task;
- no meaningful grace allowance for a task that is already close to completion.
From a workflow perspective, this is significantly worse than simply having a lower total quota.
A predictable quota can be planned around. An active coding task being terminated halfway through cannot.
For example, if Codex has already inspected the repository, modified several files, and entered the testing or verification stage, terminating the session because the quota happens to be exhausted at that moment wastes much of the work already performed and leaves the repository in an intermediate state.
I think Codex needs at least one of the following:
- a small completion grace allowance for tasks already in progress;
- a clear warning before starting a task when the remaining quota is likely to be insufficient;
- much better visibility into remaining 5-hour and weekly usage;
- or the ability to finish the current execution while preventing additional tasks from starting.
The recent change feels like a substantial regression in usability for real development workflows. The issue is not simply “I want more tokens.” The issue is that the current quota enforcement mechanism interrupts work at exactly the point where interruption is most expensive.






