Skip to main content

folkfox

Skip to main content
Skip to content
Agency and Business

The agents stopped being tools and started being colleagues

On the last evening of August, Nous Research shipped a release that changes what autonomous ai agents look like on a screen. Not smarter agents. Named ones. Agents with faces, handles, shared rooms and the ability to message each other directly, which is a product decision long before it is a technical one. The fox notices the shape of the burrow before it counts the rabbits, and the shape here is a staff roster.

Quick answerHermes Agent v0.21.0 turns autonomous ai agents into named bots with avatars, group chats and direct bot-to-bot messaging, plus cron jobs that keep memory between runs. It changes how agent work is organised, not how reliable the underlying model is.
Section 01

What actually shipped on the last day of August#

Nous Research published Hermes Agent v0.21.0 on 31 August 2026 and called it the Pantheon Release. The version string is worth pausing on, because the project tags by date and versions by number, so the same release answers to both v0.21.0 and v2026.8.31. Everything below comes from that release page and from the repository itself.

The scale is not modest, and it frames every claim made about autonomous ai agents below. Against the previous numbered release the project counts roughly 5,800 commits, about 2,475 merged pull requests, some 5,680 files changed, around 869,000 insertions against 135,000 deletions, and approximately 2,100 issues closed, with more than 760 contributors named. The release notes put the merge rate at roughly 85 pull requests a day across the window. Whatever else is true, this is not a project drifting quietly.

The headline feature is Bot Mode, and it is now bundled and on by default in the desktop application rather than an optional plug-in. Each agent profile gets a name, a deterministic avatar and a place in a shared roster. You can create group rooms where several bots and one human talk together, mention any bot from the composer, and give the room its own name and picture. The phrasing in the release notes is unusually candid about what changed: before this, multi-agent work meant plumbing, and now it looks like a chat application full of coworkers.

The peer command is the quiet one#

Underneath the interface sits `hermes peer`, which lets any agent message any other agent by handle, across profiles and across gateways, from the command line or from inside a conversation. Replies land in each agent's own durable chat rather than vanishing as a tool result. That is the load-bearing change, and it is the reason the release reads differently from a normal feature drop: a research bot can hand findings to a coding bot, and the handover leaves a trail a human can read afterwards.

autonomous ai agents: an ink-drawn fox passing a folded note to a second fox along a desk of brass name plates
The handover is the feature. Everything else is plumbing.

Three more changes matter to anyone running autonomous ai agents unattended. Scheduled jobs now load and update persistent memory like any other agent, and a continuity flag carries each run's output into the next, so a monitor can compare against what it already reported. Every job gets a durable notepad. Monitor-mode jobs skip the language model entirely when nothing has changed, which is a cost decision dressed as a feature.

Delegation grew controls it did not have. A parent can list its running children, steer one mid-flight with a course correction, or stop one early and keep the partial result. Child outputs can be validated against a schema, per-delegation cost is surfaced in the result, and the defaults rose to 250 iterations and ten concurrent children. The release notes describe the shift as going from fire-and-pray to managed parallel work, which is a fair summary of what proper ai agent orchestration requires.

Four weeks, seven releases
Every tagged release between v0.20.0 and v0.21.0, read from the project's own releases feed on 1 September 2026. The cadence is the story: a numbered release roughly every four weeks, with feature-bearing patch tags in between.2026-08-03: v0.20.003 Aug 26v0.20.02026-08-13: 8.13 patch13 Aug 268.13 patch2026-08-16: 8.16 patch16 Aug 268.16 patch2026-08-18: 8.18 patch18 Aug 268.18 patch2026-08-21: 8.19 patch21 Aug 268.19 patch2026-08-27: 8.27 patch27 Aug 268.27 patch2026-08-31: v0.21.031 Aug 26v0.21.0
Every tagged release between v0.20.0 and v0.21.0, read from the project's own releases feed on 1 September 2026. The cadence is the story: a numbered release roughly every four weeks, with feature-bearing patch tags in between.

Two things did not ship, and for a project moving this fast on autonomous ai agents the release notes say so plainly. A model council mode and a new context engine both landed during the window and were reverted before release. A project that publishes its own reversals is easier to trust than one that publishes only its wins.

Section 02

A society is not the same as an orchestra#

Almost every harness for autonomous ai agents already delegates. The conventional shape is an orchestra: a lead agent receives the task, hands pieces to specialist subagents, collects what comes back and writes the answer. The specialists are temporary. They have no name, no history and no way to reach each other. Anthropic's subagent documentation and OpenAI's Codex subagents guide both describe versions of this, and it works well.

What changes in a society model is the unit of interaction between autonomous ai agents. The agents persist, they are addressable by handle, and they can start a conversation with each other rather than waiting to be called. Four practical differences follow from that, and they are worth separating from the marketing.

None of that is new as research, and the study of autonomous ai agents talking to one another predates this release by years. Microsoft's AutoGen framework was built around agents that converse with each other, and the survey literature has classified centralised, hierarchical and peer-to-peer topologies for years. The honest claim for Hermes is narrower and more interesting: it is among the first general-purpose open-source harnesses to put a persistent gateway, named agents, visible group conversation, durable agent-to-agent messaging, scheduled execution with memory and messaging-platform delivery in one default install.

It is still a gateway, not a mesh#

Worth keeping the scepticism sharp about how far the autonomy in autonomous ai agents actually reaches. The gateway still owns routing, profiles, sessions and delivery. Peer-to-peer describes the conversational relationship the operator sees, not a topology that has removed the central infrastructure. Calling a chat room a society is a metaphor, and metaphors are where multi agent ai systems get oversold.

Where each harness actually sits
Where each harness actually sitsEditorial assessment, not a measurement: folkfox's reading of each project's own documentation as of 1 September 2026, scored 1 to 5 for maturity. The underlying facts are linked throughout this article; the scores are a judgement and should be argued with.HermesOpenClawClaude CodeOpenHandsSession persistenceSession persistence, Hermes: 5 of 55Session persistence, OpenClaw: 5 of 55Session persistence, Claude Code: 4 of 54Session persistence, OpenHands: 3 of 53Peer messagingPeer messaging, Hermes: 5 of 55Peer messaging, OpenClaw: 2 of 52Peer messaging, Claude Code: 3 of 53Peer messaging, OpenHands: 2 of 52Scheduled runsScheduled runs, Hermes: 5 of 55Scheduled runs, OpenClaw: 5 of 55Scheduled runs, Claude Code: 4 of 54Scheduled runs, OpenHands: 5 of 55Memory designMemory design, Hermes: 5 of 55Memory design, OpenClaw: 4 of 54Memory design, Claude Code: 4 of 54Memory design, OpenHands: 3 of 53Messaging reachMessaging reach, Hermes: 5 of 55Messaging reach, OpenClaw: 5 of 55Messaging reach, Claude Code: 3 of 53Messaging reach, OpenHands: 2 of 521 minimal, 5 mature
Editorial assessment, not a measurement: folkfox's reading of each project's own documentation as of 1 September 2026, scored 1 to 5 for maturity. The underlying facts are linked throughout this article; the scores are a judgement and should be argued with.

The closest functional rival is OpenClaw, which has a comparably broad messaging gateway and mature automation controls, but whose subagent documentation notes that native subagents do not get the message tool and normally report back through the parent. OpenHands automations are the strongest comparison for scheduled sandboxed engineering work, though each run starts a fresh sandbox rather than waking a standing colleague.

Section 03

What the research says about adding more agents#

This is where a trade article usually stops and a growth team starts. More autonomous ai agents produce more activity. Whether they produce more accepted work is a different question, and there is now enough published evidence to answer it partly.

Start with cost, because for autonomous ai agents it is the least ambiguous number available. Anthropic reports in its own write-up of its multi-agent research system that ordinary agents consume roughly four times the tokens of a chat interaction, and that multi-agent systems consume roughly fifteen times. That is a vendor figure from a vendor's internal system, not a neutral benchmark, and it should be read as an order of magnitude rather than a constant.

Anthropic's later work on multi-agent patterns gives the most useful single comparison in the literature. It gave 45 agents a virtual machine each, a shared forum to coordinate on and an identical brief to stalk vulnerabilities across fifteen open-source projects. On one model the swarm found 266 of that quarry over 27 million tokens, while simple independent parallel agents found 21 over 6.5 million.

That looks like a rout until you read the qualifier the authors put directly underneath it: roughly half the swarm's findings sat outside the directories the independent agents had been told to search, and once you limit the comparison to that shared ground the two methods come out similar on tokens per vulnerability. Only twelve findings overlapped at all. The swarm bought coverage, not cleverness.

folkfox

The same body of work reports that twelve-hour multi-agent attempts to build a web game produced consistently poor results despite role prompts and an explicit hierarchy, and that later models reduced conflict largely by avoiding shared files rather than by collaborating better. Avoidance is a coping strategy, not coordination.

The failure taxonomy is the practical document#

The most useful paper for anyone actually running this is the MAST study of why multi-agent systems fail, which annotated more than 1,600 execution traces across seven frameworks and sorted the failures into a taxonomy. Read it as a checklist of what to instrument in your own autonomous ai agents, because every category below is something you can detect in your own logs if you decide to look.

How multi-agent runs actually go wrong
Share of annotated failures by category across more than 1,600 traces from seven multi-agent frameworks, from the MAST study. These are proportions of observed failures, not the probability that any given run fails.

Notice what dominates when autonomous ai agents fail. The top four categories are all coordination problems rather than reasoning problems: work repeated, actions that do not match the stated reasoning, agents that cannot tell they have finished, and tasks that were badly specified in the first place. Verification failures, split between checking the wrong thing and checking too little, account for a further seventeen per cent between them.

A separate study on scaling agent systems tested 180 configurations across five architectures and three model families, and found the answer is structural rather than universal. On a decomposable finance task, centralised and decentralised architectures improved results by 80.9 and 74.5 per cent respectively. On a sequential planning task, every multi-agent variant did worse than a single agent. If the work splits cleanly, a society of autonomous ai agents helps. If each step depends on the last, it hurts.

Section 04

The ceiling this release did not move#

Persistence solves continuity and recovery for autonomous ai agents. It does not solve judgement, and the two get conflated constantly in coverage of autonomous ai agents. A cron job that remembers yesterday's report is genuinely better than one that does not. It is not evidence that the model's decisions hold up over a long horizon.

The strongest public measurement of what autonomous ai agents can finish comes from METR's time-horizon work, and it is routinely misread. A time horizon is the duration of a task, measured by how long a human takes to do it, at which a model reaches a stated success rate. It is not how long an agent can safely stay switched on. METR's own page reports a fifty per cent horizon for GPT-5 of roughly two hours and seventeen minutes, and states explicitly that measurements above sixteen hours are currently unreliable with the present task suite.

The same group's review of test-passing pull requests is the more uncomfortable finding for anyone planning to let agents publish. Roughly half of the agent-written pull requests that passed their tests would not have been merged by maintainers. Passing the automated check and being fit to ship are different standards, and only one of them is easy to automate.

What to measure instead of vibes#

Because no public benchmark exists for autonomous ai agents running marketing work over thirty days, you have to build the measurement yourself. It is less work than it sounds, and the numbers below are the ones that actually settle arguments about whether ai agents for marketing are earning their keep.

Three of those five will look bad in month one. That is the point of measuring them. A team that cannot say what its autonomous ai agents cost per accepted outcome is not running an experiment, it is running a hobby with a budget line.

Section 05

Persistence widens the blast radius#

Every property that makes a society of autonomous ai agents useful also makes it a better target. Long-lived credentials, inbound messages from strangers, memory files that survive the session, tools that can send and change things, and a scheduler that runs when nobody is watching. That is not a hypothetical list. It is a description of the default install.

Simon Willison's framing of the lethal trifecta remains the clearest way to explain the risk to a non-technical stakeholder. Three ingredients: access to private data, exposure to untrusted content, and some way to send data back out. Any two are survivable. All three together mean an attacker who can get text in front of your agent can get data out of it.

The documented cases against autonomous ai agents are not exotic. Invariant Labs demonstrated a toxic flow against the official GitHub integration in which a malicious public issue caused an agent to pull private repository data into a public pull request. No tool was compromised. The agent simply had trusted permissions and read untrusted text, the same structural gap we traced through automated penetration testing agents earlier this year. The Supabase case that gave the trifecta its best example worked the same way, through support tickets an attacker could write.

@Blackwellboy
Hermes is starting to look like an actual society of persistent AI workers.
X, 31 August 2026View on X

That post is where the framing came from, and it is a fair reading of the release. It is also the exact moment to ask the boring question, because a society of workers with shared credentials is an access-control problem wearing a friendly interface.

To its credit, this release tightened several screws#

The v0.21.0 notes list real hardening for autonomous ai agents rather than a security paragraph written by marketing. Writes to instruction files, skills and memory now require explicit approval, which matters because a persistent agent's memory is the obvious place to plant something for a later privileged run. A redaction sweep closed leak paths across environment variable names, process listings and checkpoints. Destructive commands on Windows now trip the approval system. Plug-in installs get security scanning. One catalogue entry was removed outright after an upstream compromise.

That last item is the honest one. The Cloud Security Alliance's guidance on agentic tool security catalogues why: cross-tenant exposure, unauthenticated remote execution in tooling, mutable tool descriptions and supply-chain compromise through malicious packages. Its recommendations are structural rather than prompt-based, which is the correct instinct. Short-lived tokens, isolated execution, outbound allow-lists, pinned versions and immutable audit logs do not depend on a model behaving well.

No public evidence of a breach of this feature exists at the time of writing. That is not a clean audit, and it should not be reported as one. It means nobody has found one yet, in a feature that is two days old.

Section 06

What a growth team should actually run#

Strip away the pantheon and a practical shape for autonomous ai agents remains. The teams getting value from ai agents for marketing are not running an autonomous department. They are running narrow, instrumented, repeatable workflows out of one well-lit den with a human at the approval gate, and the society model makes those workflows easier to see rather than easier to trust.

Salesforce's 2026 State of Marketing survey of 4,450 marketing decision-makers, fielded between October and November 2025, found 78 per cent needed more personalised content than they could produce and 75 per cent were turning to AI to close that gap. It also found that the most common barrier was data, not model capability. That ordering matters: a society of autonomous ai agents pointed at fragmented data produces fragmented output faster.

The envelope an unattended run should stay inside

Gather and classify what is new since the last run, using a hash or a timestamp rather than the model's recollection.

Diff against what was already reported. This is what continuity and ai agent memory are for, and it is the step that stops duplicate alerts.

Produce the recommendation or the asset, with every claim carrying the source it came from.

Run deterministic gates that cannot be talked out of a verdict: link liveness, quote matching, spend caps, brand rules.

Put it in front of a human with the evidence attached, not a summary of the evidence.

Publish or activate only inside a pre-approved envelope, and never outside it because the run seemed confident.

The safe starting set for autonomous ai agents is dull on purpose: competitor change digests, broken-link sweeps, campaign anomaly alerts, search visibility monitoring and draft queues.

The genuinely risky set is short and worth writing on a wall. Autonomous outbound email, budget changes, pricing changes, deletions in the customer database and publication without review. The advertising platforms are already wrestling with the same line, as the write access granted to agents in the X Ads API showed. McKinsey's April 2026 work on agentic marketing workflows names the trap more precisely than most of the coverage around it: a patchwork of disconnected pilots that increases activity while delivering few enterprise-wide benefits. Its description of the marketing lead's new job, orchestrator of data, technology and AI-enabled execution, is the one worth stealing.

One agent, well instrumented, beats six that are not#

The commercial question is not whether a society of autonomous ai agents produces more activity. It obviously does. The question is whether the extra activity yields more accepted outcomes than one well-instrumented agent, once you have paid for coordination tokens, sandbox time, human review, security controls and the cost of fixing what went wrong. On the published evidence the answer is task-dependent: parallel research benefits substantially, and sequential or high-stakes work gets slower, less reliable and considerably more expensive.

Which is the unglamorous conclusion. Hermes v0.21.0 is a genuinely impressive piece of engineering and a real step in ai agent orchestration, and it is best understood as infrastructure that makes a certain operating model possible rather than proof that the operating model works. The fox does not move into the burrow because it is well built. It moves in because it has read the scent on the ground first.

If you are running unattended work already, this release gives you three things worth taking regardless of which harness you use: memory between scheduled runs, the ability to stop a child process without losing its output, and cost visibility per delegation. Those are the parts that will still matter when the pantheon metaphor has worn off.

Questions

Frequently asked questions#

What is Hermes Agent v0.21.0?

It is the release Nous Research published on 31 August 2026, nicknamed the Pantheon Release. Its headline change is Bot Mode, which gives autonomous ai agents names, avatars, shared group rooms and direct agent-to-agent messaging by default. It also adds persistent memory to scheduled jobs and live control over running subagents.

How is a society of agents different from ordinary subagents?

Ordinary subagents are temporary and anonymous. They receive a task from a lead agent, return a result and disappear. In a society model the agents persist, have stable handles, keep their own conversation history and can message each other directly. The practical gain is that handovers leave a record a human can read.

Do multi agent ai systems actually produce better results?

It depends on the task shape you point autonomous ai agents at. Published work testing 180 configurations found decomposable tasks improved substantially with multiple agents, while sequential planning tasks got worse than a single agent. Parallel research benefits most. Work where each step depends on the last usually does not.

How much more do autonomous ai agents cost to run?

Anthropic reports its own agents use around four times the tokens of a chat interaction, and multi-agent systems around fifteen times. That is a vendor figure rather than an independent benchmark. Budget by cost per accepted outcome rather than per agent, because the coordination overhead is the part that surprises people.

Is it safe to let AI agents run unattended overnight?

Only inside a tightly defined envelope. The main risk is the lethal trifecta: private data access, exposure to untrusted content and a way to send data out. Keep credentials scoped per agent, default to read-only tools, require approval for anything that publishes or spends, and treat messages from other agents as untrusted input.

What is ai agent memory and why did it matter in this release?

It is the state an agent carries between sessions. Before v0.21.0, scheduled jobs in Hermes started fresh each time, so a daily monitor could not tell what it had already reported. The release gives cron jobs persistent memory, a continuity flag and a durable notepad, which removes a whole class of duplicate alerts.

Keep reading

Read more on this topic#

Thinking about putting autonomous ai agents to work?

We build the boring parts first: the acceptance tests, the caps and the approval gates that make unattended work safe enough to leave running. Then we let it run.