You are strictly accountable for the code the AI writes.
When you use AI to write a large Pull Request, you shift the burden of understanding from yourself onto the Reviewer. This ruins team velocity.
To collaborate effectively with AI on a team, you must Own the Diff. Your PR description must explicitly state what the AI generated, how you verified it, and which architectural boundaries it touches. "The AI wrote this" is never an excuse for a bug.
# When submitting AI-assisted code, always include:
1. What was generated?
"The JWT encoding logic and the middleware were generated by Claude."
2. How did you verify it?
"I manually verified the refresh flow. I wrote the tests myself
to ensure the AI didn't write tautological assertions."
3. What are you unsure of?
"Can someone double check the error handling on line 45? The AI
used a new pattern here I'm not 100% familiar with."