Kenton Varda has declared a moratorium against AI-generated commit messages, pull request descriptions, and issue tickets within his team. He found that these automated descriptions were worse than useless for code reviews because they focused on low-level details visible in the diff while omitting necessary high-level context.

  • The ban applies to PRs, commits, and issues/tickets generated by AI.
  • Varda observed that AI outputs detailed code outlines but fails to provide broader framing.
  • This omission makes it difficult for reviewers to understand what the code is actually doing.

The decision highlights a practical limitation of generative AI in software engineering workflows, where summarizing visible code changes does not substitute for explaining intent.