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

Programming

20310 readers
492 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 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 [email protected]".

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 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.

[–] [email protected] -1 points 20 hours 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.

[–] [email protected] 55 points 2 days ago (1 children)

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

[–] [email protected] 9 points 2 days ago

We could see how the copilot PRs went:

[–] [email protected] 8 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.

[–] [email protected] 1 points 18 hours 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.

[–] [email protected] -1 points 2 days ago* (last edited 2 days 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.

[–] [email protected] 1 points 1 day ago

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

[–] [email protected] 2 points 2 days 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

[–] [email protected] 0 points 2 days 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.