-
Notifications
You must be signed in to change notification settings - Fork 147
docs(contributing): add policy on generative AI/LLMs #1586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 4 commits
dee5fe4
e2519d6
55c49c3
eec12a9
b5ef75f
669b53a
fef3ec8
0290d92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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**. | ||
| 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. | ||
|
|
||
|
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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not a lawyer 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). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.