Top
Best
New

Posted by tanelpoder 9 hours ago

So where are all the AI apps?(www.answer.ai)
363 points | 330 commentspage 4
bredren 5 hours ago|
The models are not well trained on bringing products to market.

And even “product engineers” often do not have experience going from zero to post sales support on a saas on their own.

It is a skill set of its own to make product decisions and not only release but stick with it after the thing is not immediately successful.

The ability to get some other idea going quickly with AI actually works against the habits needed to tough through the valley(s).

Sharlin 9 hours ago||
The reason why the release cadence of apps about AI has increased presumably reflects the simple facts that

a) there are likely many more active, eager contributors all of a sudden, and

b) there's suddenly a huge amount of new papers published every week about algorithms and techniques that said contributors then eagerly implement (usually of dubious benefit).

More cynically, one might also hypothesize that

c) code quality has dropped, so more frequent releases are required to fix broken programs.

daemonk 4 hours ago||
I AI coded an entire platform for my work. It works great for me. I also recognize that this is not something I want to make into a commercial product because it was so easy that there's just no value.

I think this might be more of an comment on software as a business than AI not coding good apps.

Vanshfin 5 hours ago||
There is one AI app that is not just an app it is your personal assistant which will work on your assign task and give you the results you can connect it with your social media it will deploy in just 3 single step also has free trial try it now becuase your saas needs an personal assistant that work on behalf of you Give it try:https://clawsifyai.com/
avadodin 1 hour ago|
What you say?

Not just an app but someone set up us the bomb!?

fritzo 4 hours ago||
They're private, that's the beauty. Code is so cheap now, we can ween ourselves off massive dependency chains.

200 years ago text was much more expensive, and more people memorized sayings and poems and quotations. Now text is cheap, and we rarely quote.

EastLondonCoder 8 hours ago||
I’ve done a event ticket system that’s in production. Stripe integration, resend for mailing and a scan app to scan tickets. It’s for my own club but it’s been working quite well. Took about 80 hours from inception to live with a focus on testing.

I’ve done some experiments with reading gedcom files, and I think I’m quite close to a demoable version of a genealogy app.

Biggest thing is a tool for remotely working musicians. It’s about 10000 lines of well written rust, it is a demoable state and I wish I could work more on it but I just started a new job.

But yeah, this wouldn’t have been possible if I hadn’t been a very experienced dev who knows how to get things live. Also I’ve found a way to work with LLMs that works for me, I can quickly steer the process in the right way and I understand the code thats written, again it’s possible that a lot of real experience is needed for this.

edent 8 hours ago|
Could you not have downloaded one of the hundreds of Open Source event systems and configured it in less time?
EastLondonCoder 8 hours ago||
Possibly, but probably not in less time and the point was partly learn to use agentic coding and also having it do exactly what I wanted.
CharlieDigital 8 hours ago||

    > So, let’s ask again, why? Why is this jump concentrated in software about AI?...Money and hype
The AI field right now is drowning in hype and jumping from one fad to another.

Don't get me wrong: there are real productivity gains to be had, but the reality is that building small one-offs and personal tools is not the same thing as building, operationalizing, and maintaining a large system used by paying customers and performing critical business transactions.

A lot of devs are surrendering their critical thinking facilities to coding agents now. This is part of why the hype has to exist: to convince devs, teams, and leaders that they are "falling behind". Hand over more of your attention (and $$$) to the model providers, create the dependency, shut off your critical thinking, and the loop manifests itself.

The providers are no different from doctors pushing OxyContin in this sense; make teams dependent on the product. The more they use the product, the more they build a dependency. Junior and mid-career devs have their growth curves fully stunted and become entirely reliant on the LLM to even perform basic functions. Leaders believe the hype and lay off teams and replace them with agents, mistaking speed for velocity. The more slop a team codes with AI, the more they become reliant on AI to maintain the codebase because now no one understands it. What do you do now? Double down; more AI! Of course, the answer is an AI code reviewer!. Nothing that more tokens can't solve.

I work with a team that is heavily, heavily using AI and I'm building much of the supporting infrastructure to make this work. But what's clear is that while there are productivity gains to be had, a lot of it is also just hype to keep the $$$ flowing.

wrqvrwvq 7 hours ago|
People will dismiss this critical-thinking shutoff loop as doomer conspiracy, but it's literally the strategy that ai founders describe in interviews. Also people somehow can't or don't remember that uber was almost free when it came out and the press ran endless articles about the "end of car ownership", but replacing your car with uber today would be 10x more expensive. Ai companies are in a mad dash to kill the software industry so that they can "commoditize intelligence". There will be thousands of dead software startups that pile slop on slop until they run out of vc funny-money.
relation_al 6 hours ago||
Well, it's kind of like asking about streaming media. If anyone can have their own "tv show" or anyone can be their own "music producer" then the ratios are so radically altered vis-a-vis content/attention calculation. The question has never been "more means more success stories" because musicians make $.000001 per stream, so even if they stream millions of songs ... you get the point. So surely there are good apps, but the accompanying deluge makes them seem less significant.
skyberrys 9 hours ago||
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.
Brybry 8 hours ago||
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...

jayd16 9 hours ago||
To be fair, those markets are dominated by entrenched market leaders.
vanyaland 5 hours ago|
I think part of the mismatch is that people are still looking for “more apps” as the output metric.

A lot of the real value shows up as workflow compression instead. Internal tools, one-off automations, bespoke research flows, coding helpers, things that would never have justified becoming a product in the first place.

More comments...