Disclosing AI in pull requests
β’ 75 words β’ 1 min β’ updated
β οΈ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
As we start to draft more PRs with the help of AI, I am thinking to adopt a subtle approach to signal that all (or most) of a given PR was created with the help of AI.
Perhaps by adding a :robot: π€ emoji in the commit message.
GitHub Markdown will happily render :robot:.
I could also add an attribution footer:
"Co-authored-by: Claude <noreply@anthropic.com>"It’s just a bit more verbose.
Have you thought about this?