A new data point hit Hacker News yesterday that made me stop scrolling: 90% of Claude-linked output goes to GitHub repos with fewer than 2 stars.
Let that sink in. The most advanced AI coding assistant ever built is generating code that nobody uses. It's getting written, committed, and then... abandoned.
Here's what's actually happening, and what you can do about it.
The data comes from claudescode.dev, which analyzed Claude Code's output across GitHub. The finding: most AI-generated code ends up in repos with almost no activity. Zero stars. Zero forks. Zero engagement.
This isn't a Claude problem. It's a human problem. AI makes it trivially easy to generate code. But generating code is the easy part. The hard part is:
This has real implications for how we think about AI-assisted development:
1. Speed without direction is just noise. If you can generate 10x more code but don't know what to build, you're just creating 10x more abandoned projects.
2. The value isn't in the code. The value is in knowing what to build, how to ship it, and how to get users. AI can help with all of these, but most people only use it for code generation.
3. Context matters more than capability. The best AI-assisted developers aren't the ones who generate the most code. They're the ones who know what questions to ask and what to build.
Here's what I've learned from building with AI for the past year:
Start with the problem, not the code. Before you open Claude, write down: What problem am I solving? Who has this problem? How will they find my solution?
Ship something small. Don't try to build the entire app in one session. Build the smallest possible version that solves the core problem. Ship it. Get feedback. Iterate.
Use AI for the whole stack. Don't just use Claude for code generation. Use it for: writing your README, creating your landing page, drafting your launch post, writing your email sequences. The code is 10% of the work.
Build in public. Share your progress. Get early users. The feedback loop is what keeps projects alive. Abandoned projects have no feedback loop.
The 90% abandonment rate isn't a failure of AI. It's an opportunity. While everyone else is generating abandoned code, you can:
The barrier to entry is lower than ever. But the barrier to success is the same as it's always been: solving a real problem for real people.
I put together a Claude Code Cheat Sheet with 50 essential prompts, workflow patterns, and real-world examples. It's the system I use to ship code that actually gets used.
Or follow me on Instagram @z3n.iwnl for daily AI tips and automation tricks.