Sitrep

My AI Went Off the Rails — In the Best Possible Way

My AI Went Off the Rails — In the Best Possible Way

I went down an AI rabbit hole. What started as tinkering with a local AI assistant on my home server turned into something I genuinely use every day. Let me share where I’ve ended up.


What is Hermes?

Last time I mentioned Hermes and how I got it installed, this time it’s actually doing things. Hermes (by Nous Research) is an agentic AI assistant I run locally and interact with via Telegram. What makes it useful isn’t just the chat, it’s the integrations.


What I’ve Connected So Far

🏠 Smart Home (Home Assistant) — Hermes can see all my smart home devices. I ran a quick experiment: I asked it to check everything for low battery warnings and add the needed batteries to my shopping list. It found several devices, identified the correct battery types, and updated the note in Joplin, automatically. That alone was worth the setup.

📓 Joplin Notes — I’ve been using Joplin for a couple of years now. I have a solid personal and professional knowledge base built up in there. Now Hermes has read/write access to it, I can ask it to summarize notes, pull specific info, or add new entries. The shopping list use case alone saves me time: I just send Hermes a photo of a product and it asks if I want to add it to the list.

📡 Tiny Tiny RSS (Self-hosted news) — Hermes can now read all the articles in my TT-RSS reader and summarize them for me in a clear, concise way. No more doom-scrolling headlines, just a clean brief when I ask for it.


Scheduled Tasks (Cron Jobs)

Hermes supports cron jobs, so I’ve set it up to fetch the latest news on the Iran-UAE situation every morning at 8am and update a dedicated Joplin note with a running summary. It keeps the full history and gives me a clean timeline view. I’ve even used this data to build a styled news site with all the updates, might make it public at some point.


The Memory Layer: Honcho

I came across Honcho in a Network Chuck video, it’s designed to build a profile of you over time as you interact with your AI, essentially giving it long-term memory. I got it running in Docker. Honest assessment so far: I haven’t noticed a dramatic difference yet, but it’s supposed to compound over time. Will report back.


Finding the Right Model

My local Ollama setup (16GB VRAM) wasn’t cutting it for agentic tasks — too much hallucination, too many structured output failures.

So I bought $10 of credits on OpenAI and $10 on Anthropic to test.


What I’ve Learned


What I’ve Built (So Far)

An AI assistant that can:


What’s Next


This article was drafted with the assistance of AI. Originally published on LinkedIn.

← Home