User Experience: Switching from OpenClaw to Hermes Agent on Local LLM

A developer shared their experience switching from OpenClaw to Hermes Agent for local AI development. The setup used Qwen3.5-9B model running on an RX 9070 XT GPU with 16GB VRAM.
OpenClaw Experience
The user described OpenClaw as "a mess" and "lackluster," even after extensive debugging. They noted that while they managed to make it work locally, the experience was suboptimal.
Hermes Agent Setup and Performance
The switch to Hermes Agent provided immediate improvements:
- Setup was straightforward compared to OpenClaw
- Works well even when sandboxed to WSL2
- RAG (Retrieval-Augmented Generation) functionality works
- Tool calling works effectively
- Persistent memory works decently
The most significant performance difference appeared in complex tasks. Where OpenClaw required "50+ steps and tool callings" for a decently complex task, Hermes Agent completed the same task with "5 correct tool calls" and finished "2:30 minutes less of compute."
Practical Assessment
The user acknowledges Hermes isn't equivalent to high-end models like Opus 4.6, but for those who primarily need an AI assistant, it's sufficient. They note that with additional tools like Claude Code or Codex, developers can extend Hermes's capabilities beyond its intended scope.
The developer concluded they would only return to OpenClaw if it becomes "at least on par" with Hermes Agent's current performance and reliability.
📖 Read the full source: r/openclaw
👀 See Also

Claude Desktop App Adds Projects Feature to Cowork Interface
The Claude desktop app now includes a Projects feature in Cowork, allowing users to organize tasks and context in dedicated workspaces. Files and instructions remain on the user's local computer, with options to import existing projects or start new ones.

ToolLoop: Open-Source Framework for Claude-Style Tools with Any LLM
ToolLoop is an open-source Python framework with 11 tools for file operations, code search, shell access, and sub-agents that works with any LLM through LiteLLM. The 2,700-line framework allows switching models mid-conversation while maintaining shared context.

LLM Matrix: Community-Voted Model Comparisons Built with Claude Code
A data scientist built llm-matrix.vercel.app to compare LLM scores across multiple dimensions simultaneously, with community votes shaping rankings. The site was developed entirely using Claude Code with two specific plugins.

SkillsGate: Open Source Marketplace for AI Coding Agent Skills
SkillsGate is an open source marketplace that indexes 45,000+ skills for AI coding agents like Claude Code, Cursor, and Windsurf. It provides semantic search with vector embeddings and one-command installation via npx.