Everyone building software can feel that AI has changed the internet, but I wanted a number for one small corner of it.
Product Hunt is where I noticed it most. I have used it for years as a rough way to see what people are launching, and it used to be something I could scan in a few minutes. Now the feed feels full in a different way: AI wrappers, agents, “for X” tools, relaunches, prototypes, experiments, and products that look like they went from idea to launch page in a weekend.
So I counted one comparable day across time: the second Wednesday of May, every year from 2015 to 2026.
That is the whole finding. From 2015 to 2023, this sample stays between 22 and 67 launches; then it goes to 139 in 2024, 258 in 2025, and 783 in 2026. That is about 17x from 2023 to 2026. If you use 2020 as the base, it is about 22x.
Method
I used the “all” daily leaderboard, not just the featured page, at https://www.producthunt.com/leaderboard/daily/YYYY/5/DD/all. I picked the second Wednesday of May to avoid comparing weekdays with weekends, then followed Product Hunt’s infinite-scroll GraphQL cursor until the day was exhausted and counted unique launch IDs whose launch date matched the requested day. That date filter matters because the endpoint can inject off-date posts into old leaderboards.
This is still a small sample: one weekday per year, one site, one leaderboard definition. A stronger version would scrape every Wednesday in May, or every day of the year, and plot medians. I also counted leaderboard entries, not unique companies, durable products, or products that still work six months later.
This is AI-related
AI is changing the internet at the production layer. The visible part is chatbots and image generators, but the bigger effect for builders is that the cost of turning a half-formed idea into something launchable has fallen: name, logo, copy, landing page, screenshots, scaffolded app, auth, billing, LLM integration, demo video, and launch post.
That does not make the software better. It does make the launch queue longer, and Product Hunt is one of the places where that queue is easiest to see.
The same pattern shows up elsewhere. GitHub said in an April 2026 availability update that it started planning for 10x capacity in October 2025, then by February 2026 had to design for a future requiring 30x current scale, after agentic development workflows drove sharp growth in repository creation, pull requests, API usage, automation, and large-repository workloads. GitHub’s Octoverse 2025 report gives the broader background: more than 230 new repositories per minute, nearly 1 billion commits in 2025, 1.13 million public repositories depending on generative-AI SDKs, and 4.3 million AI-related repositories.
Product Hunt has also said the quiet part out loud. In its “All the AI that launched in 2025” newsletter, 13 of the top 15 Product Hunt launches that year were tagged “Artificial Intelligence.” A recent paper, Generative AI Fuels Solo Entrepreneurship, but Teams Still Lead at the Top, uses more than 160,000 Product Hunt launches and argues that entrepreneurial entry increased sharply after ChatGPT-3.5, especially for solo entrepreneurs, while much of the increase looked like low-commitment experimental entry.
That sounds right to me. Product Hunt used to feel like a shelf; now it feels like a queue. The count is not a precise measure of startup formation, but it is a decent measure of what a reader has to wade through, and by that measure Product Hunt is swamped now.
Reproduce it
Open any Product Hunt page in a browser where the site works, then paste this into DevTools. It writes the table to window.phLaunchCounts, the individual launches to window.phLaunches, and tries to copy a CSV to your clipboard.
Show the script
Sources
- Product Hunt daily leaderboard pages used for the scrape, example: https://www.producthunt.com/leaderboard/daily/2026/5/13/all
- Product Hunt GraphQL endpoint used by infinite scroll: https://www.producthunt.com/frontend/graphql?operationName=LeaderboardDailyPage
- GitHub availability update, April 2026: https://github.blog/news-insights/company-news/an-update-on-github-availability/
- GitHub Octoverse 2025: https://github.blog/news-insights/octoverse/octoverse-a-new-developer-joins-github-every-second-as-ai-leads-typescript-to-1/
- Product Hunt newsletter, “All the AI that launched in 2025”: https://www.producthunt.com/newsletters/archive/46593-all-the-ai-that-launched-in-2025
- Paper using Product Hunt launches, “Generative AI Fuels Solo Entrepreneurship, but Teams Still Lead at the Top”: https://arxiv.org/abs/2605.10291