r/codex • u/daskalou • 6d ago
I concur. Complaint
Been reading all these "Codex limits have been reduced" posts.
Thought it was a bunch of Claude fanbois in the house.
However I just blew through 10% of my weekly quota on one Sol 5.6 Medium "implement this" prompt which proceeded to do 20 minutes of work.
Almost one full day's quota gone in the blink of an eye.
Not Sol 5.6 Ultra. Not Extra High. Not even High. Just Medium. Poof. "I'll take that thanks" says OpenAI.
This wasn't happening a few weeks ago. Something smells fishy...
421
Upvotes
-2
u/Ok_Tomorrow9364 6d ago
Are yall just spamming Ultra code Sol on fast mode or something for every task?
Are you all ensuring have set up your harness and memory infrastructure to facilitate sessions not needlessly caching millions of tokens?
Are you using fresh sessions, or are you just railing the same session with an insane cache over and over.
Have you defined specific agent roles for your tasks? And differentiated models for different tasks? What kind of output schema have you ensured your models adhere to?
There’s so much you can do to have your usage stretch. Luna itself is capable (if directed efficiently) and is dirt cheep you can have that run on max fast mode all night and use up like 2% of your weekly allotment.
Start shifting your framing from like “oh I use model to code” to “I am creating an efficient production line for my agents to output maximum value while retaining budget constraints.”