All vibe coding tools are selling a get rich quick scheme
1–10 of 104 posts
Re: All vibe coding tools are selling a get rich quick scheme
#2Was it perhaps author's wishful thinking?
Re: All vibe coding tools are selling a get rich quick scheme
#3Low effort in -> low effort out
I can actually code so no point in vibing.
To vibe means to never look at the code, where is the fun in that?
Re: All vibe coding tools are selling a get rich quick scheme
#4I also just overall haven't seen a huge influx of new and useful apps and websites as you'd expect based on how tech leaders are talking about the virtues of these new tools.
I don't think AI has really found it's niche yet, and I think it's going to be much subtler than most people think, it's going to be the tools that integrate features like translations and summarization and speech to text in ways that are seamless that end up sticking - all of this other noise is just marketing hype.
Re: All vibe coding tools are selling a get rich quick scheme
#5I would love to see Lovable.dev's financials, I think they're running the classic low retention, high marketing dollar consumer playbook and are burning cash fast. Base44 seems to do the same thing after getting acquired by Wix, I'm seeing more and more of their ads.
As someone technical, vibe coding makes me feel disconnected from my product and feel like I don't know what's going on. I eventually just need to dive back into the code and find many things I need to change myself.
Re: All vibe coding tools are selling a get rich quick scheme
#6I truly enjoy programming with AI, it is my favorite hobby by a mile. I'm also happy to say that, for now, I get to capture some of the productivity increase for myself while my employer catches up to how effective it is.
It is sad that there is no space to discuss these new techniques that isn't full of opportunists and clout chasers.
Re: All vibe coding tools are selling a get rich quick scheme
#7Re: All vibe coding tools are selling a get rich quick scheme
#8I regularly use Claude code (and Claude) to write code for
- throwaways data processing or visualization
- connecting to an API I have some documentation for
- demoing some concept
I think it's great for data science and product stuff, and on those merits will be a multi-billion dollar industry. I would never let it near a real codebase.
Re: All vibe coding tools are selling a get rich quick scheme
#9I sit on a few indie hacker rooms with folks that slurped up the vibe coding koolaid immediately and they've been posting about their 100x output for over a year now - but none of them have shipped anything remotely successful - so I think at least anecdotally I somewhat agree. I also just overall haven't seen a huge influx of new and useful apps and websites as you'd expect based on how tech leaders are talking abou…
Re: All vibe coding tools are selling a get rich quick scheme
#10This is the problem. If you couldn't have coded it slowly in the old world, you will have problems coding it in AI world.
However if you have a lot of coding experience, you can now compress the time it would have taken you be an enormous amount. My experience is that I can now make extensive changes with very little effort, and very few dead ends. I've been able to take on entire secondary projects where I was just replication existing knowledge with slightly different tools.
Just this week I had a litmus test. I had an existing database that I'm pushing huge amount of data to. I decided to try a different underlying database. This would have taken me a full week of looking at documentation and writing supporting scripts, now I've done it in the spare time I had in two days of my actual work.
And it's not like the AI just did it all unsupervised. It threatened to do down the wrong path a few times, but each time I spotted it and steered it the way I wanted. I also asked it a few questions about curiosities I discovered in the emitted code, and that led to fixes as well.
If I didn't know how to code before, I would still be coding this alternative database.