this post was submitted on 18 Mar 2026
594 points (92.4% liked)

Technology

82745 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
[–] sobchak@programming.dev 9 points 11 hours ago (2 children)

I do try to give it a chance and use it every once and a while (most recently Claude Code; last year, Cursor), and it has been my experience that it personally decreases my productivity and quality. I found that even CoPilot's autocomplete would introduce bugs if I decided to "trust" it and try to work too fast without meticulously reviewing every token generated. I have seen people I work with use AI to quickly create decent looking prototypes (i.e. bog standard, boring design), but I think this is still detrimental because they lose the full benefit of exploratory programming (and of course, the prototypes just have all kinds of faked data and functionality, glaring security problems, bad architecture). I've also experienced people submitting nonsense vibe-coded pull requests that would break tons of things they shouldn't have even touched for the issue. I could see a less interested or overworked reviewer letting stuff like that through, which is why I think we're seeing all these failures and bugs at these big tech companies. So for me, at least, I haven't seen the benefit. Using CoPilot in VSCode actually caused me to go back to using nvim and lsp plugins :)

[–] 0t79JeIfK01RHyzo@lemmy.ml 3 points 9 hours ago* (last edited 9 hours ago)

I don’t know what these people are doing who seem to claim it’s wonderful. Every single time I have tried to use one, it’s been completely clueless about the problem and wastes my time producing slop. I almost want to keep my code closed source because of how awful it is at generating anything. Maybe they’re just doing very simple web design or something, I don’t know

I even have started to hate Google and felt like their search engine is becoming very bad. Yandex has been returning more results and Google feels censored and replaced by generative AI answers.

[–] AlecSadler@lemmy.dbzer0.com 4 points 10 hours ago

Agreed, Copilot auto complete is awful. I wouldn't wish that on my worst enemy.