Hacker News new | ask | show | jobs
by stavros 64 days ago
Codex has been better for me, but it's WAY too nitpicky/defensive. It always wants to make changes that add complexity and code to solve a problem that's impossible to happen (e.g. a multiprocess race condition on a daemon I only ever run one instance of).
2 comments

You just convinced me to try it. Claude just copy pastes, does search and replace, zero abstractions and I'm the one that needs to think about the edge cases.
You may think that's a good thing but it's not. Codex is great at coming up with solutions to problems that don't exist and failing to find solution to problems that do. In the end you have 300 new lines of code and nothing to show for it.
That's why I have Claude write the code and Codex review.
that’s like having oleg kiselyov’s code reviewed by my middle school daughter :)
I didn't know your middle school daughter is a genius coder, congratulations!
Same here; that’s very annoying because it adds a lot of entropy to the code, and people don’t always take the time to clean things up.