Homelab AI Sentinel: Self-Hosted Monitoring Assistant with LLM Integration

What It Does
Homelab AI Sentinel takes monitoring webhooks and runs them through an LLM to generate a plain-English diagnosis that includes what happened, what likely caused it, and what to check first.
Key Features
- AI Integration: The AI integration is contained in a single file. Swap the provider by changing one file while leaving the rest of the stack untouched.
- Default LLM: Ships with Gemini 2.5 Flash by default.
- Local Inference Support: Ollama and LM Studio work out of the box for fully local inference with nothing leaving your network.
- Alert Sources: Supports 11 alert sources including Uptime Kuma, Grafana, Prometheus, Zabbix, and Docker Events.
- Notification Platforms: Supports 10 notification platforms including Discord, Slack, Telegram, WhatsApp, Signal, and Ntfy.
- API Compatibility: Works with any OpenAI-compatible endpoint — if it speaks the API, it works.
Setup
Deployment is via docker compose up. The tool is available on GitHub.
📖 Read the full source: r/LocalLLaMA
👀 See Also

WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative
A developer built a WhatsApp AI assistant using Claude Code as the agentic brain, with a local relay server for WhatsApp webhooks and MCP server bridging. The project includes Arcade for scoped auth to Google Calendar, Gmail, and Slack.

mnemos: A Persistent Memory Layer for AI Coding Agents (Go, MCP-Native, No Python)
mnemos is a Go-based MCP-native memory layer for AI coding agents. The author built a verifier to measure lift: +40% aggregate on read-side scenarios, but only 53% write-side capture rate after iterative fixes.

Claude Opus 4.6: A Model for Sustained Engineering Tasks
Claude Opus 4.6 brings sustained focus to long-term projects, supporting multi-day tasks with features like ultra-long context and adaptive thinking.

Two Months with GitHub's Spec-Kit and Claude Code: What Works, What Doesn't
A developer shares practical notes on using GitHub's Spec-Driven Development toolkit with Claude Code, covering the five-phase workflow, drift issues, overhead trade-offs, and setup tips.