AI Code Review
Seven questions before you accept generated code.
daemoncore rule
AI generated it is not the same thing as I understand it.
You are the one who has to fix it at 2am when it breaks in production. Reviewing generated code isn't distrust — it's the part where you learn.
Explain every file you changed, why you changed it, any dependencies you added, any database changes, any authentication or authorization changes, any environment variables required, and anything that could affect production security. List anything you were unsure about.
how to read the answer
Anything that touches authentication, permissions, secrets or the database gets read slowly and out loud. Everything else gets skimmed. If the explanation doesn't match the diff you're looking at, that's your signal to stop and ask again.