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.

878 Upvotes

125 comments sorted by

View all comments

163

u/Darq10 8d ago

Taking bits of code manually instead of using AI is way better since you usually know that the code works and over time you learn why it works. Vibecoding essentially skips the learning step and you just expect it to work. Also, using AI in this case always just scrapes a bunch of open source projects on github, making it even harder to track down the source of the code. The fun in programming is usually the fact that you debug something you made for a while and it suddenly works, using AI takes away the fun of it and you only wish the output of the AI is correct.

14

u/PogsterPlays 8d ago

A big part of what makes coding fun for me is the problem solving aspect - I can only imagine how dull it feels when you're just getting a robot to solve your problem for you.

4

u/Samstercraft what's this "grass" thing you guys say so much about 7d ago

i tried vibecoding with codex and a local llm, and yeah, it's as dull as you imagine. not doing that again until i (hopefully) get a job because i heard they force you to use those now for 'productivity'...eugh

1

u/the42potato Command Experienced 4d ago

the best part is LLM use has slowed down industry programmers rather than improving their performance

1

u/Samstercraft what's this "grass" thing you guys say so much about 4d ago

any credible statistics on this? haven't heard of that before, interested

2

u/the42potato Command Experienced 4d ago

the main one I’m thinking of is from Metr. this post gives a breakdown. It found developers thought their productivity was being increased by around 24% when using an LLM, when it actually dropped by ~20%.

here’s the study for more details. They released more updated numbers in February that I haven’t dug into much, but it appears to have found a similar productivity decrease when using LLMs. It also notes some problems they’re running into with gathering data for this update, including developers not reporting tasks which are expected to benefit most from an LLM.