by Aurornis
12 subcomments
- Perfect example of a base rate fallacy - https://en.wikipedia.org/wiki/Base_rate_fallacy
What percentage of GitHub activity goes to GitHub repos with less than 2 stars? I would guess it's close to the same number.
by agentictrustkit
0 subcomment
- One downstream effect of "agents can publish code" is that the trust signals weve relied on for years (stars, maintainer reputation, issue history...etc) got noisier. I don't think that means the ecosystem collapses, but it could mean we need to separate provenance from popularity.
If an automated system is going to generate and then publish artifacts at scale, you gonna want a verifiable chain of custody. Like which principle authorized the pub, what policy constraints applied (I mean like license scanning, dependency allowlist...etc), an then what checks passed (tests, static analysis, supply-chain provenance). Without this the default consumer posture becomes "treat everything as untrusted," whidh is expensive and slow adoption of legitimate work too.
I suspect we end up with something like "signed built receipts" becoming normal for small projects as well, not because everyone loves ceremony, but becauses the alternative is an arms race of spam and counterfeit maintainers.
- Already enough comments about base rate fallacy, so instead I'll say I'm worried for the future of GitHub.
Its business is underpinned by pre-AI assumptions about usage that, based on its recent instability, I suspect is being invalidated by surges in AI-produced code and commits.
I'm worried, at some point, they'll be forced to take an unpopular stance and either restrict free usage tiers or restrict AI somehow. I'm unsure how they'll evolve.
by furyofantares
2 subcomments
- 100% of all code I have put on github, using claude or not, is on repos with zero stars.
- The base rate argument here is the right one. I maintain a solo project with 3,800+ tests and 92% coverage — zero stars for months because I never promoted it. Stars measure marketing, not quality.
What's more interesting to me is that Claude dramatically lowers the barrier to _testing_, not just writing code. I can mass-generate edge case tests that I'd never bother writing manually. The result is higher-quality solo repos that look "abandoned" by star count.
Is anyone tracking test coverage or CI pass rates for AI-assisted repos vs traditional ones? That seems like a much more useful signal than stars.
by throwaway27448
10 subcomments
- Do people really put weight in stars? It seems completely unrelated to anything but, well, popularity. Even when I modify other peoples' code I fork to a private repo and maintain my changes separately, and I'm fairly certain I have never starred a repo.
by derodero24
0 subcomment
- Most of my side projects have 0-1 stars and I use them daily. Stars measure sharing appetite, not usefulness.
The more interesting question to me isn't "are AI-assisted repos less starred" but "are people building more stuff that's useful only to themselves." That feels like a good outcome — software that was previously only economically viable to write at scale is now worth writing for an audience of one.
by louiereederson
1 subcomments
- Just to clarify as OP, the point here is not that Claude is not contributing to serious work, just that the dashboard suggests a lot of usage in public GitHub repos seems to be tied to low attention, high LOC repos. This is at least something to keep in mind when considering the composition of coding agent usage, and when assessing the sustainability of current trends.
In hindsight the headline was a bit more sensational than I meant it to be!
- Stars measure popularity, not output. The more interesting signal would be: what percentage of those repos got to v1 at all? My guess is AI tooling dramatically increases the ratio of 'ideas that actually shipped' to 'ideas that stayed in a notes file.' That's not captured by stars.
- Shout out to Broadwayscore by thomaspryor@github
At 2mo old - nearly a 1GB repo, 24M loc, 52K commits
https://github.com/thomaspryor/Broadwayscore
Polished site:https://broadwayscorecard.com/
- It looks like my one-star repository [1] came close to making this person's leaderboard for number of commits (currently 5,524 since January, all by Claude Code). I'm not sure what that means, though. Only a small percentage of those commits are code. The vast majority are entries for a Japanese-English dictionary being written by Claude under my supervision. I'm using Github for this personal project because it turned out to be more convenient than doing it on my local computer.
[1] https://github.com/tkgally/je-dict-1
- I have many GH repos, most have no stars. Probably because most of what I write is not very useful to other people due to quality or use case. I would say this is true of most fully human-created repos on GitHub.
- Who cares?
I used Claude code to build a custom notes application for my specific requirements.
It’s not perfect, but I barely invested 10 hours in it and it does almost everything I could have asked for, plus some really cool stuff that mostly just works after one iteration. I’ll probably open source the code at some point, and I fully expect the project to have less than two stars.
Still, I have my application.
For anyone that’s interested in taking a look, my terrible landing page is at rayvroberts.com
Auto updates don’t work quite right just yet. You have to manually close the app after the update downloads, because it is still sandboxed from when I planned to distribute via the Mac App Store. Rejected in review because users bring their own Claude key.
- I'm one of those zero star repos. I've been using Claude Code for some weeks now and built a personal knowledge graph with a reasoning engine, belief revision, link prediction. None of it is designed for stars, its designed for me. The repo exists because git is the right tool for versioning a system.. that evolves every day.
The framing assumes github repos are supposed to be products.
by embedding-shape
1 subcomments
- I'd betcha a lot more than 90% goes to repositories without any stars at all, or even public code!
by mark_l_watson
0 subcomment
- I think the value right now in LLM code assist tools is in small projects: small reusable libraries or proof of concept “I want this app even though almost no one else does” types of projects.
For libraries: still probably mostly useful for personal code bases, but for developers with enough experience to modularize development efforts even for personal or niche projects.
I am bothered by huge vibe coded projects, for example like OpenClaw, that have huge amounts of code that has not undergone serious review, refactoring, etc.
by mikkupikku
0 subcomment
- Maybe because people are using claude to to write code for themselves, to scratch their own itch, and upload it to the world just because. The value of code can't be measured in star counts.
by Serhii-Set
0 subcomment
- The framing here is interesting — low stars doesn't mean low quality or low usefulness. A lot of internal tooling, personal projects, and niche libraries have zero stars but real users. The metric conflates 'AI is helping people build things nobody uses' with 'AI is helping people build things that aren't publicly popular.' Those are very different claims.
by faangguyindia
2 subcomments
- One of the guys these days told me he's using claude code and developed 20 projects in last 4 weeks.
I asked him, how many people are using any of them? He told me it's just him.
- Isn't that expected as well?
The idea with Claude writing code for most part is that everyone can write software that they need. Software for the audience of one. GitHub is just a place for them to live beyond my computer.
Why will I want to promote it or get stars?
by monster_truck
0 subcomment
- I cannot understate how much of an improvement that is. If I had a dollar for all the shit I made myself, the old fashioned way, that got 0 attention at all? I'd have enough for a month or two of claude
- While you have the base rate fallacy, it might also be that people with a bit bigger repos might be paying closer attention.
I disabled all the attribution. I find it noisy and I'm not blaming claude, I'm blaming someone if something is broken.
- - 90% of Claude's repos have <2 stars
- 98% of human's repos have <2 stars
Claude is 5 times smarter than humans!
The math is a bit of a stretch, but the correlation still holds up.
by marginalia_nu
0 subcomment
- I'd expect much the same of the hand-written code.
GitHub stars are very much the textbook example of where you'd expect to find a Pareto distribution.
by chrisweekly
0 subcomment
- Even if that stat were compared directly to the base rate (human output), it could easily be explained by correlating strongly with Claude usage skewing towards new repos.
- the more interesting signal in that data is about intent, not quality. most of these low-star repos probably aren't failed open source attempts - they're personal tools that were never meant to be shared.before ai-assisted coding, the effort-to-build ratio was high enough that most personal scripts stayed on a laptop or in a private gist. pushing to a public repo implied an implicit claim that someone else might want this. now the build cost is low enough that people just push things to git for their own version history and move on.what's actually happening is that git is becoming a personal dev journal as much as a collaboration platform. stars were always a weak proxy for value, but they're especially wrong for this use case.the 90% number probably also undercounts the real extent of this - most serious claude code usage is on private repos and internal tooling that never touches public github at all. the 50b lines stat would look very different if you could see total token output vs just github-public-linked output.
- I hate everything about this headline and metric. As a lifelong graphics programmer from Pentium U/V pipeline assembly optimisation days: so fucking what.
I have never cared about LinkedIn or GitHub stars or any of those bullshit metrics (obviously because I don't score very highly in them), and am enjoying exploring a million things at the speed of thought; get left outside, if it suits you. Smart and flexible people have no trouble using it, and it's amazing.
Rather measure how much I've learnt and created recently compared to before, and get ready for some sobering shit because us experienced old dudes can judge good code from bad pretty well.
by Depurator
1 subcomments
- I'm pleasantly surprised that rust is the fifth most popular language. It is indeed a joy to work in rust with Claude compared to e.g. python.
- Everyone too busy arguing about the stars issue and not noting how claude really took off since Jan 2026
- Some of the comments point toward genuine concern, some smell of gatekeeping.
It is interesting to see a flip in attitude toward GitHub.
- This is just base rate neglect though. Something like 98% of all GitHub repos have <2 stars regardless of how they were made. If 90% of Claude repos have <2 stars that actually means they're outperforming the baseline...
- Yeah, but all these internal and not so internal tools I baked with it are great - they solve my own problems - and without LLMs I would never have a chance to implement even 20% of that.
- What is the claude linked repo with the highest number of stars?
by SebastianSosa1
0 subcomment
- Has always been true.
90% of effort is going to repost with less than 2 stars hasn't changed
- How long does it normally take projects to get stars though? You're not going to have a project with 100+ stars overnight or even within a month, you have to promote the project?
- I think time for AI Free Code (AIFC™) mark has arrived.
- Of course my claude repos have zero stars. Most of them were created in the past 4 months.
- The HN headline is at least misleading, because I suspect a majority of Claude usage is at the enterprise level (deep pockets), which goes to private GitHub repos.
- I mean, most of the code that I have written to Github with normal human intelligence also goes to Github repos will less than two stars. They're usually repos that I create and no one else touches.
- All my repos have at least 1 star! :)
- I have a star on one of my repos. Almost all of my work is only relevant to me or is internal to my org.
by ChicagoDave
0 subcomment
- Why do I care if someone stars my repos? I use GitHub for source control.
by lukaslalinsky
0 subcomment
- Is this surprising in any way? People who let Claude Code attribute commits to itself are probably vibe coders who delegate all the work. It's expected that there will be a growing number of new projects.
- What percentage of non-Claude-linked output hours to repos with <2 stars?
- Yeah. Because they are mostly private I suspect.
- Who goes out of their way to “star” a GitHub repo, and what does that even mean? Is it a “like” button, a tip jar, or a bookmark? Does this bare any relationship to the importance, quality, novelty, trustworthiness, or any other property of the repo other than number of stars?
What a dumb metric to focus on.
- Claude is only as good as the prompts it’s given
- Guess I better make a third alt
- So wait, 10% is going to repos w>2 stars?
by micromacrofoot
0 subcomment
- who uses stars
by user3939382
0 subcomment
- At a glance this may read as “most of this code isn’t valuable to others” but reality is probably complected with “this type of code is reducing the need for shared libraries”.
- The 2 stars or fewer metric may show one thing. We’re moving from an era of 'open source as a digital monument' to 'open source as a disposable scratchpad.' Not that the code is slop, it’s that the cost of creating a repository has dropped to near zero.
by phendrenad2
0 subcomment
- Stars ceased to be relevant a long time ago, around the time Github went from a beloved pillar of the open-source community to just another facet of the Microsoft behemoth.
- Eh yeah, duh? I've been drilled to put every fart on GitHub. 98% of my repositories have 0 stars.
- When we need to archive GitHub when it shuts down, I wonder if I'll need to exclude 30 billion lines of slop.
- the most of them have zero stars..
- I was about to say what’s wrong with one star lol
by theteapot
1 subcomments
- Why is this interesting?
- embarrassing
by Vektorceraptor
0 subcomment
- guilty :) 1 Star here - and even that is worthless
- [dead]
by gebalamariusz
0 subcomment
- [dead]
- [dead]
by michaelabrt
0 subcomment
- [dead]
- [dead]
by aplomb1026
0 subcomment
- [dead]
by null_author
0 subcomment
- [dead]
by patrickRyu
0 subcomment
- [dead]
- [dead]
by matheuspoleza
0 subcomment
- [dead]
by curious1008
0 subcomment
- [dead]
by mrlonglong
1 subcomments
- Codeberg if you hate AI.
by dev_l1x_be
1 subcomments
- Did we democratise software engineering? Seriously, I created a bunch of tools that I find useful without the bloated framework issues that are present in software nowadays. Jokes on me if something does not work.
by louiereederson
1 subcomments
- Toggling the stars shows 50b lines of code created across all projects, only 5b on projects with 2+ stars since Claude Code launch. Kind of eye opening where these Claude Code tokens are going.
Came across this from this ShowHN post yesterday https://news.ycombinator.com/item?id=47501348