Grok Bot Costs $300 a Month. The Free Alternative Just Shipped.
Nous Research shipped free, open-source "Bot Mode" for its Hermes Agent on August 18, 2026, letting anyone turn one AI agent into a roster of named specialist bots that message each other and hand off work through a persistent Agent Inbox. It landed days after xAI's Grok Bot, which does something similar but starts at $300 a month. Any small business owner willing to spend an afternoon on setup can build a free two-bot team, a researcher and a writer, this week.
Two days ago, one AI company charged $300 a month for a team of agents that talk to each other. Today, an open-source lab gave the same idea away for free.
What Actually Shipped Today
Nous Research just turned one AI agent into a small staff, and gave it away for free.
The release is called Bot Mode, and it ships inside Hermes Agent, Nous Research's MIT-licensed open-source AI agent. Before this update, Hermes gave you a list of chat sessions. Now it gives you a roster of named bots. Each bot is a real Hermes profile with its own chat history, its own memory, its own pinned model, and its own skills. A research bot can run on a fast, cheap model. A writing bot next to it can run on a stronger reasoning model. Neither one sees the other's memory unless you let it.
The part that matters for a business owner is not the roster. It is the handoff. Every bot gets a persistent "Agent Inbox," and bots message each other by @mention, the same way you'd tag a coworker in a group chat. Group chats support two to six bots at once, cycling through up to three rounds of replies before they wait for you again. Nous co-founder Teknium first ran this as a one-day public beta plugin, asked for bug reports, then folded it straight into the main app. As of Hermes Agent v0.20.3, Bot Mode ships bundled and switched on by default inside Hermes Desktop.
The Same Week, a $300 Version Shipped Too
Two days before Nous re-launched Bot Mode, xAI put a version of the same idea behind a paywall. SpaceXAI shipped Grok Bot into beta on August 17, 2026: a fleet of persistent AI agents that live on dedicated cloud computers and can operate websites, apps, and inboxes without any API integration. It's available to subscribers of SuperGrok Heavy, which lists at $300 a month (xAI is running a $99-a-month promotional rate for the first three months on some accounts), plus Cursor Ultra and Cursor Teams Premium plans.
Online reaction treated the two releases as opposites answering the same question. One widely-shared post claimed Grok Bot had already replaced Hermes and other local setups in their workflow; other builders pointed out that Hermes had supported isolated agent profiles with separate memory and skills for a while, and that Bot Mode's real news is the interface and the handoff, not a brand-new primitive. Both things are true, and the practical difference for a small business owner is simpler than the argument: Grok Bot hands you a working cloud computer for every bot, for $300 a month and up. Hermes hands you the coordination for free, and asks you to bring your own compute, whether that's the laptop on your desk, a $5-a-month VPS, or a sandbox backend you rent by the hour.
| Hermes Agent Bot Mode | Grok Bot | |
|---|---|---|
| License cost | Free, MIT open source | Included from $300/mo (SuperGrok Heavy) |
| Compute | Bring your own: local machine, VPS, or sandbox backend | Included persistent cloud computer per bot |
| Setup effort | Install the app, add API keys, name your bots | Subscribe, go |
| Browser/computer use | Depends on the backend you configure | Built in, works out of the box |
| Best for | Owners willing to spend an afternoon setting up, in exchange for zero recurring license cost | Owners who want zero setup and will pay for it |
What Two Bots Doing Real Work Actually Looks Like
A hands-on walkthrough of Bot Mode (linked in the sources below) built the simplest possible version of a two-bot team: a research bot and a report-writer bot. The tester typed one instruction to the research bot: find out what's happening in a market, then hand your findings to the report-writer bot. The research bot worked through the task on its own, found the other bot's profile, opened a handoff message in the Agent Inbox, and the report-writer bot picked up the findings and started drafting, unprompted by the human.
Swap "market research" for a supply chain, and you have a workflow most small importers, retailers, and wholesalers actually need. Call the first bot your Watcher: point it at your suppliers' price sheets, shipping-cost news, and competitor listings, and tell it to summarize what changed. Call the second bot your Memo Writer: its only job is to turn the Watcher's findings into a one-page buying recommendation, in plain language, with a number at the bottom. You never talk to the Memo Writer directly. You just read what lands in your inbox.
The same shape works for a services business. A Lead Scout bot watches job boards, forum threads, or a shared inbox for buying signals; a Draft Writer bot turns whatever the Scout flags into an outreach message ready for your edit. Neither bot needs to be smarter than the model you already use in one chat window. The value is that each one only does one job, and stays out of the other's way until it's handed something.
Build Your First Two-Bot Team This Week
None of this needs a developer on staff. It needs an afternoon.
- Install Hermes Agent Desktop. It's open source and MIT-licensed, so there's no license fee. You'll run it on your own machine, a small VPS, or a rented sandbox backend, and you provide your own API key for whichever model you want to pay for, Claude, GPT, Gemini, or an open-weight model.
- Check your version. Bot Mode ships bundled and switched on by default from Hermes Agent v0.20.3 onward. If you're on that version or later, there's no plugin to install.
- Create Bot 1. Click "New Bot," give it a name, and write one sentence describing its only job, for example: "Watch our three main suppliers' price lists and industry news, and summarize what changed each week." Pin it to a fast, cheap model, since research is high-volume, low-judgment work.
- Create Bot 2. Either clone an existing profile or start fresh. Give it one job too: "Turn research findings into a one-page buying memo with a clear recommendation." Pin this one to a stronger reasoning model, since judgment matters more here than speed.
- Test the handoff. Message Bot 1 directly and ask it to do its research, then
@mentionBot 2 to hand off the findings. Watch the Agent Inbox: you should see the handoff message arrive, attributed to Bot 1, and Bot 2 pick it up on its own. - Automate it. Once the handoff works, schedule Bot 1's research as a recurring routine, Hermes runs these as ordinary cron jobs, so it can check prices every morning and always hand off to Bot 2 without you starting it by hand.
Where This Breaks, and Who Should Wait
Be honest about what you're adopting. Bot Mode ships with no admin console, no single sign-on, no central audit log, and no policy layer. That's fine for a solo operator or a small team running it off a laptop or a personal VPS. It is not, today, something a regulated business should treat as managed infrastructure. If you handle client financial records, health data, or anything with a compliance requirement, keep that data out of it until an enterprise-grade version exists, or get help setting up your own controls around it first.
The hands-on testers are consistent on one more point: Bot Mode is strongest for research, report writing, sentiment reading, and workflow automation, the same kind of work a smart assistant does well. For heavy coding work, a terminal-based coding agent still outperforms it, because it streams and filters tokens more efficiently than a desktop chat window can. Use the right tool for the job rather than forcing one bot to do everything.
And treat the "response to Grok Bot" framing with a little skepticism. Some of Hermes's own community pushed back on X, pointing out that isolated agent profiles with separate memory and skills already existed before this release, and that what's new is mainly the interface and the group-chat handoff wrapped around it. That's a fair correction. The underlying capability was already there. What shipped this week is the part that makes it usable without touching a command line, which is exactly the part that matters if you are a business owner, not a developer.
What is Hermes Agent's Bot Mode?
Bot Mode is a feature in Nous Research's open-source Hermes Agent that replaces a single list of chat sessions with a roster of named bots. Each bot is its own Hermes profile with separate memory, skills, and a pinned model, and bots can message each other through a persistent "Agent Inbox" by using @mention, handing off work without you relaying it manually.
Is Hermes Agent free to use?
The software itself is free and MIT-licensed, so there is no license fee. You still need to provide your own compute, either your own computer, a small VPS, or a rented sandbox backend, and your own API key for whichever AI model you choose to use with each bot.
How is Bot Mode different from Grok Bot?
Grok Bot, from xAI, gives every bot its own persistent cloud computer and works out of the box, but it requires a subscription starting at $300 a month for SuperGrok Heavy. Hermes Agent's Bot Mode is free software, but you bring your own compute and set it up yourself, which takes more time but costs nothing in license fees.
Do I need to know how to code to set up a bot team?
You need to be comfortable installing desktop software, generating an API key, and following setup instructions, but you do not need to write code for the basic two-bot workflow described here. If that setup step is the barrier, treat it the same as any new piece of business software: budget an afternoon, or get a hand from someone who has done it before.
Find your first high-payback workflow.
See the SprintSources
- Nous Research Ships Bot Mode for Hermes Agent (MarkTechPost)
- Nous Research: "Introducing Bot Mode for Hermes Desktop" (X/Twitter)
- Teknium: "Reintroducing Bot Mode for Hermes Agent" (X/Twitter)
- SpaceXAI Launches Grok Bot, a Persistent AI Agent Platform for Business Workflows (LavX News)
- SuperGrok price in 2026: $30 a month, but that's only one of six tiers (Techraisal)
- Hermes Agent Bot Mode Guide (Setup and Workflows) — YouTube walkthrough
Find your first high-payback workflow.
Book a free conversation or start with the fixed-fee Sprint.
Keep reading
Your AI Skill Now Works in Every AI Tool. Here's How to Build One.
Yes, if you package it as an Agent Plugin. Since August 6, 2026, an open, vendor-neutral standard called Agent Plugins 1.0, backed by Amazon, Cursor,…
Front-office AIYour Regulars Don't Quit Loudly. Teach an Agent to Notice.
Point an AI agent such as Hermes Agent or Claude at your customer list, teach it your business rules once, then hand it a standing goal to check the list on
Front-office AIStop Building Three Chatbots. Build One Agent Brain Instead.
Build one shared workflow, a single “brain” that holds your qualifying questions and booking rules, then connect WhatsApp, your website chat, and your phone