It feels like there’s a new tool, framework, or SaaS product every hour. That feeling isn’t wrong. I looked at a bunch of signals to validate this feeling: Show HN launches, GitHub repos, npm, Rust and PyPI package registries, even Product Hunt, the rate at which people ship new things is accelerating. Here’s the data.

Show HN: the shipping rate is accelerating

Not every one might read Hacker News, but if you’re in the tech scene it’s hard to miss. There is a specific type of post called ‘Show HN’ where someone can show their project. If you’ve build an online (side-)project you want to share with the world this is one of the first places to go.

Monthly "Show HN" posts on Hacker News, Jan 2023 - Mar 2026

Source: Hacker News Algolia API. Mar 2026 is partial (19 days, annualized).

+280%
growth in monthly Show HN posts
Jan 2023 to Feb 2026
3.6% → 12.9%
Show HN share of all HN stories
(similar audience, more builders)

In January 2023, about 1,000 people per month posted a “Show HN,” sharing something they built. By December 2025, that number hit 3,500. By February 2026: 6,200. Not just more HN posts overall: the share of Show HN in all stories tripled, from 3.6% to nearly 13%. People aren’t just posting more, they’re building more. Looking at month-over-month growth you can see that growth has been accelerating since the release of Claude Code and especially the newer Opus 4.6 and GPT-5.4 models.

Month-over-month growth rate in Show HN posts (3-month rolling average)

Source: Hacker News Algolia API. MoM growth computed on 3-month rolling average to smooth seasonality.

GitHub: new repos per month

These days, if you’re working on anything with AI, you’ll need a repository and Github is still the place to go for that. At first glance the chart looks like a normal increase in the total number of repositories, until you realise it’s the number of new repositories per month. In other words, the growth of new repositories, new projects, is accelerating like crazy.

Public repositories created each month, Jan 2023 - Mar 2026

Source: GitHub Search API (approximate counts).

+93%
Feb 2026 vs Feb 2024

In January 2023, about 3 million new public repos were created on GitHub. By late 2025, that was consistently above 5.5 million per month. February 2026 hit nearly 7 million: a clear acceleration that tracks with everything else we’re seeing. The rate of new repo creation roughly doubled in three years, something that’s even clearer when you look at the month-over-month growth.

MoM change in new repos created (3-month rolling average)

Source: GitHub Search API. MoM growth computed on 3-month rolling average to smooth seasonality.

Package registries: where (somewhat) completed projects go

Another way to share your new project or tool with the wider world is to turn it into a package and distribute it through one of the major registries. I’ve looked at PyPI for Python, npm for JavaScript, and crates.io for Rust. I think submitting a package is a good indication of someone trying to solve a problem in a way that’s re-usable for others.

New packages published per month on npm, PyPI, and Crates.io, Jan 2023 - Mar 2026

PyPI public datasets (https://docs.pypi.org/api/bigquery)

Source: Crates.io March 2026 database dump (crates.io/data-access).

These aren’t downloads or installs: they’re new things people made and shared. PyPI added 130,000 new projects in 2025 alone. Crates.io tells a similar story: the Rust ecosystem’s 241,422 total crates are growing at an accelerating pace.

Npm of course, wouldn’t be npm if it didn’t have it’s own dumpster fire hidden in the data. Most of the internet depends on npm and thus it’s one of the most widely used package registries. However, that popularity comes with a set of security challenges that have, let’s say, been challenged over the years. There have been plenty of supply chain attacks, spam and other types of security issues in the npm ecosystem. If you’re interested in the juicy details of one of those attacks, Endor Labs has a great write-up detailing how they uncovered that crypto-mining attempts behind the flood of spam packages known as the IndonesianFoods worm.

Source: registry.npmjs.org

I’ve tried to create a relevant line that takes out a bunch of this spam, but you’ll still have to take it with a grain of salt. One thing that does seem in line with the other registries is that even when npm introduced two-factor authentication for packages last December, the number of new monthly packages is still climbing. This should mean it’s not just automated spam package creation with packages laying dormant for weeks or months as it was for the IndonesianFoods worm, but a more realistic number of packages from actual builders.

Product Hunt: fewer launches, or a platform story?

Product Hunt tells a different story: launches dropped from ~1,400/month in mid-2023 to ~400-500/month by 2025. But this looks like a platform decline, not a creation decline. Product Hunt went through layoffs in 2024 and lost mindshare to alternatives. Meanwhile, Show HN grew 4x in the same period. Builders didn’t stop shipping: they moved platforms.

Monthly launches on Product Hunt, 2023-2026 (sampled months)

Source: hunted.space (Product Hunt launch tracker). Not all months sampled.

Open source and research: fueling the fire

Feeling anxious about AI is not just from seeing a new product pop up every minute. It is also from feeling like you’re behind on what’s the state of the art. Computer Science and AI papers are one way of tracking that. CS paper submissions to arXiv grew from ~59K in 2020 to ~137K in 2025: more than doubling in five years. But the real impact isn’t necessarily the papers themselves: it’s that each paper increasingly comes with a GitHub repo, a package, or a Hugging Face model. As well as a lively Twitter / X discussion on the topic.

Monthly arXiv CS submissions, 2020-2026

Source: arXiv yearly statistics (arxiv.org/year/cs/). Primary CS articles only, excluding cross-lists.

One with everything

When you put all monthly time series on the same scale, the pattern is unmistakable. Show HN is the most extreme signal, but Crates.io (~3.6x) and PyPI show the same upward shape. The inflection starts in mid-2025 and keeps steepening into Q1 2026.

Monthly output indexed to Jan 2023 = 100 (3-month rolling average)

Source: Hacker News Algolia API, GitHub Search API, PyPI dataset, Crates.io database dump (March 2026), arXiv stats. All series smoothed with 3-month rolling average and indexed to Jan 2023 baseline.

So yes, you’re right to be anxious

Across every credible signal: new repos, new packages, new Show HN posts, new research, the rate of creation is accelerating. Not linearly, but with a visible elbow starting early 2025. The feeling that you can’t keep up isn’t a personal failing. It’s a real shift in how much gets shipped.

+280%
Show HN posts
Jan 2023 - Feb 2026
+93%
GitHub repos/month
Feb 2024 vs Feb 2026
+131%
CS papers on arXiv
2020 - 2025
356/day
new Python packages
in 2025

The next question of course is whether we can keep up with it. Not just our technical infrastructure but also our ability to distinguish between genuine improvements and AI slop.