The Death of OpenClaw and the Rise of Hermes
OpenClaw is the cleanest case study of the 2026 AI bubble I have seen. A coding agent that exploded from zero to "200,000 GitHub stars in a month," landed a reported $10 billion acquisition by OpenAI, and—if you ask anyone actually building with LLMs—nobody was using it.
Read the localllama threads. Read the GitHub history. Read the star-history graph. The pattern is unmistakable: manufactured virality, bought stars, "breakthrough" announcements that didn't survive scrutiny, and an exit before the technical debt caught up.
While that was happening, Nous Research quietly shipped the agent OpenClaw was supposed to be. They called it Hermes, and the punchline lives in a single CLI flag:
hermes claw migrateThe new agent ships with a migration command for the old one. That tells you everything.
What OpenClaw Actually Was
Strip the marketing and OpenClaw is a Claude Code clone with a chat interface. The "innovations" reduce to:
- A loop that calls an LLM
- Tool use that calls common CLI utilities (
dig,nmap,curl) - A web UI most users found unusable
- Configuration described as "vibe coded" by people who tried it
Every capability cited as revolutionary already existed in Cline, Roo, Aider, Claude Code, and a half-dozen open agent harnesses. The agent layer is genuinely commoditized—it's a while loop with prompt engineering. The moat was never there.
What was there: a founder famous for guerrilla marketing, a coordinated launch, and the kind of social-media spike that gets quietly bought from star-farms.
Why OpenAI Bought It Anyway
Three plausible reasons, none flattering:
- Token consumption. Agentic loops burn tokens at 10–100x the rate of chat. Acquiring a popular agent is acquiring a token-billing channel.
- Distribution. Even fake stars become real installs eventually if the marketing keeps pushing.
- The acquisition itself is the marketing. A $10B headline reinforces the narrative that AI agents are the next platform shift, which raises the next funding round.
The bet is not that OpenClaw is good. The bet is that the bubble holds long enough to monetize the noise.
What Hermes Actually Is
Hermes is the first agent framework I've seen that takes "self-improving" literally and ships it.
The closed learning loop is the headline feature: the agent creates skills from experience, improves them during use, nudges itself to persist what it learned, searches its own past conversations with FTS5 + LLM summarization, and builds a deepening Honcho-modeled picture of who you are across sessions. That's not a chat wrapper. That's a system that gets better the longer you talk to it.
Underneath that, every architectural decision points the opposite direction from OpenClaw:
- Model-agnostic. Nous Portal, OpenRouter (200+ models), NVIDIA NIM, Xiaomi MiMo, GLM, Kimi, MiniMax, Hugging Face, OpenAI, your own endpoint. Switch with one command. No lock-in.
- Runs anywhere. Seven terminal backends—local, Docker, SSH, Singularity, Modal, Daytona, Vercel Sandbox. Daytona and Modal hibernate when idle. A $5 VPS works. A GPU cluster works. Your laptop works.
- Lives where you do. Telegram, Discord, Slack, WhatsApp, Signal, CLI, email—single gateway process. Voice memos transcribed automatically. Cross-platform conversation continuity.
- Real terminal UI. Multiline editing, slash-command autocomplete, conversation history, interrupt-and-redirect, streaming tool output. Built like a tool, not a demo.
- Scheduled automations. Cron with delivery to any platform. Daily reports, nightly backups, weekly audits—all written in natural language.
- Parallel subagents. Spawn isolated workstreams. Write Python that calls tools via RPC, collapsing multi-step pipelines into zero-context-cost turns.
- Research-ready. Batch trajectory generation, Atropos RL environments, trajectory compression. The framework is also a training data factory for the next generation of tool-calling models.
- Open standard. Compatible with agentskills.io. Skills are portable. You're not locked into anyone's hub.
That last point is the one OpenClaw structurally couldn't ship.
Why Hermes Wins the Long Run
The OpenClaw playbook depends on attention. The Hermes playbook depends on substance you can verify on your own machine in 10 minutes:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
hermesTwo commands. No signup. No cloud account. No $20/month. The agent runs on your hardware, talks to whatever model you point it at, remembers what you tell it across sessions, and shows up in your Telegram an hour later with a scheduled report you forgot you asked for.
The signal-to-noise filter is the same one developers have always used:
- Can I build it without their cloud? Yes.
- Can I read the code? Yes.
- Does the technical claim survive 30 minutes of poking? Yes.
- Are real practitioners using it, or just retweeting it? Real practitioners.
OpenClaw failed all four. Hermes passes all four.
The Pattern, Generalized
Every cycle has its OpenClaws. Crypto had a thousand of them. Web3, NFTs, the metaverse, "AI-powered" SaaS wrappers—each wave produces marketing-first projects that achieve absurd valuations and then decay.
When you're picking a tool in 2026, weight a thing called substance density: how much of the marketing claim survives 30 minutes of hands-on testing.
Closed tools with high substance density are worth paying for. Claude Code and Cursor are the obvious examples—the marketing is loud but the product holds up. Open tools with high substance density are worth running locally. Hermes Agent, Llama, Qwen, DeepSeek, ComfyUI—loud or quiet, the substance is verifiable.
The category to avoid is the OpenClaw zone: closed tools with high marketing density and low substance density, sold at a price that only makes sense if the bubble keeps inflating.
The bubble will not keep inflating. It rarely does.
When it deflates, frameworks like Hermes will still be there—downloadable, auditable, running on your own VPS, talking to you on Telegram, getting smarter every week. The acquired-and-shut-down agents won't be.
hermes claw migrate is the funniest command-line flag of 2026. It's also the most accurate forecast of where the agent layer is going.
Bet accordingly.