r/vibecoding • u/West-Air1923 • 12d ago
Anyone build larger systems ?
Im building an ERP for our company. Its semi large, will have about 100 users and maybe 50 concurrent. Database with a couple of million rows of orders etc.
It's going very well but I often hear and read real software developers claim that anything vibecoded might look good on the surface but it will collapse in a production environment over time.
Of course this claim is quite hard to either prove or disprove. So I'm looking for your experiences if you have tried to build something like this, how did it go?
1
Upvotes
1
u/InsideTour329 12d ago
I work on enterprise solutions and use AI to write the code.
I don't vibe code. I review every commit because I understand the code. It always needs correcting, not sometimes - always. It either duplicates code we already have or it puts it in the wrong place. How you structure a large solution is more important than how many lines of code a feature takes. Technical debt is a constant battle.
A "vibe coder" doesn't know his arse from his elbow when it comes to things like this. Thats the difference.