At what point will LLMs be autonomously self creating new versions of themselves?
GPT-5.3-Codex
571–580 of 634 posts
Re: GPT-5.3-Codex
#572Page me when codex can run the right version of node. Are we all changing the system node version to match the current project again? [shell_environment_policy] inherit = "all" experimental_use_profile = true [shell_environment_policy.set] NVM_DIR = "[redacted]" PATH = "[redacted]"
I.e. `eval "$(/Users/max/.local/bin/mise activate zsh)"` in `.zprofile` and `.zshrc`
Then Codex will respect whatever node you've set as default, e.g.:
mise install node@24
mise use -g node@24
Codex might respect your project-local `.nvmrc` or `mise.toml` with this setup, but I'm not certain. I was just happy to get Codex to not use a version of node installed by brew (as a dependency of some other package).Re: GPT-5.3-Codex
#573Whats interesting to me is that these gpt-5.3 and opus-4.6 are diverging philosophically and really in the same way that actual engineers and orgs have diverged philosophically With Codex (5.3), the framing is an interactive collaborator: you steer it mid-execution, stay in the loop, course-correct as it works. With Opus 4.6, the emphasis is the opposite: a more autonomous, agentic, thoughtful system that plans deepl…
I'm personally 100% convinced (assuming prices stay reasonable) that the Codex approach is here to stay. Having a human in the loop eliminates all the problems that LLMs have and continously reviewing small'ish chunks of code works really well from my experience. It saves so much time having Codex do all the plumbing so you can focus on the actual "core" part of a feature. LLMs still (and I doubt that changes) can't…
Re: GPT-5.3-Codex
#574Earlier quoted context omitted.
I didnt say one shot it, coding agents have been out for more than couple years and yet we cant point to single Good piece of software built by it.
"Good" is obviously subjective but this mentality is so interesting because at my big tech company most of our software today is written by agents. From my perspective, comments like these read as people having their head stuck in the sand (no offense, I might be missing something.)
Re: GPT-5.3-Codex
#575Earlier quoted context omitted.
The free market has simply decided these consumers are not as relevant as the others.
Not really. Investors with hundreds of billions of dollars have decided it. The process by which capital has been allocated the way it has isn't some mathematically natural or optimal thing. Our market is far from free.
The system isn't mathematically perfect, but that doesn't make it arbitrary. It works through an evolutionary process: bad bets lose money, better ones gain more resources.
Any claim that the outcome is suboptimal only really means something if the claimant can point to a specific alternative that would reliably do better under the same conditions. Otherwise critics are mostly just expressing personal frustration with the outcome.
Re: GPT-5.3-Codex
#576It is absurd to release 5.3-Codex before first releasing 5.3. Also, there is no reason for OpenAI and Anthropic to be trying to one-up each other's releases on the same day. It is hell for the reader.
Let them fight, that's how we as users get more tokens for less money. If only all markets were so competitive...
Re: GPT-5.3-Codex
#577Earlier quoted context omitted.
That is where the money is.
This. I think software development is the best usecase for AI yet. I use it almost daily at work and it's a huge help. Enterprise customers will happily pay even 100$/mo subscriptions and it has a clear value proposition that can be decently verified.
Re: GPT-5.3-Codex
#578Re: GPT-5.3-Codex
#579Whats interesting to me is that these gpt-5.3 and opus-4.6 are diverging philosophically and really in the same way that actual engineers and orgs have diverged philosophically With Codex (5.3), the framing is an interactive collaborator: you steer it mid-execution, stay in the loop, course-correct as it works. With Opus 4.6, the emphasis is the opposite: a more autonomous, agentic, thoughtful system that plans deepl…
I'm personally 100% convinced (assuming prices stay reasonable) that the Codex approach is here to stay. Having a human in the loop eliminates all the problems that LLMs have and continously reviewing small'ish chunks of code works really well from my experience. It saves so much time having Codex do all the plumbing so you can focus on the actual "core" part of a feature. LLMs still (and I doubt that changes) can't…
Re: GPT-5.3-Codex
#580Why does OpenAI have a separate model for coding (Codex) but Anthropic uses the same model for chatbots and coding?
They seem to be slowly moving away from having a separate coding model. With this release, they're calling the model Codex but expressly mention that it's also supposed to be more suitable than GPT 5.2 for general use.