RussianBroski
Registered Member
- Jul 18, 2024
- 89
- 84
What are your experiences regarding to SAAS fully created with AI tools or vibe coding? Are they really stable and trustworthy or eventually they just glitch and shows a lower quality aspect ?
It depends on your build. Base44 is usually good, but if you run into technical problems you'd have to know some coding to progress.What are your experiences regarding to SAAS fully created with AI tools or vibe coding? Are they really stable and trustworthy or eventually they just glitch and shows a lower quality aspect ?
Well, it's not impossible, there are many AI apps out there, maybe you are talking about good onesIt's impossible to build an app using vibe coding. The neural network can indeed write code from scratch. But it will be boilerplate code that doesn’t even come close to meeting all your actual requirements. The problems will start when it begins making the changes you need. The code will fall apart immediately because an LLM isn’t a programmer. It doesn’t even know how to think.
All it can do is write statistically continue a given text. As a result, every iteration of changes you make will add some kind of workaround that solves the specific problem you've specified, while simultaneously turning the rest of the code into a minefield. It will inevitably lose some things and rewrite others using methods that are incompatible with the main code it wrote in the very first iteration.
The only thing LLMs are useful for is writing individual functions, small classes, and so on, strictly in accordance with the technical parameters specified by the programmer. If you're not a programmer and aren't able to conduct a detailed review of every change it makes, don’t even try to do this.
Well, it's not impossible, there are many AI apps out there, maybe you are talking about good ones
100% true.It's impossible to build an app using vibe coding. The neural network can indeed write code from scratch. But it will be boilerplate code that doesn’t even come close to meeting all your actual requirements. The problems will start when it begins making the changes you need. The code will fall apart immediately because an LLM isn’t a programmer. It doesn’t even know how to think.
I don't think the problem is AI itself. It's whether someone reviews and improves the code afterwards AI can build a solid MVP, but production- quality SaaS still benefits from human testing and refinement