this post was submitted on 13 Apr 2025
260 points (99.2% liked)

Technology

68772 readers
4729 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
[–] WanderingThoughts@europe.pub 27 points 3 days ago (1 children)

And it'll be used to suppress wages, because "you're not making new stuff, just fixing some problems in existing code." That you have to rewrite most of it is conveniently not counted.

That's at least what was tried with movie writers.

[–] sach@lemmy.world 16 points 3 days ago (1 children)

Most programmers agree debugging can be harder than writing code, so basically the easy part is automated, but the more challenging and interesting parts, architecture and the debugging remain for programmers. Still it's possible they'll try to sell it to programmers as less work.

[–] brsrklf@jlai.lu 13 points 3 days ago* (last edited 3 days ago) (1 children)

but the more challenging and interesting parts, architecture and the debugging remain for programmers

And is made harder for them. Because it turns out the "easy" part is not that easy to do correctly, and if not it just makes maintaining the thing miserable.

[–] atrielienz@lemmy.world 8 points 3 days ago

Additionally, as others have said in the thread, programmers learn the skills required for debugging at least partially from writing code. So there goes a big part of the learning curve, turning into a bell curve.