I gave my Hermes Agent a phone number
A 31-minute live walkthrough of giving a Hermes AI agent autonomous phone capabilities via VAPI -- from booking a 5-cent spa call to 24/7 cold-outreach cron jobs.
May 20thA 47-minute walkthrough of all seven levels of Hermes Agent — from bare VPS to full MCP back end.
Hermes Agent running at all seven levels turns a basic chat assistant into a persistent, phone-accessible, multi-agent orchestration back end that self-hosts for under ten dollars a month.
Hermes Agent is an open-source self-improving agent from Nous Research that runs on a five-dollar VPS and communicates through Discord or Telegram. This tutorial layers on seven capabilities: VPS install via one-liner, Discord bot gateway, Curator to prune dead skills, GitHub cron backup, Kanban board for parallel multi-agent tasks, holographic memory using a local SQLite fact store, and exposing Hermes as an MCP server so Claude Code can delegate tasks to it remotely. The practical payoff is an agent that runs 24/7, approves risky operations to your phone, pings you with progress while you are away, and maintains structured long-term memory without paying for cloud embeddings.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
SSH into Hostinger VPS, one-liner Hermes install, OpenRouter API key, first successful chat. Sponsor segment.

Create Discord bot app, enable three privileged gateway intents, generate bot invite URL, install Hermes gateway as systemd service, confirm bot is online.

hermes update, check curator status, 30-day stale / 90-day delete thresholds that prevent skill bloat.

Create private GitHub repo, fine-grained PAT scoped to contents, store via hermes config set, daily 3 AM backup cron job, verify first push.

Hermes v0.12.0 Kanban; prompt Hermes to self-configure; SSH tunnel to localhost:9119; four specialist profiles; four-task parallel content research pipeline.

Five reasons default memory fails; hermes memory setup to local SQLite holographic store; seed from previous sessions; use cases: sponsor history, VPS health, contradiction detection.

Install Claude Code on VPS, claude mcp add hermes, verify 10 MCP tools available. Three use cases: remote approval gate, walk-away mode, phone triage. Demo succeeds.
The gap between a basic Hermes setup and a seven-level one is not technical complexity — it is seven deliberate configuration choices that each multiply what the agent can do independently.
“If you watch until the end, you're gonna have a more powerful Hermes agent setup than 99.9% of people.”
“Don't be cheap. Don't use a small model. Use the most powerful model available.”
“I think the ultimate paradigm is each agent runs on its own computer so it can set it up in a way that it needs to be most effective.”
“Claude Code couldn't do this. It doesn't have access to your Telegram or Discord.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The title promises 100 hours compressed into 46 minutes, and the cold open delivers immediately: a Figma-style whiteboard shows seven numbered levels with escalating icons, and the host walks each one before the first minute is up. No fluff, no preamble.
Progressive depth model — each level is additive and depends on the previous.
Five-point argument for why default memory patterns fail and local structured fact stores win.
Three canonical reasons to expose Hermes as an MCP server to other agents.
“Make sure to join the new society. The link to the new society landing page will be below the video.”
Two placements: mid-video after Level 1, and end-of-video. Tied to a time-limited offer (GitHub repo audit for May joiners) plus a new Hermes mastery course.
00:00
00:52
01:31
01:51
02:23
03:13
03:36
04:10
04:43
05:29
06:09
06:40
07:30
07:46
08:31
09:06
09:41
10:16
10:52
11:34
12:11
12:37
13:13
13:48
14:23
14:51
15:34
16:09
16:44
17:19
17:55
18:30
19:05
19:40
20:16
20:47
21:26
21:55
22:37
23:12
23:35
24:38
24:58
25:16
25:54
26:43
27:19
27:54
28:29
29:06
29:37
30:15
30:50
31:25
32:08
32:36
32:56
33:37
34:22
35:13
35:32
36:05
36:50
37:30
37:37
38:24
39:12
39:31
40:14
40:37
41:32
41:49
42:27
43:08
43:46
44:11
44:56
45:24
45:53
46:28A 31-minute live walkthrough of giving a Hermes AI agent autonomous phone capabilities via VAPI -- from booking a 5-cent spa call to 24/7 cold-outreach cron jobs.
May 20thDavid Ondrej compresses Anthropic's official 7-hour Claude Code masterclass into 27 minutes — with two ground-truth corrections the official course is already wrong about.
January 20thA 25-minute walkthrough of running long-lived AI coding agents on a VPS by wrapping every session in tmux — so closing a laptop, killing an SSH connection, or losing power never interrupts a job that's supposed to run for 24 hours.
May 25thDavid Ondrej installs SuperGemma4-26b locally via Ollama, then open-sources a two-day Claude+Codex build: an automated loop that discovers which prompt harnesses make commercial models answer what they normally refuse.
May 11thDavid Ondrej installs Google's open-source coding agent, runs it live against Claude Code on a real production codebase, and lets the results speak.
June 26th 2025Senior developer Micky Shimeles walks through the exact stack that lets him ship 95% AI-generated code without losing control: harness, context tools, service layers, and autonomous PR loops.
May 17th