Anti-AI LICENSE: Human-Use-Only License (HUOL)
LICENSE:
- Wrote a custom LICENSE file for my repo — free for humans, locked out for AI
- Humans can copy, modify, and publish the code freely (MIT-style)
- AI systems and AI operators (companies, model trainers, agents, etc.) get zero rights — no reading, training, scraping, or code-gen assistance
- Exception: I (original copyright holder) can grant separate signed written permission to specific AI operators
- Found out non-ai-licenses on GitHub already did something similar — worth checking out too
- Not OSI-approved as "open source" since it restricts a field of use (AI training)
- Doesn't technically stop scraping in real-time, but makes it a clear license violation / copyright claim if caught
What about this ? should something like this default for new projects ?