Self-improving AI agents like Hermes Agent represent a paradigm shift from traditional chatbots by implementing a do-learn-improve loop where agents reflect on completed tasks, extract useful patterns, and write reusable skill files that accumulate over time, enabling them to become more specific to user workflows rather than starting from zero each time.
Deep Dive
Prerequisite Knowledge
- No data available.
Where to go next
- No data available.
Deep Dive
Hermes Agent Just Broke OpenClaw With A New Insane UpdateAdded:
Hermes Agent just went from being one of those interesting open-source projects people were quietly testing to suddenly sitting at the center of one of the biggest agent stories right now.
And the crazy part is that in the space of a few days, Hermes overtook Open Claw on Open Router's global daily app and agent rankings, started processing around 224 billion tokens per day, pushed past Open Claw's daily number, and then dropped a massive update that makes it feel like a personal AI operating system that can keep learning from your work. That alone would be enough for a big story. Yet, the timing makes it even stranger. Open Claw was basically the agent everyone was talking about a few months ago. It had the hype, the community, the integrations, the massive scale ecosystem, and the first-mover advantage. Then Hermes arrives in February, grows at a ridiculous speed, ships update after update, and by May, it's suddenly challenging the project that almost defined the whole category. And that is why this Hermes situation is getting insane. On May 10th, 2026, Hermes Agent reportedly claimed the number one spot on Open Router's global daily app and agent rankings.
The public numbers showed Hermes processing around 224 billion tokens per day, while Open Claw was sitting around 186 billion. That means Hermes wasn't just catching up in some abstract way.
It was actually routing more daily inference volume than Open Claw on one of the most visible public AI agent leaderboards.
Now, that does not automatically make Hermes the best agent in the world. Open Router rankings are based on tracked public usage, and token volume can be noisy, especially with agents that burn through huge context during long workflows. But in a young market, visible rankings create momentum.
Developers see the number, test the tool, talk about it, and that attention can turn into even more usage. And Hermes reached that point unbelievably fast. The project launched in February 2026 from Nous Research, the same lab behind the Hermes model family, and it is now sitting at roughly 147,000 GitHub stars and more than 23,000 forks.
That is wild for a project that is only a few months old. Open Claw still has the bigger all-time footprint with more than [music] 370,000 GitHub stars and more than 9 trillion cumulative tokens compared to Hermes at roughly 6 trillion. Open Claw is not suddenly dead. It is still massive. The real story is velocity. Open Claw still has the bigger historical footprint, but Hermes went from launch to the top of the daily board in under 90 days. That kind of speed usually means the product is landing exactly where developers are starting to care. And with Hermes, it seems [music] pretty clear what they care about. Hermes is not built like a normal chatbot or even a normal coding assistant. The whole design is centered around a do, learn, improve loop. After it completes a complex task, it doesn't just throw away the experience. It reflects on what worked, extracts [music] the useful pattern, and writes a skill file it can use again later. That sounds simple at first, although the implications are massive. Most assistants start every new job with the same general intelligence and whatever context you give them. Hermes is trying to become more specific to your work over time. If it solves a repeated coding workflow or business process, it can turn that experience into reusable procedural knowledge instead of starting from zero every time. That is the difference between an AI tool that responds and an [music] AI system that compounds. And this is exactly where Hermes is being compared to Open Claw.
Open Claw won attention by being [music] everywhere. It connected agents to Telegram, Discord, Slack, WhatsApp, Signal, and a long list of other platforms. [music] Hermes is making a different bet.
Instead of focusing first on reach, it focuses on learning from your actual work. Open Claw has a massive skill ecosystem, but Hermes is trying to make skill creation part of the agent's natural workflow.
Now, right in the middle of all this Hermes momentum, I have to mention that today's video is sponsored by Higgsfield because what they just launched fits perfectly into this whole agent story.
Higgsfield MCP is basically the first time Claude, Open Claw, and Hermes start feeling connected to a real media production pipeline [music] instead of just being smart text systems. The easiest way to explain it is this.
Claude gives the reasoning, while Higgsfield MCP gives the [music] agent actual creative execution. So, instead of Claude only talking about ads, videos, [music] thumbnails, landing pages, or content strategy, the agent can now actually generate and ship those assets directly inside the workflow.
And Hermes already supports MCP servers natively, so setup is simple. You drop the Higgsfield MCP endpoint into your Hermes config, reload the agent, and suddenly Hermes can start generating videos, images, [music] ads, landing pages, and other creative assets directly inside the pipeline.
>> [snorts] >> One example they showed was Hermes orchestrating multiple Claude agents through Higgsfield MCP, where one agent handles statics, another handles UGC style videos, another handles email outreach, and another watches analytics and rewrites underperforming creatives automatically. So, yeah, if you want to test this yourself, check out Higgsfield MCP through the link in the description.
All right, now back to the video. Open Claw's skills are often more like runbooks created up front by a person [music] or by an AI you prompt to write them. Hermes tries to build that into the agent itself. It works, reflects, writes a reusable markdown skill, and refines it later. That automatic loop is the part developers keep pointing to.
Hermes also has a layered memory system.
Some reports describe it as three layers: session memory for the current work, episodic memory through SQLite or SQLite FTS 5 for past sessions, and procedural memory through skills. In plain terms, it can remember conversations and tasks over time, search through past work, and build repeatable patterns for future execution.
And importantly, this is done without needing some heavy [music] cloud-only vector database setup. It is meant to run on your own machine, server, VPS, cloud environment, or even more serious infrastructure. That local-first angle is another reason it is spreading. A lot of developers like the idea of an agent that lives on their own infrastructure.
[music] Your data stays under your control. The project is MIT licensed. There is no forced cloud lock-in. There is no automatic dependency on one model company. Hermes can work with Open Router, Anthropic, [music] OpenAI, News Portal, Kimmy, Minimax, GLM, Nvidia NIM, AWS Bedrock, Ollama, local models, and custom endpoints. That model-agnostic design matters because agentic workflows can get expensive very quickly. Every plan, tool call, retry, file edit, browser step, and validation pass adds tokens. So, if an Open Stack can route routine work through cheaper models and only use expensive models where needed, that becomes a real advantage. It doesn't have to beat every premium agent at every possible task. It only has to be good enough for repeated workflows where control, cost, memory, and flexibility matter. Now, just 3 days before that ranking flip, Nous Research [music] shipped the update that likely set the whole thing off. On May 7th, NR shipped Hermes Agent version 0.13 called Tenacity. [music] This was not a small patch. Reports describe 864 commits, 588 merged pull requests, and contributions from 295 developers in 1 week. That is an enormous release cadence for any open-source project, especially one sitting in a category as sensitive as autonomous agents. Tenacity added a durable multi-agent Kanban system. That means Hermes can manage multiple agents or workers across a task board with heartbeat monitoring, retry budgets, [music] zombie worker reclaim, and hallucination recovery. In normal language, it is trying to keep long-running agent work organized, prevent dead workers from silently breaking a workflow, and make the system more durable when things go wrong. That matters because long-running agents fail in messy ways.
>> [music] >> They don't just give a bad answer. They lose the thread, repeat themselves, get stuck in loops, modify the wrong file, forget the goal, call [music] tools in strange orders, or keep working after the original objective has drifted. A durable task board with monitoring and recovery is the kind of feature you need when agents move from demos into actual infrastructure. Tenacity also added the {slash} goal command, which keeps the agent locked on a long-term objective across turns. That may sound small, yet it solves a very real problem. Agents often get distracted by intermediate steps. They solve the next visible issue rather than staying aligned with the actual mission. A persistent goal gives Hermes a stronger anchor, especially for tasks [music] that unfold across many tool calls, files, platforms, or sessions. The release also added Google Chat as its 20th supported messaging platform, showing that Hermes is expanding beyond the terminal and moving [music] toward the same always-available agent territory that made Open Claw popular. Bigger picture is that Hermes is moving toward something closer to an agentic operating system. One article described Hermes AIOS as combining Hermes agent with the Ion UI, creating an open-source platform that can [music] manage tasks directly on the computer.
In simple terms, Hermes is moving from agent you talk to toward agent that can sit inside your computer and actually manage work. It can organize files, run code, automate dev tasks, and show its progress through a visible interface instead of acting like a mysterious black box. And most people do not want an invisible agent doing mysterious things in the background. The more powerful the agent becomes, the more you need visibility and control. A good interface becomes part of the safety model. Users need to see the tasks, the files, the actions, [music] the failures, and the decisions. Hermes seems to be moving in that direction with the Kanban system, Ion UI, checkpoints, and gateway auto resume.
And then there is migration. Hermes is not only competing with Open Claw from the outside. It is making it easy for Open Claw users to try the switch.
During setup, Hermes can reportedly detect an existing home/dot.openclaw directory and offer to import settings, memories, skills, and API keys. There is also a Hermes Claw migrate command with dry run previews, selective migration presets, and conflict controls.
That is a very aggressive move because it reduces the friction for exactly the audience Hermes wants. People already running personal agents who may be frustrated, curious, or ready to experiment. And Open Claw has had a rough stretch. Open Claw has reportedly faced serious security problems, including high severity CVEs, malicious entries in Claw Hub's skill repository, and publicly exposed instances. That kind of turbulence matters because agents are not normal apps. They can touch files, call tools, hold keys, connect to messaging platforms, and run long workflows across real infrastructure. That does not automatically make Hermes safe. Hermes is younger, moving fast, and has already had its own issues, too. Tenacity itself reportedly closed several major security problems, including fixes around redaction defaults, role allow lists, stranger rejection, and auth-related flows.
So, the fair version is simple. Both projects are powerful, both carry risk, and anyone running autonomous agents on real infrastructure needs to treat security seriously. There are also reports claiming around 30% of Open Claw users have switched based on Reddit sentiment surveys, mainly citing easier setup, better memory defaults, and the self-improving learning loop. That number should be treated carefully because sentiment surveys are not the same as hard migration data. Still, it matches the broader vibe. Hermes is becoming the agent that technical users are testing when they want something that feels more adaptive. The setup also seems designed for that. Some reports say installation uses a one-line curl installer that handles dependencies like Python 3.11, node.js, ripgrep, and FFmpeg.
After that, Hermes setup runs a wizard and can detect Open Claw configuration.
That matters because open-source agent tools can be powerful, yet the installation experience often kills adoption before the user even first reaches real workflow. The broader market signal is even more interesting.
Hermes topping Open Router matters because it shows where developer attention is moving, even if token volume alone doesn't prove the agent is production ready. Open Claw still has the bigger ecosystem, more stars, and more total usage. But, Hermes is gaining momentum because it focuses on memory, reusable skills, and an agent that actually improves the longer you use it.
Hermes also fits a bigger trend in AI.
Agents are moving from one-off replies towards systems that remember, adapt, and act across real workflows. And the craziest part is that this still feels early. Hermes has already moved from launch to major market signal in about 3 months. It has already shipped multiple major releases, expanded platform support, introduced an automatic learning loop, added multi-agent task management, improved security, created migration paths from Open Claw, and pushed into the idea of an open-source AIOS with local control. The real test now is whether this momentum holds. If Hermes keeps this kind of usage through June, it starts looking like a real shift in developer behavior. If it fades, it still proves how quickly public rankings can reshape attention in the agent market. Either way, Open Claw now has real pressure from a project that is not trying to beat it feature for feature, but trying to change what people expect from an agent in the first place. And that may be the most important part of this whole story.
Hermes is making the case that the next major agent is not the one with the most integrations, the loudest hype, or the biggest skill store. It may be the one that watches how work gets done, turns that into memory, turns memory into reusable skills, and slowly becomes harder to replace every time you use it.
That is a much bigger idea than another leaderboard win. Also, if you want more content around science, space, [music] and advanced tech, we've launched a separate channel for that. Link's in the description. Go check it out. Anyway, that's it for this one. Let me know what you think about Hermes, Open Claw, and whether self-improving agents are becoming the real next step. Thanks for watching, and I'll catch you in the next one.
Related Videos
OpenHuman VS Hermes AI: Who Wins?
JulianGoldieSEO
285 views•2026-05-29
Long-Running Agents — Build an Agent That Never Forgets with Google ADK
suryakunju
142 views•2026-05-30
5 Mind Blowing Omni Uses Cases
PaulJLipsky
1K views•2026-06-02
This computer is made from real human brain cells. And you can buy it.
Talktmsmedia
3K views•2026-05-28
BREAKING: Microsoft’s New Image Generating Model Beat Out GPT 1.5 and Nano Banana 2
aimmediahouse
122 views•2026-06-03
I Made the Same Anime Fight Scene in Every AI Video Generator
NobleGooseAnime
295 views•2026-05-30
Nvidia Bets Big On AI PCs | New Chip To Power Windows Laptops | Technology | AI Updates | N18S
cnnnews18
3K views•2026-06-01
I Tested NEW Opus 4.8 on Four Projects (Updated LLM Leaderboard)
AICodingDaily
298 views•2026-05-29











