this post was submitted on 22 Sep 2026
1177 points (98.5% liked)

Funny

16278 readers
1809 users here now

General rules:

Exceptions may be made at the discretion of the mods.

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

Proprietary frontier LLMs in companies riddled with highly suspect business practices.

My local LLM setup has absolutely been making the equivalence of positive cashflow for me since gemma 4 and qwen 3.8: I need less total time for several groups of annoying (but necessary) tasks, which means my productivity is up and I can use the rest as my own free time.

[–] late_pessimistic@slrpnk.net 4 points 1 day ago (2 children)

I need less total time for several groups of annoying (but necessary) tasks

Such as? Just curious what people use LLMs for.

[–] ExtraJudgement@lemmy.world 4 points 1 day ago* (last edited 1 day ago)
  • Answer questions (with references) about source code and documentation
  • Add clear-bounded features to a pre-existing codebase
  • Transpile between programming languages

Stuff I can do myself perfectly well, but the results - after postprocessing - are indistinguishable from me having done so. Even when accounting for everything (including hallucinations) the time savings are real: Renewables-powered electricity is cheaper than my attention. By a lot.

Caveat: This only works if you're already a domain expert and if you do it exclusively for too long, you might be at risk of ceasing to be such an expert. Don't use it to try and do the thinking for you.

[–] antiR@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

I handle so many text files in my job and LLMs help make the scripts for me to handle these text files. I know it is important to at least know stuff like regex but I am not a superhuman. It is difficult for me to heavily specialize in scripting while also specialize in the technicalities of my job. To help show why it is difficult to specialize scripting, I work with hardware description languages which have a different syntax from scripting languages. Handling different languages causes confusion on the proper syntax even with a basic if else statement because the syntax is different between languages.

Aside from this, it can also help me automate describing what the sequences I created in the file for easy documentation. I just have to instruct the "patterns" it needs to look for. I just need to proofread the output and do minor fixes.