this post was submitted on 22 May 2025
280 points (94.6% liked)

Programming

20703 readers
200 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 45 points 2 weeks ago (3 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 50 points 2 weeks ago (1 children)

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

[–] zqwzzle@lemmy.ca 7 points 2 weeks ago

We could see how the copilot PRs went:

[–] Reptorian@programming.dev 1 points 2 weeks 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 -3 points 2 weeks 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.