2
5 Comments

I run an OpenClaw hosting company. A/B'd vs Hermes as a coding harness- Hermes won

I run an OpenClaw hosting company. Tested OpenClaw vs Hermes over Telegram for a coding side project, Hermes won. Went to find managed Hermes hosting, only found VPS-with-install-script. Shipped the real thing.

When I'm at my laptop I code with Claude Code. For a side project I wanted to code away from the laptop on walks, in line for coffee, at dinner when a test fails. Claude Desktop is laptop-only, so I started trying agent harnesses as a mobile brain I could poke via Telegram.

Here's the awkward part: I run Agent37, managed hosting for OpenClaw.. So OpenClaw was the obvious starting point. Plenty of our customers tell me they use OpenClaw for coding, not just as a general assistant, which reinforced it.

Tested OpenClaw over Telegram for a week. Then Hermes for a week. Hermes won. Writing that sentence is uncomfortable. I'm literally in the business of selling the other one.

The task that flipped it: find and fix a flaky integration test in a ~600-line file, across a 2-day conversation done in 3-minute chunks between meetings. OpenClaw lost the thread between sessions. I kept re-pasting file paths and "here's how the repo is laid out." Hermes' skills/memory held that context, so I could come back at lunch, say "try the other fix," and it knew where to look.

Three other things that stood out for the coding loop:

- Channel integrations (Telegram, Discord) felt much simpler in Hermes than OpenClaw.

- Live browser view, I could watch it drive GitHub/docs mid-thread instead of guessing what it   saw

- Faster turn latency on short back-and-forths

OpenClaw is still great for assistant workflows. For coding-via-chat, Hermes was meaningfully better in my testing.

So I went to host Hermes properly. Googled "managed Hermes hosting." Page 1:

- Hostinger "1-click Hermes VPS" — $14.99/mo (they trick you to show the $9 pricing requires a 1 year commitment)

- Virtua.Cloud — €5/mo VPS + a tutorial

- Evolution-host — VPS + a blog post

- DeployHermes — managed, $21/mo basic tier, limited setup, no full access

- Generic agent hosts at $14–55/mo that don't actually support Hermes

"Managed" at all of these means "we ran the install script once." You still SSH in, renew SSL, wire the Telegram webhook by hand, restart on crash, and pay full VPS cost whether you use it or not.

Our infra at Agent37 already solved the shared-container, per-tenant, GUI for files, GUI desktop view for browser. Adding Hermes was mostly plumbing another runtime in. The price comes out to $3.99/mo — which sounds suspicious, but Hermes instances are idle ~90% of the time (similar to openclaw), so container density is high.

What's in each instance:

- Your own Hermes, live in ~60s (official upstream, no fork)

- Browser terminal + file browser for skills/memory

- Live browser view — watch Hermes drive pages, step in for logins

- BYOK: Anthropic, OpenAI, Gemini, OpenRouter, Nous Portal, self-hosted

Link: https://www.agent37.com/hermes

Has anyone else A/B tested agent setups like this, especially for coding workflows?

Would love to hear if you saw similar results or completely different ones.


posted toAvatar for product Agent37
Agent37
    1. 1

      Really appreciate the support

  1. 1

    The recollection that persists between sessions intrigues me. could you elaborate on how it maintains security while storing context between sessions?