Hermes Agent Leads OpenRouter With 35.7 Trillion Tokens, but the Lead Says More About Architecture Than Popularity

Hermes Agent by Nous Research has reached 35.7 trillion tokens on OpenRouter as of mid-August 2026, putting it at the top of the platform’s global agent rankings. That is more than four times Claude Code’s 8.53 trillion tokens, which sits in second place.
Kilo Code holds third with 7.36 trillion, while OpenClaw has dropped from second to fourth with 4.4 trillion. The numbers need context before you treat them as a popularity contest.
Hermes Agent launched on February 25, 2026, and reached the #1 position on OpenRouter’s daily rankings by May 6. Its GitHub repository has grown past 160,000 stars. It is MIT-licensed, self-hosted, and routes through more than 400 models via OpenRouter.
Hermes Agent runs persistently on user-controlled servers or VPS instances, processing tokens around the clock even when no human is interacting with it. It maintains memory across sessions through a three-layer system and writes reusable skill files from experience.
That means uptime, not user count, drives much of the leaderboard. A tool used only during active work cannot match a service that runs continuously all day.
What the Leaderboard Does Not Show
Claude Code, by contrast, runs only during active terminal sessions and stops consuming tokens the moment a developer closes the session. Comparing total tokens between a persistent runtime and a session-based tool is like comparing a refrigerator to a hair dryer: one is always on.
The leaderboard measures one thing: token volume flowing through OpenRouter. It does not capture global adoption.
Claude Code users primarily route through Anthropic’s own API, not OpenRouter. Cursor, GitHub Copilot, and many enterprise deployments connect directly to provider endpoints.
So the ranking is a useful proxy for OpenRouter traffic, not a definitive scorecard of which agent is most popular worldwide. HackerNoon made that point on August 18, 2026, and Memeburn made it on August 19, 2026.
For developers choosing between them, the decision comes down to architecture. Hermes Agent suits recurring, autonomous workflows on infrastructure you control. Claude Code fits interactive, session-based coding inside a terminal.
OpenClaw remains the choice for multi-platform automation across messaging channels. But its 2026 security disclosures have made hardening a prerequisite.