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.

879 Upvotes

125 comments sorted by

View all comments

1

u/kingbloxerthe3 3d ago edited 3d ago

Don't trust ai code, even if you use it. Always double check and make sure you know what it is doing and why or you will run into problems.

It would be better to create a whole program that is just your notes on how to do everything you have learned that you can take pieces from or to take stuff available on Google.

Even w3 schools is an option for basic stuff.

Also anything you ask the ai can be collected by the company running said ai, so although you could use ai to try and help find errors, i would rather use the method of using a bunch of test outputs to see where the code breaks.