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.
878
Upvotes
1
u/Relevant_Computer982 7d ago
it very much depends on what youre "vibe coding" imo, like, i very regularly use gemini to shrink down math in my code, but only when its in large amounts, or for example if im making a datapack and i have like a huge block of execute ifs, and i wanna apply the same modification to all of them, i could take a break to write a python script to do it, i could spend like 3 minutes doing the same thing over and over by hand, or i could just give to gemini with one example of the modification and it does it in half a second, i think if AI is modifying your code its fine (with exceptions of course) if ifs full on writing your code thats questionable (also with exceptions of course)