this post was submitted on 05 Mar 2026
731 points (98.4% liked)

Technology

82295 readers
7474 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
[–] captain_solanum@sh.itjust.works 0 points 1 day ago (1 children)

I use LLMs for the following, you can decide for yourself if they are major enough:

  • Generating example solutions to maths and physics problems I encounter in my coursework, so I can learn how to solve similar problems in the future instead of getting stuck. The generated solutions, if they come up with the right answer, are almost always correct and if I wonder about something I simply ask.
  • Writing really quick solutions to random problems I have in python or bash scripts, like "convert this csv file to this random format my personal finance application uses for import".
  • Helping me when coding, in a general way I think genuinely increases my productivity while I really understand what I push to main. I don't send anything I could not have written on my own (yes, I see the limitations in my judgement here).
  • Asking things where multiple duckduckgo searches might be needed. E.g. "Whats the history of EU+US sanctions on Iran, when and why were they imposed/tightened and how did that correlate with Iranian GDP per capita?"

What does this cost me? I don't pay any money for the tech, but LLM providers learn the following about me:

  • What I study (not very personal to me)
  • Generally what kinds of problems I want to solve with code (I try to keep my requests pretty general; not very personal)
  • The code I write and work on (already open source so I don't care)
  • Random searches (I'm still thinking about the impact of this tbh, I think I feel the things I ask to search for are general enough that I don't care)

There's also an impact on energy and water use. These are quite serious overall. Based on what I've read, I think that my marginal impact on these are quite small in comparison to other marginal impacts on the climate and water use in other countries I have. Of course there are around a trillion other negative impacts of LLMs, I just once again don't know how my marginal usage with no payment involved lead to a sufficient increase in their severity to outweigh their usefulness to me.

[–] Murdoc@sh.itjust.works 3 points 19 hours ago (1 children)

If you are using DDG for searches and concerned about privacy related to using LLMs, have you tried duck.ai?

[–] zarkanian@sh.itjust.works 1 points 14 hours ago

You can also download some LLMs and run them locally.