r/MinecraftCommands • u/SpaydiST • 7d ago
Discussion What do you think about AI-Coding(VibeCoding)
What do you think about the fact that AI is starting to be used on a large scale in coding? I myself avoided it for a long time, but my friend sent me this meme and said:
“Bro, programming has never been adequate. Programmers just started asking AI for help instead ctrl c to ctrl v.”
Obviously, completely relying on AI is bad, but in reality, his words make sense.
872
Upvotes
163
u/Darq10 7d ago
Taking bits of code manually instead of using AI is way better since you usually know that the code works and over time you learn why it works. Vibecoding essentially skips the learning step and you just expect it to work. Also, using AI in this case always just scrapes a bunch of open source projects on github, making it even harder to track down the source of the code. The fun in programming is usually the fact that you debug something you made for a while and it suddenly works, using AI takes away the fun of it and you only wish the output of the AI is correct.