this post was submitted on 18 Mar 2026
648 points (92.3% liked)

Technology

82798 readers
3191 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
 

Altman’s remarks in his tweet drew an overwhelmingly negative reaction.

“You’re welcome,” one user responded. “Nice to know that our reward is our jobs being taken away.”

Others called him a “f***ing psychopath” and “scum.”

“Nothing says ‘you’re being replaced’ quite like a heartfelt thank you from the guy doing the replacing,” one user wrote.

you are viewing a single comment's thread
view the rest of the comments
[–] BillyClark@piefed.social 28 points 14 hours ago (2 children)

I wonder if he wrote that post character-by-character.

But actually typing out the code is the least difficult part of programming, once you've been doing it for five or ten years. You have to understand the code that is already there. You have to decide the behavior, either way. You have to review the code, either way. Design the local and overall architecture. Design interfaces and APIs.

The fact that he thinks typing out new code took so much effort basically means that he was never a decent programmer. His statement betrays that he doesn't even understand what's difficult. People with his level of understanding of a topic shouldn't broadcast their ignorance publicly.

[–] Valmond@lemmy.dbzer0.com 3 points 8 hours ago (1 children)

Yeah he sounds like those managers comparing work to how many lines of code you wrote.

Most code I write is something that has not been written before, so barring the basics it's not an AI I need to work but silence and clear goals (even if they change tomorrow).

[–] floofloof@lemmy.ca 3 points 6 hours ago* (last edited 6 hours ago)

The pattern for me is usually 2 or 3 days of analyzing how something works, should work or doesn't work, then 2 or 3 hours of writing the code to implement or fix it. Most of the work is not writing code, and that is definitely the easy bit.

[–] pinball_wizard@lemmy.zip 9 points 11 hours ago* (last edited 4 hours ago)

I just want to highlight this,

"The fact that he thinks typing out new code took so much effort basically means that he was never a decent programmer."

Great point! This is a critical insight.

Like during the dotcom boom, new tools mean new people can program the computer who could not, before.

And just like during tht dotcom boom, they'll soon find out that programming a computer - while very slightly easier than it was last year - still has challenges.