The Quicksilver Command Center

The Quicksilver Command Center + Hermes v0.19.

● QUICKSILVER RELEASE — LIVE NOW · UPDATE WITH ONE COMMAND

Hermes Agent v0.19 just dropped — replies land 80% faster, agents finish jobs even if the app crashes, and one gateway now runs a whole fleet of different agents. I updated mine the day it shipped. Here's the full walkthrough.

A winged quicksilver messenger figure, fully clothed in a flowing chiton robe, striding through a gold mission-control command chamber leaving a trail of liquid mercury light
2,245commits in one release
80%faster first reply
0.9scold start (was 4.3s)
450+ contributors
You ask any app, any channel Quicksilver core v0.19 · first word in ~1s thinking streams live Agent 1 · research live transcript you can watch Agent 2 · content keeps going if the app dies Agent 3 · outreach its own memory + rules
The Quicksilver Command Center in one picture: you ask once, the v0.19 core answers in about a second, and a fleet of background agents does the real work.
I · The Problem

The Waiting Room Problem.

Imagine hiring the fastest assistant in the world.

Then making them sit in a waiting room before every single task.

That's what running AI agents felt like before this week.

You ask a question — and stare at a blank screen for four, five seconds before anything moves.

You hand an agent a big job, close the laptop, and come back to find the job died with the app.

You run one bot for everything, so your SEO agent answers with your content agent's brain.

And every risky command needs you standing there, clicking "approve" like a hall monitor.

Each wait is small.

Added up, it's the reason most people poke at AI agents instead of running a business on them.

The Quicksilver Command Center breaks that cycle for good.

THINKING IT? "This sounds like another update I'll need a weekend to learn."

The whole upgrade is one command: hermes update.

Everything in this guide worked on my machine the same hour — no config rewrite, no migration.

Speed isn't a luxury feature. Speed is what makes you actually use the thing.
II · How it works, in simple words

Same agent. Liquid-metal reflexes.

Hermes is an open-source AI agent from Nous Research.

It lives on your computer, talks to any AI model you point it at, and does real work — files, browsers, messages, schedules.

v0.19 is called the Quicksilver Release, and the name is literal.

The team rebuilt how fast it wakes up, how fast it answers, and how safely it can run many agents at once.

Three ideas cover the whole release:

1. Answer instantly. The time from pressing enter to seeing the first word dropped by about 80%. Cold start went from 4.3 seconds to 0.9.

2. Never lose work. Background jobs and final replies are now written into a ledger. If the app or gateway crashes mid-job, it finishes and delivers when it comes back.

3. Command a fleet, not a bot. One gateway can now route different channels to completely different agent profiles — each with its own model, memory, skills and secrets.

III · Exactly how it works, step by step

One message's journey through v0.19.

You type a message — anywhere. Terminal, the desktop app, Telegram, Discord, WhatsApp. They all feed the same brain.
The gateway checks who should answer. New in v0.19: it reads which channel or thread you're in and routes to that channel's profile — your SEO agent for the SEO channel, your content agent for content.
The core wakes in under a second. Cold-start initialisation dropped from ~4.3s to ~0.9s. If the model "thinks" before answering, you now watch the thinking stream live instead of staring at nothing.
Risky commands hit a smart gate. Before running a flagged command, a second AI independently judges it. Your own deny rules block things even in full-auto mode, and /deny reformat that plan tells the agent why you said no.
Big jobs go to the fleet. The agent delegates background tasks to subagents. You can open any subagent's live transcript and watch it work, mid-job.
The reply is written into a ledger before it's sent. If the gateway crashes at the worst moment, the response is redelivered on next boot. Nothing evaporates.
Everything lands in your records. Sessions export to Markdown or HTML, with a --redact flag that scrubs secrets before you share.

So when someone asks "but what actually changed?" — the honest one-liner: the same Hermes agent now answers in a second, survives crashes, and runs many specialist agents behind one door.

1 · You askany channel 2 · Routedto the right profile 3 · First word~0.9s cold start 4 · Safe gatesmart approvals 5 · Deliveredledger — survives crashes
Five stops, about one second to first word — and stop 5 is guaranteed by a delivery ledger, not luck.
IV · Straight from Nous Research

The official sources. Read it yourself.

"Hermes Agent v0.19.0: The Quicksilver Release."

— Nous Research (@NousResearch) on X, July 20, 2026 · 788K views on the announcement

Tweet 1 · the drop

The announcement itself

This is the launch post — the release name, plus a two-minute changelog video.

It pulled 788K views in a day, which tells you how many people run this agent for real work.

Tweet 2 · the upgrade path

The whole migration is one command

The follow-up post links the full notes and gives the entire upgrade path: hermes update.

That's it. No installer, no config rewrite. It's the same command I ran on my machine.

V · Feature one

Replies that land 80% faster.

Let me start with the speed, because it changes how the agent feels.

Before this release, asking Hermes anything meant a little wait — the app warming up, the model spinning, a blank line.

Now the cold start is 0.9 seconds, and reasoning models stream their thinking live, so something useful is always on screen.

You ask in your Telegram on the way to the gym. The answer is forming before you've pocketed the phone.

The desktop app got the same treatment — 14× less CPU on markdown, no more freezes on big diffs, instant session switching.

The experiment · what I actually did
  1. The setup. My own Hermes install, updated to v0.19.0 the day it shipped, on my main profile pointed at GPT-5.6.
  2. The question. How long does a full round trip take — from pressing enter in the terminal to a finished answer back?
  3. The test. One command, timed by the system clock: a one-shot question through hermes chat.
  4. The result. 5.57 seconds wall-clock for the entire turn — app boot, gateway, the GPT-5.6 API answering, and the reply printed. The agent's own share of that is under a second; the rest is the model itself thinking.
COLD START — TIME BEFORE THE AGENT IS AWAKE v0.18 4.3s v0.19 0.9s — awake before your finger leaves the key
The same bar, drawn to scale. That gap is why v0.19 feels like a different product.
THINKING IT? "My machine is old — this stuff is always slow for me."

The speed work is mostly about doing less, not needing more — less CPU, cached scans, smaller re-renders.

Older machines gain the most, because the waste being cut was hurting them hardest.

VI · Feature two

Background agents you can watch working — and that survive a crash.

Next big one. This is my favourite in the whole release.

Hermes could already delegate work to background subagents — hand a research job off, keep chatting.

The problem was trust. The work happened in a black box, and if the process died, the job died with it.

v0.19 fixes both halves.

Live subagent transcripts mean you can open any background agent and watch its actual conversation, mid-job — like glancing over an employee's shoulder.

Durable delegation means completions are written to an ownership-checked ledger. Restart the app, reboot the machine — the finished work is still there, delivered.

You hand your agent "research these 20 leads" at lunch. Your laptop dies at 2pm. The results are waiting at 3.

And the same durability now covers the gateway: final replies are recorded around the platform send, and redelivered on the next boot if anything crashed in between.

VII · Feature three

Smart approvals: a second brain checks the risky stuff.

If you have ever left an agent running and felt a little knot in your stomach — this section is for you.

Before, you had two bad choices: approve every flagged command by hand, or switch on full-auto and hope.

v0.19 adds a third way, on by default: when a command gets flagged, a separate AI independently assesses it before it runs.

On top of that, your own deny rules now block commands even in full-auto mode. Full-auto no longer means no brakes.

And when you refuse something, /deny too aggressive — draft it as an email instead passes your reason back, so the agent course-corrects instead of guessing.

Agent wantsto run a command 🔒 The smart gate second AI assesses it · on by default your deny rules win — even in full-auto ✓ Runs — or asks you/deny sends your reason back Full-auto finally has brakes you define.
Every flagged command passes a gate: a second AI judges it, and your own deny rules can never be overridden.
THINKING IT? "Letting agents run commands on my machine scares me."

Good — that instinct is why this release matters.

The default is now a second AI checking flagged commands, plus deny rules you write once that hold even in full-auto. You get the speed of autonomy with brakes you control.

One gateway. Many brains. Each channel talks to its own specialist.
VIII · Feature four

One gateway, many agents — routed by channel.

This one is the sleeper hit of the release.

A single Hermes gateway can now route messages to different profiles depending on the guild, channel or thread they arrive in.

Each profile is a fully separate agent: its own config, its own skills, its own memory, its own secrets.

Your Discord #seo channel talks to the SEO specialist. #content talks to the writer. Your private thread talks to the agent that knows your numbers.

One server process. A whole staff.

I run thirteen Hermes profiles — one per model and job. Before, they were separate doors. Now they can sit behind one switchboard.

# seo channel # content channel private thread ONE gatewayroutes by channel SEO profile — own model, skills, memoryits own secrets, isolated Writer profile — different brain entirelyone bad config can't crash the rest Ops profile — knows your private numbersonly answers your thread
The switchboard: one running gateway, and every channel reaches its own specialist agent.

Here's what that looks like on my machine — my Hermes hub inside the Agent OS, with the profile row along the top:

The Hermes hub inside the Agent OS showing a row of thirteen agent profiles and tabs for Chat, Talk, Apollo, Oracle, Sessions and more

What you're looking at: my real Hermes hub inside the Agent OS. The pill row is the fleet — julian, grok-4-5, gpt56, hermes-cloud, jarvis, local and more. Every one is a separate agent with its own brain, and v0.19's multiplex gateway can route channels straight to them.

THINKING IT? "I'm not running thirteen bots — this is overkill for me."

Start with two: one agent that knows your business, one that does research.

The point isn't the number. It's that specialists with their own memory beat one generalist answering everything — and v0.19 makes running two as cheap as running one.

IX · The rest of the drawer

The smaller upgrades that add up.

Quick tour of the rest — the things you'll actually touch week one.

Reasoning dials. New max and ultra effort levels, a session /reasoning command, and /model --once for a one-turn model switch that reverts by itself. Ask one hard question on the big model, drop back to cheap automatically.

Stacked skills. Chain slash-skills in one line — /research /write-report quarterly numbers — and they dispatch as a single agent turn.

Real secrets management. Bitwarden and 1Password now plug in as secret sources, multiple vaults at once, with clear precedence. API keys stop living in text files.

Sessions you can hand to anyone. Export any session to Markdown or HTML — and a --redact flag scrubs secrets before it leaves your machine.

Billing without the dashboard. /subscription shows your plan and remaining allowance; /topup upgrades or downgrades right from chat.

A panic button. --safe-mode boots Hermes with every customisation off — the "is it my config or the app?" question, answered in one flag.

Nicer buttons everywhere. Telegram, Discord and Matrix get native choice pickers; WhatsApp clarify prompts render as actual polls.

The experiment · verified on my install
  1. The setup. Same machine, same day — Hermes v0.19.0, confirmed with hermes --version.
  2. Config from the command line. Ran hermes config get model.default — it answered gpt-5.6-sol instantly. The new get/unset subcommands are real.
  3. The panic button exists. --safe-mode shows up in help exactly as documented: "disable ALL customizations."
  4. Exports are live. hermes sessions now lists export (JSONL, Markdown, QMD) and an interactive browse picker with search. Every claim above, I checked before writing it here.
X · Old way vs new way

What actually changes in your day.

OLD WAY v0.18 — waiting + babysitting
  • 4.3 seconds of dead air before the agent even wakes
  • Background jobs die silently if the app crashes
  • One bot answers every channel with the same brain
  • You approve risky commands by hand, one by one
  • Full-auto mode means no brakes at all
  • API keys sit in plain text config files
  • Sharing a session means copy-pasting and praying you caught every secret
NEW WAY v0.19 — ~1 second, self-running
  • 0.9s cold start — thinking streams live from the first moment
  • Jobs + replies written to a ledger; crashes deliver anyway
  • One gateway routes each channel to its own specialist profile
  • A second AI assesses flagged commands automatically
  • Your deny rules hold even in full-auto
  • Keys live in Bitwarden / 1Password vaults
  • --redact scrubs secrets on export, automatically
XI · The framework

The Quicksilver Command Center.

Here's how I run all of this as one system — five layers, from the metal up.

i.

The Silver Core

Hermes v0.19 itself — updated with one command, awake in under a second, streaming its thinking live. The reflexes everything else stands on.

ii.

The Fleet Deck

Background subagents with live transcripts and crash-proof delivery. You hand work off and it comes back finished — watchable the whole way.

iii.

The Gate

Smart approvals plus your own deny rules. The fleet moves fast because the brakes are real.

iv.

The Switchboard

One gateway, many profiles — every channel routed to a specialist with its own model, memory and secrets.

v.

The Vault

Bitwarden/1Password secrets, redacted exports, sessions that search. The record of everything, safe to keep and safe to share.

Install Hermes and you get the parts.

Wire the five layers together — that's the Quicksilver Command Center, and it's exactly what the Agent OS ships pre-built.

XII · Three beliefs to drop

What's actually holding you back.

Wrong: "I'll wait until AI agents stabilise before I learn them."
Right: They won't stabilise — v0.19 shipped 2,245 commits in one release. The people learning while it moves are the ones who'll be unreachable when it settles.
Wrong: "Open-source agents are toys next to the paid ones."
Right: This "toy" has 450+ contributors, crash-proof delivery ledgers, and vault-grade secrets handling. It runs my actual business surfaces every day.
Wrong: "One assistant bot is enough — fleets are for big companies."
Right: A fleet is just specialists with their own memory. v0.19 made running five as easy as running one — the switchboard does the managing, not you.
Don't take my word for it

Members post their wins every day — agency owners, ecom founders, course creators, solo operators across 38 countries. Real businesses, real numbers, in their own words.

Read the 158-page wins doc →
Skip the setup

Get the Quicksilver Command Center built for you.

You can wire the five layers yourself with the steps below. Or get the whole thing done inside the Agent Operating System — Hermes, the fleet, the gate and the switchboard, pre-connected.

The full Agent OS zip — Hermes v0.19 wired into one dashboard with Claude, Codex and every CLI you already pay for
The multi-profile fleet pre-built — specialist agents with their own memory, ready on day one
Coaching calls where we set your Command Center up together, step by step
A room of 3,900+ founders running this exact stack across 38 countries
The prompts, the SOPs, daily tutorials — and every new Hermes release wired in the week it ships
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Set up in an afternoon · used in 38 countries · new tools added the week they ship
THINKING IT? "Doesn't running the Agent OS burn a fortune in tokens?"

No — that's the biggest myth about it. The everyday 90% runs on free local models on your own machine, free API tiers slot in as Hermes profiles, and for the frontier work it drives the CLIs you already pay for — your Claude subscription already includes the Claude CLI, and the Agent OS plugs straight into it. You're not paying twice; it's a layer on top of what you already own.

And inside the Boardroom there are full token-optimisation tutorials, so usage drops instead of climbing.

You hand work off at lunch. Your laptop dies at 2. The results are waiting at 3.
XIII · Get it running

Step by step — five minutes, verified.

Every command here ran on my machine before it went in this guide.

Step 1: Update Hermes

hermes update

That's the entire migration — it's the exact command Nous posted under the announcement.

Step 2: Confirm you're on Quicksilver

hermes --version

You'll see: Hermes Agent v0.19.0 (2026.7.20). That's the confirmation you're on the new core.

Step 3: Check your default brain

hermes config get model.default

Mine answers gpt-5.6-sol. The new config subcommands mean you never dig through YAML to check a setting again.

Step 4: Feel the speed

hermes chat -q "What changed in v0.19?" -Q

Watch how fast the first word lands. That's the 0.9s core plus live-streamed thinking.

Step 5: If anything acts weird

hermes chat --safe-mode

Boots with every customisation off — instantly tells you whether a problem is your config or the app.

And this is where it all lands in my world — the Hermes Oracle inside the Agent OS, a Hermes agent that wakes at 6am, scans the AI news, and briefs me:

The Hermes Oracle radar inside the Agent OS — a live signal orb with real AI news cards pulled by the Hermes agent

What you're looking at: the Hermes Oracle tab in my Agent OS — live signals, last consulted timestamp, and a real news card it pulled and summarised on its own. This is the kind of always-on surface the v0.19 speed and durability upgrades make painless to run.

THINKING IT? "I just got v0.18 set up — I don't want to break it."

Quicksilver is an in-place update, not a migration — your profiles, memory and skills carry straight over.

Mine updated in under a minute and every existing surface kept working. And --safe-mode exists precisely so you can always prove where a problem lives.

XIV · Should you update?

Yes — and here's the honest version of why.

This isn't a "new model" release you can skip.

It's the release that makes the agent you already have feel instant, and makes leaving it alone safe.

If you run Hermes at all: hermes update today.

If you've never run it: this is the best week there's ever been to start — the speed problem that made beginners bounce is gone.

The people who figure out AI agents now, while the tools are evolving this fast, are going to be way ahead when everything settles. Every update you learn compounds.

XV · What you walk away with

The recap.

You stopped waiting.

0.9s cold start, thinking streamed live — the agent finally moves at your speed.

You stopped losing work.

Delivery ledgers mean crashes deliver anyway. Close the laptop mid-job.

You stopped babysitting.

A second AI checks flagged commands; your deny rules hold even in full-auto.

You hired a staff.

One gateway routes every channel to its own specialist agent.

You locked the vault.

Keys in Bitwarden/1Password, secrets scrubbed from anything you export.

You got the receipts.

Every claim here verified on a real machine — commands included, run them yourself.

3,900+ founders inside AIPB
400K YouTube subscribers
38 countries · live members
163K X followers

Members post their wins every day — agency owners, ecom founders, course creators, solo operators across 38 countries. Real businesses, real numbers, in their own words.

Read the 158-page wins doc →
Your move

Run the Quicksilver Command Center — don't just read about it.

Hermes v0.19 gives you the parts free. The Boardroom gives you the year of assembly back — the fleet, the gate, the switchboard and the vault, wired into the same Agent OS I run a seven-figure business on, with Hermes updates landing the week they ship.

Readers bookmark this page and keep approving commands by hand. Operators join, install the Agent OS this week, and hand their first background job to a fleet that finishes it even if the laptop dies.

Decide which one you are tonight.

Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
3,900+ founders · 38 countries · 5 live calls a week · everything from this guide, pre-wired

I'll see you in the next one.