this post was submitted on 28 Jun 2026
73 points (92.9% liked)

Programming

27489 readers
240 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Support this channel on Patreon ► https://www.patreon.com/zoranhorvatGenerative AI can write code, but it cannot develop software on its own. Here is why the...

you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol@sh.itjust.works 6 points 1 day ago (3 children)

There are papers that are pro and con. It's a new tech - we're still figuring out how to use it. It's gotten a lot better than a year or two ago though.

It's definitely helped me get things done a lot faster. You can point to "that one study everyone does" and tell me "no it's not" but honestly, it is.

I'll give you an example - I had to write a small bash script to fix home directory ownership on a server because somebody borked it and some critical jobs weren't launching properly. Just something to read /etc/passwd, parse out the owner and home dir and chown-R $user $home. Dozens of user dirs so quicker to just script it.

Time was of the essence. Claude had a script in ~6 seconds. Yeah - I could have written it - but not that fast. I validated the output and gave it a run. All's good.

You can insult me as "not good developer" or whatever you need to do to make yourself feel better - your opinion of me is irrelevant. But these tools are pretty damn good at what they do if you use them properly. "Properly" being the key word here. They are tools not employees so you need the proper critical thinking to apply them effectively.

[–] tyler@programming.dev 3 points 20 hours ago (1 children)

There are papers that are pro and con

proceeds to not mention or link any paper that is pro.

[–] Solumbran@lemmy.world 23 points 1 day ago (2 children)

It's funny how everyone that tries to defend the use of AI, other than deny the fact that most evidence (and common sense/basic understanding of AIs) points to the idea that it's just negative, always avoid the subject of environment.

Even if you assumed that you get the same result with Claude or whatever in 6 seconds, and with your brain in five minutes... Is the end of humanity and a massive extinction event worth those 5 minutes?

Defending AI while there are literally news popping out right now about heat waves being more violent than ever recorded and killing thousands of people per day in countries that had no problems with heat a few decades ago, is extremely selfish and self-centered. And the only justification is "it's a bit faster and easier". Okay.

[–] hdsrob@lemmy.world 12 points 1 day ago

All of this, and the facts that the entire thing was trained on stolen material, and the companies behind it are all run by bat shit crazy shitheads.

Everyone loves to shit on US tech companies, hates Windows and MS, and Amazon, Google, Apple, and Meta (all rightfully so), but is absolutely willing to overlook the AI companies that are arguably doing more harm than those others combined (or are tightly invested / integrated with them, or are them) just so they don't have to spend a few minutes typing, or thinking about how something works.

[–] iocase@lemmy.zip -3 points 1 day ago

Yeah this is the type of constrained use case I use it for too. Same with unit tests and testing in general.