-
Notifications
You must be signed in to change notification settings - Fork 315
Provide a long-term policy for LLM usage #2260
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
Open
PPPDUD
wants to merge
7
commits into
master
Choose a base branch
from
PPPDUD-patch-3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
1379910
Update CONTRIBUTING.md
PPPDUD d829e00
Update CONTRIBUTING.md
PPPDUD f7e1e6b
Update CONTRIBUTING.md
PPPDUD e7ba5a9
Update CONTRIBUTING.md
PPPDUD 9e784e5
Update CONTRIBUTING.md
PPPDUD 9f79595
Merge branch 'master' into PPPDUD-patch-3
PPPDUD ed4e1da
Update CONTRIBUTING.md
PPPDUD File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,7 @@ These categories of extensions are **highly discouraged**: | |
| - Very niche extensions. You can write the extension for yourself, then import it as a file instead without needing us to review. | ||
| - Extensions whose primary purpose is monetization. It isn't in the spirit of a free and open source project. | ||
| - Joke extensions. Things that are funny to you are not funny to everyone, especially when we get bug reports about it. | ||
| - Extensions that were written mostly or entirely by a large language model (ChatGPT, Gemini, Perplexity, Claude, Grok, DeepSeek, etc.) | ||
|
|
||
| Some extensions were added before these guidelines existed. We're trying to enforce them moving forward. | ||
|
|
||
|
|
@@ -40,6 +41,21 @@ This repository contains a custom development server. Extension source code goes | |
|
|
||
| New extensions should be added in a user folder. You can name your folder anything you want; common choices are your GitHub username or your Scratch username. You can largely choose whatever you want. These folders are just for organization; other people are still allowed to edit your extension. Folder name changes are only granted in rare circumstances, so please get it right the first time. | ||
|
|
||
| ## Some guidelines for content generated by a machine learning model | ||
| ### Large language models (LLMs) | ||
| As a rule of thumb, any extension is unlikely to be accepted if: | ||
| - It would not fulfill its primary goals without the portions which were written by an LLM | ||
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - The person submitting the extension does not appear to understand the LLM-generated code to a reasonable extent | ||
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - The person submitting the extension has written the entire extension with an LLM | ||
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| Some other points to consider: | ||
| - Visibly faulty code is almost never allowed in new extensions, no matter if an LLM or a human being wrote it | ||
| - The extension reviewers have the final say on what's okay and what's not, regardless of what these guidelines say | ||
| - If you spam us with LLM-generated slop and then make something that's really amazing and useful, you might get ignored ([remind you of anything?](https://en.wikipedia.org/wiki/The_Boy_Who_Cried_Wolf)) | ||
|
Collaborator
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. Not exactly a fan of this line. Probably should remove it in my opinion |
||
| - You do NOT need to write in perfect English when submitting an extension (though this is preferred); worst case, a contributor can edit your post for clarity | ||
|
|
||
| ### Image generation models | ||
| While there are no rules explicitly prohibiting the use of machine learning models to produce the images used in an extension or to write the extension's description, it does not make you favorable with many of the extension reviewers. | ||
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
PPPDUD marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## License | ||
|
|
||
| **We are not lawyers. This is not legal advice.** | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.