Knowledge Graph Infographic

Hermes Agent

The first consumer AI agent built around compounding value — it runs in the background, executes scheduled tasks, and gets better every time through a persistent learning loop, reaching you through WhatsApp, Telegram, Slack, and Signal.

Author: Aakash Gupta
AI by Aakash · May 1, 2026
100KGitHub stars in 7 weeks — faster than LangChain or AutoGPT
Nous ResearchOpen-source AI research — Hermes released Feb 25, 2026
SOUL.mdPersistent standing brief — write once, loads forever before every interaction
Multi-PlatformWhatsApp, Telegram, Slack, Signal — one gateway, all your devices
Architecture

What Makes Hermes Different

Two architectural innovations sit underneath everything Hermes does — SOUL.md and the learning loop. Together they make it the first agent whose value compounds the longer it runs.

SOUL.md — Persistent Standing Brief

A short file written once that acts as the agent's permanent memory of who you are. Contains family details, interests, communication preferences. Loads automatically before every session, every scheduled task, every message. You never explain yourself again.

Learning Loop — Compounding Improvement

Every task execution evaluates what worked and saves an improved procedure. Week six is sharper than week one — not because you changed anything, but because the agent has been quietly improving. ChatGPT Tasks fire the same fixed prompt with no memory of last week's results.

Capabilities

Five Core Capabilities

Scheduled Background Execution

Runs tasks on a schedule, reaches you through messaging apps, keeps working after you close your laptop. Week after week without you.

Multi-Platform Messaging

WhatsApp, Telegram, Slack, and Signal from a single gateway. WhatsApp needs no developer account — just scan a QR code and the agent lives in your contacts.

Local + Cloud Model Choice

Free NVIDIA NIM cloud models (100+ options) or Ollama local execution where nothing leaves your machine. Same agent, both paths.

Use Cases

Three Patterns That Demonstrate Compounding Value

1. Weekly Briefing That Arrives Before You Wake Up

One message to set up: "Every Sunday at 7am, check school calendar, weather, F1/NBA schedules, flight prices to Miami. Send to WhatsApp." Week one: basic. Week eight: it learned which sections you read first, which teams you care about, and placed weather first because you're getting dressed when you read it. It figured all of that out from watching how you responded each week.

2. Health Coach That Knows Your Patterns

Casual text updates — "30 min run, felt good" or "Slept 5 hours" — logged the same way you'd text a friend. After five weeks and 34 entries, the agent proactively surfaced that meeting-heavy days correlated with skipped workouts. Month three is genuinely more useful than month one.

3. Generate Images from Your Phone

Message Hermes from WhatsApp what image you want. The ComfyUI skill builds the workflow, runs it on your laptop, sends the result back — no app to open, no nodes to wire, no data leaving your machine. Every image free and private after local setup.

Setup Guide

20 Minutes, Then It Runs Forever

1. One-Command Install

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash ; hermes setup. Detects OS, sets up Python, walks through config. Five minutes.

2. Pick a Model

Option A: NVIDIA NIM — free cloud, 100+ models, no GPU needed. Option B: Ollama — local, private, nothing leaves your machine. Mandatory: 64K context window (OLLAMA_CONTEXT_LENGTH=65536).

3. Connect Your Phone

Select WhatsApp during setup. QR code appears in terminal. Open WhatsApp → Settings → Linked Devices → Link a Device. Scan. Agent now lives in your contacts. Restrict to your number: WHATSAPP_ALLOWED_USERS=+1XXXXXXXXXX.

4. Gateway + Backup

Run hermes gateway install for permanent background service surviving reboots. Then hermes backup --quick before any customization. Migrate from OpenClaw: hermes claw migrate.

Honest Assessment

Three Limitations to Know

Machine Must Be On

Scheduled tasks need the host running when they fire. Laptop closed at 7am Sunday? Briefing waits. Fix: macOS Wake for Network Access, or run on a $5 VPS for reliability.

Learning Loop Can Learn Wrong

Pattern-matches on your responses. Accidentally reply enthusiastically to a bad briefing? It doubles down. No "unlearn" command — edit the skill file directly or wipe memory and start over.

Privacy = Model Choice

Point Hermes at GPT-4o or Claude, and your kids' school schedule and health data go to OpenAI or Anthropic on every run. Run Ollama locally for full privacy — you give up some quality.

Ecosystem

This Week's AI News (May 1, 2026)

Claude Creative Connectors

Claude launched integrations for Blender, Autodesk Fusion, Adobe, Ableton, SketchUp, Splice. Anthropic pledged €240K to Blender Development Fund — later restructured as one-time donation after community feedback. The connector is the thing that matters.

Gemini Office Docs — Free

Sundar Pichai announced Gemini generates Word, Excel, PDF, and presentations directly from chat — free for all 750M users. Microsoft charges $360/user/year for Copilot. Only 3.3% of M365 users have paid for Copilot.

OpenAI-Microsoft AGI Clause Removed

The provision letting OpenAI exit Microsoft obligations upon declaring AGI is gone. OpenAI still pays Microsoft 20% of revenue through 2030. Amazon is the quiet winner — can now take on workloads Azure exclusivity was blocking.

Cursor SDK Launched

Same agents powering the Cursor app now run inside your products, pipelines, and backend systems. Rippling and Notion already using it to auto-catch and fix bugs. Cursor crossed $2B ARR. The SDK makes them infrastructure.

xAI Grok Imagine Agent Mode

Launched with zero announcement. One prompt, one infinite canvas — agent plans, generates, edits, iterates until done. Films, manga sets, product ads. Users just started posting results.

The Chatbot Tax

Viktor (sponsor) lives inside Slack/Teams, plugs into 3,000+ tools. 11,000+ teams. A landscaping owner runs 63 workflows. A $10M DTC brand had Viktor build a Klaviyo audit, cash flow model, and checkout debug report in week one.

FAQ

Twelve Questions the Graph Answers

Glossary

Key Concepts

Consumer AI Agents

Persistent AI for individuals — runs in background, learns from repeated use, reaches you via messaging.

Scheduled AI Agents

AI that executes recurring tasks without user presence — value compounds with each execution.

SOUL.md

Standing brief file — who you are, what matters, how you like answers. Write once, loads forever.

Learning Loop

Evaluates and improves task procedure every run — week six sharper than week one without user changes.

Background Execution

Tasks run on schedule, agent reaches you via messaging — keeps working after laptop closes.

Multi-Platform

WhatsApp, Telegram, Slack, Signal — one gateway process, QR scan for WhatsApp, no dev account needed.

Local Execution

Ollama backend — models run entirely on user's machine. Cloud option via NVIDIA NIM for higher quality.

Hermes Agent

Nous Research's open-source consumer AI agent — 100K GitHub stars in 7 weeks.

OpenClaw

Predecessor agent — 512 vulnerabilities found Jan 2026, including CVE-2026-25253 machine takeover.

Viktor

Slack/Teams AI assistant — 3,000+ tools, 11,000+ teams, every action needs human approval first.

HowTo

Set Up and Run Hermes Agent

1. One-Command Install

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash ; hermes setup

2. Choose Model: Cloud or Local

NVIDIA NIM (free, 100+ models) or Ollama (local, private). 64K context window mandatory.

3. Connect Phone via WhatsApp QR

Scan QR code from terminal — agent lives in your contacts. No developer account needed.

4. Install Gateway Permanently

hermes gateway install — survives reboots. This is the line that makes Sunday briefings actually land at 7am.

5. Write Your SOUL.md

Family, interests, preferences — write once, loaded before every interaction forever.

6. Set Up First Scheduled Task

Message: "Every Sunday at 7am, check weather, sports, flights. Send to WhatsApp." That's it.

7. Back Up Before Customizing

hermes backup --quick. Migrate from OpenClaw: hermes claw migrate.