AI ClubhouseVibe Coding Guide
Agentic workflows · Chapter 3 of 3

Self-hosted agents

OpenClaw, Hermes, and running your own agent you text from anywhere.

The native apps are the easy path, and for almost everyone they're the right one. But there's a frontier worth knowing exists: self-hosted agent runtimes that you run yourself, reach from anywhere, and wire to whatever tools you like. Two names come up constantly at our engineering meetups: OpenClaw and Hermes.

The shared idea: instead of using an agent through an official app, you run your own agent process that wraps the coding agents (Claude Code, Codex, and others) and stays reachable over a channel you already have open, like Telegram, WhatsApp, Slack, or Discord. You text it a task from anywhere, it runs on your machine, it texts you back.

  • OpenClaw leans multi-agent. It acts as a gateway that receives messages, routes them to the right session, and can coordinate a small swarm of agents running side by side in the background.
  • Hermes (from Nous Research) leans single-agent and self-improving: one agent that grows with you, accumulating skills and memory over time. It can even import your setup from OpenClaw, since the two share a lot of DNA.

Be honest with yourself about the tradeoff. These are powerful and genuinely magic when dialed in, but they carry a real learning curve: you're configuring an agent through a terminal, wiring your own connectors, and babysitting the environment. The native apps keep shipping the same headline capabilities (remote control, cloud runs, phone access) with none of that setup. So reach for a self-hosted runtime when you specifically want an agent living in your Telegram, or you want to wire your own model and tools together in ways the official apps don't allow. Otherwise, the native path stays the easier and better-maintained option.

Where the whole guide has been heading

Start by typing to an agent in a folder. End, if you want to, with a fleet of agents you text from your phone while they build overnight. Same core skill, describing what you want clearly, scaled all the way up. That's the arc, and you're already on it.

AI Clubhouse · Vibe Coding Guide