this post was submitted on 21 Jun 2025
-14 points (30.6% liked)

Technology

71754 readers
3669 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] not_woody_shaw@lemmy.world 9 points 1 day ago (1 children)

It can complete coding tasks, but not well AND unsupervised. To get it to do something well I need to tell it what it did wrong over 4 or 5 iterations.

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

This is close to my experience for a lot of tasks, but unless I’m working in a tech stack I’m unfamiliar with, I find doing it myself leads to not just better results, but faster, too. Problem is it makes you have to work harder to learn new areas, and management thinks it’s faster for everything and

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

I think it's still faster for a lot of things. If you have several different ideas for how to approach a problem the robot can POC them very quickly to help you decide which to use. And while doing that it'll probably mention something that'll give you ideas for another couple approaches. So you can come up with an optimal solution in about the same time as it'd take to clack out a single POC by hand.

[–] Repelle@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Yeah, I was thinking about production code when I wrote that. Usually I can get something working faster that way, and for tests it can speed things up, too. But the code is so terrible in general

Edit: production isn’t exactly what I was thinking. Just like. Up to some standards above just working