Top
Best
New

Posted by mikeevans 7 hours ago

Codex for almost everything(openai.com)
622 points | 348 commentspage 4
enraged_camel 6 hours ago|
>> for the more than 3 million developers who use it every week

It is instructive that they decided to go with weekly active users as a metric, rather than daily active users.

techteach00 6 hours ago||
I'm sorry to be slightly off topic but since it's ChatGPT, anyone else find it annoying to read what the bot is thinking while it thinks? For some reason I don't want to see how the sausage is being made.
sasipi247 6 hours ago||
The macOS app version of Codex I have doesn't show reasoning summaries, just simply 'Thinking'.

Reasoning deltas add additional traffic, especially if running many subagents etc. So on large scale, those deltas maybe are just dropped somewhere.

Saying that, sometimes the GPT reasoning summary is funny to read, in particular when it's working through a large task.

Also, the summaries can reveal real issues with logic in prompts and tool descriptions+configuration, so it allowing debugging.

i.e. "User asked me to do X, system instructions say do Y, tool says Z which is different to what everyone else wants. I am rather confused here! Lets just assume..."

It has previously allowed me to adjust prompts, etc.

pilooch 5 hours ago|||
It's useful when using prism, and for exploratory research & code.
sergiotapia 6 hours ago||
I do want to see as it allows me to course correct.
graphememes 4 hours ago||
cursor has been doing this for months, welcome to 3 months ago
CrzyLngPwd 4 hours ago||
"Our mission is to ensure that AGI benefits all of humanity. "

They have AGI now?

hipshaker 2 hours ago|
Yes, Artificial Goofy Intelligence
SilverBirch 3 hours ago||
Just commenting here to impact the controversy score.
saltyoldman 3 hours ago||
Claude had this, the "app" both of them have (not the terminal stuff) are mirroring each other's features.
hyperionultra 7 hours ago||
Tool for everything does nothing really good.
tvmalsv 7 hours ago||
My monthly subscription for Claude is up in a week, is there any compelling reason to switch to Codex (for coding/bug fixing of low/medium difficulty apps)? Or is it pretty much a wash at this point?
Austin_Conlon 7 hours ago||
I'm switching because of the higher usage limits, 2x speed mode that isn't billed as extra usage, and much more stable and polished Mac app.
gbear605 5 hours ago||
> 2x speed mode that isn't billed as extra usage

...at least for my account, the speed mode is 1.5x the speed at 2x the usage

Austin_Conlon 3 hours ago||
Whoops yes I meant 1.5x speed!
dilap 7 hours ago|||
FWIW, I've found Codex with GPT-5.4 to be better than Opus-4.6; I would say it's at least worth checking out for your use case.
trueno 7 hours ago|||
at least for our scope of work (data, interfacing with data, building things to extract data quickly and dump to warehouse, resuming) claude is performing night and day better than codex. we're still continuing tinkering with codex here to see if we're happy with it but it's taking a lot more human-in-the-loop to keep it from going down the wrong path and we're finding that we're constantly prompt-nudging it to the end result. for the most part after ~3 days we're not super happy with it. kinda feels like claude did last year idk. it's worth checking out and seeing if it's succeeding at the stuff you want it to do.
romanovcode 7 hours ago|||
Wait for new GPT release this/next week and then decide based on benchmarks. That is what I will do.

One main thing is to de-couple the repos from specific agents e.g. use .mcp.json instead of "claude plugins", use AGENTS.md (and symlink to CLAUDE.md) and so on.

I love this because I have absolutely 0 loyalty to any of these companies and once Anthropic nerfs I just switch to OpenAI, then I can switch to Google and so on. Whichever works best.

finales 6 hours ago||
Honestly, just try it. I used both and there's no reason to not try depending on which model is superior at a given point. I've found 5.4 to be better atm (subject to change any time) even though Claude Code had a slicker UI for awhile.
jauntywundrkind 7 hours ago||
Side note: I really wish there was an expectation that TUI apps implemented accessibility APIs.

Sure we can read the characters in the screen. But accessibility information is structured usually. TUI apps are going to be far less interesting & capable without accessibility built-in.

hmokiguess 7 hours ago|
I can't help but see some things as a solution in search of a problem every time I see these examples illustrating toy projects. Cloud Tic Tac Toe? Seriously?
More comments...