I’ve been running data pipelines for blockchain analytics for three years now. Last week, while debugging a pipeline that tracks developer activity across major chains, I noticed something that made me do a triple-take: weekly crypto commits have crashed from 871,000 to 218,000—a 75% drop since early 2025.
My first thought? “The pipeline’s broken.” My second thought? “Web3 is dying.” But after digging into the numbers for days (and naming this analysis pipeline “Squid Game” because the survival rate felt that dramatic), I found something way more interesting than a simple exodus story.
The Numbers Everyone’s Panicking About
According to Artemis data I’ve been tracking:
- Weekly commits: 871K → 218K (-75%)
- Active developers: ~10,000 → 4,600 (-56%)
- Ethereum devs: Down 34% to 2,811
- Solana devs: Down 40% to 942
- Base devs: Down 52% to 378
Meanwhile, GitHub overall added 36 million developers in 2025 and saw commits rise 25% year-over-year. AI-related repositories exploded: Jupyter Notebooks up 75%, Dockerfiles (for AI apps) up 120%.
So yeah, at first glance it looks like every crypto dev rage-quit to build the next LLM wrapper.
But Wait—Here’s What the Data Actually Shows
When I segmented the data by developer tenure (something I learned to do after my mom kept asking “but are the GOOD developers leaving?”), I found the plot twist:
Developers with 2+ years experience in crypto are UP 27% year-over-year.
Let me say that again: experienced crypto devs INCREASED. They now produce roughly 70% of all commits, up from about 45% in 2023.
The drop is almost entirely in developers with less than 12 months of activity, which declined 58%. We’re not losing our senior engineers to AI companies—we’re losing the tourists and part-timers.
My Theory: We’re Not Losing Devs to AI—AI Is Making Our Best Devs 3-10x More Productive
Here’s what I’m seeing in my own work and in the pipeline data:
-
Same core contributors, fewer public commits
- CI/CD pipeline execution times down 30-40% across projects I track
- Test coverage actually UP (median 78% → 84%)
- Lines of code per commit increasing significantly
-
Complexity per commit is rising
- Used to see lots of “fix typo” and “update README” commits
- Now seeing meatier, more substantial changes per commit
- Suggests people are batching work differently—or AI is helping them do in one commit what used to take five
-
Anecdotal evidence from my team
- Our team’s public commit count is down 35%
- But we shipped 2x as many features in Q1 2026 vs Q1 2025
- I personally shipped a cross-chain data indexer in 3 weeks that would’ve taken me 2-3 months in 2023
- My secret? Claude Code for boilerplate, Copilot for SQL optimization, and ChatGPT to explain Rust compiler errors my brain can’t parse at 2am
The Uncomfortable Question Nobody Wants to Ask
If one experienced developer with AI tools can do the work of three developers without AI… do we actually need fewer developers?
This isn’t a “AI will take our jobs” panic post. I’m asking seriously: are we watching the efficiency gains that every other industry goes through? Where productivity improvements mean you need fewer people to produce the same output?
The data shows:
- Wallet infrastructure devs: Only category with GROWTH (+6%)
- DeFi, NFT, L1 protocol devs: All declining
- The survivors: Senior devs who know what to build and how to verify AI output
What This Means for Your Career (and Mine)
I’ve been thinking a lot about this because my parents still don’t really understand what I do, but they definitely understand “75% drop” in anything. Here’s my current mental model:
If you’re a junior dev using AI as a crutch: You’re in danger. AI can write code you don’t understand, and when it breaks (it will), you won’t know how to fix it.
If you’re an experienced dev using AI as an accelerator: You’re probably more valuable than ever. You can 10x your output while maintaining quality because you can verify the AI’s work.
If you’re trying to break into Web3 right now: The bar just got higher. You need to be better than “junior dev + AI” to get hired.
I Want to Hear Your Experience
I’m literally just one data engineer with too much coffee and a Jupyter notebook. My data shows patterns, but I want to hear the human stories:
- Are you shipping more code with AI tools, just with fewer commits?
- Have you seen quality improve, decline, or stay the same?
- If you’re hiring: are you looking for fewer, more senior developers now?
- If you’re junior: how are you learning when AI can do the “practice” coding for you?
Also, if anyone wants to collaborate on this analysis (or tell me my methodology is totally wrong), I’ve got all my data pipeline code here: [fictional github link]. It’s a mess and the variable names are in Korean but the SQL queries are solid.
TL;DR: Crypto commits down 75%, but experienced devs UP 27%. Either AI is making senior devs super productive, or we’re watching the juniors get filtered out by higher bars to entry. Probably both. What are you seeing in your corner of Web3?
Data sources: Artemis, CoinDesk developer activity analysis, my own on-chain analytics pipelines. If you want specific chain breakdowns or methodology details, drop a comment. I love talking about data way too much.