this post was submitted on 09 Sep 2025
519 points (98.5% liked)

Technology

74966 readers
2792 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
 

A new survey conducted by the U.S. Census Bureau and reported on by Apolloseems to show that large companies may be tapping the brakes on AI. Large companies (defined as having more than 250 employees) have reduced their AI usage, according to the data (click to expand the Tweet below). The slowdown started in June, when it was at roughly 13.5%, slipping to about 12% at the end of August. Most other lines, representing companies with fewer employees, are also at a decline, with some still increasing.

you are viewing a single comment's thread
view the rest of the comments
[–] UncleMagpie@lemmy.world 12 points 1 day ago (3 children)

The bigger problem is that your skills are weakened a bit every time you use an assistant to write code.

[–] KneeTitts@lemmy.world 5 points 1 day ago

The bigger problem is that your skills are weakened a bit every time you use an assistant to write code

Not when you factor in that you are now doing code review for it and fixing all its mistakes..

[–] floofloof@lemmy.ca 3 points 1 day ago* (last edited 1 day ago) (1 children)

It depends how you're using it. I use it for boilerplate code, for stubbing out classes and functions where I can tell it clearly what I want, for finding inconsistencies I might have missed, to advise me on possible tools and approaches for small things, and as a supplement to the documentation when I can't find what I'm looking for. I don't use it for architecting new things, writing complex and specialized code, or as a replacement for documentation. I feel like I have it fairly well contained to what it does well, so I don't waste my time on what it does badly, and it isn't really eating away at my coding brain because I still do the tricky bits myself.

[–] some_kind_of_guy@lemmy.world 1 points 14 hours ago (1 children)

This is exactly how it's meant to be used. People who think it's to be used for more than what you've described are not serious people.

[–] Knock_Knock_Lemmy_In@lemmy.world 1 points 14 hours ago

There is no "meant to be used". LLM were not created to solve a specific problem.