From 18c6b91305a18fecaf137f44d750e6cd268689b0 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:09:01 +0200 Subject: [PATCH] Add a line about it being mostly done by the maintainers --- AI_POLICY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AI_POLICY.md b/AI_POLICY.md index 0efccf61..ef93c2f3 100644 --- a/AI_POLICY.md +++ b/AI_POLICY.md @@ -11,6 +11,8 @@ Invidious is written in an obscure language: Crystal. Because it is obscure the number of people knowing it is really low. +Because the amount of people knowing it is really low, the amount of contributors to Invidious is really low: the vast majority of contributions are done by the Invidious maintainers themselves. + Invidious is the biggest Crystal project that exists, bigger than Crystal itself [(yes, seriously)](https://shards.info/). The problem of being the biggest software in an obscure language is that you're often effectively the first project to encounter a problem and because it's an obscure language, not a lot of libraries exist to make it easier for you, meaning, you usually have to make everything you need yourself.