The Idea
After building RAG systems for Bugzilla and Redmine data, the next obvious candidate was sitting right there on every Linux machine: the system journal. Instead of grepping through journalctl output or staring at walls of log text, why not just ask plain English questions like “What went wrong last night?” and get a useful answer?
The constraints were the same as always: fully local, no cloud services, no API costs, runs on my openSUSE machines.
[Read More]