this post was submitted on 22 May 2025
294 points (94.5% liked)

Programming

20305 readers
446 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol@sh.itjust.works 43 points 2 days ago (4 children)

Have you used AI to code? You don't say "hey, write this file" and then commit it as "AI Bot 123 aibot@company.com".

You start writing a method and get auto-completes that are sometimes helpful. Or you ask the bot to write out an algorithm. Or to copy something and modify it 30 times.

You're not exactly keeping track of everything the bots did.

[–] eager_eagle@lemmy.world 55 points 2 days ago (1 children)

yeah, that's... one of the points in the article

[–] Reptorian@programming.dev 1 points 1 day ago (1 children)

I used it only as last resort. I verify it before using it. I only had used it for like .11% of my project. I would not recommend AI.

[–] atzanteol@sh.itjust.works -1 points 1 day ago

My dude, I very code other humans write. Do you think I'm not verifying code written by AI?

I highly recommend using AI. It's much better than a Google search for most things.

[–] zqwzzle@lemmy.ca 8 points 2 days ago

We could see how the copilot PRs went:

[–] Corngood@lemmy.ml 7 points 2 days ago (2 children)

Or to copy something and modify it 30 times.

This seems like a very bad idea. I think we just need more lisp and less AI.

[–] pinball_wizard@lemmy.zip 1 points 1 day ago

Good point.

This is the point that the "AI will do it all" crowd is missing. Current AI doesn't innovate. Full stop. It copies.

The need for new code written by folks who understand what they're writing isn't gone, and won't go away.

Whether those folks can be AI is an open question.

Whether we can ever create an AI that can actually innovate is an interesting open question, with little meaningful evidence in either direction, today.

[–] atzanteol@sh.itjust.works -1 points 2 days ago* (last edited 2 days ago) (1 children)

"Hey AI - Create a struct that matches this JSON document that I get from a REST service"

Bam, it's done.

Or

"Hey AI - add a schema prefixed on all of the tables and insert statements in the SQL script.

[–] brb@sh.itjust.works 0 points 1 day ago

People have such a hate boner for AI here that they are downvoting actual good use of it...