this post was submitted on 20 Apr 2026
679 points (98.7% liked)
Technology
84043 readers
8749 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
i guess use whatever llm you’re using then use claude to double check its work
Ahhh... what!?
Its linux, its faster to man the command or to type it. Point is that it usefulness to bullshit ratio for me in that situation was far too low
if you can lookup an obscure command and work out the regex faster than a 10 second question to claude I don't know what we're discussing
I have wanted to transform things
I didn't know how but it seemed possible. I searched and didn't quickly come up with an answer.
I asked an LLM, and it gave me a confident answer.
I checked the man for the tool and the LLM had used creative writing to create the interface I expected should exist... but it did not exist.
I don't know how you're swapping or merging these basic facts:
I do think a "linux tutor" is one of the better use cases for LLMs for beginners, since you can quickly validate when its recommended commands are incorrect (but you still can't quickly validate if its description of internals is misleading). I just think it falls apart as you start requiring more specialised things, or are at a situation where "this should exist" because the LLMs habitually make things up that sound reasonable to fill in the gaps in what the tools can do. That's not an issue for beginners / the basics especially if there are lots and lots of tutorials the LLMs are sourcing from (although, that opens ethical issues too)
Oh yeah I'm not sure how niche what you were looking for was, for me my stuff is mostly basic, eg I have a massive text file full of subnets from a routing table, I want a command to remove everything but the subnets, i want to convert png to jpg, i want to convert webp to jpg, how do i search a specific value within 10000 log lines of json etc
just stuff that I could search ecosia -> read up on how X works -> guestimate what i'm looking for with trial and error -> get result or ask claude, run command, it works