this post was submitted on 18 Feb 2026
316 points (100.0% liked)

People Mastodon

378 readers
3 users here now

People tooting stuff. We allow toots from anyone and are platform agnostic (Mastodon, BlueSky, Twitter, Tumblr, FaceBook, Whatever)

founded 4 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] frank@sopuli.xyz 3 points 3 weeks ago (1 children)

But again, like Netflix provides something now (albeit not my favorite thing). I am not convinced LLMs provide a damn thing of value.

I think AI is special for being a waste and very negative socially without providing any positive back.

[โ€“] pixxelkick@lemmy.world 1 points 3 weeks ago

I am not convinced LLMs provide a damn thing of value.

I work as a software developer and the sheer increase to my productivity makes it extremely valuable for me on numerous fronts.

Id estimate Im about 4x as productive, give or take.

And most of that productivity isnt coding, most of it is what LLMs are good at:

  1. Locating documentation (using it as a fuzzy find searcher by intent)
  2. Generating documentation and improving documentation
  3. Summarizing existing code
  4. Quickly locating bugs

Its really good at fuzzy searching huge datasets, finding needles in haystacks. When Im trying to find something specific in a codebase with thousands of files quickly.

While I agree most people are using it wrong or poorly, if you do know how to use an LLM, it becomes a huge productivity boost.