Hacker News new | ask | show | jobs
by rfgplk 4 days ago
> Or just like a 700 or so 1-founder companies in the world and everyone else is without work?

This. But instead of 700 it's more likely that everyone will be a founder (more or less). It's already scary how easy it is to launch an MVP or produce prototypes with the latest models.

4 comments

Until an LLM becomes better at coming up with products people want and running a company. Then we'll cut out the founders and have LLM run companies.
To whom will all those founders sell their AI generated products?
Then why don’t we see a bunch of amazing software for sale that solves every niche issue?
In my own (admittedly limited) experience, 2 employees in my company (that had no programming knowledge or experience) have vibe coded apps that simplify their daily roles. The apps basically automate a flowchart of steps where multiple people need to submit certain pieces of info and as they do, a "project" moves through stages and the employees get notified on Telegram.

The app really is just several simple forms with some if/else logic, but claude code allowed them to get the app up and running and deployed on vercel's free tier, and it's Good Enough™ to save them an hour or so each day lost in messaging and chasing up things.

I don't think anyone would ever have targeted an app for sale to them, and it would have been hard to twist some sort of flow management app and integrate it with Zapier or something to handle external api calls. With claude code they could just tell it what they wanted and solve their very niche issue. That's why I think that even though LLM coding has improved so much you might not see more software for sale - it's easier for people to just...make their own software.

The best part of this workflow - which I see often - is that by having someone build custom software to automate some process they often step back away from the process being their job. That eventually translates into them understanding that some (or sometimes most or all) of that process is not needed. There are so many corporate processes that were implemented and then become the way... and if there are people who identify that process as being their job those people resist attempts to optimize that process.

I have seem several people use AI to write apps to automate a process and along they way finally ask the question 'do we even need this process?'.

Regrettably this does not happen everywhere.

Don’t get me wrong, :) that’s pretty cool! I’ve also made highly personalized mini apps for my own personal life. Currently working on an iOS one to log mood and correlate it with HealthKit data since the native health app does a bad job of it.

That said, I meant more like production grade apps that have to serve N>1, which is IME where the hard part LLMs suck at comes in. I saw a tweet somewhere along the lines of “CEOs/execs are so divorced from the last mile effort that they are uniquely susceptible to believing AI can replace engineers end to end”

> It's already scary how easy it is to launch an MVP or produce prototypes with the latest models.

No it isn’t. The things that were hard are now harder. The things that were comparatively easy are now easier. But if you build another piece of vibe-coded crap in a world awash in vibe-coded crap, you will not stand out. Nobody cares about your unpolished, one-shot prototype, so cranking them out faster is not really helpful.

Differentiation is always a problem of effort and care, and this isn’t going to change.