add evidence and note that this is an extreme use case tag

This commit is contained in:
vleermuis-admin 2026-05-27 19:12:09 +02:00
commit a4230f3def

View file

@ -209,21 +209,26 @@ 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
![Vibecoded](./badges/vibecoded.svg)
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 ![Vibecoded](./badges/vibecoded.svg) tag in extreme scenarios when a project is *mostly* coded using AI.
Evidence can be:
- blog post stating the project was vibecoded
- contributing/developer docs *requiring* the usage of AI
## AI Functionality
![AI Functionality](./badges/ai-functionality-yellow.svg)