In light of the news around Rust's policy, I was exploring the alternatives, and when I went to Java, I discovered that the two build systems I'm aware of for it are both tainted.
For Maven, all I found was commits from Claude, so I noted the last release before the oldest one to come up in a search. If anyone finds slop from before that, that should be reevaluated.
For Gradle, there is talk in the issues about cooperating with slop agents, so I considered including the `AI Functionality` label as well, but those issues are all still open (or closed without indication of action to resolve), and regardless I'm not sure if designing a build system to function better alongside LLMs counts.
Let me know if this should go in the compiler tools section instead of the language-specific tools.
In the mean time, I guess I'll be looking into how one might operate `javac` directly...
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/479
Reviewed-by: Max <cloudymax@noreply.codeberg.org>
This is the WIP coreutils rewrite in Rust, that recently sparked a controversy, because it was picked up by Canonical for internal Ubuntu releases. In addition to the visible Claude commits, there is good reason to believe, the lead developer is using it locally.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/508
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
- Linux distributions that explicitly banned LLM/GenAI contributions are placed in a separate alternatives subsection.
- Removed mention of Gentoo's USE flags because it felt like unnecessary pressure.
Add Elementary and Chimera Linux Distributions as Alternatives
- Closes#433
Co-authored-by: reece146 <reece146@noreply.codeberg.org>
Add explicit indication of the Linux kernel compromise,
and mentioning that Gentoo's USE flags can be used to disable optional AI‑tainted dependencies.
* darktable has AI features, but these are not genAI so I decided that the AI functionality tag isn't warranted
* I guess one could use gimp as an alternative? But I doubt it's a good one, so I decided not to list it for now
Guess with photography I have another passion that is being destroyed by AI :(
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/354
- agents.md in repo and contribution guidelines allow AI
Maybe debateable because they require human in the loop for AI but only
because "most drivers of AI are just not good enough" (e_e)
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/496
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
- author and several maintainers make use of genAI tooling
- agents.md and claude.md in repo
- copilot and claude in commits
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/495
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
They have admitted to using deepfaked "art" for release images and other locations, and their codebase contains LLM-generated code.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/482
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
It seems like unfortunately Go libraries have also started to allow AI slop (including the ones i like like purego for FFI) so basically it means i have to use alternatives if i want to avoid slop
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/489
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com>
Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Given the number of "Requests for Help" and pull requests for new entries, I decided to fulfill some of them. I started with the Accessibility Tools section because it was the first one
These are the earliest instances of AI usage I found:
* [espeak-ng](https://github.com/espeak-ng/espeak-ng): [Copilot review](https://github.com/espeak-ng/espeak-ng/pull/2256) - even though it was automatic, no effort to ignore it or stop future instances was taken. Furthermore, they became more frequent later on
* [nametag](https://github.com/mattogodoy/nametag): [Claude commit](b850288414) - the latest version is of the same day but does not contain this commit
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/488
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: PeculiarDemon <bird.drove692@passinbox.com>
Co-committed-by: PeculiarDemon <bird.drove692@passinbox.com>
* Added Connectbot and MTKClient
* Drew DeVault recently updated his blog, meaning the URL listed is now a redirect; this has been replaced with the target URL.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/486
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Co-committed-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
* Added Fladder
* Alphabetized the section, because I became aware of that standard after I did the section
* Update Jellyfin Desktop evidence, since that had two "Permissive AI Policy" tags and I found something better to list.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/481
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Co-committed-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Did a somewhat in-depth search and found [PR 19325](https://github.com/PowerShell/PowerShell/pull/19325) which first shows up in `v7.4.0-preview.3`. Note that last stable tag is v7.3.4.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/484
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Co-committed-by: Pixelo789 <Pixelo789@noreply.codeberg.org>
Good day. Kindly adding in ox as a text editor with "ai"/llm functionalities (https://github.com/curlpipe/ox/pull/190)
Have a great day
Adronia
Co-authored-by: Adronia <adronia@hugecat.men>
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/470
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Adronia <adronia@noreply.codeberg.org>
Co-committed-by: Adronia <adronia@noreply.codeberg.org>
Adds the Jmonkey Java-based game engine and also alphabetizes the game-engine section.
Also adds a last-clean release for Godot. The methodology was to find the fist PR that can be determined to contain AI, then going 1 release backwards from that date to be safe. In this case the first AI commits seem to be from copilot in September of 2025 - so we take the last stable release before then which was late 2024.
Co-authored-by: cloudymax <admin@cloudydev.net>
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/461
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Max <cloudymax@noreply.codeberg.org>
Co-committed-by: Max <cloudymax@noreply.codeberg.org>
I added a new section to accomodate anubis and iocaine. Let me know if it's better to organise it in a different way and I'll rebase :)
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/456
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
There's no sufficient evidence for cURL to be confirmed to be sponsored by AI software/companies. The only proof is a quote within a GitHub App with no further links showing that the app's owner is sponsoring cURL or similar.
- closes#462
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/463
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Andre601 <andre601@noreply.codeberg.org>
Co-committed-by: Andre601 <andre601@noreply.codeberg.org>
just realized that Silo is tainted because the commit i referenced from eariler still contained commits from Claude from below, this fixes PR #457
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/458
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: matu6968 <wierzejskimateusz8@gmail.com>
Co-committed-by: matu6968 <wierzejskimateusz8@gmail.com>
Starship now has Claude support. Added shmonad as an alternative.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/454
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: Léana 江 <leana.jiang+git@icloud.com>
Co-committed-by: Léana 江 <leana.jiang+git@icloud.com>
- adds breaks or notes in situations where the table may be too wide causing smaller screen widths to have the "evidence" column become too small and hard to read
- limits each project to only 3 pieces of evidence per tag (otherwise this will be harder to maintain)
- remove subjective language around what is outdated
- fix issues where parentheses were inside links
- adds missing commas and periods
- removes trailing blank space
- the bluesky app link was wrong, and for some reason linked to misskey? Fixed to be correct link
- fixed centering of tables that I created 🤦
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/453
Co-authored-by: jessebot <jessebot@linux.com>
Co-committed-by: jessebot <jessebot@linux.com>
I found no alternatives for AnkiDroid. :(
BTW, since there's no learning index on the TOC I added that up as you can see. :)
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/247
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: micdan5 <micdan5@noreply.codeberg.org>
Co-committed-by: micdan5 <micdan5@noreply.codeberg.org>
Should this section in any way refer to the later NixOS entry? Nix is often brought up as an alternative to other Cloud Build Systems.
I'm also pretty sure Golly should go into a games or toys section, if there was one.
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/440
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
Co-authored-by: perditionecessaria <perditionecessaria@noreply.codeberg.org>
Co-committed-by: perditionecessaria <perditionecessaria@noreply.codeberg.org>