Earlier quoted context omitted.
Agree. This blog entry has vibes of: „I am software developer so I am so smart I can do everything and I can definitely make revolutionary healthcare app”. Ignoring actual complexity of things, regulations and fact that there are areas that no one will take seriously some vibe coder and you really have to breath in out and swim with the right fish to be trusted and considered for making business with.
Umm... Complexity (especially with integrations) and regulations were two areas explicitly mentioned in the article as areas where you can still differentiate.
"Be Different" doesn't work for building products anymore
91–100 of 140 posts
Re: "Be Different" doesn't work for building products anymore
#92Earlier quoted context omitted.
I'm in that boat, everything is just a crud app. I've worked on some fairly complex apps but at their core they were crud apps and most of their complexity were caused by bad developers overcomplicating and fumbling things. That's not to say something like Figma isn't on an entirely different level, but most apps aren't Figma and don't need to be. Most apps are simple crud apps and if they aren't it's usually because…
> Most apps are simple crud apps and if they aren't it's usually because the devs are bad. I heard this a lot from candidates who had only worked on software that could be described as an app. They bounced from company to company adjusting a mobile app here, fitting into a React framework there, and changing some REST endpoints. There is a large world of software out there and not all of it is user-facing apps.
I work on a vision based traffic monitoring system, and modelling the idea of traffic and events goes into so much complexity without a word of code written
These people are working on problems that have tutorials online and dont know that someone had to make all that
Re: "Be Different" doesn't work for building products anymore
#93Earlier quoted context omitted.
I'm in that boat, everything is just a crud app. I've worked on some fairly complex apps but at their core they were crud apps and most of their complexity were caused by bad developers overcomplicating and fumbling things. That's not to say something like Figma isn't on an entirely different level, but most apps aren't Figma and don't need to be. Most apps are simple crud apps and if they aren't it's usually because…
Why wouldn't figma be considered a crud app? It’s still basically adding and updating things in a DB no? With some highly complex things like rendering, collab and stuff. (Fair question btw)
If you want to know how tough realtime editing is, try making a simple collaborative drawing tool or something. Or an online 2 player text adventure game
Theres a reason tutorials for those arent common
Re: "Be Different" doesn't work for building products anymore
#94Re: "Be Different" doesn't work for building products anymore
#95Earlier quoted context omitted.
Would actually be interesting to see if there is some product hunt or Launch HN stats that prove/disprove this
There was an article that made it the front page of HN a few weeks ago that showed that there hasn’t been an explosion of new software.
Where's the shovelware? Why AI coding claims don't add up https://mikelovesrobots.substack.com/p/wheres-the-shovelware... https://news.ycombinator.com/item?id=45120517
Re: "Be Different" doesn't work for building products anymore
#96Earlier quoted context omitted.
> Most apps are simple crud apps and if they aren't it's usually because the devs are bad. I heard this a lot from candidates who had only worked on software that could be described as an app. They bounced from company to company adjusting a mobile app here, fitting into a React framework there, and changing some REST endpoints. There is a large world of software out there and not all of it is user-facing apps.
I haven't done anything with an UI for decade and a half. Backend integrations, data transformations, piping, transfer protocols and so on. Javascript hell avoided so far. No thank you
Re: "Be Different" doesn't work for building products anymore
#97Earlier quoted context omitted.
> It's also worth noting that a crud app can be quite complex too. There can be a lot of complexity even if the core is simple. I suppose technically a database is just a CRUD app
Yeah, that's essentially what I mean when I say crud app. It's basically a web api written in something like C# or whatever you prefer, which receives HTTP requests and translates them into DB operations. CRUD and views basically. For this type of development you want the DB to handle basically all the heavy lifting, the trick is to design the DB schema well and have the web API send the right SQL to get exactly the…
Re: "Be Different" doesn't work for building products anymore
#98Can't say I agree with this article at all. This has not been my experience. I don't quite know how to articulate this well, but there's something that I'd call a "complexity cliff" in the software business: if you want to compete in certain spaces, you need to build very complex software (even if the software, to the user, is easy to use). And while AI tools can assist you in the construction of this software, it ca…
> there's something that I'd call a "complexity cliff" in the software business: if you want to compete in certain spaces, you need to build very complex software (even if the software, to the user, is easy to use) I recognized something similar when I first started interviewing candidates. I try to interview promising resumes even if they don't have the perfect experience match. Something that becomes obvious when d…
Someone who worked more in embedded systems may say something like “everything is ‘just’ a state machine.”
Re: "Be Different" doesn't work for building products anymore
#99Earlier quoted context omitted.
What makes Figma more complex?
Collaboration and the whole editor UI in general is a much more complex task than your average glorified PDF with some dynamically rendered data. It's not the Pinnacle of complexity, just more complex than your average app.
Re: "Be Different" doesn't work for building products anymore
#100Buying a vibe coded app is like buying something that looks like what you want from AliExpress. There's a small chance it might be good enough for your needs and you get a good deal. I might buy some small thing there that I don't care much about, or take a chance if I can't find anything close anywhere else. But for things I do care about I'll go through curated channels to filter out the fluff.