Nous Research’s Hermes Agent overtook OpenClaw to claim the #1 position on OpenRouter’s global daily app and agent rankings as of May 10, according to MarkTechPost. Hermes is processing 224 billion daily tokens on the platform versus OpenClaw’s 186 billion, a 20% gap that represents the first time OpenClaw has lost the top ranking to another open-source agent.
The milestone follows weeks of comparative coverage positioning Hermes as a stability-first alternative (NCT reported on this trend on May 9). The ranking data converts that narrative into a measurable market outcome.
Two Architectures, Two Bets
The competition between Hermes and OpenClaw reflects a fundamental design split, according to MarkTechPost. OpenClaw is organized around a central WebSocket gateway, a persistent routing layer connecting 50+ messaging channels (Telegram, Discord, Slack, WhatsApp, Signal) to an agent runtime. The design optimizes for reach: how many surfaces the agent can operate across simultaneously.
Hermes inverts the stack. Built under an MIT license, it centers on a “do, learn, improve” execution loop. After completing a task, the agent enters a reflective phase where it analyzes its own performance and generates reusable skill files for future use. Memory runs through three layers: a persistent snapshot of user and agent identity, a SQLite FTS5 full-text search database of every past session, and procedural skill files that capture repeatable task logic. The longer Hermes runs, the more optimized it becomes for specific workflows.
Release Velocity
Hermes has maintained an aggressive release cadence since its February 2026 launch. The v0.9.0 “Everywhere” release brought Android/Termux support, iMessage via BlueBubbles, WeChat and WeCom adapters, and a local web dashboard, pushing the platform to 16 supported messaging channels. The v0.11.0 “Interface” release delivered a full React/Ink TUI rewrite, native AWS Bedrock support, five new inference paths including NVIDIA NIM and Vercel ai-gateway, and GPT-5.5 access via Codex OAuth across 1,556 commits and 761 merged PRs.
The current v0.13.0 “Tenacity” release, shipped May 7, introduced Kanban as a durable multi-agent task board with heartbeat monitoring, zombie detection, and hallucination recovery. It also added a /goal command that locks the agent on a target across turns, Checkpoints v2 with real state pruning, gateway auto-resume after restart, and Google Chat as the 20th supported messaging platform.
Community Split
Developer sentiment across r/openclaw (103,000 members) shows a community that isn’t cleanly migrating in one direction, according to MarkTechPost. Some users run both tools, using Hermes for execution loops and OpenClaw for orchestration. Others are migrating entirely to Hermes for recurring workflows. The Neuron Daily reported roughly 30% of OpenClaw users switching, framing the shift as a validation of self-improving architecture over gateway breadth.
Security Records Diverge
OpenClaw’s scale has come with security costs. Nine CVEs were disclosed in a four-day window in March 2026, one scoring CVSS 9.9. SecurityScorecard reported tens of thousands of publicly exposed instances. Hermes Agent’s security record is shorter by virtue of age but not unblemished: NVD lists CVE-2026-7113, a missing authentication issue in version 0.8.0’s webhooks endpoint scoring CVSS 5.6 Medium. The v0.13.0 release addressed 8 P0 security issues.
The Market Signal
OpenRouter rankings are one proxy, not the full picture. OpenClaw still dominates in multi-channel deployment scenarios. But the token volume gap suggests that for users who need persistent, self-improving agents for repeated workflows, Hermes’ architecture is winning the argument. Whether this bifurcation holds or one platform absorbs the other’s strengths will likely define the open-source agent market through the rest of 2026.