Is there any real high quality SAAS created with vibe coding? Or are they always full of bugs?

RussianBroski

Registered Member
Joined
Jul 18, 2024
Messages
83
Reaction score
82
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 what is being built and how many tests they have.

1785441602354.png

This is like any app. I'd rather have a well tested ai app, than a poorly tested real app, with just as easily some bugs.
 
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.
 
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.

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.
 
Back
Top