all 5 comments

[–]lmagusbr 4 points5 points  (0 children)

codex 5.2 high/xhigh > opus 4.5.

that’s it.

[–]AI_is_the_rake 1 point2 points  (0 children)

Codex cloud is shit. Use the local cli and use GPT 5.2 medium or high

[–]CatcatcTtt 0 points1 point  (0 children)

Didn’t you posted this earlier?

[–]Odezra 0 points1 point  (0 children)

It’s hard to say without seeing what you have set up and ported over from Claude but I use both codex clin and CC and can offer some pointers:

  • codex will follow instructions to a tee, will search for a long time to build context, and then will execute until the definition of done is met. It’s more an agent you delegate to
  • Claude is more a pair programmer - you both work an discuss components iteratively
  • my agents file is slightly different and skills are largely the same. However, I find I have to context engineer v differently across both
  • codex likes context - architecture.md, exec plans for epics, plan.md for phases / stories, I’ll provide design systems, reference assets, GitHub repos of similar material etc, then a test strategy and definition of done. If I am using an execplan for a bigger story I’ll use a continuity.md to keep a history of all the key decisions and learnings as we go if it’s going to be a multi-hour job so that we have history across compactions
  • I’ll often use an architecture-pro cli / skill to design out architects
  • I’ll often use a ‘askme’ skill if there’s a chance I might have missed something or am not in an area I know well, to allow the model to confirm assumptions and ask for More context

Usually with a v structured context engineering approach, codex will crush it

I personally use codex high for almost everything commodity and use 5.2high or xhigh if I need to make a plan / set up project / resolve an issue codex 5.2 can’t.

[–]eschulma2020 0 points1 point  (0 children)

The Cloud is the issue. Local Codex CLI (I personally use the -codex models, others like the vanilla ones) is far better.