All vibe coding tools are selling a get rich quick scheme
31–40 of 104 posts
Re: All vibe coding tools are selling a get rich quick scheme
#32I was at a coffee shop a little while ago with some friends and a stranger was sitting near us working on his laptop. Someone from our group decided to strike up a conversation with him and the stranger started telling us about how now they have these AI tools that can have you make an app in a few hours and without knowing how to code. He was not a software person but look at what he is able to do with it. The impli…
People say this, but you'll know it's real or not when the world will drown in a mountain of AI-authored shovelware from non-engineers.
Re: All vibe coding tools are selling a get rich quick scheme
#33Re: All vibe coding tools are selling a get rich quick scheme
#34The trick is that you have to be a good coder to get the most out of "vibe" coding. It works great for me, but I deploy all of the knowledge I've acquired over the decades as a professional developer. You need to know how to architect systems, what data structures and algorithms to ask for, how to design a product, many facets of graphic and user interface design, how to parcel out work, how to parallelize tasks. Eve…
Absolutely. It's augmentation not automation, it does what I want or it gets the hose again. You make the framework and it colours in the lines. If you don't draw the pattern first you're going to get a kindergarten mess. There are times I'm amazed by its suggestions but it will also cheat and "lie" and if you're not paying attention, you'll miss it. But these days many tasks for me consist of: I need this, look how…
I’ve ended up with tests called stuff like “foobar successfully returns impossible value that suggests programmer error” lmao
Re: All vibe coding tools are selling a get rich quick scheme
#35The trick is that you have to be a good coder to get the most out of "vibe" coding. It works great for me, but I deploy all of the knowledge I've acquired over the decades as a professional developer. You need to know how to architect systems, what data structures and algorithms to ask for, how to design a product, many facets of graphic and user interface design, how to parcel out work, how to parallelize tasks. Eve…
I don't necessarily think it will stay this way, though. The tools are so new, we shouldn't be so sure that the future versions won't allow non-coders to code successfully.
Re: All vibe coding tools are selling a get rich quick scheme
#36the actual AI companies marketing hype seems to claim:
1) you can make fun non-serious toy apps
2) any day now massive productivity increases for software companies. this is different than anyone can launch a product with no software skills.
Re: All vibe coding tools are selling a get rich quick scheme
#37Re: All vibe coding tools are selling a get rich quick scheme
#38Most people who vibe code will never make anything meaningful. Low 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?
One shotting small utilities that I have no interest in writing (for me, front-end JS, chrome extensions, web scraping selectors) is wonderful. I just vibe coded a "crop a pdf" web UI and it worked with no intervention. It doesn't have to be meaningful, just useful.
Re: All vibe coding tools are selling a get rich quick scheme
#39> at first i was very hopeful i can finally 'build' now with my minimal tech skills This 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…
That’s about enough for me to build out fairly complex products very fast with AI (Claude Code). Claude Code often makes some fundamental mistakes that you wouldn’t be able to catch if you didn’t have any coding experience (like today, it was trying to save large images directly in the database instead of using file storage).
Re: All vibe coding tools are selling a get rich quick scheme
#40> at first i was very hopeful i can finally 'build' now with my minimal tech skills This 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…
This will be a big problem in the future if it means more companies choosing not to hire/train juniors. Eventually all the experienced people will be dead or retired.
Now a junior can ask an AI like 90% of questions that would otherwise occupy a senior:
- Why does this dockerfile copy these files first? - how can I find the entrypoints to this service? - is there anything related to image processing in this entire project?
LLMs let juniors punch above their weight, and it lets seniors go faster. Of course if everybody is twice as efficient, you don’t need as many devs (debatable), but I don’t think junior devs are going anywhere. I hear a lot of CEO hype posts saying junior devs are outdated, but idk it doesn’t make any sense to me!