Remix.run Logo
georgeven 9 hours ago

I found codex cli to be significantly better than claude code. It follows instructions and executes the exact change I want without going off on an "adventure" like Claude code. Also the 20 dollars per month sub tier gives very generous limits of the most powerful model option (5.2 codex high).

I work on SSL bio acoustic models as context.

behnamoh 9 hours ago | parent [-]

codex the model (not the cli) is the big thing here. I've used it in CC and w/ my claude setup, it can handle things Opus could never. it's really a secret weapon not a lot of people talk about. I'm not even using xhigh most of the time.

copperx 9 hours ago | parent | next [-]

When you say CC is it Codex CLI or Claude Code?

behnamoh 9 hours ago | parent [-]

claude code

copperx 2 hours ago | parent [-]

If I understand correctly, you're using CC with an OpenAI API key, right?

CC doesn't support it natively, so I'm assuming is some sort of mod, and it still outclasses Opus? That's interesting.

Do you mind sharing what tool/mod you are using?

wahnfrieden 9 hours ago | parent | prev [-]

No, the codex harness is also optimized for the codex models. Highly recommend using first-party OpenAI harnesses for codex.

behnamoh 9 hours ago | parent [-]

I used that too, but CC currently has features like hooks that codex team has refused to add far too many times.

copperx 2 hours ago | parent | next [-]

Hmm, this seems promising?

https://github.com/openai/codex/pull/9796

wahnfrieden an hour ago | parent [-]

OpenAI does not merge feature PRs. But you could try it out in a fork.

copperx an hour ago | parent [-]

Thanks. I didn't know they didn't merge those.

wahnfrieden 5 hours ago | parent | prev [-]

FYI there are forks that add it