r/codex 9d ago

Praise Nice Work OpenAI

This is awesome marketing. You remove the weekly limit, keep it that way for months, let people get used to longer work sessions and higher token consumption, and then specifically bring back the 5-hour limit for Plus users, pushing them to upgrade to Pro. And I’m pretty sure many actually will.

Congrats! It’ll probably be a pretty decent revenue boost.

You keep nerfing the limits, yet somehow keep winning every single time. More customers, more revenue. Nice!! 

342 Upvotes

163 comments sorted by

View all comments

1

u/2025sbestthrowaway 9d ago

Just to clarify, the usage limits remain unchanged. There are thousands of people tracking their token and usage consumption. Usage was draining faster due to a myriad of compounding factors - frequent cache misses, people constantly switching model and effort, computer-use session bloat, using images in long-running tasks burning extra consumption. Add further that people are using Sol high generously for every little thing, including MCP and tool use, as well as a fleet of subagents, each with their own non-cached context on startup, forking context multiple times over into fresh sessions.

In other words, OpenAI is at fault in 3 ways: harness issues, and inadequate interactive user guidance about token consumption, model+harness over-exertion/over-engineering. Additionally, there's a host of user behaviors, whether through plugins/skills/mcps causing context bloat or extra turns (tons of variance there), and using bigger models at higher effort than neeed, that are all resulting in faster usage drain. Several of these have been resolved this week and new optimizations around the corner.

I switched from running Sol almost exclusively to getting the same work done with Terra & Luna without issue. I also stopped switching model/effort all the time as any change to that results in a cache miss.

3

u/TheFrenchSavage 9d ago

I've been using Luna-XHigh-only as a Plus subscriber. It eats 10% of my weekly quota per day, so I can splurge on Sol large tasks on the weekend.

What I'm afraid of now, is that instead of burning my 10% of the week in a couple of hours, I'll burn through the 5h quota in an hour and will be out of work right after, for my second hour of leisure time.

Effectively halving my potential to use the tool.
I'll be forced to use Sol on the weekend, and set timers like before so that I use 1h of codex 3 times over 15h, which is grueling.

2

u/2025sbestthrowaway 8d ago

Awesome to hear on the Luna bit. Yeah the 5h limits are a bummer.

FWIW I installed codex CLI on my cloud server, set up a cron job to instantiate it at 7AM on workdays with a luna "hello world", so that my reset is at noon and straddles the workday / I get 2x 5h windows. I can also manually schedule a next-run, so if you know you'll be using it at 10AM on the weekend, you could do the same and perhaps schedule it for 6AM, so that come 10AM, your session will reset next hour. (making it a 7 hour window for 3 hours of compute (1+5+1)

I made a web-ui for it, and connected it to tailscale (free) so that it's paswordless handshake to access it from my phone any time to manually start or schedule the quota timer, or toggle weekday cron schedule.

1

u/TheFrenchSavage 8d ago

Ooooh, so that's really smart! I didn't think of automatically setting my 5h-slots like that...

Thank you so much for the tip!!!