You Don't Need One Smarter AI Agent. You Need Three That Talk to Each Other.

Quick answer

This week the open-source Hermes Agent shipped "Bot Mode," letting one AI setup run as a roster of named bots, each with its own job, memory, and schedule, that hand work to each other automatically. The tool itself is for developers, but the pattern is for every small business: stop asking one AI chat to do a whole messy workflow, and split it into narrow jobs that pass work down a line instead.

Every AI agent pitch this year has sold you the same story: hire a smarter assistant. This week, a small open-source lab quietly sold a different one. Stop hiring one assistant. Build a shift.

What Actually Shipped This Week

On August 13, Nous Research, the team behind the open-source Hermes Agent, shipped a feature called Bot Mode. The announcement tweet from Nous co-founder Teknium racked up roughly 832,000 impressions, 3,500 likes, and 247 reposts in three days, before a single major tech outlet had written a word about it. That is the kind of number that tells you builders were already waiting for this.

Hermes Agent already let you run separate "profiles," isolated agent setups with their own memory, skills, and API keys. Bot Mode puts a face on that idea. Instead of opening a separate command-line session for every profile, you get one dashboard: a row of named bots, each with a job description, an avatar, and its own chat. A research bot. A writer bot. A coding bot. Click one, talk to it. And now, for the first time, the bots can message each other directly, and you can schedule any of them to run on a routine, a plain cron job, without you touching a keyboard.

By the numbers

832,000 impressions, 3,500 likes, 247 reposts. That is the reach of one announcement post on X, three days after it went up, according to the post's own public metrics. A follow-up walkthrough video on YouTube, published a day later, had already logged 6,470 views and 193 likes within 48 hours. Small compared to a Super Bowl ad. Large for a plugin update to a developer tool.

Why One AI Chat Keeps Hitting a Wall

Here is the part that actually matters to you, whether or not you ever install Hermes Agent.

Most small businesses that use AI today use it the same way: one long chat thread, doing everything. Draft the email. Now answer this customer question. Now check that number in the spreadsheet. Now go back and finish the email from ten minutes ago. The thread gets long. The AI starts losing track of what it already told you. Quality drifts, not because the model got dumber, but because you asked one generalist to hold every open task in its head at once.

A lean human team does not work that way, and not because specialization is magic. It works because narrow scope produces better output, fewer dropped balls, and mistakes you can actually catch, because you know exactly which person, or which bot, was supposed to be doing what. Bot Mode is Nous Research building that structure into software: a roster of specialists instead of one overworked generalist, and a plain mechanism, a message, for handing work down the line.

The Demo That Shows the Shape of It

A walkthrough from creator Superbash (BoxminingAI) is the clearest illustration available right now. He set up two bots: a Research bot and a Report Writer bot. He gave the Research bot one job: find out what is happening in commodities and equities markets, then hand the findings to the Report Writer.

What happened next is the entire point. The Research bot ran its searches, then, on its own, looked up the Report Writer's profile and sent it a message, attributed and logged, the way a person forwards a finished draft to a colleague. The Report Writer picked it up and started drafting a formal report. No copy-pasting between browser tabs. No re-explaining context to a second chat window. One bot finished its narrow job and passed the baton.

Diagram showing three AI bots in sequence: an intake bot, a quote bot, and a follow-up bot, each handing work to the next

Set on a cron schedule instead of triggered by hand, that same pair becomes a standing routine: research every hour, write up every hour, no human in the loop until someone wants to read the output. That is the building block. What you do with it is where it gets interesting for a business that has nothing to do with market research.

Translate It: A Quoting Line, Not a Chatbot

Picture the workflow that eats the most founder hours at almost any service business: someone asks for a quote. It rarely goes smoothly. A request lands somewhere, a WhatsApp message, a web form, an email, and it sits until someone has time to read it, price it, and reply, often a day or two later, by which point the customer has already asked three competitors.

Split that into three named jobs instead of one overloaded inbox:

BotIts one jobHands off to
Intake BotReads every incoming request, tags what the customer actually wants, flags anything unclearQuote Bot
Quote BotDrafts a price using your rate card and the tagged details, nothing moreFollow-up Bot
Follow-up BotWaits 48 hours, checks for a reply, sends one plain nudge if there is noneYou, if the customer replies with a question

None of these bots is smart in any impressive sense. Each one is narrow on purpose. The Intake Bot never prices anything. The Quote Bot never chases anyone. The Follow-up Bot never invents numbers. That narrowness is the entire value: when a quote goes out wrong, you know exactly which bot to check, the same way you would know which employee to ask.

The Honest Catch

Before this sounds like a weekend project, a few things worth knowing.

Hermes Agent is still in public beta for Bot Mode, and the underlying project describes itself plainly as software for developers who bring their own compute and their own API keys. You need a machine or a server to run it on, local, a VPS, or a sandbox, and browser or computer-use tasks are only as capable as the backend you wire up yourself. Compare that to a fully hosted alternative like Grok Bot, widely quoted on X this month at roughly $300 a month for its cloud-hosted, sign-in-ready computer-use bots, a convenience price, not a capability price. Hermes trades that convenience for control: you pay per token to whichever model you connect, and you do the setup work yourself.

That trade-off means Bot Mode itself is not, today, a tool most business owners should install personally. It is a preview of a pattern that is coming to every mainstream AI tool within the next year or two, and a genuinely useful one to understand now, before it shows up with a friendlier interface.

How to Test the Idea This Week, No Installing Required

You do not need Hermes Agent, or any developer tool, to borrow the pattern. Try this with whatever AI chat you already pay for:

  1. Write down your messiest end-to-end workflow. Quoting, customer onboarding, a weekly report, anything that currently lives in one long, tangled thread.
  2. Split it into three narrow jobs, each with one clear responsibility, the way the table above splits quoting into intake, pricing, and follow-up.
  3. Write each job a short brief, two or three sentences, exactly what a bot profile is under the hood. What it reads, what it produces, what it must never do.
  4. Test the handoff by hand first. Run job one in a fresh chat, copy its output into job two's chat. If the handoff produces something usable without you cleaning it up, the split is a good one.
  5. Only then automate it, with whichever tool fits your setup, from a simple scheduled prompt to a proper agent framework.

The lesson from this week is not "go install a developer preview." It is that the era of one AI chat trying to be your whole back office is already ending. The businesses that notice first get to redesign their busiest workflow on their own terms, instead of discovering the split the hard way, after the single-thread version has quietly dropped a customer.

What is Hermes Agent?

Hermes Agent is an open-source AI agent framework built by Nous Research. It runs on your own machine, server, or sandbox using your own model API keys, and lets you configure agent "profiles" with their own memory, skills, and tool access.

What does Bot Mode actually add?

Bot Mode, released August 13, 2026, gives Hermes Agent profiles a visual roster interface, one dashboard row per bot with a name, job description, and avatar, and adds two new capabilities: bots can message each other directly, and any bot's job can be scheduled to run automatically on a cron routine.

Do I need to know how to code to use it?

Yes, in its current form. Hermes Agent Bot Mode is a developer preview aimed at people comfortable running software on their own machine or server and managing their own API keys. It is not yet a plug-and-play tool for non-technical business owners.

How is this different from just opening several ChatGPT tabs?

Separate chat tabs don't remember each other, don't share a handoff mechanism, and can't message one another or run on a schedule. Bot Mode gives each bot persistent memory and skills tied to its own job, plus a built-in way to pass work to another bot automatically, which is what turns a set of chats into a workflow.

What's the fastest way to test this pattern without installing anything?

Split one of your messiest workflows into two or three narrow jobs, write each one a short brief the way you'd write a one-line job description, and test the handoff manually between two chat sessions before automating anything. If you want help finding which workflow pays off first, that's exactly what the 14-Day AI Readiness Sprint is built to identify.

Find your first high-payback workflow.

See the Sprint

Sources

HN

Editorial responsibility
Notma Intelligence publishes practical guidance using named sources and visible dates. AI tools may assist research or drafting; a named human remains responsible for factual review before publication.
Read the editorial policy → · Meet founder Hammton Ndeke →

Find your first high-payback workflow.

Book a free conversation or start with the fixed-fee Sprint.

See the Sprint

Keep reading