Verdict: The Hermes Agent v0.18 "Judgement" release is a massive leap in reliability, transforming the platform from a single-agent executor into a multi-model orchestration system. By introducing first-class Mixture of Agents (MoA) and a self-correcting Goal Mode loop, it effectively eliminates the "hallucinated completion" problem where agents claim success without verification.
Last verified: 2026-07-02 · Key Highlight: 0 open P0/P1 bugs · New Commands:
/learn,/journey,/goal· Pricing: MIT Licensed (Open Source) · Primary Models: Claude Opus 4.8, GPT 5.5, Llama 4.
What is the Hermes Agent v0.18 "Judgement" Release?
Released on July 1, 2026, Hermes Agent v0.18—dubbed the "Judgement Release"—is defined by a massive sweep of technical debt and a new focus on autonomous verification. The Nous Research team resolved exactly 692 high-priority issues (P0 and P1) in the twelve days leading up to the launch, including critical fixes for interrupt-protected compression and sibling-forking bugs.
Unlike previous updates that focused on "Reach" (new platforms like iMessage) or "Surface" (the desktop GUI), v0.18 is about the quality and autonomy of the agent's work. It moves away from the traditional "chat-and-stop" model toward a system that stays active until a task is measurably complete.
How Mixture of Agents (MoA) Works in Hermes
The headline feature is Mixture of Agents, now a first-class model provider within Hermes. MoA is not a single model, but a "virtual provider" that runs a prompt through a committee of reference models and then fuses their insights using a primary aggregator.
The MoA Workflow
- Reference Phase: Hermes runs configured reference models (e.g., Claude 3.5 Sonnet and Llama 4) to analyze the prompt. These calls are optimized to exclude tool schemas, reducing token costs and avoiding strict-provider rejections.
- Aggregator Phase: A primary "aggregator" model (like Claude Opus 4.8 or GPT 5.5) receives the reference outputs and writes the final response or tool call.
- One-Shot vs. Session: Users can switch their entire session to an MoA preset via
/model default --provider moaor use the/moa <prompt>shortcut for a single, high-intelligence turn.
This "two minds are better than one" approach significantly improves performance on complex reasoning tasks, such as architectural design or multi-step code migrations, often outperforming frontier models like Fable 5 in internal benchmarks (Source: Goldy Bench 2026).
Goal Mode: The End of "False Success"
One of the most frustrating aspects of AI agents is their tendency to claim a task is "fixed" or "done" when the underlying code still fails. v0.18 solves this with the improved Goal Mode (/goal).
Based on the "Ralph loop" architecture, Goal Mode creates a standing objective that survives across turns. After every action, a separate Judge API verifies the output against a "Definition of Done."
- Evidence-Based: For coding tasks, Hermes now records evidence (such as
pytestoutput or terminal exit codes) and checks it against the goal. - Autonomous Loops: If the Judge determines the work is low quality or incomplete, Hermes automatically triggers a continuation turn.
- Subgoals: Users can now inject new criteria mid-task using
/subgoal <text>, allowing for real-time steering without restarting the loop.
Teach Your Agent Instantly with /learn
The new /learn command allows users to feed Hermes a link—such as a GitHub repository or a technical guide—and have the agent ingest it as a Skill.
Unlike RAG (Retrieval-Augmented Generation), which can be hit-or-miss depending on the chunking strategy, /learn converts the source material into a structured procedural skill. Once "learned," this skill is saved to the agent's local directory (~/.hermes/skills/) and can be recalled in any future session, effectively giving your agent a new superpower in minutes.
How to Install and Update to v0.18
Updating to the Judgement Release is straightforward. If you are already running Hermes Agent, you can update via the terminal:
hermes update
For new installs, the official install script has been updated to point to the v0.18.0 stable release:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
Once installed, run hermes setup --portal to configure your models and tool gateway.
What This Means for You
For builders and small businesses, Hermes Agent v0.18 represents a shift from "AI as a toy" to "AI as an operator." The ability to run multi-agent workflows in the background with asynchronous fan-out means you can delegate entire SEO funnels or code refactors and walk away, knowing the verification engine will keep the agent honest.
If you are already running Hermes 3 agents locally, this update is a mandatory upgrade for the bug fixes alone, specifically the stability improvements to the Super Kanban orchestration system.
FAQ
**Q: Does Hermes Agent v0.18 work with local models? A: Yes. Hermes v0.18 maintains full support for local backends like Ollama and vLLM. You can even use local models as reference models in an MoA setup to save on API costs.
**Q: How much does it cost to use the Mixture of Agents feature? A: The Hermes Agent software is free and open-source (MIT License). However, MoA requires multiple model calls (Reference + Aggregator), so you will be billed for tokens by your provider (e.g., Nous Portal or OpenRouter).
**Q: Can I use /goal for non-coding tasks? A: Absolutely. Goal Mode works for any multi-step objective, such as "Research the top 5 competitors in the AI CRM space and write a 1,000-word report." The Judge model will evaluate the report's quality against your requirements.
**Q: What is the /journey command for?
A: /journey provides a playable, visual timeline of everything the agent has learned about you and your projects, making it easier to audit the agent's evolving "SOUL" and memory.
Discussion
0 comments