Live data from Hacker News

GPT-5-Codex

openai.com

141–144 of 144 posts

Re: GPT-5-Codex

#142

Doesn't seem ready for prime-time. I'll be impressed when it actually installs. npm ERR! code 1 npm ERR! path /usr/local/lib/node_modules/@openai/codex/node_modules/@vscode/ripgrep npm ERR! command failed npm ERR! command sh -c node ./lib/postinstall.js npm ERR! /usr/local/lib/node_modules/@openai/codex/node_modules/@vscode/ripgrep/lib/download.js:199 npm ERR! zipFile?.close();

this should resolve that for you:

unset GITHUB_TOKEN

npm install --global @openai/codex

Re: GPT-5-Codex

#144
post #22

Earlier quoted context omitted.

So you're all saying suddenly codex cli w gpt 5 codex is better than claude code? Hard to believe

Not suddenly, it's been better since GPT-5 launched. Prompting is different, but in a good way. With Claude Code, you can use less prompting, and Claude will get token happy and expand on your request. Great for greenfield/vibing, bad for iterating on existing projects. With Codex CLI, GPT-5 seems to handle instructions much more precisely. It won't just go off on it's own and do a bunch of work, it will do what you…

So is gpt-5-codex-high better than gpt-5-high? I find it hard to believe that with half the instruction tokens a MOE model could significantly outperform, but I am certainly not knowledgable in fine-tuning.
Post reply on HN