ThesisHermes Agent 5.0 (New Upgrades): HERMES BECAME ULTRA-HERMES! teaches a practical hermes + agent ops move: AICodeKing reviews Hermes Agent 0.16, the 'surface release': a native desktop app for macOS/Linux/Windows with remote gateway support, a web dashboard grown into a full admin panel, quick setup via Naos portal, a fuzzy-search model picker with hourly catalog refresh, /undo, a pruned skill set with a trusted Nvidia tab, and a security pass including a Starlette CVE pin.
The goal is not to remember the video. The goal is to extract the operating principle, tie it to timestamped evidence, test how far the claim transfers, and make something reusable.
0:49Surfaces over internals
“Hermes Desktop. I already showed the desktop app in detail, so I'm not going to repeat the whole walk-through here. But, the important change in 0.16 is that the desktop app is now part of the main Hermes...”
The release name fits: Hermes already had powerful internals, but if the only way to understand an agent is config files and terminal logs most people never use it properly — the native desktop app (chat window, streaming, searchable sessions, drag-and-drop files, clipboard paste, command palette, status-bar model picker) makes sessions, models, skills, cron, and sub-agents visible. Install the Hermes desktop app and locate five internals it surfaces — sessions, model picker, skills, profiles, and sub-agents — without opening a config file.
4:58Routing and rewind
“model when the job is harder. You can use local models when privacy or cost matters, and you can route all of that from the same system. So, improving the model picker is not just a UI polish...”
The model picker now has fuzzy search across desktop, dashboard, TUI, and CLI, groups multi-endpoint providers cleanly, and refreshes the catalog hourly (surfacing new models like DeepSeek-V4-Flash and Minimax-M3 with 1M context), while /undo lets you take back the last N turns and resend in CLI, TUI, Telegram, and Discord — rewind instead of restarting a session after one bad prompt. Practice the recovery loop: send a deliberately wrong prompt, use /undo to rewind, edit the message, and resend — then fuzzy-search the picker to switch to a cheaper model for a simple task.
6:28Prune and harden
“because skills are powerful, but too many irrelevant skills can make the agent messier. It can increase context, confuse selection, and make the UI feel crowded. So, I like this change. They are not just adding more and...”
Hermes trimmed redundant default skills, moved heavy niche ones to optional installs, and added relevance gates so context-specific skills don't clutter irrelevant setups — pruning matters because too many skills bloat context and confuse selection — plus a trusted Nvidia skills tab joins OpenAI/Anthropic/Hugging Face, and security hardening (Starlette CVE-2026-48710 pin, SSRF checks, Docker pattern guards) backs the added power. Audit your agent's installed skills and remove or gate any that never trigger in your actual workflows, noting how it changes context noise.
ExampleSource-backed work packet
Convert the video into a scoped task that includes the transcript claim, target workflow, acceptance criteria, and proof. The output should be an ops checklist for running and recovering local agent work..
ExampleClaim vs. demo brief
Separate what the speaker claims, what the demo actually proves, and what still needs outside verification before you adopt the workflow.
ExampleTeach-back module
Transform the lesson into a definition, a mechanism diagram, one misconception, one practice exercise, and a check-for-understanding question.