I find myself really appreciating what LLMs can do when it comes to help with software and tech support. I am a pretty adept PC power user who is not a programmer and (until recently) has only had a modest amount of experience with GNU/Linux. However, I have started to get into self-hosting my own FOSS apps and servers (started with OpenWebUI, now Jellyfin/Sonarr via Docker compose etc). I’m also reading a book about the Linux command line and trying to decipher the wold of black magic that is networking etc myself.

I have found that LLMs can really help with comprehension and troubleshooting. That said, lately I am struggling to get good troubleshooting advice out of my LLMs. Specifically, for troubleshooting docker container setups and networking issues.

I had been using Qwen3 Coder 480b, but tried out Claude Sonnet 4 recently and both have let me down a bit. They don’t seem to think systematically when offering troubleshooting tips (Qwen at least). I was hoping Claude would be better since it is an order of magnitude more expensive on OpenRouter, but so far it has not seemed so.

So, what LLM do you use for this type of work? Any other tips for using models as a resource for troubleshooting? I have been providing access to full logs etc and being as detailed as possible and still struggling to get good advice lately. I’m not talking full vibe coding here but just trying to figure out why my docker container is throwing errors etc. Thanks!

Note: I did search and found a somewhat similar post from 6 months ago or so but it wasn’t quite as specific and because 6 months is half a lifetime in LLM development, I figured I’d post as well. Here’s the post in question in case anyone is curious to see that one.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    I lately tried ChatGPT for some networking stuff. And occasionally I’ll use AIstudio (Google) for similar things. And let’s say they’re all not great. They can do the relatively common (and somewhat easy) Linux stuff, I think they should be able to tell you how to manage your Docker containers and volumes at the command line. But I had GhatGPT massively struggle with networking. And like SystemD service files had problematic stuff in them… So, my local LLMs are way to tiny to try. But there might just not be any properly good AI out there as of today. And their “reasoning” modes aren’t like human reasoning or systematic approaches either. They just make up a lot of stuff and that makes them a bit better, it’s not logic though. What I end up doing is either fall back to my own brain, learn the stuff and do it myself. Or something alike “vibe-coding”… Ask it 10-20 times, scold it, put in the error messages and eventually I’ll get something that runs.

    Btw, there’s still a human Linux community around. So maybe find your favorite Linux forum and ask there once it gets too complicated for AI.