mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-05-28 12:56:22 +02:00
Compare commits
5 commits
main
...
vleermuis-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4230f3def | ||
|
|
061b38dfdd | ||
|
|
25fbc16f76 | ||
|
|
b504f60edc | ||
|
|
aef15c1af3 |
3 changed files with 29 additions and 17 deletions
|
|
@ -34,6 +34,7 @@ Other tips for keeping the repo tidy and making sure we don't duplicate efforts:
|
|||
|
||||
The criteria for being included in this repository are any of following tags. You can click each one to jump to the definition and acceptable evidence:
|
||||
|
||||
- [](https://codeberg.org/small-hack/open-slopware#vibecoded) (only to be used in extreme cases)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#ai-functionality)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#permissive-ai-policy)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#ai-code-reviews)
|
||||
|
|
|
|||
38
README.md
38
README.md
|
|
@ -182,7 +182,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
|
|||
* [Effect on Hardware Prices](#effect-on-hardware-prices)
|
||||
* [License](#license)
|
||||
|
||||
## Definitions
|
||||
# Definitions
|
||||
|
||||
| Term | Definition |
|
||||
|-----------|---------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
|
@ -193,7 +193,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question
|
|||
|
||||
Below are special definitions that are used for tagging purposes.
|
||||
|
||||
### Permissive AI Policy
|
||||
## Permissive AI Policy
|
||||
|
||||

|
||||
|
||||
|
|
@ -209,21 +209,27 @@ Evidence can be:
|
|||
> [!Important]
|
||||
> If a core maintainer has noted that the code is entirely vibecoded, please put that as the *first* evidence link.
|
||||
|
||||
#### Vibecode
|
||||
### Vibecoded
|
||||
|
||||
Asking an AI to write software for you (often without human review). Per [Wikipedia](https://en.wikipedia.org/wiki/Vibe_coding):
|
||||

|
||||
|
||||
Asking an AI to write software for you (*often* without human review). Per [Wikipedia](https://en.wikipedia.org/wiki/Vibe_coding):
|
||||
|
||||
> In computer programming, vibe coding is a software development practice assisted by artificial intelligence (AI) such as by chatbots (programs that simulate conversation) or AI agents such as Codex or Claude Code. The software developer describes a project or task in a prompt to a large language model (LLM), which generates source code automatically. Vibe coding may involve accepting AI-generated code without reviewing the output thoroughly, instead relying on results and follow-up prompts to guide changes.
|
||||
|
||||
The term was coined by [Andrej Karpathy](https://en.wikipedia.org/wiki/Andrej_Karpathy) (co-founder of [OpenAI](https://openai.com/)) in February 2025.
|
||||
The term was coined by [Andrej Karpathy](https://en.wikipedia.org/wiki/Andrej_Karpathy) (co-founder of [OpenAI](https://openai.com/)) in February 2025. A **Vibecoder** is a person who uses AI prompts to generate anything, typically code or images. It would therefore be appropriate to call Andrej Karpathy a vibecoder.
|
||||
|
||||
A **Vibecoder** is a person who uses AI prompts to generate anything, typically code or images. It would therefore be appropriate to call Andrej Karpathy a vibecoder.
|
||||
|
||||
> [!Note]
|
||||
> [!tip]
|
||||
> Humans reviewing vibecoded code does not disqualify said code from being considered vibecoded.
|
||||
|
||||
Please note we only use the  tag in extreme scenarios when a project is *mostly* coded using AI.
|
||||
|
||||
### AI Functionality
|
||||
Evidence can be:
|
||||
|
||||
- blog post stating the project was vibecoded
|
||||
- contributing/developer docs *requiring* the usage of AI
|
||||
|
||||
## AI Functionality
|
||||
|
||||

|
||||
|
||||
|
|
@ -235,7 +241,7 @@ Evidence can be:
|
|||
- a blog post advertising the AI Functionality
|
||||
- a link to the default branch in a repo that shows where the AI Functionality is implemented
|
||||
|
||||
### AI Code Reviews
|
||||
## AI Code Reviews
|
||||
|
||||

|
||||
|
||||
|
|
@ -247,7 +253,7 @@ Evidence can be:
|
|||
- an AI code review CI workflow.
|
||||
- a PR where an AI code review seems to be automatically created by some sort of third party app
|
||||
|
||||
### Gen AI 'Art'
|
||||
## Gen AI 'Art'
|
||||
|
||||

|
||||
|
||||
|
|
@ -257,7 +263,7 @@ Evidence can be:
|
|||
|
||||
- link to the place where the AI "art" is used
|
||||
|
||||
### AI Sponsored
|
||||
## AI Sponsored
|
||||
|
||||

|
||||
|
||||
|
|
@ -269,7 +275,7 @@ Evidence can be:
|
|||
- link to website that lists AI companies in sponsors list
|
||||
- README that says "Sponsored by <AI Company here>"
|
||||
|
||||
### AI Databroker Usage
|
||||
## AI Databroker Usage
|
||||
|
||||

|
||||
|
||||
|
|
@ -280,7 +286,7 @@ Evidence can be:
|
|||
- Blog post talking about using AI for processing user data
|
||||
- Privacy policy listing an AI company as a third party service
|
||||
|
||||
### AI In Issue Tracker
|
||||
## AI In Issue Tracker
|
||||
|
||||

|
||||
|
||||
|
|
@ -290,7 +296,7 @@ Evidence can be:
|
|||
|
||||
- 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
|
||||
|
||||

|
||||
|
||||
|
|
@ -306,7 +312,7 @@ 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
|
||||
## Request for Help
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
7
STYLE.md
7
STYLE.md
|
|
@ -16,12 +16,13 @@ Make sure to format your table like below (note that it is alphabetized by softw
|
|||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [formallyCoolSoftware](https://linktocoolsoftware.tld) | [`ab12345`](linktolastgoodcommitid.tld/commit/ab12345) | [](https://codeberg.org/small-hack/open-slopware#ai-functionality) ([1](https://docs.linktocoolsoftware.tld/ai-assistant))<br/> [](#permissive-ai-policy) ([1](https://linktocoolsoftware.tld/branch/main/AGENTS.md))<br/> [](https://codeberg.org/small-hack/open-slopware#ai-code-reviews) ([1](https://linktocoolsoftware.tld/branch/main/AGENTS.md))<br/> [](https://codeberg.org/small-hack/open-slopware#gen-ai-art) ([1](https://linktocoolsoftware.tld/ai_logo.jpg))<br/> [](https://codeberg.org/small-hack/open-slopware#ai-databroker-usage) ([1](https://linktocoolsoftware.tld/privacypolicy)) <br/>  ([1](https://linktocoolsoftware.tld/branch/main/README.md)) <br/> [](https://codeberg.org/small-hack/open-slopware#ai-in-issue-tracker) ([1](http://linktocoolsoftware.tld/issues/123))<br/> [](https://codeberg.org/small-hack/open-slopware#permits-llm-ingestion) ([1](https://linktocoolsoftware.tld/branch/main/ai_policy.md)) | [coolSlopFreeProject] |
|
||||
| [formallyCoolSoftware](https://linktocoolsoftware.tld) | [`ab12345`](linktolastgoodcommitid.tld/commit/ab12345) | [](https://codeberg.org/small-hack/open-slopware#ai-functionality) ([1](https://docs.linktocoolsoftware.tld/ai-assistant))<br/>[](#vibecoded) ([1](https://link-to-software-blog.tld/how-i-vibecoded-the-app)) <br/> [](#permissive-ai-policy) ([1](https://linktocoolsoftware.tld/branch/main/AGENTS.md))<br/> [](https://codeberg.org/small-hack/open-slopware#ai-code-reviews) ([1](https://linktocoolsoftware.tld/branch/main/AGENTS.md))<br/> [](https://codeberg.org/small-hack/open-slopware#gen-ai-art) ([1](https://linktocoolsoftware.tld/ai_logo.jpg))<br/> [](https://codeberg.org/small-hack/open-slopware#ai-databroker-usage) ([1](https://linktocoolsoftware.tld/privacypolicy)) <br/>  ([1](https://linktocoolsoftware.tld/branch/main/README.md)) <br/> [](https://codeberg.org/small-hack/open-slopware#ai-in-issue-tracker) ([1](http://linktocoolsoftware.tld/issues/123))<br/> [](https://codeberg.org/small-hack/open-slopware#permits-llm-ingestion) ([1](https://linktocoolsoftware.tld/branch/main/ai_policy.md)) | [coolSlopFreeProject] |
|
||||
| [formallyOKSoftware](https://linktofinesoftware.tld) | [`v2.0.0`](linktolastgoodversion.tld/v2.0.0) | [](#permissive-ai-policy) ([1](https://linktocoolsoftware.tld/branch/main/AGENTS.md))<br/>  ([1](https://linktocoolsoftware.tld/branch/main/README.md))| [alrightSlopFreeProject] |
|
||||
|
||||
**Evidence column**: should contain one or more of the following tags (followed by *up to 3* numbered evidence links in parentheses):
|
||||
|
||||
- [](https://codeberg.org/small-hack/open-slopware#ai-functionality)
|
||||
- [](https://codeberg.org/small-hack/open-slopware##vibecoded) (keep in mind this is more severe than permissive AI policy)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#permissive-ai-policy)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#ai-code-reviews)
|
||||
- [](https://codeberg.org/small-hack/open-slopware#gen-ai-art)
|
||||
|
|
@ -43,6 +44,10 @@ Here are all the badges for easy copying and pasting:
|
|||
[](#ai-functionality)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](#vibecoded)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](#permissive-ai-policy)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue