Summary
Hermes Agent V0.18 Judgement Release: Goal Loops and Mixture of Agents
Hermes Agent V0.18 — the “Judgement” release — centers on verification: a self-judging goal loop where a separate judge scores each round against your definition of done, plus proof-of-work that marks coding tasks complete only after running the project’s own checks. It also promotes mixture-of-agents (fusing multiple models into one answer) to a first-class mode and adds /learn, /journey, and background sub-agent fan-out.
Several of the polished dashboard panels shown in this video — the “Agent OS,” boardroom, Obsidian “memory galaxy,” and lead-gen tooling — are the creator’s own paid product wrapped around Hermes, not Hermes V0.18 core. The genuine V0.18 features are the goal loop, proof-of-work verification, mixture-of-agents mode, and the new slash commands below. For the raw platform, see our Hermes hub.
"Hermes Agent V0.18 Just Changed AI Agents Forever!" by Julian Goldie SEO — Watch on YouTube →
Key Takeaways
- The “Judgement” theme is self-verification. V0.18 leans into having Hermes judge its own output quality instead of trusting a model that simply reports “done.”
- Improved
/goalloop. You set a definition of done; a builder produces work, a judge scores it, and it iterates for a number of rounds you configure — running autonomously until the judge passes the quality bar. - Proof-of-work for coding. Hermes records evidence and confirms a coding task is finished by actually running the project’s checks, closing the gap between “I think I fixed it” and “the tests actually pass.”
- Mixture of agents is now a first-class model choice. It fuses answers from multiple models (the demo pairs Claude Opus 4.8 with GPT-5.5) into one higher-quality, one-shot output — roughly 10–15 minutes, with no back-and-forth chat.
- New commands.
/learningests a guide or repo link and saves it as a reusable skill;/journeyshows a timeline of what Hermes has learned about you; background fan-out runs delegated sub-agents asynchronously so your chat isn’t blocked. - Three ways to update. Type “update to the latest version” in chat, click Update Hermes in the dashboard, or run
hermes updatein the terminal.
Commands & Code Mentioned
/goal # define a done-state; builder + judge loop until quality passes
/learn # feed a guide or repo link; Hermes saves it as a reusable skill
/journey # timeline of what Hermes has learned about you
hermes update # update to the latest version from the terminal





