Live data from Hacker News

Ask HN: Claude Code or Codex?

news.ycombinator.com

21–30 of 55 posts

Re: Ask HN: Claude Code or Codex?

#21
I personally use Codex(plus) a lot, with sol+ponytail, u get concise to the point answers rather than long explanation that openai models are known for, and till date im really satisfied with its coding performance. I also use opencode to try out new openweight models as well, currently im testing out k3.

Re: Ask HN: Claude Code or Codex?

#22

I personally use Codex(plus) a lot, with sol+ponytail, u get concise to the point answers rather than long explanation that openai models are known for, and till date im really satisfied with its coding performance. I also use opencode to try out new openweight models as well, currently im testing out k3.

[flagged]

Re: Ask HN: Claude Code or Codex?

#23

I’ve been using both, but I find 5.6 sol is faster in terms of wallclock time and far less chatty (on my small projects in non-legacy code bases). It “feels” like Sol gets off track more easily than Fable (it’s hard for Sol to ignore a stray remark). My theory is this comes from smaller context window - Codex uses a 350K token context window (that you can’t change), even though model can handle more…

[flagged]

Re: Ask HN: Claude Code or Codex?

#26
Each model has a different personality. There is some real layer underneath but it also depends on how you use it. For me GPT is a nerd and Claude i consider like a senior dev with deep knowledge. I use GPT only for audits and serious code logic because it can catch gaps and inconsistencies that Claude misses. But it always depends on your mindset, i think what really matters is a loop - you plus AI.

Re: Ask HN: Claude Code or Codex?

#28
I heavily use the Pi harness with DeepSeek-v4-pro directly from the DeepSeek API almost exclusively and I have have barely ever felt the need for something different. I have some OpenRouter credits and API key ready to go if DeepSeek fails me, and that almost never happens. It's also unbelievably cheap - so cheap, in fact, that I have started using it even for trivial tasks. I use it for coding, code review, managing my systems in general, and even regular-old-questions. Pi is minimal in many regards including system prompt, tools, and UI, and I found this quality much more preferable than what the other harnesses provide. Currently I use only two extensions to extend Pi's capabilities: a web search tool and a page fetch tool. I might look into getting more as the need arises.

I used to be a heavy Claude Code user but I ended my subscription around the time this Fable nonsense started, as I really don't like the direction Anthropic is taking. I now spend less, get more done, have a better time doing it, and feel better about it.

Re: Ask HN: Claude Code or Codex?

#29

I heavily use the Pi harness with DeepSeek-v4-pro directly from the DeepSeek API almost exclusively and I have have barely ever felt the need for something different. I have some OpenRouter credits and API key ready to go if DeepSeek fails me, and that almost never happens. It's also unbelievably cheap - so cheap, in fact, that I have started using it even for trivial tasks. I use it for coding, code review, managing…

[flagged]

Re: Ask HN: Claude Code or Codex?

#30

Each model has a different personality. There is some real layer underneath but it also depends on how you use it. For me GPT is a nerd and Claude i consider like a senior dev with deep knowledge. I use GPT only for audits and serious code logic because it can catch gaps and inconsistencies that Claude misses. But it always depends on your mindset, i think what really matters is a loop - you plus AI.

[flagged]
Post reply on HN