Add Responsible AI Usage documentation

- explain the principles behind our AI/LLM usage rules for
  maintainers and contributors rather than just the requirements
- riff off Administrate's "AI at Administrate" guidance: human in
  the loop, trust appropriately, use AI to improve AI, try things
- cross-link from the index, `CONTRIBUTING` guide, pull request
  template, PR how-to, maintainer guidelines and new maintainer
  checklist so the guidance is discoverable where AI use comes up
This commit is contained in:
Mike McQuaid
2026-06-11 09:23:57 +01:00
parent 2a2d02cd2f
commit 9569699c92
7 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.c
### "Artificial Intelligence"/Large Language Model (AI/LLM) usage
We allow you to create issues and pull requests with AI/LLM with the following requirements:
We allow you to create issues and pull requests with AI/LLM with the following requirements (see [Responsible AI Usage](https://docs.brew.sh/Responsible-AI-Usage) for the principles behind them):
* You must disclose in the initial issue or pull request that you used AI/LLM and what tool/model/etc. you used.
* You must review all AI/LLM generated code, prose, etc. content before you ask anyone in Homebrew to review it for you.