This is a submission for the by Nous Research makes a serious case that we're there now.
The "Not Tied to Your Laptop" Insight
Most AI agent tools are built around the assumption that you're sitting at a computer, running the agent locally, in an IDE or a browser tab. The interaction model is: you prompt, it responds, you wait, you prompt again.
Hermes is designed around a different assumption: the agent should be running somewhere, doing things, while you get on with your life.
The infrastructure flexibility here is real, not marketing. It supports six terminal backends:
Local — your machine, direct execution
Docker — containerized, isolated
SSH — remote server you already have
Daytona — cloud dev environments
Singularity — HPC/research clusters
Modal — serverless, costs nearly nothing when idle
That last two matter a lot. Serverless persistence means your environment hibernates when idle. A pipeline that runs twice a day doesn't need to cost you $50/month on a dedicated VM. You spin it up on Modal, it runs when triggered, it sleeps the rest of the time.
And the messaging gateway makes the "while you get on with your life" part literal. Hermes connects to 20+ platforms: Telegram, Discord, Slack, WhatsApp, Signal, Matrix, Teams, Email, SMS — and more. You kick off a research task from Telegram while commuting. The agent runs on a cloud VM. You get the results in the same Telegram chat when it's done.
This is not a trivial architecture decision. It's a fundamentally different relationship between you and the agent.
Open Source Without the Asterisks
"Open source AI" has a credibility problem right now. It often means: open weights for the model, closed system around it, rate-limited API you're dependent on, no way to actually inspect what's happening.
Hermes is MIT licensed. It works with any OpenAI-compatible endpoint — Nous Portal, OpenRouter, OpenAI, your own local model. The skills system is based on the ·
SOCIAL SHARE CARD GENERATOR