Live data from Hacker News

So where are all the AI apps?

answer.ai

191–200 of 448 posts

Re: So where are all the AI apps?

#191

Maybe the top 15,000 PyPi packages isn't the best way to measure this? Apparently new iOS app submissions jumped by 24% last year: > According to Appfigures Explorer, Apple's App Store saw 557K new app submissions in 2025, a whopping 24% increase from 2024, and the first meaningful increase since 2016's all-time high of 1M apps. The chart shows stagnant new iOS app submissions until AI. Here's a month by month bar ch…

i was curious, but I need a statista account to see it

https://archive.md/tM9Kg

Re: So where are all the AI apps?

#192

I think this article is making a pretty big assumption: that people making things with AI are also going to be publishing them. And that's just the opposite of what should be expected, for the general case. Like I've been making things, and making changes to things, but I haven't published any of that because, well they're pretty specific to my needs. There are also things which I won't consider publishing for now, e…

Agree. There's also a weird ideological thing in open source right now, where any AI must be AI slop, and no AI is the only solution. That has strongly disincentivized legitimate contributions from people. I have to imagine that's having an impact. There's a very real problem of low effort AI slop, but throwing out the baby with the bathwater is not the solution. That said, I do kind of wonder if the old model of ope…

You know what else strongly disincentivized legitimate contributions from people?

Having your code snatched and its copyright disregarded, to the benefit of some rando LLM vendor. People can just press "pause" and wait until they see whether they fuel something that brings joy to the world. (Which it might in the end. Or not.)

Re: So where are all the AI apps?

#193
post #28

It is incredibly easy now to get an idea to the prototype stage, but making it production-ready still needs boring old software engineering skills. I know countless people who followed the "I'll vibe code my own business" trend, and a few of them did get pretty far, but ultimately not a single one actually launched. Anyone who has been doing this professionally will tell you that the "last step" is what takes the maj…

> It is incredibly easy now to get an idea to the prototype stage Yup. And for most purposes, that's enough . An app does not have to be productized and shipped to general audience to be useful. In fact, if your goal is to solve some specific problem for yourself, your friends/family, community or your team, then the "last step" you mention - the one that "takes majority of time and effort" - is entirely unnecessary,…

I agree, although I'd also say for the majority of problems the first part of even prototyping it is probably a waste of time and most people would be better off asking a simple AI hooked up to search if an appropriate solution already exists, or can be easily made with existing tools.

Re: So where are all the AI apps?

#194
post #28

It is incredibly easy now to get an idea to the prototype stage, but making it production-ready still needs boring old software engineering skills. I know countless people who followed the "I'll vibe code my own business" trend, and a few of them did get pretty far, but ultimately not a single one actually launched. Anyone who has been doing this professionally will tell you that the "last step" is what takes the maj…

It's really thrown off some old adages. It's now "the first 90% takes 90% of the time, the last 10% takes the other 90,000,000% of the time."

Just doesn't have the same ring to it.

Re: So where are all the AI apps?

#195
post #28

It is incredibly easy now to get an idea to the prototype stage, but making it production-ready still needs boring old software engineering skills. I know countless people who followed the "I'll vibe code my own business" trend, and a few of them did get pretty far, but ultimately not a single one actually launched. Anyone who has been doing this professionally will tell you that the "last step" is what takes the maj…

> It is incredibly easy now to get an idea to the prototype stage Yup. And for most purposes, that's enough . An app does not have to be productized and shipped to general audience to be useful. In fact, if your goal is to solve some specific problem for yourself, your friends/family, community or your team, then the "last step" you mention - the one that "takes majority of time and effort" - is entirely unnecessary,…

But the last "making a product" part does apply to nearly any tool, even a solution to a personal problem.

I've started tons of scratch my own itch projects. There's adoption, UX, onboarding costs even if you're the only audience.

TLDR: i don't even use my own projects. I churn.

Re: So where are all the AI apps?

#196

Wouldn't the apps go into the Apple store and Android play? I guess looking at python packages is valid, but I don't think it's the first thing someone thinks to target with vibe coding. And many apps go to be websites, a website never tells me much about how it is made as a user of the site.

Steam game releases seem to be up maybe a bit more than expected. [1]

And you can even see the number of new games that disclosed using generative AI (~21% in 2025). [2]

And that's probably significantly undercounting because I doubt everyone voluntarily discloses when they use tools like Claude Code (and it's not clear how much Valve cares about code-assistance). [3]

Also no one is buying or playing a lot of these games.

[1] https://steamdb.info/stats/releases/

[2] https://steamdb.info/stats/releases/?tagid=1368160

[3] https://store.steampowered.com/news/group/4145017/view/38624...

Re: So where are all the AI apps?

#197

Earlier quoted context omitted.

all they did is annoy their friends and family by sharing their vibeslop app and asking for "feedback". I really dont know how to respond to these requests. I am going to hide out and not talk to anyone till this fad passes. Reminds of the trend where everyone was dj wanting you to listen their mixtrack they made on abbleton live

Is it really that big of a deal to help/encourage a friend/family in these simple ways?? Do you have no time in life to smell the flowers?

AI slop is not the flowers

Re: So where are all the AI apps?

#199

Earlier quoted context omitted.

Technical people (which is by far the minority of people out there) building personal apps to scratch an itch is one thing. But based on the hype (100x productivity!), there should be a deluge of high quality mobile apps, Saas offerings, etc. There is a huge profit incentive to create quality software at a low price. Yet, the majority of new apps and services that I see are all AI ecosystem stuff. Wrappers around LLM…

> Wrappers around LLMs, or tools to use LLMs to create software. But I’m not really seeing the output of this process Because it's better to sell shovels than to pan for gold. In the current state of LLMs, the average no-experience, non-techy person was never going to make production software with it, let alone actually launch something profitable. Coding was never the hard part in the first place, sales, marketing &…

And SQL was that version in the 80s...

Re: So where are all the AI apps?

#200
post #176

Earlier quoted context omitted.

i was curious, but I need a statista account to see it

https://cdn.statcdn.com/Statistic/1020000/1020964-blank-754....

Seems they use old data unless you craft a request with origin/referrer:

    curl 'https://cdn.statcdn.com/Statistic/1020000/1020964-blank-754.png' \
      -H 'Origin: https://www.statista.com' \
      -H 'Referer: https://www.statista.com/' \
      --output chart.png
Assuming it's a real chart, that will give you the image with the uptick in the last year.
Post reply on HN