this post was submitted on 22 May 2025
250 points (95.0% liked)

Programming

20294 readers
296 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 41 points 1 day 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.

[–] Reptorian@programming.dev 1 points 32 minutes ago

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.

[–] eager_eagle@lemmy.world 48 points 1 day ago (1 children)

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

[–] zqwzzle@lemmy.ca 8 points 1 day ago

We could see how the copilot PRs went:

[–] Corngood@lemmy.ml 7 points 1 day ago (1 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.

[–] atzanteol@sh.itjust.works 0 points 1 day ago* (last edited 1 day ago) (2 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 2 points 9 hours ago

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

[–] Zos_Kia@lemmynsfw.com 1 points 1 day ago (1 children)

Yeah integrating APIs has really become trivial with copilots. You just copy paste the documentation and all the boring stuff is done in the blink of an eye ! I love it

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

It's exactly the sort of "tedious yet not difficult" task that I love it for. Sometimes you need to clean things up a bit but it does the majority of the work very nicely.