← Home

Hermes on my desk

26 May 2026

At first, Hermes lived on a small Hostinger VPS. That made sense. It was cheap, always on, and far enough away that I could treat it like infrastructure rather than another app on my laptop.

The problem was ownership. I already rely on OpenAI and Claude, and I accept that some of my data moves through their systems when I use their models. With the VPS, there was a third party in the middle as well: the host running the machine that held the agent, the logs, the files, and the routines.

That started to feel wrong. The whole point of Hermes was not just to chat, but to act: read local files, edit projects, remember preferences, run scheduled tasks, and connect different parts of my work. If an agent is going to sit that close to your life, the machine matters.

So I moved it to a Mac mini. The migration was not grand. It was the plain work of copying config, moving skills, restoring memories, checking cron jobs, wiring Telegram again, and making sure the same agent could wake up in a new place without losing its shape.

The Mac mini changed the feeling of the system. Hermes became part of the room: a small box on my desk with my files beside it, my repos within reach, and the gateway open through Telegram. I could restart it, patch it, inspect it, and know where the work was happening.

GitHub sync became the safety rail. The agent now backs up the parts that matter: config, skills, memories, cron definitions, and project state that should survive a bad update or a dead disk. It is not glamorous, but it is the difference between a toy and a tool you can trust.

The sync also makes the system easier to reason about. Changes are not just hidden inside a local folder. They become commits, diffs, and a history of how the agent has changed over time.

The Press Library added another layer. Instead of asking one model to know the whole web, Hermes can pick up small tools for specific corners of it: Substack, Airbnb, Booking, Food52, and whatever gets added next. It turns the agent from a chat box into a workbench.

Most of the value has come from ordinary work. We have edited this site, opened pull requests, built backup routines, fixed cron delivery, drafted essays, and started shaping company-performance trackers. None of it feels dramatic on its own. Together it lowers the cost of doing small, useful things.

That is the real shift. Hermes is not a second brain. It is closer to a patient operator: close enough to the work, grounded enough in the tools, and persistent enough to keep going while the idea is still warm.

The question is no longer whether an agent can help. It is where it should live, what it should remember, and which parts of your life are worth putting within reach.