
Vibe coding is coding when you actually manage to get something out to production. In big settings it’s very easy to fix small pointed problems, however, if you’re doing things like personal projects, vibe coding makes a hot mess 90% of the time as the codebase grows and it lacks architecture and structure.
vibe coding is asking ai to code for you yeah? i wouldn’t say it’s coding but it’s extremely helpful for LEARNING, especially if you have professors who don’t really know how to explain things to undergrads/students/non-professionals. i don’t think relying on ai to learn is rotting our brains because a lot of times, it’s the only way you can get specific input. but i wouldn’t say prompting an llm to code FOR you is actually coding
You do, but doesn’t mean AI does, I have an “operator” file that decides how to process some of the user input on my program IE who to kick the problem to, and after enough error fixing (no no no, this part!) it tries to jam the subsequent services into the operator every time. Drives me up a tree.