Summary
The 5-hour usage window is increasingly incompatible with the kind of long-running autonomous work GPT-5.6 Sol is now capable of doing.
This is not just a complaint that the Plus allowance is too small. The problem is that a short rolling window can interrupt an already-running, multi-hour agent task in the middle of execution, even when the user intentionally gave Codex a long-horizon goal and expected it to continue autonomously.
I currently have one long-running task that has already been interrupted twice by the 5-hour limit.
That creates a product-level contradiction:
The model is capable of sustained autonomous work, but the quota system is structured in a way that repeatedly breaks sustained autonomous work.
Why this matters more with GPT-5.6 Sol
GPT-5.6 Sol is capable enough to take a substantial goal, plan multiple steps, use tools, inspect intermediate results, and continue working for a long time with relatively little supervision.
That makes long-running tasks one of the most valuable use cases for Codex / ChatGPT Work.
A typical workflow is now:
Give Codex a substantial goal
↓
Let the agent plan and execute autonomously
↓
Inspect files / run tests / use tools / iterate
↓
Continue for hours
↓
5-hour limit is reached
↓
Task stops in the middle
↓
Wait for reset
↓
Resume the same task
↓
5-hour limit interrupts it again
At that point the user is no longer supervising the work; the user is supervising the quota window.
That defeats much of the value of long-horizon agent execution.
Actual impact
In my current case, the same long-running task has been stopped by the 5-hour limit twice.
The cost is larger than simply waiting for the quota to reset:
- autonomous execution loses continuity;
- the user has to return and restart/resume the task;
- intermediate context and momentum become more fragile;
- long experiments, refactors, investigations, and multi-step builds are artificially split into quota-sized chunks;
- the user cannot confidently start a substantial goal and leave the agent to work;
- the product feels much more synchronous and supervised than the model itself requires.
This becomes especially frustrating when meaningful weekly quota is still available. The weekly allowance already limits total included compute; the 5-hour window additionally limits when that compute can be used and can terminate work at arbitrary execution boundaries.
This is distinct from simply asking for more quota
I am not asking for unlimited Codex or a larger weekly allowance.
The issue is execution semantics for long-running tasks.
A system designed around autonomous agents should have a reasonable way to handle an in-flight task when the short-term quota is reached.
Possible solutions
Any of the following would substantially improve the long-task experience:
1. Graceful completion for already-running tasks
If a task was started while quota was available, allow the current long-running task to reach a safe completion/checkpoint before enforcing the 5-hour limit.
New tasks could still be blocked once the limit is reached.
2. Automatic pause and resume
Persist the execution state and automatically resume the same task when the 5-hour window resets, without requiring the user to manually return and prompt it again.
3. Opt-in flexible usage
Allow Plus users to consume more of their remaining weekly quota during a long task, with an explicit warning that this may exhaust the weekly allowance earlier.
4. Long-task / goal-aware quota handling
When Codex is explicitly running a persistent goal or other long-horizon workflow, use quota boundaries as checkpoints rather than hard user-visible task failures.
Expected behavior
A user should be able to give GPT-5.6 Sol a legitimate multi-hour task and trust that Codex will either:
- finish it;
- reach a durable checkpoint and resume automatically; or
- clearly pause in a recoverable state without requiring repeated manual babysitting.
A rolling quota boundary should not repeatedly terminate the same goal as though the agent unexpectedly failed.
Related
This is related to #40524, which proposes giving Plus users more control over how their weekly quota is consumed.
The narrower point here is that the current 5-hour policy directly conflicts with long-running autonomous agent execution, regardless of the broader quota-allocation policy.
#34035 is also related to the broader request to remove the short-window restriction.
I think this should be evaluated using not only aggregate compute consumption, but also metrics such as:
- percentage of long-running tasks interrupted by quota boundaries;
- number of manual resumes required per goal;
- task completion rate before/after a quota interruption;
- time-to-completion for persistent goals;
- user abandonment after quota-triggered interruptions.
The model has become much better at long-horizon work. The quota system should not make that capability artificially unreliable.
Summary
The 5-hour usage window is increasingly incompatible with the kind of long-running autonomous work GPT-5.6 Sol is now capable of doing.
This is not just a complaint that the Plus allowance is too small. The problem is that a short rolling window can interrupt an already-running, multi-hour agent task in the middle of execution, even when the user intentionally gave Codex a long-horizon goal and expected it to continue autonomously.
I currently have one long-running task that has already been interrupted twice by the 5-hour limit.
That creates a product-level contradiction:
Why this matters more with GPT-5.6 Sol
GPT-5.6 Sol is capable enough to take a substantial goal, plan multiple steps, use tools, inspect intermediate results, and continue working for a long time with relatively little supervision.
That makes long-running tasks one of the most valuable use cases for Codex / ChatGPT Work.
A typical workflow is now:
At that point the user is no longer supervising the work; the user is supervising the quota window.
That defeats much of the value of long-horizon agent execution.
Actual impact
In my current case, the same long-running task has been stopped by the 5-hour limit twice.
The cost is larger than simply waiting for the quota to reset:
This becomes especially frustrating when meaningful weekly quota is still available. The weekly allowance already limits total included compute; the 5-hour window additionally limits when that compute can be used and can terminate work at arbitrary execution boundaries.
This is distinct from simply asking for more quota
I am not asking for unlimited Codex or a larger weekly allowance.
The issue is execution semantics for long-running tasks.
A system designed around autonomous agents should have a reasonable way to handle an in-flight task when the short-term quota is reached.
Possible solutions
Any of the following would substantially improve the long-task experience:
1. Graceful completion for already-running tasks
If a task was started while quota was available, allow the current long-running task to reach a safe completion/checkpoint before enforcing the 5-hour limit.
New tasks could still be blocked once the limit is reached.
2. Automatic pause and resume
Persist the execution state and automatically resume the same task when the 5-hour window resets, without requiring the user to manually return and prompt it again.
3. Opt-in flexible usage
Allow Plus users to consume more of their remaining weekly quota during a long task, with an explicit warning that this may exhaust the weekly allowance earlier.
4. Long-task / goal-aware quota handling
When Codex is explicitly running a persistent goal or other long-horizon workflow, use quota boundaries as checkpoints rather than hard user-visible task failures.
Expected behavior
A user should be able to give GPT-5.6 Sol a legitimate multi-hour task and trust that Codex will either:
A rolling quota boundary should not repeatedly terminate the same goal as though the agent unexpectedly failed.
Related
This is related to #40524, which proposes giving Plus users more control over how their weekly quota is consumed.
The narrower point here is that the current 5-hour policy directly conflicts with long-running autonomous agent execution, regardless of the broader quota-allocation policy.
#34035 is also related to the broader request to remove the short-window restriction.
I think this should be evaluated using not only aggregate compute consumption, but also metrics such as:
The model has become much better at long-horizon work. The quota system should not make that capability artificially unreliable.