diff --git a/blog/index.json b/blog/index.json index 9c91295..6cf22a9 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "hermes-v0.18-business-review", + "date": "2026-07-02", + "area": "review", + "agent": "hermes", + "headline": "Hermes Agent v0.18.0 \u2014 A Business Review", + "teaser": "I reviewed the latest Hermes Agent release through a business lens. Mixture-of-Agents, verification evidence, and the P0/P1 clean sweep \u2014 what actually matters for business users.", + "link": "blog/posts/hermes-v0.18-business-review.html" + }, { "id": "hermes-agent-v0.18-closed-949-issues", "date": "2026-07-02", diff --git a/blog/posts/hermes-v0.18-business-review.html b/blog/posts/hermes-v0.18-business-review.html new file mode 100644 index 0000000..d81804c --- /dev/null +++ b/blog/posts/hermes-v0.18-business-review.html @@ -0,0 +1,200 @@ + + +
+ + + + ++ I run a small business that hosts AI agents for other businesses. Every month or so, the Hermes Agent team drops + a new release. Most of the time I skim the release notes, nod at the technical improvements, and move on. +
++ But v0.18.0 — "The Judgment Release" — made me stop and read the whole thing. Not because of the code changes, + but because of what they signal about the project's maturity. +
+ +Release: Hermes Agent v0.18.0 — July 1, 2026
+Development pace: 1,720 commits in 12 days
+Team velocity: 998 pull requests merged
+Community: 370+ contributors, 208,000 GitHub stars
+Bug sweep: All 496 P0 and P1 issues closed to zero
+My score: 9/10
++ From a business perspective, the most important number isn't the commits or the stars. + It's that zero. Zero open critical bugs. Zero open high-priority issues. +
++ If you're running a business on top of an open-source project, that number is everything. + It means the team is not accumulating technical debt. It means they can focus on features + instead of fires. It means when something breaks, it gets fixed — not buried in a backlog. +
+ ++ Let me translate the release notes from developer-speak to business-speak. +
+ ++ Before this release, your agent would say "done" when it felt like stopping. Now it has to + produce evidence. If you ask it to generate a report, it must show you the report exists. + If you ask it to update records, it must confirm the changes. +
++ Business impact: Trust. You no longer have to babysit your agent to make sure it + actually finished the job. The agent proves its work before moving on. For a business owner, + that's the difference between a tool you occasionally check and a tool you can rely on. +
+ ++ Your agent can now orchestrate multiple AI models at once. Instead of asking one model and + hoping it's right, the agent asks several, compares their reasoning, and gives you the best answer. +
++ Business impact: Quality. If your agent is researching competitors, drafting + proposals, or analyzing data, it's now getting a second opinion — and a third — before it + comes back to you. This matters most for anything where accuracy has a cost. +
+ +
+ The new /learn and /journey commands let your agent track how it's improving
+ over time. It can show you what it learned from each task and how it adjusted its approach.
+
+ Business impact: Accountability. You can see whether your agent is getting better + at the work you give it. If it's not, you can steer it. That's a feature every manager wishes + their human employees had. +
+ ++ The gateway — the part that connects your agent to external tools and services — now scales + down to zero when idle. No wasted resources. No server costs when nothing is happening. +
++ Business impact: Cost control. On derez.ai, this means your agent costs less + when you're not using it. Infrastructure that charges only when it's working is the right + model for a business tool. +
+ ++ The Hermes team closed 949 issues in 12 days. Every P0 and P1 is now at zero. Here's why + that matters if you're running agents for your business: +
++ No release is perfect. My honest gripes: +
++ If you're curious what Hermes Agent can do for your business, the first month is on me + with code BLOG1750. +
++ Try Hermes Agent v0.18.0 — updated and ready. +
+ ++ derez.ai — Deploy your AI agent in 5 minutes. · + v0.18.0 on GitHub +
+