Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pulpproject.org/help/more/governance/ai_policy.md

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old rule was vague and hard to enforce in practice

I don't see how it's vague. It states interactions with maintainers should not be automated and it even provides an example on how to include AI content.
And it's not harder to enforce than any other policy.

I personally prefer the rule as is.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My primary non-negotiable is that the submitter needs to have reviewed the work before it is submitted. The notice about what is AI and what isn't is less important to me than not being fed inaccurate information by the AI and sort through it all with less context about the problem than the contributor has

Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ There are four rules for code contributions to the Pulp Project:
You are expected to understand and have reviewed any contributions you make using AI tool assistance.
If you are opening an issue or pull request, we expect you to be able to explain the issue and/or proposed changes in your own words.

2. **Autonomous AI agents should not be used to reply to questions from maintainers.**
2. **All GitHub comments, including answers to maintainer questions, must be clearly marked as AI-generated and kept succinct.**

AI agents *may* be used to file issues, produce reproducers, and analysis - but direct interactions with maintainers should remain human-to-human.
If you wish to include context from an interaction with AI in your comments, it must be in a quote block (e.g., using >) and disclosed as such.
Like contributions, comments/issues written with AI assistance should be reviewed by the contributor for relevance and accuracy and accompanied by human commentary.
Begin AI-generated comments with `[AI-generated]`. Comments must be reviewed for relevance and accuracy before posting.

3. **If there are any copyrighted materials that are included in any contribution, the author must confirm that they have permission to use that material from the owners.**

Expand Down
Loading