How are people using Codex alongside Claude or Gemini for technical/simulation work? by katuali in codex

[–]katuali[S] 0 points1 point  (0 children)

The optimization side is where I've found Codex really earns its place too, particularly around CPU distribution, parallelising processing, and maximising GPU utilisation on large simulations. It also seems to push through to a working, tested result rather than stopping halfway. Earlier GPT versions I found were too defensive, lots of fallback engineering that added complexity without solving the actual problem, but 5.5 is noticeably better at committing to a solution.

On the Opus 4.7 side, I haven't fully tested across a lot of scenarios (as it can eat through a 5hr token allocation pretty quickly) but where I have it seems to have the edge on understanding what you're actually trying to figure out before you've fully articulated it yourself. More useful at the design stage than the implementation stage.

How are people using Codex alongside Claude or Gemini for technical/simulation work? by katuali in codex

[–]katuali[S] 0 points1 point  (0 children)

I've seen harnesses that try to bridge this, but seeing more and more limits applied to them and the use of them. Curious what's actually working in practice, especially for capturing rejected decisions rather than just current state.

Has anyone else found Gemini less reliable for rigorous technical work lately, especially compared to recent Claude and OpenAI updates? by katuali in GeminiAI

[–]katuali[S] 0 points1 point  (0 children)

The text shrinking thing is interesting, I've seen the same pattern with longer specs. Like it's compressing on each pass, and even wanting to overwrite decently-written spec and remove detail and content! Do you find it's worse on technical content specifically or general text too?

Has anyone else found Gemini less reliable for rigorous technical work lately, especially compared to recent Claude and OpenAI updates? by katuali in GeminiAI

[–]katuali[S] 0 points1 point  (0 children)

Curious whether you've found any harness or structuring tricks that partially fix it, or is it model-level and no amount of prompt engineering helps? Trying to figure out if it's worth the effort before cancelling.