AI Agent Harness Pricing 2026: What They Really Cost
Four of the seven leading agent harnesses cost nothing to licence. One of them can still bill you $400 a month. Here is the real cost structure — licence, tokens, and the overhead nobody budgets for.
2026 turned the AI agent harness — the layer that wraps a model in tools, memory and a control loop — into a real product category. Nous Research shipped Hermes Agent in February. OpenClaw crossed a third of a million GitHub stars. xAI launched Grok Bot in August, and DeepSeek open-sourced its own harness four days later. Every one of them is described somewhere as "free" or "included." Neither word survives contact with a bill.
What each one costs
Prices read on 17 August 2026, US dollars. This is a fast-moving category — several of these products are weeks old and in beta — so verify before you commit budget.
| Harness | Licence | What you actually pay |
|---|---|---|
| Hermes Agent — Nous Research | $0 · MIT | Model + hosting. Reported: ~$6–8/mo (budget VPS + DeepSeek V4), ~$15–25/mo (mid-tier + Claude Haiku), $100–400+/mo (Opus / GPT-5 class). |
| OpenClaw | $0 · open source | $49/mo for OpenClaw Cloud, which bundles model and hosting with no token exposure. Self-hosted on premium models reported at ~$80–120/mo in API spend. |
| DeepSeek Harness | $0 · MIT | Cheapest tokens in the table — V4 Flash $0.14 / $0.28 per million in/out, V4 Pro $0.435 / $0.87. 5M free tokens on signup, no card. Developer preview. |
| OpenCode | $0 · MIT | Bring your own key, or a $20 prepaid pay-as-you-go balance at zero markup. |
| Grok Bot — xAI | Proprietary, beta | No standalone SKU. Reported as bundled into SuperGrok Heavy ($300/mo list), Cursor Ultra and Cursor Teams Premium. Enterprise is a waitlist. |
| Claude Code — Anthropic | Proprietary | Included from the free tier up. Pro $17–20/mo, Max from $100/mo, Team seats from $20/mo. Two quota layers: a rolling 5-hour window and a weekly cycle. |
| Codex CLI — OpenAI | Proprietary | On every ChatGPT plan including Free. Go $8, Plus $20 (reported 15–80 messages per 5-hour window), Pro $100. |
| Gemini CLI / Antigravity — Google | Proprietary | Code Assist from ~$22.80/user/mo annual. Free serving ended 18 June 2026; the replacement free ceiling is reported in the low tens of requests/day, down from roughly 1,000. |
"Free" does not mean cheap. It means unbounded.
The single most useful number in this article is the 50× spread on Hermes Agent. Same MIT-licensed software, same features, same repository — and reported monthly bills running from about $6 to over $400. Nothing about the harness changed. What changed was which model it was pointed at and how much it talked.
That is the structural property of an open-source, model-agnostic harness: the licence is free and the running cost is uncapped. There is no plan boundary to hit, no quota to warn you, and no monthly ceiling. You find out what it costs after it has cost it.
The trade is real in both directions
Subscription harnesses do cap your bill — but they cap it by capping you. Claude Code runs two separate quota layers, a rolling 5-hour window and a weekly cycle. Codex counts messages per 5-hour window. Cursor sells usage credits. The failure mode does not disappear; it moves from an unexpected invoice to an unexpected wall on a Thursday afternoon.
Neither model is wrong. They fail differently, and which failure you prefer is a genuine engineering choice rather than a marketing one.
Most of your token bill is not your work
The least-discussed number in agent economics: reported analyses put roughly 73% of a typical harness API call down to fixed overhead — system prompts, tool definitions, memory, and re-sent conversation context. In practice that is around 6,000–8,000 input tokens of overhead per request through a CLI, rising to 15,000–20,000 when the harness is driven through a messaging gateway like Telegram or Discord.
You are not mainly paying for answers. You are mainly paying to re-send context so the model can produce one. This is why a harness that "thinks" more, or that you talk to through chat, costs multiples of one you invoke directly — even when the underlying work is identical.
It also explains the model-choice sensitivity above. Overhead tokens are charged at the same rate as useful ones, so the fixed 73% is what gets multiplied when you move from a $0.14-per-million model to a frontier one.
Adoption, measured properly
Star counts get quoted constantly and are usually months stale. These were pulled live from the GitHub API on 17 August 2026 at 17:03 UTC:
| OpenClaw | 386,526 |
| Hermes Agent — Nous Research | 231,885 |
| OpenCode | 198,402 |
| DeepSeek Harness | 148,275 |
| Claude Code — Anthropic | 141,754 |
| Gemini CLI — Google | 106,539 |
| Codex — OpenAI | 106,465 |
DeepSeek Harness reached 148,275 stars in four days. It was released as a developer preview on 13 August 2026 under MIT licence, and reporting at launch noted roughly 33,000 stars within the first few hours. Its organising idea is that everything is a plugin — inference layer, tool registry, session state, control loop, execution sandbox and web interface are all separately swappable through a dependency-injection system called Cordis. It is at v0.1.0-rc.5 with breaking changes expected.
Two notes on reading this table. Stars measure attention, not production use — they are a leading indicator of mindshare and nothing more. And repositories move: OpenCode now lives at anomalyco/opencode, having previously been under sst/opencode.
The features that actually differ
Licence and price aside, four axes separate these products in ways that change what they cost you:
- Model lock-in. Hermes, OpenClaw, OpenCode and DeepSeek Harness are model-agnostic — you can move to cheaper inference at any time, which is the main lever on the 50× spread. Grok Bot is tied to xAI's models, Claude Code to Anthropic's.
- Where it runs. Grok Bot's distinguishing feature is that each agent gets its own persistent cloud computer — browser, filesystem and terminal — and signs into your existing tools with your credentials to complete multi-step jobs unattended, returning for approval when a human call is needed. That is a materially different security surface from a harness running on your own machine, and worth a review before adoption rather than after.
- Orchestration. Hermes ships first-party skills to drive other harnesses as sub-agents — Claude Code, Codex CLI, OpenCode, itself, and OpenHands as of May 2026. If you run several, that consolidates them rather than adding another.
- Self-improvement. Hermes generates a reusable skill document when it solves a hard problem, then loads it instead of reasoning from scratch next time. That is one of the few features that reduces token spend over time rather than increasing it.
The number nobody publishes
Every vendor in this article publishes either a cost per seat or a cost per token. Neither tells you the thing you actually need, which is what does one job cost.
Cost per seat hides usage: two people on identical $20 plans can consume wildly different amounts. Cost per token hides overhead: a $0.14-per-million model sounds cheap until 73% of every call is context you are re-sending. Between them, the number that would let you forecast a budget goes unpublished.
It is a measurable quantity. For narrow, repeatable work it is measurable precisely — and it can be small. In Quiriz, a question compiles to SQL and executes against your data, with the model interpreting the question and phrasing the result rather than computing it. That costs roughly $0.003 per answer and $0.03 per generated report. Because the marginal cost is that low, the product is priced per workspace rather than per seat — metering individual askers would cost more to administer than it would recover.
That is a narrow scope, deliberately: a general-purpose harness that can do anything cannot bound its own cost, which is exactly why the spread above is 50× and why nobody in this category quotes a per-task figure. If your workload is "our team keeps asking questions about our data," the bounded version is worth comparing — see the 2026 AI pricing comparison for the per-seat assistants, and AI hallucination statistics for why a compiled query beats a generated one on the same data.
What to watch
- Free tiers are acquisition subsidies. Google ended free Gemini CLI serving on 18 June 2026 and cut the replacement allowance by roughly two orders of magnitude. Budget accordingly for every other free tier here.
- Beta pricing is not pricing. Grok Bot has no standalone SKU yet. Bundle-only access is a launch strategy, not a permanent commitment.
- The preview products will change under you. DeepSeek Harness is v0.1.0-rc.5 with breaking changes promised. OpenClaw was renamed twice inside one month in early 2026 — Clawdbot, then Moltbot, then OpenClaw.
- Model-agnostic is a cost lever, not a feature bullet. The ability to re-point at cheaper inference is what separates $6/month from $400/month.
Sources
- GitHub API, repository star counts pulled 17 August 2026 17:03 UTC —
openclaw/openclaw,NousResearch/hermes-agent,anomalyco/opencode,deepseek-ai/deepseek-harness,anthropics/claude-code,google-gemini/gemini-cli,openai/codex. - Anthropic, Claude pricing — Pro, Max and Team tiers; Claude Code inclusion.
- DeepSeek published API pricing — V4 Flash and V4 Pro per-million-token rates and the new-account token grant.
- Reported real-world running-cost breakdowns for Hermes Agent and OpenClaw, and the fixed-overhead-per-call analysis. These are community and third-party measurements, not vendor-published figures.
- Launch coverage of Grok Bot (11 August 2026) and DeepSeek Harness (13 August 2026), including bundled-tier availability and the Cordis plugin architecture.
Prices and product details verified as of 17 August 2026 and subject to rapid change — several products here are in beta or developer preview. Running-cost figures for open-source harnesses are reported community measurements and depend entirely on model choice, hosting and workload; treat them as indicative ranges, not quotes. Grok Bot bundled-tier availability and Cursor tier pricing are drawn from third-party reporting and were not itemised on the vendors' own pricing pages at the time of writing. "Harness" here means an AI agent harness and is unrelated to Harness.io, the CI/CD platform.