Hacker News new | ask | show | jobs
by Rhainur 6 days ago
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.

2 comments

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”