| ▲ | re-thc 5 hours ago | |||||||
> I had GPT 5.5 in Codex review it after it was done and there was plenty of slop to go around. GPT can find fault in everything and anything including its own work. | ||||||||
| ▲ | gbingles 3 hours ago | parent | next [-] | |||||||
AI review generally will find fault in anything. Any non-trivial code has multiple solutions with different tradeoffs. Any code can be over-engineered for theoretical edge cases and future use cases you don't need. No matter which solution you pick you can always at a minimum say that some alternative just looks and reads better. Code is somewhat artistic. If you don't have well defined standards and priorities, the AI review cycle can spiral infinitely figuratively debating what makes art good, and your code will be no better for it. | ||||||||
| ||||||||
| ▲ | cmrdporcupine 4 hours ago | parent | prev [-] | |||||||
That's what I love about it, and I wish I could find an open model that was as diligent. Somehow it's just way more careful than the others, and also much better at empirical verification of its hypothesis, writing tests, etc. I am assuming a lot of RL done on that kind of flow, and on seeking out negative cases, failure points, race conditions. | ||||||||