I have no idea where this theory that SaaS is dead because vibe coding came from. My best bet is that some NYC traders take on agents was to post the same bullish take a million times in order to drive tech stocks (which make up the most of the market cap), and buy them for low.
AI is going to kill app subscriptions
91–100 of 250 posts
Re: AI is going to kill app subscriptions
#92The claim is that now every random person now will build their own app and have to make those hard decisions instead of paying $5 a month for someone else to do that work. Comparative advantage doesn’t just apply to the cost of writing code, but also the effort of making product decisions.
Edit: I don’t mean that a grocery app should cost $5/month, the grocery app was a toy example and the $5/month refers to an example of a separate app you’d pay for with much more value.
Re: AI is going to kill app subscriptions
#93Everyone who has built software knows that the hardest parts involve making complex, tricky decisions with tradeoffs. Let’s say you make a grocery list app. Now you have to make decisions about all the different ways to specify quantity. Units, weight, dollars, bunches… oh, and fractional vs. decimal weight, etc… The claim is that now every random person now will build their own app and have to make those hard decisi…
Re: AI is going to kill app subscriptions
#94Everyone who has built software knows that the hardest parts involve making complex, tricky decisions with tradeoffs. Let’s say you make a grocery list app. Now you have to make decisions about all the different ways to specify quantity. Units, weight, dollars, bunches… oh, and fractional vs. decimal weight, etc… The claim is that now every random person now will build their own app and have to make those hard decisi…
Re: AI is going to kill app subscriptions
#95> it costs almost nothing to build an app, it costs almost nothing to clone an app. I guess the author hasn't done real software development. The cost isn't just for the code. It's for the whole process - especially the architecture. Which database to use for the use case, which framework and language to use, how the database should be structured,table naming standardization, best practices, security audits and every…
Vibe code to production perhaps not, but vibe code for regular personal use doesn’t seem out of the realm of possibility already. Unless there is inherent complexity in the problem (and assuming subscriptions don’t get pricey soon) I can see nontechnical people getting into designing their own apps. It makes me think of 3d printing. A lot of people got into 3d modeling because of it. And a lot of people publish cute…
If there was a text based file format for models, it could generate those and you could hand that to the slicer. Like I’ve never looked, but are stl files text or binary? Or those 3mf files?
If Gemini can generate a good looking pelican on a bicycle SVG, it can probably help design some fairly useful functional parts given a good design language it was trained on.
And honestly if the slicer itself could be driven via CLI, you could in theory do the entire workflow right to the printer.
It makes me wonder if we are going to really see a push to text-based file formats. Markdown is the lingua franca of output for LLMs. Same with json, csv, etc. Things that are easy to “git diff” are also easy for LLMs…
Re: AI is going to kill app subscriptions
#96> it costs almost nothing to build an app, it costs almost nothing to clone an app. I guess the author hasn't done real software development. The cost isn't just for the code. It's for the whole process - especially the architecture. Which database to use for the use case, which framework and language to use, how the database should be structured,table naming standardization, best practices, security audits and every…
I vibecoded an app for my business and didn’t need any engineers and it is currently in use for our customers. I think this is great for everyone to be a developer, the gatekeeping has now been removed and we will see a creative explosion of apps that everyone can build. The security and maintenance aspect of apps is just a claude skill away to be a solved problem.
Re: AI is going to kill app subscriptions
#97Everyone who has built software knows that the hardest parts involve making complex, tricky decisions with tradeoffs. Let’s say you make a grocery list app. Now you have to make decisions about all the different ways to specify quantity. Units, weight, dollars, bunches… oh, and fractional vs. decimal weight, etc… The claim is that now every random person now will build their own app and have to make those hard decisi…
Or is the claim that someone will write the app and sell it for $5 one time or give it away free?
But for apps that have a lot of ceiling, people will still gravitate to apps that have had more care and attention than someone vibe coding it once and throwing it on the store, just like how people choose those well-built and maintained apps today over using their built-in Reminders app.
Re: AI is going to kill app subscriptions
#98> it costs almost nothing to build an app, it costs almost nothing to clone an app. I guess the author hasn't done real software development. The cost isn't just for the code. It's for the whole process - especially the architecture. Which database to use for the use case, which framework and language to use, how the database should be structured,table naming standardization, best practices, security audits and every…
Most of the problems you talk about are problems if you intend your software to be used at scale.
If you're building an app for yourself to track your own food habits; why does DB, framework, best practices matters?
People used to do this in an Excel sheet.
Now they can ask Claude to make them a nice UI similar to MFP or whatever.
Data can be stored in a single JSON file.
It's going to take years before they see actual performance issues.
And even though it becomes an issue, right now an AI Agent can already provide a fix and a script to migrate the data.
My only concern really is about security.
But a private VPS only reachable through Tailscale and they're ahead of 99% of the rest.
Re: AI is going to kill app subscriptions
#99I guess for the author's limited worldview - "apps" are only available through the app stores. could be an unfortunate thing of the author growing up in an era of gated ecosystems. however much of the software out there - is via web - and some desktop - some internal use - some external - some shit without ui - some billed yearly, some billed by subscriptions but I guess tell us how AI is gonna kill subscriptions
I think it depends on what percentage of apps need a website. Most users use apps on their devices, for me, I don't want to open another website when I need an App if it's avoidable.
Re: AI is going to kill app subscriptions
#100Everyone who has built software knows that the hardest parts involve making complex, tricky decisions with tradeoffs. Let’s say you make a grocery list app. Now you have to make decisions about all the different ways to specify quantity. Units, weight, dollars, bunches… oh, and fractional vs. decimal weight, etc… The claim is that now every random person now will build their own app and have to make those hard decisi…
I in fact did just that. I used Claude to reverse engineer my grocery store's API and build a grocery list app that automatically pulls in the aisle information for each item and sorts it by how I typically walk through the store. It's the kind of thing that would be incredibly difficult to scale but works just fine when you only have one user. No SaaS grocery app can hope to compete with me being able to tailor my own shopping list app to my exact preferences.