Based on X, Reddit, Hacker News and other communities, we have sorted out the real user feedback in the past 30 days, trying to restore the real views of global developers on OpenClaw vs. Hermes, such as OpenClaw being abandoned by developers? Hermes over-marketing? Self-Deployment to Serverless Managed Services?
To avoid relying only on top SEO marketing articles, this research uses the following methods to obtain user feedback:
· Reddit: 5 topics including r/openclaw, r/better_claw, r/hermesagent, r/LocalLLaMA, r/AI_Agents.
· Hack News: The 6 most popular news in OpenClaw and Hermes.
· X: Search for posts related to Openclaw + Hermes.
· Evaluation and report: Through 11 groups of different keyword searches, 6 complete evaluation articles and 4 safety analysis reports from Conscia and getaiperks were obtained.
Before we start the analysis, we would like to express a core conclusion: under the development trend of multi-Agent collaboration and the use of model services through IM, there is no alternative relationship between OpenClaw and Hermes, but a coexistence and complementary relationship.

· Discovery 1: OpenClaw is still chosen by 35% of users because of habits, strong Skill and plug-in ecology.
· Discovery 2: Of those who have used OpenClaw, 30% have started using Hermes, and 15% have begun to consider migration because of self-evolving learning ability, lower operating costs, and less frequent crashes. However, these users have not expressed that they will give up the OpenClaw.
· Found 3: dual-use rate of 18%, smart users do not do single-choice topics, these users spontaneously chose OpenClaw to be responsible for the infrastructure layer (timing tasks, message routing) + Hermes to be responsible for the division of labor in the intelligence layer (dialogue, complex execution).
· Findings 4: The rejection ratio of 12% vs 5%, the reasons for rejecting OpenClaw (safety, collapse) are far more serious than those for rejecting Hermes (ecological immaturity). However, this is related to OpenClaw's far higher user base than Hermes.
It must be honestly stated that this survey data has major limitations, including:
· Votes don't equal numbers of people: The number of likes we have for positive and negative comments on Reddit represents votes, but doesn't exactly equal the number of people adopted.
· Silent majority: About 480 of the 527 comments were unclassifiable, and their true choices were unknown.
· Sample Source Deviation: The theme of the r/better_claw post itself is "Migration to Hermes", which naturally attracts users who have migrated or are considering migrating; The theme of the r/LocalLLaMA post is "OpenClaw usability question", which naturally attracts critics.
The core of the OpenClaw design is a centralized Node.js controller organized around "channels, sessions, routes. It is essentially a configurable agent.
"I have a routing system that choses the best model for the job using subagents... the real killer was the memory model. OC has both kw and vector hybrid and temporal decay. It's honestly very good." - u/_supert_Member(r/openclaw)
Hermes Agent is more like a learning teammate with built-in persistent memory system, autonomous skill generation module, and reinforcement learning training pipeline.
"It has built in learning, so if something ain't working or breaks, it ACTUALLY remembers it and creates a skill for troubleshooting it." - u/jpirog(r/openclaw,38 votes)
| Dimension | OpenClaw | Hermes Agent |
|---|---|---|
| Runtime | Node.js Centralized Controller | Python Unified Runtime |
| Memory Management | Markdown + SQLite Hybrid Retrieval | Hierarchical architecture (Honcho persistent memory) |
| Capacity Expansion | 5700 + Community Plugin | Self-generated + about 40 pre-built |
| Deployment complexity | Node.js >= 22 required | Smoother installation,$5 VPS to run |
OpenClaw natively supports 50 + messaging platform connectors, and the community extension marketplace has 5700 + extensions.
"OpenClaw has way more breadth and tools" - u/TheWordProcessor(r/openclaw)
The review article (kanaries.net) states: "OpenClaw's ecosystem maturity is unmatched, with over 5,700 community extensions."
"the ability to give each agent its own discord bot key and speak to that agent directly" - u/TurkeyLizards(r/openclaw)
"OC has both kw and vector hybrid and temporal decay. It's honestly very good." - u/_supert_Member
From January to April 2026, the OpenClaw exposed seven CVE vulnerabilities in a row, and independent audits found more than 135,000 publicly accessible deployment instances.
Ars Technica reported: "For OpenClaw users, assuming compromise is prudent."
Conscia Security Report: "The OpenClaw security crisis represents one of the most significant supply chain attack vectors in the open-source AI ecosystem."
"And security nightmare vector, don't forget! " - u/RoomyRoots(r/LocalLLaMA,316 votes)
"I can't understand the total basic lack of caution using it. Either you give it access to your data and it's a security flaw, or you don't and it's basically useless." - u/Cherlokoms(r/LocalLLaMA,51 votes)
"If the only way to run it securely is to isolate it to its own sandbox with no access to the machine self, the internet, or any accounts, then what's the point of it?" - u/suicidaleggroll(r/LocalLLaMA,43 votes)
"broken some part of my workflow on near every single update, 2-3 times a week"-Multiple User References
"The final straw was after updating to 4-2. It stopped working again! " - u/iamcabal(r/openclaw)
"Memory is unreliable, and the worst part - you don't know when it will break." - u/Sad_Bandicoot_6925(r/LocalLLaMA,OP)
"Even from the beginning, the setup is so much more streamlined." - u/jpirog(r/openclaw,38 votes)
"impressive OOTB, openclaw is a PITA even with all the popularity" - u/Additional_Click1(r/openclaw,OP)
"It has built in learning, so if something isn't working or breaks, it ACTUALLY remembers it and creates a skill" - u/jpirog
"with Hermes making its own skills, prompt injection is wayyyyyy less likely" - u/letsgoiowa(r/openclaw)
"the memory feature alone is👌" - u/Additional_Click1
"Hermes just 'feels' easier to setup and 'feels' like it stays up longer/better without things breaking" - u/cbelliott
The community report runs smoothly on a $5 VPS.
"best of all it's way more token efficient! " - u/iamcabal(r/openclaw)
"The problem is IT evaluates the result. Yes.. It decides if it did a good job or not. GUESS WHAT. It always thinks it did a good job. ALWAYS." - u/CustomMerkins4u(r/openclaw)
"So then you go and manually edit the skill. Fix it. And it does a good job.. GUESS WHAT. It's self improving. It will overwrite your edits. No thank you." - u/CustomMerkins4u
There are about 40 pre-built tools, far fewer than the OpenClaw 5700 +.
"I'm running both with Hermes trying to be local first and it's been…challenging. Communicating through anything but the CLI turns into token hell." - u/TanguayX(r/openclaw)
Simultaneous use of OpenClaw and Hermes Agents is a growing trend in the community.
"I use both but I talk to Hermes 90% time and openclaw run all the cron jobs and automations." - u/EricAndersonL(r/better_claw)
"I have a Hermes agent supporting my Openclaw agent lol. Working great so far." - u/BigAlligatorPears(r/openclaw)
"Several people in the community are running both. OpenClaw for orchestration and scheduling, Hermes for execution." - u/ShabzSparq(r/better_claw,OP)
Messaging Platform (WhatsApp/Slack/Discord/Telegram)
|
v
[OpenClaw Gateway] ← Unified Routing, Session Management, and Role Assignment
|
+---> OpenClaw built-in agents (simple tasks, daily Q & A)
|
+---> [Hermes Agent] ← Complex tasks, research, learning
"I asked openclaw agent to Instal hermes agent. He did it without openly complaining" - u/Lanfeust09(r/openclaw)
"The gap between capability and reliability seems bigger than most people admit right now." - u/norofbfg(67 votes)
"OpenClaw run as a persistent agent. It's supposed to be your always-on assistant, but its memory is unreliable, and the worst part - you don't know when it will break." - u/Sad_Bandicoot_6925(OP,47 responses)
"I 've got them all. OpenClaw, NanoClaw, PicoClaw, NanoBot, CoPaw, Hermes, a custom Pi bot. What I 've determined after a few months: They burn tokens like my mother burns chicken. You can't trust them to do anything, at all, ever." - u/gurilagarden(37 votes)
"Openclaw is a bloated message pile of shit. I ditched it after a few days." - u/cmndr_spanky(149 votes)
Summary: More than 60% of the negative comments focused on the same core issue: OpenClaw can demonstrate capability, but cannot guarantee operational reliability.
"And security nightmare vector, don't forget! " - u/RoomyRoots(316 votes)
"I can't understand the total basic lack of caution using it." - u/Cherlokoms(51 votes)
"Wow OpenClaw's CVE/day rate has increased to 2.1." - u/Shoddy-Childhood-511(14 votes)
Summary: Anxiety is expressed in community attitudes towards OpenClaw safety.
One user tracked the true cost of six models over three weeks:
|
Model |
Average Daily Cost |
Average monthly cost |
|
Claude Opus 4.7 |
$8.70 |
~$261 |
|
Claude Opus 4.6 |
$6.24 |
~$190 |
|
Claude Sonnet 4.6 |
$2.80 |
~$84 |
|
GLM-5.1 |
$1.03 |
~$31 |
|
MiniMax M2.5 |
$0.12 |
~$4 |
|
Qwen 3.5 9B (Local) |
$0 API |
Electricity only |
"The quality gap between 261/monthOpus4.7and261/monthOpus4.7and31/month GLM-5.1 exists but it's mostly in edge cases ."
Summary: "Free" for OpenClaw refers only to software licenses. The actual operating cost gap is 65 times.
"I use both but I talk to Hermes 90% time and openclaw run all the cron jobs" - u/EricAndersonL
"I have openclaw install Hermes sidecar inside its same instance" - u/dv8ndee
Summary: Multi-agent collaboration patterns have naturally emerged in the community. HiClaw's Manager-Worker multi-agent collaboration platform will play a key role. Earlier, we shared three typical Agent Team paradigms.

As the amount of discussion of Hermes in major communities has risen rapidly, another voice has begun to emerge: Is the growth of Hermes organic? Is there deliberate marketing manipulation?
"Someone related to Hermes is running a guerrilla marketing campaign on Reddit, like using bots to post as human users, to drum up natural-looking momentum for Hermes bot." - u/abricton (same post follow-up comments, 20 votes)
"If you haven't noticed that this sub has had completely unnatural comment / posting patterns for weeks now, with clearly templated language, you're not counting attention enough." - u/abricton(8 votes)
"to the tits. first heard about this hermes thing 3 days ago and ever since astroturfing posts have been non stop in my timeline" - u/nadareally_(r/openclaw,8 votes)
The community also noticed that Hermes had a similar centralized marketing practice on X/Twitter:
"They have been absolutely swamping twitter with the same talking point about how hermes is better. They also always @ mention the nousresearch handle to get their shilling money." - u/Own-Lavishness4029(r/openclaw)
"I 've seen the 'it just works' line everywhere." - u/fuzz11(r/openclaw,14 votes)
There are also users who think that Hermes's good reputation is real.
"I don't think it's astroturfing. I think it's just good. The 'it just works' narrative is because it actually does." - u/jawni(r/openclaw)
Whether or not Hermes' growth includes a marketing push, the community's questioning of "authenticity" is itself a signal of concern.
OpenClaw was once questioned about the organicity of 360K GitHub Stars, and now Hermes is facing similar trust questioning. In the highly competitive, capital-intensive racetrack of the AI Agent, community users are increasingly wary of manipulated narratives. These all suggest that we should maintain critical thinking when evaluating the community heat of any product, and distinguish between organic growth and artificial promotion.
More and more users are moving from self-hosted to managed services (managed hosting), similar to the early days of cloud computing replacing on-premises servers.
"Most people don't use agents daily so idle time is a big factor. The idea of shared infra with isolation sounds like a good direction." - u/Cheetah532(r/AI_Agents)
"Most people don't stick with agents because they're not used often, so paying for idle time feels wasteful. A low-cost shared hosting model could work if it stays reliable and actually delivers clear value when people need it." - u/Realistic_Quality494(r/AI_Agents)
Lobster-like applications are experiencing a differentiation similar to "purchasing server self-built vs Serverless hosting services. The core value proposition of Serverless hosting services is not only better cost performance, but also the ability to provide enterprise-class reliability to eliminate friction. At the same time, faced with high maintenance costs, enterprises will be more willing to choose the cluster model Serverless managed services to provide to employees.
HiClaw will be launched in the enterprise version in May and will be used free of charge during the public test. Improve the economy and reliability of lobster applications deployed by enterprises through Serverless hosting services, hybrid retrieval, task segmentation, memory enhancement, etc.
Alibaba Cloud MSE AI Registry Public Beta Launches: Give Your AI Assets a Dedicated Registry
Two Thousand Years of Ontology: From Metaphysics to the Engineering Practice of Alibaba Cloud UModel
698 posts | 56 followers
FollowAlibaba Cloud Native Community - March 5, 2026
Alibaba Cloud Native Community - March 17, 2026
Alibaba Cloud Native Community - April 3, 2026
Alibaba Cloud Native Community - March 13, 2026
Alibaba Cloud Native Community - March 19, 2026
Alibaba Cloud Native Community - March 25, 2026
698 posts | 56 followers
Follow
Container Compute Service (ACS)
A cloud computing service that provides container compute resources that comply with the container specifications of Kubernetes
Learn More
Container Service for Kubernetes
Alibaba Cloud Container Service for Kubernetes is a fully managed cloud container management service that supports native Kubernetes and integrates with other Alibaba Cloud products.
Learn More
Tongyi Qianwen (Qwen)
Top-performance foundation models from Alibaba Cloud
Learn More
Managed Service for Prometheus
Multi-source metrics are aggregated to monitor the status of your business and services in real time.
Learn MoreMore Posts by Alibaba Cloud Native Community