Harnesses
Hermes Agent for small businesses
A self-improving agent that runs on a £5 VPS and answers on WhatsApp is a genuinely different proposition for a six-person company than a coding copilot is.
- Published
- 7 Aug 2026
- Reading
- 10 min
- Class
- harnesses
half-life 90dfrom 7 Aug 2026
Almost every agent tool that gets written about is aimed at engineers. Coding copilots, terminal agents, frameworks for building things. If you run a six-person building firm or a two-person design studio, none of that is for you, and the advice attached to it is worse than useless because it assumes a developer on staff.
Hermes Agent, from Nous Research, is a different proposition — not because it is simpler, but because of where it runs and how you talk to it.
The two details that matter
It does not live on your laptop. Hermes is designed to run independently — on a VPS, a GPU cluster, Docker, SSH, or serverless platforms. For a business, that is the difference between a tool someone uses and a system that operates. An agent that stops when a laptop closes cannot be responsible for anything.
It answers where your business already talks. Hermes connects to 20+ messaging platforms — Telegram, Discord, Slack, WhatsApp among them. Nobody has to learn a new interface or open a terminal. The agent becomes a contact in a tool the team already has open.
For a small business those two facts together are the entire pitch. Everything else is detail.
The self-improving bit, honestly assessed
Hermes is described as self-improving: it has a closed learning loop, creating skills from experience and refining them during use. There is a community skills marketplace at agentskills.io, and it speaks MCP, so it can reach whatever tools you already expose.
Take the claim at the right altitude. This is not a system that gets quietly smarter about your business while you sleep and requires no supervision. It is a system that can turn a thing it worked out once into a reusable skill instead of re-deriving it every time. That is genuinely valuable — repeated tasks get faster and more consistent — but it means the early corrections you make are disproportionately important, because they are what gets crystallised.
Load-bearing
Budget real attention for the first fortnight. A self-improving agent learns your corrections, which means it also learns your inattention. The cost of supervising it closely early is much lower than the cost of unpicking a confidently wrong habit later.
What it costs to run
Three separate costs, and people usually only count the first:
- Inference. Whatever model you point it at. It works with Nous Portal, OpenRouter, OpenAI, or a custom endpoint, so this is your choice and your lever. Start cheap.
- Hosting. A small VPS is a few pounds a month. This is the least of your worries.
- Attention. The real cost. Someone has to own it: check what it did, correct what it got wrong, decide what it is allowed to touch. Budget a few hours a week initially, dropping once it settles.
A business that treats the third cost as zero will get a bad outcome and blame the software.
Where the risk actually is
An agent reading your Slack and your email is reading untrusted text all day. If a customer emails something that looks like an instruction, a naive setup may treat it as one. This is not hypothetical and it is not exotic — it is the normal failure mode of connecting an agent to a public inbox.
Practical mitigations, in order of how much they buy you:
- Separate reading from acting. An agent that summarises the inbox and drafts replies for approval is enormously safer than one that sends them.
- Scope credentials narrowly. Give it its own accounts with the minimum access. Never the owner's login. Never anything that can move money.
- Keep a human on anything outbound or irreversible. Sending, publishing, paying, deleting. Approval is cheap; a wrongly sent message to a client is not.
- Log everything and read the log. Weekly at first. You are looking for the thing it did that nobody asked for.
Is it right for you?
It fits if you have recurring, describable, low-stakes work — the sort of thing you would explain to a new starter in a paragraph and then check for a month. Chasing quotes, drafting replies, summarising the week, keeping a spreadsheet current, watching for something and telling you when it happens.
It fits badly where judgement carries real consequences, where the work is different every time, or where nobody has the capacity to supervise it. In that last case the honest answer is not a different tool — it is not yet.
If you want the specific starting points, the companion piece on what to automate first lists five jobs in order of how little damage they do when the agent gets it wrong. For installation, there is a setup guide.