mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-28 16:38:12 +00:00
docs: rework ai policy for more clear rules and expectations
This commit is contained in:
+16
-12
@@ -1,23 +1,27 @@
|
|||||||
# AI Usage Policy
|
# AI Usage Policy
|
||||||
|
|
||||||
Tinyauth has rules regarding the use of LLM-generated content. The following guidelines must be followed when using AI-generated content in Tinyauth:
|
> [!NOTE]
|
||||||
|
> By Tinyauth, we refer to the entire Tinyauth ([tinyauthapp](https://github.com/tinyauthapp)) organization and all of the repositories under it.
|
||||||
|
|
||||||
- **All usage must be clearly labeled**: Any content generated by an LLM must be clearly labeled as such. This includes any text, code, or other content that is generated by an LLM.
|
## How we utilize AI in Tinyauth
|
||||||
|
|
||||||
- **All LLM-generated content should be understood and verified by the account holder**: The human who utilized the LLM must have a thorough understanding of the content generated by the LLM. This includes understanding the implications of using the generated content and being able to explain it to others if necessary.
|
In Tinyauth, we see AI as another tool designed to help developers accelerate their work, ***not*** as something that should be doing the development for them. The ways we utilize large language models in Tinyauth are the following:
|
||||||
|
|
||||||
- **Automated systems are not allowed**: All forms of automated systems that utilize LLMs to generate content without human oversight are strictly prohibited. This includes any system that generates content without a human being directly involved in the process like for example OpenClaw.
|
- **Pull request reviews**: We utilize [Coderabbit](https://www.coderabbit.ai/) for reviews in our pull requests which helps us find and fix issues faster, minimizing the time maintainers have to spend reviewing.
|
||||||
|
- **Documentation and Issues**: We use [Dosu](https://dosu.dev/) to help resolve duplicate issues faster and automatically update our documentation based on changes in the code base.
|
||||||
|
- **In-Line Suggestions**: GitHub's [Copilot](https://github.com/features/copilot) is partially used to fill in boilerplate code through in-line suggestions.
|
||||||
|
|
||||||
- **No LLM-generated content other than text is allowed**: The only type of content that can be generated by an LLM and used in Tinyauth is text/code. Any other type of content generated by an LLM cannot be used with the license and thus does not have clear ownership.
|
## How we expect the community to use AI
|
||||||
|
|
||||||
- **LLM pull requests are not guaranteed to be accepted or prioritized**: Any pull request that contains LLM-generated content is not guaranteed to be accepted and/or prioritized. The maintainers are responsible for reviewing all pull requests and determining whether or not they meet the standards of the project. LLM-generated content will be reviewed with the same standards as any other content, and may be rejected if it does not meet those standards.
|
We expect the Tinyauth community to use AI as a tool for faster development and not as a way to implement entire features through prompts. For this reason, the following guidelines are in place for AI generated content:
|
||||||
|
|
||||||
- **Large LLM generated pull requests will be rejected**: Any pull request that contains a large amount of LLM-generated content will be rejected. This is because it is difficult for the maintainers to review and verify large amounts of LLM-generated content.
|
- **All usage must be clearly labeled**: Any content generated by AI must be clearly labeled as such. In case a pull request is clearly generated by AI and the author fails to disclose its use, it will be rejected.
|
||||||
|
- **All generated content should be completely understood by the account holder**: The human who utilized the large language model to generate content must have a thorough understanding of it. This includes understanding the resulting output to the full extend and being able to explain it in detail in case it's needed.
|
||||||
|
- **Automated systems are not allowed**: All forms of automated systems that utilize large language models to generate content without human oversight are forbidden. This includes any system that generates content without a human being directly involved in the process like for example with OpenClaw.
|
||||||
|
- **No generated content other than text is allowed**: The only type of content that can be generated by AI and used in Tinyauth is text. Any other type of content generated by AI cannot be used as it cannot be licensed.
|
||||||
|
- **AI pull requests are not guaranteed to be accepted or prioritized**: Any pull request that contains AI generated content is not guaranteed to be accepted and/or prioritized. The maintainers are responsible for reviewing all pull requests and determining whether or not they meet the standards of the project. AI generated content will be reviewed with the same standards as any other content, and may be rejected if it does not meet those standards.
|
||||||
|
- **Large generated pull requests will be rejected**: Any pull request that contains a large amount of generated content will be rejected. This is because it is difficult for the maintainers to review and verify large amounts of generated content.
|
||||||
|
|
||||||
## Tinyauth is developed by humans, for humans
|
## Tinyauth is developed by humans, for humans
|
||||||
|
|
||||||
Please remember that Tinyauth is developed by humans. While LLMs can be a useful tool for **assisting** in the development process, they should not be used in place of the actual human brain. Moving forward, we are committed to ensuring that all content in Tinyauth is created and reviewed by humans, and that LLMs are used only as a tool to assist in the development process.
|
Please remember that Tinyauth is developed by humans. While AI can be a useful tool for **assisting** in the development process, it should not be used in place of the human brain. Moving forward, we are committed to ensuring that most, if not all the content in Tinyauth is created and reviewed by humans, and that AI is only used as a tool to assist in the development process.
|
||||||
|
|
||||||
## Our view on LLMs
|
|
||||||
|
|
||||||
The rules above apply for pull requests that have been generated using prompts, not thoughts. We believe that LLMs can be a useful tool given that it's used responsibly. We ourselves do utilize LLMs to assist in the development process in the form of smarter intelisense (aka in-line generation) and for helping with documentation and brainstorming. We won't judge anyone for using LLMs in the same way and as long as you completely understand (and are responsible) for the content generated, you can skip the above guidelines as we will view the code as yours.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user