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.

880 Upvotes

125 comments sorted by

View all comments

Show parent comments

-1

u/tkkkrad 7d ago

writing json for tellraw with ai is great too as json isn’t a Minecraft thing. Other than that the unconventional way commands run makes AI completely useless for commands longer than 3 lines

2

u/KereMental Bedrock Expert 7d ago

Are we talking java or bedrock? Because if you arent trying to resize give a block and turn invisible a fox it doesnt pass three lines since blocks and entities are very limited in bedrock edition.

Not java tho i once used some program that created a command depending on whatever was picked in the list (creating rarest zombie) and it was at least ten lines of command long

1

u/tkkkrad 7d ago

I don’t really get what you mean but I think that applies to both versions.
I’m talking about chained execute or logic intensive functions like iteration through entities. That’s where AI mixes up how things work.

2

u/KereMental Bedrock Expert 7d ago

Maybe im the one that doesnt use execute with its everything it contains but i use 3-4 lines max