Discussion about this post

User's avatar
Pawel Jozefiak's avatar

"Review every line" is the most important AI coding rule and the one everyone skips.

I'm running Claude Code for my automation agent (compared it vs Codex: https://thoughts.jock.pl/p/claude-code-vs-codex-real-comparison-2026) and the code quality difference between "generate and merge" vs "generate and review" is night and day.

AI writes plausible code. Not correct code. The bugs are subtle—wrong assumptions, missing edge cases, security holes.

Your tip about treating AI like junior devs is perfect. You wouldn't merge a junior's PR without review. Why would you trust AI more than humans?

What's your process when AI generates 200+ lines? Line-by-line is brutal at that scale.

No posts

Ready for more?