this post was submitted on 15 Sep 2025
136 points (82.7% liked)

Technology

75143 readers
1622 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
[–] hisao@ani.social 12 points 16 hours ago (1 children)

senior developers were twice as likely to put AI-generated code into production compared to junior developers, saying that the technology helped them work faster

Perhaps senior devs are more likely to use more granular, step-by-step, controlled prompting. Asking it do write specific functions in specific ways and following specific approaches and conventions instead of just "do me an app, robot bro".

[–] Bababasti@feddit.org 7 points 16 hours ago (1 children)

That’s actually how I am using AI for my work (web dev, pls don’t hate me). If I am stuck or have some tiny function missing for a task I ask AI, check their output - if it’s garbage I continue on my own again or if it’s usable I review the output and continue from there. Also, I think AI can be neat for „rubberducking“ when I am debugging some stupid shit and point me in directions I haven’t looked before.

[–] fuzzzerd@programming.dev 2 points 10 hours ago

Similar to how I have found success with it. Is it revolutionary? No, not at all. But it's a variable sized (big for some use and nonexistent for other use) incremental tool that requires a new skill set to use effectively.

Mix in all of the hype and its easy to see why people are confused and why some get different results.