kernelgarage
kernelgarage.bsky.social
kernelgarage
@kernelgarage.bsky.social
Open-source AI, code & hardware — things I build and learn along the way

https://kernelgarage.com/?src=bluesky
Added a live vote on kernelgarage.com for what to build next — an LLM-written summary of site activity, a Jarvis-style voice assistant, an AI reviewer for pull requests, and more. What do you think, any of these worth building, or any other suggestions? Reply and let me know.
kernelgarage
Open-source AI, code & hardware — things I build and learn along the way.
kernelgarage.com
September 14, 2026 at 8:28 PM
Follow-up to the MCP usage-report tool: it now logs the exact PromQL queries + raw values behind every finding, a claim like "queue wait jumped to ~6.7min" is checkable now, not just asserted. Kept it read-only no new way to touch the Pi.

#selfhosted #mcp
September 2, 2026 at 6:36 AM
I tested my first MCP server, built to report on my Pi's usage. Hooked it into Claude Code and just asked. A follow-up for the last week made it notice a real queue problem on its own, unprompted.

#python #selfhosted #llm #opensource #homelab #mcp #claudecode
August 30, 2026 at 9:29 PM
I built agent-monitor.

Send a burst of requests and watch it drain back down. Real token counts too.

The API sits between the call and Ollama.

What do you use to watch your own local models?

Code: github.com/kernelgarage/pi-monitoring

#SelfHosted #Observability #LLM #Homelab #MLOps #Grafana
GitHub - kernelgarage/pi-monitoring
Contribute to kernelgarage/pi-monitoring development by creating an account on GitHub.
github.com
August 27, 2026 at 9:15 PM
Full Grafana stack (Prometheus, Loki, Tempo) watching the Pi at idle before I load anything else on it — ~1% CPU, under 50°C baseline.

Curious what people use for hardware monitoring vs. LLM/agent monitoring (MLflow has some built in) — what are you running?

#selfhosted #observability
August 22, 2026 at 2:54 PM
Been running a Pi 5 as my Home Assistant server for a while. Now trying to turn it into a local AI assistant too. What's everyone actually using for this? Is OpenClaw still a thing, or has something better shown up?

#selfhosted #localai
August 20, 2026 at 8:38 PM