| ▲ | A list of 1,325 AI assisted repositories, mined from GitHub(github.com) |
| 11 points by ActuallyTaylor 4 hours ago | 14 comments |
| |
|
| ▲ | prologic 3 hours ago | parent | next [-] |
| What is the point collecting this data? I feel like this is like "A list of N,NNN repositories using IDE(s)" Hmmm I don't get it? |
| |
| ▲ | tay1or 3 hours ago | parent | next [-] | | The data was collected for a paper that was attempting to find a lexical difference between human contributions and LLM contributions. The reason for this was because repository maintainers need to make sure submitted code has been at least reviewed by a human. By detecting unattributed AI submissions, it can tell maintainers that they need to pay extra attention to the repositories. | | |
| ▲ | prologic 2 hours ago | parent [-] | | And does that work? Can you genuinely tell whether a human has reviewed Ai-assisted/generated code? |
| |
| ▲ | naruhodo 3 hours ago | parent | prev [-] | | So that this list can be added to the list of lists. | | |
|
|
| ▲ | deckar01 3 hours ago | parent | prev | next [-] |
| There has been a persistent attack on GitHub repos by agents trying to land a commit to become a contributor. The default GitHub permission is to allow contributors to execute actions against the repo’s compute budget, so it could be a botnet. Another possibility is that they are trying to get a Copilot grant. Someone claiming to be in academia was surveying repos when that program first started. I’m guessing the permissions for that are equally as naive. |
|
| ▲ | lioeters 4 hours ago | parent | prev | next [-] |
| Related paper in the repo: Changes in Vocabulary Between Human-created and LLM-assisted Code Repositories - Taylor Lineman https://raw.githubusercontent.com/ActuallyTaylor/strata/refs... (PDF) |
|
| ▲ | unixhero 3 hours ago | parent | prev | next [-] |
| Won't this be all at some point |
|
| ▲ | unified101 4 hours ago | parent | prev [-] |
| Only python? |
| |
| ▲ | ActuallyTaylor 4 hours ago | parent | next [-] | | The repos in the list are python only, but the Find Subprogram lets you find any language: https://github.com/ActuallyTaylor/strata/tree/main#find-subp... | |
| ▲ | 4 hours ago | parent | prev | next [-] | | [deleted] | |
| ▲ | titularcomment 4 hours ago | parent | prev [-] | | Also seems to consist of directly AI adjacent topics from a quick skim | | |
| ▲ | tay1or 3 hours ago | parent [-] | | This surprised me as well when I wrote the paper! I started data collection for the AI assisted repositories on May 1, 2025 which is the release data of claude code. The reasoning behind this is noted in the paper but can be broken down to, it would be easier to find a large quantity of AI repositories after vibe coding took off. The majority of these repos being AI adjacent topics was an interesting find, but supports the idea that a large chunk of our LLM advancements are being helped by LLMs. | | |
| ▲ | deckar01 3 hours ago | parent [-] | | When I suspect an agent opening a PR I check their GitHub activity. They have usually opened dozens of PRs. Most of them are ignored, high profile packages close them, and AI related projects blindly merge them. They also tend to create dozens of private repos and commit to them non-stop. |
|
|
|