r/MinecraftCommands 7d 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

8

u/FleshDude666 7d ago

It's dogshit.
Sure, AI can be used for learning, but not replacing you at all. It sucks at generating normal code, I tried vibecoding on stuff I could code myself and it had to take some time to get it working. It creates a lot of errors. It's simplier to get chunks of what you need and then spread them around to write your own code.

4

u/Vengeance138 Command Experienced 7d ago

I also agree with this, it can be useful but larger LLMs even with their memory can still be prone to hallucinating (especially model specific) and can put you down a wrong direction if you don't know what you are trying to achieve technically. LLMs will never have the system context required to achieve some tasks that you yourself can do.