Hermes Agent: When Your Agent Has Too Many Skills
Real-world lesson from running Hermes at scale: too many skills makes your agent go nuts. Here's the system I built to fix it.
AI Engineer at Character.AI — Solving multi-modal agentic problems end-to-end. Writing about agents, LLMs, and building things that matter.
Real-world lesson from running Hermes at scale: too many skills makes your agent go nuts. Here's the system I built to fix it.
HermesAgent has a built-in delegate_task tool. I found the problem with it — and built process-isolated sub-agents that actually retain what they learn.
Skills are user manuals for your agent's tools. Get them wrong and your agent spends more time confused than working.
Memory in agents is just expanding the context window. Here's the simple mental model that makes it practical.
IO is hooked up but the model just answers questions. Orchestration is how you turn a chatbot into an agent that actually does things.