AI Badges
March 8, 2026 ยท View on GitHub
These badges indicate whether code was generated by AI tools or written by humans.
Motivation
I believe it's good practice to warn users of Open Source libraries about code quality. If code was generated with LLMs, it's likely to have issues. Humans from flesh and blood can produce higher quality and more beautiful code. This is the main motivation for creating this repository.
BADGES
WARN: LLM Generated
This badge indicates that the code was generated by a Large Language Model (AI).
HTML:
<a href="https://github.com/40ants/ai-badges">
<img src="https://img.shields.io/badge/WARN-LLM%20GENERATED-FF6347"/>
</a>
Markdown:
[](https://github.com/40ants/ai-badges)
Restructured Text:
.. image:: https://img.shields.io/badge/WARN-LLM%20GENERATED-FF6347
:target: https://github.com/40ants/ai-badges
SAFE: Hand Made Code
This badge indicates that the code was written by a human.
HTML:
<a href="https://github.com/40ants/ai-badges">
<img src="https://img.shields.io/badge/SAFE-HAND%20MADE%20CODE-32CD32"/>
</a>
Markdown:
[](https://github.com/40ants/ai-badges)
Restructured Text:
.. image:: https://img.shields.io/badge/SAFE-HAND%20MADE%20CODE-32CD32
:target: https://github.com/40ants/ai-badges