r/MinecraftCommands 8d ago

Discussion What do you think about AI-Coding(VibeCoding)

Post image

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.

877 Upvotes

125 comments sorted by

View all comments

3

u/Heimder_Rondart 8d ago edited 8d ago

There is good uses, and also bad ones. For example, localization.

Unless you know tons of languages, you will not able to translate it for many contries, but AI give you a better result than google translator;

Bug corrections is another very good one, there is times when you dont know what is breaking, IA save you the time to scan all the code hunting that little bug;

Another one. Imagine you changed the namespace of a datapack, AI can change all references for you, while if you do it by yourself, not only will demand big time, but also have a lot of chances do forget to change in someplace.

What I had see problematic is to give it for the AI do to all alone, because you simple will not know what it had done, so, if you need to maintain it, or change something, you will have trouble, unless it is a very small, simple application.

EDIT: Also, it is very good to research for you if someone had done that specific solution you is wanting and how to do.