Remix.run Logo
stavros 7 hours 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).

comboy 7 hours ago | parent | next [-]

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.

stavros 6 hours ago | parent [-]

That's why I have Claude write the code and Codex review.

bdangubic 6 hours ago | parent [-]

that’s like having oleg kiselyov’s code reviewed by my middle school daughter :)

stavros 6 hours ago | parent [-]

I didn't know your middle school daughter is a genius coder, congratulations!

hk__2 6 hours ago | parent | prev [-]

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.