惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
IT之家
IT之家
博客园 - 聂微东
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
小众软件
小众软件
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
量子位
月光博客
月光博客
博客园 - 【当耐特】
博客园 - 叶小钗

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
OpenClaw and Hermes agree on what an agent is. They disag...
Andrew Kew · 2026-06-25 · via DEV Community

The race for the agent runtime isn't about models. It's about who controls the layer that keeps an agent alive, gives it memory, and decides what it can touch.

Two open projects defined that layer in 2026. OpenClaw, built around a broad gateway connecting agents to dozens of messaging channels, drew OpenAI, Nvidia, and Microsoft into its orbit. Hermes Agent, from Nous Research, built around persistent memory that learns a developer's codebase and refines itself over time — and overtook OpenClaw in OpenRouter's daily token rankings in May.

They agree on what an agent harness is. They disagree on which part matters most.

What actually changed

OpenClaw went enterprise via platform vendors. Nvidia wrapped it in NemoClaw at GTC in March, sandboxing each agent and enforcing policy from outside the agent's reach. Microsoft made it native to Windows execution containers at Build in June, shipping Scout — an enterprise agent with an Entra identity, wired into Teams, Outlook, and SharePoint. Breadth got distribution; the platform vendors added the controls.

Hermes built depth via memory. Released February 25 under MIT license, Hermes keeps a layered memory across sessions, develops new skills after hard tasks, and refines them with use. It builds a profile of the developer it works with — so each session starts with more context than the last. By late June, it sat at 22 trillion tokens on OpenRouter's app rankings, first by total usage.

Hermes also ships a migration command. hermes claw migrate imports an OpenClaw user's settings, memories, skills, and keys in a single step. That's not a feature — it's a land grab.

What this means

The analogy holds: this is managed cloud vs. self-managed infrastructure. OpenClaw is the managed path — platform-governed, vendor-controlled, increasingly integrated into enterprise tooling. Hermes is the self-hosted path — you own the infrastructure, you own the memory, you own the switching cost.

"Memory, more than channel reach, is becoming the durable form of lock-in."

That's the crux. An agent that's learned a year of a developer's habits, conventions, and decisions is far stickier than one that merely connects to many applications. NemoClaw already runs Hermes agents alongside OpenClaw agents — the governance layer is being built beneath both projects, not betting on one.

The security audit that flagged 341 malicious skills in ClawHub's marketplace and tens of thousands of exposed instances earlier this year tells you something too: distribution without governance is a liability. The platform vendors showed up precisely to fix that.

What to do

  • Enterprise teams evaluating agents: Ask before either harness touches production — who can explain a change in agent behaviour between sessions, and who owns the policy engine and the agent's identity?
  • Developers choosing a harness: Need channel breadth and vendor-governed guardrails? OpenClaw + NemoClaw or Scout is the path. Need long-lived context and model-agnosticism across hundreds of providers? Hermes is worth a proper look.
  • Platform engineers: The runtime layer is where vendor lock-in is settling. hermes claw migrate already works — the projects are converging faster than the star counts suggest.
  • Watching both: The next phase turns on ownership. Whichever project controls memory and governance at scale controls the enterprise agent market.

Source: OpenClaw and Hermes: Two Architectures Fighting for the Agent Control Layer — Janakiram MSV, The New Stack

✏️ Drafted with KewBot (AI), edited and approved by Drew.