this post was submitted on 22 Sep 2026
1177 points (98.5% liked)
Funny
16278 readers
1809 users here now
General rules:
- Be kind.
- All posts must make an attempt to be funny.
- Obey the general sh.itjust.works instance rules.
- No politics or political figures. There are plenty of other politics communities to choose from.
- Don't post anything grotesque or potentially illegal. Examples include pornography, gore, animal cruelty, inappropriate jokes involving kids, etc.
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
view the rest of the comments
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.
Such as? Just curious what people use LLMs for.
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.
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.