Skip to content
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ Generally speaking, questions are better suited in our resources below.

---

## Generative AI Policy

The use of large language models (LLMs) for contributions to this project is **expressly forbidden**.
Comment thread
shiftinv marked this conversation as resolved.
Outdated
This includes tools like ChatGPT, Copilot, Claude, DeepSeek, and others.

This policy **applies to all parts of the project**, including, but not limited to, code contributions, documentation contributions, and conversations in issues/pull requests.
An **exception** applies specifically for translating texts to interact with issues, pull requests, or discussions in the repository.

Comment thread
shiftinv marked this conversation as resolved.
Not only is AI-generated content typically a detriment to the overall quality of the issue tracker and codebase, resulting in additional work for maintainers and often wasting valuable time; it also raises concerns about copyright and ownership of intellectual property, as LLMs have been shown to occasionally reproduce copyrighted material verbatim, and it remains unclear whether the output of LLMs is copyrightable in the first place.

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.

I don't see the importance of mentioning ai's copyright issues here. I think this section could focus more on the problems of cognitive offloading that tends to be done with increased usage of llms.

@shiftinv shiftinv Jul 29, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'm not a lawyer (probably for the best), but I do think licensing is a concern in this context for open-source projects; e.g. under EU law, some AI-generated content seemingly may not be copyrightable at all, depending on the extent to which a human influenced the process (which can be questionable?).
I've shortened that section a little in 669b53a, in any case.

Mentioning cognitive offloading is a good call, but I'm a little torn on whether to include it, I already considered mentioning the potential environmental impact but scrapped the idea for now. I didn't want to turn this policy into a lecture on ethics and sustainability, but they're certainly valid points, so... not sure?

Generative AI tools, by their own nature, cannot assess the accuracy or correctness of their own responses/outputs, which makes them unsuitable for environments such as this project, where the responsibility of verifying and correcting potentially entirely fabricated changes is then pushed onto the reviewers.

**As such, if you encounter a bug or would like to see a new feature but don't feel equipped to make these changes yourself, please consider opening a bug report/feature request instead.**

AI tools *can* be useful to find information, answer questions, or gain further understanding of a particular topic (e.g. existing code in a project), but caution should be exercised nevertheless; responses can possibly be misleading, outdated, or plainly incorrect.

## Good Bug Reports

To report bugs (or to suggest new features), visit our [issue tracker](https://github.com/DisnakeDev/disnake/issues).
Expand Down