A simple tool to figure out just how much LLM generated code has been used in a project. Obviously not perfect, but it automates the task of going through commits for “co-authored by” statements and other signs. In the off chance you don’t want to use the CLI, there’s also a web app!
deleted by creator
Holy smokes… Freaking awesome!
Of course… Programming is normally a human art…
Programming is of human for human to automate machines…
It is as any of people to be left in the infinite history, to learn from and improve accountably, too…Thank you very much for the marvel… art you do…
There’s the following book I recall on the subject that is an essential for every accountable, astute, and respectful developer, artist, I believe.
…a computer language is not just a way of getting a computer to perform operations but rather that it is a novel formal medium for expressing ideas about methodology. Thus, programs must be written for people to read, and only incidentally for machines to execute.
…the essential material to be addressed by a subject at this level is not the syntax of particular programming-language constructs, nor clever algorithms for computing particular functions efficiently, nor even the mathematical analysis of algorithms and the foundations of computing, but rather the techniques used to control the intellectual complexity of large software systems.
…Our traffic with the subject matter of this book involves us with three foci of phenomena: the human mind, collections of computer programs, and the computer.
Every computer program is a model, hatched in the mind, of a real or mental process. These processes, arising from human experience and thought, are huge in number, intricate in detail, and at any time only partially understood.
They are modeled to our permanent satisfaction rarely by our computer programs. Thus even though our programs are carefully handcrafted discrete collections of symbols, mosaics of interlocking functions, they continually evolve: we change them as our perception of the model deepens, enlarges, generalizes until the model ultimately attains a metastable place within still another model with which we struggle.
The source of the exhilaration associated with computer programming is the continual unfolding within the mind and on the computer of mechanisms expressed as programs and the explosion of perception they generate.
If art interprets our dreams, the computer executes them in the guise of programs!
~ Source: “Structure and Interpretation of Computer Programs” (SICP; or “Wizard Book”) by Harold Abelson, Gerald Jay Sussman, Julie Sussman
Nobody thinks the output of that thing isn’t itself slop?
Looks like a very simple heuristic analysis looking for certain files/commiters. In fact it states in the README that it doesn’t go through all the files so it is probably more reliable than those AI “detectors” that also rely on AI.
Its just reading the commit history. It doesnt read the files at all. So it only finds overt slop, anyone who does their commits manually would pass completely.
Edit: https://slopscore.ava.pet/repo/https%3A%2F%2Fgithub.com%2Fcameroncros%2Fedgy-table
This repo is 100% slop (its mine, I know what I did), and it gets marked clean.
It also looks for certain files like AGENTS.md which your repo doesn’t appear to have.
*CameronSlop
Ha, I still hand write most of my code, i used it for that repo to try out local LLMs. Know thy enemy.
I did hand-polish that code as well, just the initial pass was slopped together.
I do know my enemy ;)



