Nous Research releases Hermes Agent v0.10.0 with 118 skills, learning loop
TL;DR
Hermes Agent v0.10.0 introduces a four-layer learning loop for skills, memory, context, and user models. You get 118 bundled skills and 200+ model support for self-improving agents.
What shipped
Hermes Agent v0.10.0 dropped on April 16, 2026. Three core changes make this release more than a standard version bump:
- 118 bundled skills at install, up from the previous release. Skills are the agent's unit of accumulated capability: reusable procedures the agent extracts from past work and re-uses in new contexts.
- Formal four-layer learning loop. Previously described loosely; now structured as distinct, inspectable layers.
- Expanded model support. 200+ models accessible through the agent's provider abstraction, including frontier APIs and cheap local options.
The learning loop, clarified
Hermes Agent's loop is structurally different from the "memory" that most agent frameworks claim to have. It splits into four layers:
- Skill extraction an LLM runs over task trajectories and extracts reusable procedures into a skill file. Skills are open and inspectable, not stored as opaque embeddings.
- Memory nudges during new tasks, relevant past memory is surfaced into context. Not RAG over transcripts; a selection layer.
- User model built via Honcho, this maintains a profile of your tech stack, abbreviations you prefer, and what you have already been told.
- Self-evolution (companion project) hermes-agent-self-evolution applies DSPy plus GEPA to optimise skills, prompts, and the agent's own code against benchmarks. An ICLR 2026 Oral result.
Cost trade-off
The trade-off: the learning loop is expensive to run. Skill extraction runs an LLM over the trajectory; memory nudges run an LLM over the context; user modelling runs an LLM over the profile. On a cheap VPS with a cheap model doing housekeeping, this is fine. On a frontier API for everything, the meta-cognition bill can exceed the real work bill.
The 200+ model support is not a feature flex: it is an operational necessity. You route the cheap model to housekeeping, the expensive model to actual tasks.
Where it fits
Strong fit for: always-on personal agents that accumulate competence, solo developers and researchers running long experiments, indie hackers who want an agent reachable through chat apps they already use.
Not yet a fit for: regulated backend engineering workflows. The skill format is open, but signed provenance, approval workflows, and audit trails remain unresolved. Threat model concerns (skill poisoning, MCP supply chain, credential exposure) are acknowledged but not fully mitigated.
GitHub momentum
Hermes Agent hit 32k GitHub stars in the two months since its February 25, 2026 launch. v0.8.0 on April 8 merged 1,000+ PRs. v0.10.0 is the continuation of that pace.
Companion project worth watching
hermes-agent-self-evolution is the critical artefact. If it produces compounding improvement on public evals across iterations, the "self-improving" tagline becomes technically defensible. If gains plateau after a few rounds, the learning loop is a better UX, not a better algorithm. Watch the numbers.
Who this matters for
- Developer: The 200+ model support is operational necessity, not a flex. Route cheap models to housekeeping (skill extraction, memory nudges), frontier models to tasks. Companion self-evolution project is worth tracking if you care about agent benchmarks.
Harsh’s take
Hermes Agent is the first open-source agent framework that takes the "self-improving" claim seriously in code, not marketing. Most agent frameworks ship a memory system that is actually just a glorified scratchpad. Hermes Agent's four-layer loop (skill extraction, memory nudges, user model, self-evolution) is structurally different, and the separation into layers is what makes it inspectable.
The deployment model also collapses the always-on assistant ceiling that most agents hit on a laptop: run it on a $5 VPS, reach it through WhatsApp or Telegram or your preferred chat. Skills accumulate across sessions, so your Hermes Agent at month six is more useful than your Hermes Agent at week one.
The cost trade-off is real though. If you point the learning loop at a frontier API for every inference, your bill for the agent watching itself can exceed your bill for the agent doing work. The smart operational pattern is obvious but worth stating: cheap model for housekeeping (skill extraction, memory nudges, user modelling), frontier model for actual reasoning tasks. The 200+ model support is the feature that makes this tractable.
The skill ecosystem is the open question. 118 bundled skills today is a solid seed, but whether a registry emerges with versioning, signing, and curation is what decides if Hermes Agent has network effects or stays a personal tool. Watching this space closely.
by Harsh Desai
About Hermes Agent
View the full Hermes Agent page →All Hermes Agent updatesMore AI news
- Daily RoundupVercel Sandbox drives, Gemma 4 QAT, and NVIDIA models trending on Hugging Face (agent tools today)
Vendors added persistent storage and quantized models while new text-to-speech and image models appeared on Hugging Face and Fal, with fresh agent tools listed on Product Hunt.
- Weekly DigestCursor enterprise orgs, Claude Code Bedrock auto mode, Codex Sites preview for quick deploys
Cursor added team management and design tools while Claude Code and Codex rolled out cloud integrations, safety checks, and deployment features across CLI and apps from 29 May to 5 June 2026.
- Daily RoundupGemini for Education hits Utah K-12, Nemotron 3 Ultra on Vercel, and agent workspaces from Product Hunt
Google expanded Gemini access in schools and infrastructure while Nvidia and Vercel enabled heavier agent models, and Product Hunt surfaced new local and collaborative agent tools.