100 hours of Hermes Agent lessons in 46 minutes
A 47-minute walkthrough of all seven levels of Hermes Agent — from bare VPS to full MCP back end.
May 6thA 26-minute step-by-step tutorial on the agentic loop command that runs until your goal is actually done.
The /goal command makes autonomous agents reliable by inserting a separate judge model that evaluates progress after every turn and halts only when a measurable, verifiable end state is reached -- the only real difference between a useful long-running agent and an infinite loop.
/goal solves the core flaw of earlier autonomous loops by inserting a separate judge model that evaluates progress after every turn and halts when the measurable criteria are met. Hermes's implementation is stronger than Codex's because it supports sub-goals mid-run, survives crashes, and ships as a built-in slash command inside the full Hermes harness. The tutorial covers full setup from VPS provisioning through ChatGPT-subscription auth to two live demos. The one lesson that runs through both: vague goals produce infinite loops; a verifiable end state is what makes /goal actually stop.
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 →
Hook: /goal completes 10-20 hour tasks. Farm produce story. Promise of this video.

Origin: Ralph Wiggum loop had no judge. OpenAI invented /goal -- give it result, desired outcome, and how to test it.

Hermes adds a proper judge model, sub-goals, turn limits. Judge sees goal text + last 4KB of response + system prompt.

Built-in judge, full Hermes harness, crash survival, mid-run interaction, one slash command vs a repo to clone.

Free resource bundle. Hostinger VPS setup walkthrough begins.

Hostinger dashboard, SSH into fresh VPS, Hermes one-liner install. Takes about 2 minutes.

Quick setup -> OpenAI Codex -> browser URL + 9-char code -> signed in. Hermes now free if you have ChatGPT sub.

Create OpenRouter image generation skill, add API key, fetch Midjourney reference, launch /goal to build 5-slide deck. 17 min run.

SCP .pptx from VPS to MacBook. Open in Google Slides. Midjourney style partially followed, text editable. Harness > weights discussion.

Hermes has a built-in Codex CLI skill. /goal prompt: Hermes as CEO, spawn two Codex agents -- CTO builds Next.js app, CMO builds B2B campaign.

Demo of /sub-goal to add a 1990s terminal aesthetic without restarting.

App live on localhost:3000. Twitter use cases: Canon webcam clone in 5 min, 17K record backfill overnight.

Best setup: Hermes as CEO with multiple Codex sub-agents. Works for code, marketing, research -- as long as goal is measurable.

New Society community, Hermes Mastery course, 82-use-case diagram, free resources link.
Every failed autonomous agent run comes down to the same mistake: giving it a direction instead of a destination.
“The clear outcome of the goal needs to be something like tests passing or you have 10 new customers, something measurable. That is the thing.”
“A model predicts, harness makes it behave.”
“The best answer often comes from the harness, not the weights.”
“If you do not do that, slash goal is just a loop.”
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.
One command. One judge. One question: is the goal done yet? The /goal feature shipped in Hermes agent in May 2026, days after OpenAI dropped it in Codex CLI, and the gap between them is already wide enough to matter.
The judge is a separate, cheap, conservative model that sees limited context on purpose -- preventing it from being swayed by the executor's own reasoning.
Separates orchestration from execution so each layer uses the model best suited to its job.
A valid /goal prompt contains: (1) the desired outcome in concrete terms, (2) the definition of done (tests passing, files committed, N customers contacted), and (3) any hard constraints (turn budget, sub-agent allocation).
“If you are serious about AI and you really wanna set up the most powerful personal agent imaginable, make sure to join the New Society.”
Warm pitch after two full live demos; includes time-limited May bonus (GitHub repo audit). Resources link repeated throughout video.
00:00
00:21
00:49
01:04
01:34
01:38
02:09
02:32
02:36
02:57
03:20
03:44
03:55
04:23
04:37
05:03
05:31
05:42
05:53
06:24
06:31
06:58
07:27
07:39
07:49
08:25
08:31
08:51
09:08
09:35
09:56
10:11
10:35
10:54
11:11
11:34
11:50
12:07
12:32
12:52
13:12
13:23
13:50
14:10
14:20
14:49
15:09
15:30
15:54
16:07
16:27
16:46
16:57
17:25
17:45
18:05
18:23
18:44
19:03
19:23
19:42
20:02
20:21
20:47
21:00
21:19
21:47
22:06
22:19
22:38
23:07
23:08
23:44
23:55
24:08
24:36
24:57
25:12
25:35
25:53A 47-minute walkthrough of all seven levels of Hermes Agent — from bare VPS to full MCP back end.
May 6thA 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 20thPietro Schirano left Anthropic, built MagicPath in a week, and raised funding from a single tweet. Here he explains exactly how he builds — and why he hasn't touched Claude Code in five months.
June 4thSenior 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 17thDavid 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 2025A 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 25th