From dcc9d1d8cdb9a4f0b281121de142963e9a9d912e Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Tue, 25 Aug 2026 14:30:04 -0400 Subject: [PATCH] Add AI policy of moderate This is taken from one of the three options suggested at https://learn.scientific-python.org/development/guides/ai/ under the "moderate" option. --- AI_POLICY.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 AI_POLICY.md diff --git a/AI_POLICY.md b/AI_POLICY.md new file mode 100644 index 0000000..646efc4 --- /dev/null +++ b/AI_POLICY.md @@ -0,0 +1,27 @@ +# AI Policy + +AI-assisted contributions are accepted only if: + +- The PR follows the same rules as a non-AI PR. +- It clearly states that it is AI-assisted and names the tool used. +- It links to an issue or discussion where a maintainer agreed to the + proposed change beforehand. +- AI-generated descriptions/comments are clearly marked and only used when + required. +- A human drove the tool, reviewed every line, and can explain the change. +- It was not opened by a fully autonomous agent. +- You respond to review comments yourself. + +This applies to issues and comments as well as pull requests. Using AI for +translation or grammar help is fine. AI output may infringe copyright; it is +your responsibility to make sure it does not. + +Unsolicited, undisclosed, or low-effort AI PRs will be closed. + +Only humans can be named as co-authors, and AI can _never_ sign off on a +commit. The Linux kernel trailer should be used to credit AI assistance, like +this: + +```text +Assisted-by: : +```