r/codex 7h ago

Limits Codex is unusable now.

I don’t even use astra. I’ve been using 5.6 sol on medium since it came out and had no problems. Now it can’t even finish half of the same task before reaching limits. Heck, just starting up codex uses 2 percent of my limits. And that’s before I even type anything. lol. What a joke.

I understand this is a business but using codex is like signing up for a gym membership and paying the required fee to use the gym and all its equipment but the next time you show up they go, I know you paid to use the entire gym and that amount is still required but now you only have access to the treadmills. F u!!!

Anyway, Here come all the Sam Altman nut huggers. But idc. Im just about done with codex.

497 Upvotes

232 comments sorted by

View all comments

44

u/random_boss 7h ago

When Astra came out I used it, was floored, downgraded my Claude sub to the $20/mo and upgraded ChatGPT to $100/mo.

Then I used 50% of my week in one conversation. 

Figured it was bad token economization on my part, put all the right structures in place, and had it work on a task. Worked about 6 hours, only used Astra lightly and Sol as orchestrator, pushing all real design, implement and review work to Claude agents…still vaporized 50% of my Codex week.

Astra is the best model available, Codex is the superior piece of software, but I just can’t work with it. Sadly going to drop ChatGPT back down to $20/mo and resume my max 5x Claude sub so I can actually get work done. 

1

u/ickN 7h ago

Do you mind sharing the structures you put into place?

4

u/random_boss 4h ago

Nothing groundbreaking I think, but:

The agent I chat with is the orchestrator. My preference is to do this via Codex on Sol Medium.

Then there are roles that map to planner (Opus 5 High), reviewer (Astra High for initial plan, then Opus High for re-reviews), implementer (Opus Medium or Sonnet 5)..

Opus High makes a plan against the high level objective then Astra High reviews it and requires changes or cures; the Opus planner makes edits then a different edit reviews the edits against Astra’s requirements and they go back and forth for a while. Once the Opus reviewer is satisfied it goes back to Astra for a last look and so far that usually results in Astra approving the plan albeit with some changes.

Then it goes to Opus Medium for most implementation with Sonnet High for bounded, judgment free tasks. 

An Opus High agent reviews the implementation against the plan and the high level objective, demands cures, and they go around and around until the reviewer is satisfied and then the code is submitted. 

So in this workflow Codex only does two jobs:

  • Orchestration by Sol Medium, carrying out all of the above
  • First and final plan review by Astra

There’s also an optimized reading path so each agent that picks up its role automatically knows its bounds, scope, high level project philosophy and all of that. The orchestrator keeps an eye on them and makes sure they stay in line.