← Back to selected work
2025 / complete
AI Log Checker
A Linux CLI that reduces noisy system logs locally before asking an AI model for focused troubleshooting guidance.

AI Log Checker scans common Linux logs and systemd journal entries, groups repeated failures, and produces readable local output. Optional AI analysis receives the reduced error set rather than an unfiltered stream of machine logs.
That local-first pipeline keeps API use controlled and makes the tool useful without a model. The work centered on practical administrator workflows: time and service filters, severity handling, permissions under sudo, and actionable CLI output.