this post was submitted on 11 Sep 2026
189 points (100.0% liked)

Technology

87956 readers
2512 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 3 years ago
MODERATORS
 

cross-posted from: https://piefed.world/c/tech/p/1394707/study-reveals-how-generative-ai-is-eroding-the-development-pathway-for-software-develope

In-depth interviews with 14 junior and senior developers in Korea reveal four structural changes

you are viewing a single comment's thread
view the rest of the comments
[–] the16bitgamer@programming.dev 1 points 3 hours ago

From my experience AI works well as a alternative to Stack overflow or searching for the answer, or rewording the solution to be easier understood.

AI is good at rewording the documentation of code so if the documentation isn’t good or written by someone who’s lived in the sauce for too long, AI can be very very helpful.

But you need to know how to code, and not just blindly copying the output, you need to understand what it’s doing and make sure that it fits your code base.

I have touched C in ages so AI helped me get to grips with it again when working in a project. But it didn’t write my code, I did. Which made fixing bugs a lot easier when they were found or reported.