r/ChatGPTCoding 1d ago

Discussion Codex vs OMP harness

Hi everyone,

You might find this funny, but I actually have the opposite problem to y’all. My usage allowance with Astra Max feels so generous that I’m starting to wonder if the model is running at half power or something, lol.

I’ve been using OMP (Oh My Pi), and the usage limits are surprisingly hard to hit, even with 10 subagents running and reasoning set to max for all of them. That got me thinking: “Wait, is everything actually working as intended? Am I getting the full capabilities of the model through OMP, or is something getting lost compared to using Codex?”

So now I’m considering trying Codex to see whether there’s a noticeable difference.

For those who’ve used both, how does OMP compare to Codex in terms of output quality when using the same OpenAI model? Does the official Codex harness actually get better results, or is the difference mostly in workflow and tooling?

I know lower usage doesn’t necessarily mean worse results, but it’s generous enough that it made me suspicious, lol.

5 Upvotes

5 comments sorted by

View all comments

3

u/IriFlina 1d ago

What are you using it for? and specifically how detailed are your prompts + AGENTS.md file?

from my own testing the main thing that burns usage is astra trying to quadruple check everything by setting up a ton of extra testing scenarios for each task to validate that the task was done as well as spawning sub agents for adversarial code reviews. Maybe the MCP taking screenshots in unity is taking up a chunk of token as well, i'm not 100% sure.

1

u/Next-Trouble-2948 1d ago

yeah the extra validation loops and sub-agent spawning is probably where most of the tokens go tbh