adds a permits LLM ingestion tag (#472)

closes #345

Feel free to suggest improvements!

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/472
This commit is contained in:
jessebot 2026-04-26 12:32:38 +02:00 committed by JesseBot
commit a2bf727199
4 changed files with 46 additions and 4 deletions

View file

@ -41,6 +41,7 @@ The criteria for being included in this repository are any of following tags. Yo
- [![Gen AI 'Art'](./badges/gen-ai-art-dark-yellow.svg)](https://codeberg.org/small-hack/open-slopware#gen-ai-art)
- [![AI Databroker Usage](./badges/ai-databroker-usage-pink.svg)](https://codeberg.org/small-hack/open-slopware#ai-databroker-usage)
- [![AI In Issue Tracker](./badges/ai-in-issue-tracker-teel.svg)](https://codeberg.org/small-hack/open-slopware#ai-in-issue-tracker)
- [![Permits LLM Ingestion](./badges/permits-llm-ingestion.svg)](https://codeberg.org/small-hack/open-slopware#permits-llm-ingestion)
Alternatives should not contain any slop as defined by our tagging system above.

View file

@ -23,6 +23,7 @@ See a project on here that you love, and wish wasn't on here? Check out our [**N
* [AI Sponsored](#ai-sponsored)
* [AI Databroker Usage](#ai-databroker-usage)
* [AI In Issue Tracker](#ai-in-issue-tracker)
* [Permits LLM Ingestion](#permits-llm-ingestion)
* [Request for Help](#request-for-help)
* [Sibling Repos](#sibling-repos)
* [Tainted Software](#tainted-software)
@ -242,7 +243,23 @@ The use of an AI bot/agent for responding to Issues, Discussions, Forums etc rel
Evidence can be:
- Link to AI in an Issue, Bug report, Discussion, etc - must be related to the project's bug/issue tracking
- Link to AI in an Issue, Bug report, Discussion, etc - must be related to the project's bug/issue tracking (e.g. dosu)
### Permits LLM Ingestion
![Permits LLM Ingestion](./badges/permits-llm-ingestion.svg)
Permits the use of AI/LLMs to ingest the project's contents. This can be for "understanding the code better", "finding bugs/security issues/optimizations". This tag is to be used independently for projects that generally reject the use of AI in their code repositories, issue trackers, and sponsorships, but still encourage or permit users to use LLMs to ingest their code base.
The reason we still find this worthy of a tag is because it:
- means that the LLM, often provided by a company with very little respect for copyright, will then save a copy of that open source repo for use in it's future outputs.
- still encourages people to use LLMs and carves out a special situation in which they're still OK, but as this repo is against AI/LLMs for more than just "poor code quality" reasons, we still believe this is not a good course of action as it still promotes the use of inherently unethical tooling.
Evidence can be:
- An AI or Contribution policy that carves out a space for "using LLMs to understand the code" or "finding bugs"
- Core maintainer using or accepting the use of AI for finding Security issues
### Request for Help

View file

@ -28,6 +28,7 @@ Make sure to format your table like below (note that it is alphabetized by softw
- [![Gen AI 'Art'](./badges/gen-ai-art-dark-yellow.svg)](https://codeberg.org/small-hack/open-slopware#gen-ai-art)
- [![AI Databroker Usage](./badges/ai-databroker-usage-pink.svg)](https://codeberg.org/small-hack/open-slopware#ai-databroker-usage)
- [![AI In Issue Tracker](./badges/ai-in-issue-tracker-teel.svg)](https://codeberg.org/small-hack/open-slopware#ai-in-issue-tracker)
- [![Permits LLM Ingestion](./badges/permits-llm-ingestion.svg)](https://codeberg.org/small-hack/open-slopware#permits-llm-ingestion)
**Don't know what the alternative or last known good version is?** Use this badge in its place:
@ -52,15 +53,19 @@ Here are all the badges for easy copying and pasting:
```
```markdown
[![Gen AI 'Art'](./badges/gen-ai-art-dark-yellow.svg)](https://codeberg.org/small-hack/open-slopware#gen-ai-art)
[![Gen AI 'Art'](./badges/gen-ai-art-dark-yellow.svg)](#gen-ai-art)
```
```markdown
[![AI Databroker Usage](./badges/ai-databroker-usage-pink.svg)](https://codeberg.org/small-hack/open-slopware#ai-databroker-usage)
[![AI Databroker Usage](./badges/ai-databroker-usage-pink.svg)](#ai-databroker-usage)
```
```markdown
[![AI In Issue Tracker](./badges/ai-in-issue-tracker-teel.svg)](https://codeberg.org/small-hack/open-slopware#ai-in-issue-tracker)
[![AI In Issue Tracker](./badges/ai-in-issue-tracker-teel.svg)](#ai-in-issue-tracker)
```
```markdown
[![Permits LLM Ingestion](./badges/permits-llm-ingestion.svg)](#permits-llm-ingestion)
```
```markdown

View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="123" height="20" role="img" aria-label="Permits LLM Ingestion">
<title>Permits LLM Ingestion</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="123" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="0" height="20" fill="#525252"/>
<rect x="0" width="123" height="20" fill="#525252"/>
<rect width="123" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="617" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="1130">Permits LLM Ingestion</text>
<text x="617" y="140" transform="scale(.1)" fill="#fff" textLength="1130">Permits LLM Ingestion</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1,003 B