How-to
| Path | When it fits | Starting point |
|---|---|---|
| Configure managed | You want results this week | Claude Cowork, ChatGPT agent, Grok Bot |
| Deploy open | You need ownership, messaging, or local models | Hermes, OpenClaw |
| DIY minimal | You are learning or embedding a tiny agent in a product | Model API + tool loop + logging |
If your goal is SME ops (booking, renewals, inbox), read How to set up an AI agent for SMEs first. That guide is workflow-first; this one is harness-first.
How to create an agent harness experience without writing runtime code:
You are creating an agent on a harness, which is what most buyers mean.
This is the closest literal answer to "create an agent harness" without inventing one.
For learning or embedding:
Skip reinventing memory and messaging unless that is your product. Prefer Hermes/OpenClaw patterns or a managed API.
5 curated tools below.

ChatGPT is OpenAI's flagship conversational AI, available on web, mobile, and desktop. It handles writing, coding, research, image generation, voice chat, and agentic tasks through a single interface. Paid tiers unlock frontier models, higher usage limits, Codex coding agents, Deep Research, Sora video, and team admin controls. It remains the default general-purpose AI assistant for most consumers and many businesses.

Claude Cowork is Anthropic's agentic product for non-coding knowledge work: you hand it a goal and it works across folders, connectors, and tools to deliver finished drafts for review. It is distinct from Claude Chat and from Claude Code (engineering-focused).

Grok Bot is SpaceXAI's early-beta product for always-on AI teammates. Each Bot gets its own cloud computer, signs into the same apps and websites a human would use, finishes multi-step jobs end to end, and only pings you when something needs approval. Teams can run many Bots in parallel, teach workflows by demonstration, and message Bots from desktop or iOS like colleagues.

Hermes (also called Hermes Agent) is Nous Research's open-source, self-improving AI agent you can run on desktop, terminal, or cloud. It keeps persistent memory across sessions, builds skills from completed work, and connects to messaging surfaces like Telegram, Discord, Slack, WhatsApp, Signal, and email. Distinct from the Hermes LLM model family name alone.
Free, open-source autonomous AI agent that executes tasks via LLMs through messaging platforms (WhatsApp, Telegram, Discord, Slack, iMessage) with persistent memory, cron jobs, and system-level computer access.
| Tool | Best for | Pricing | Billing note |
|---|---|---|---|
| ChatGPT | AI chatbot / general-purpose assistant | Freemium | Free Trial |
| Claude Cowork | AI Agent | Paid | Paid Service |
| Grok Bot | AI Agent | Freemium | Free Trial |
| Hermes | AI Agent | Paid | Paid Service |
| OpenClaw | AI Agent | Freemium | Free Trial |
How do I create an agent harness from scratch?
Only if harness engineering is the product. Otherwise configure Cowork/ChatGPT/Grok Bot or deploy Hermes/OpenClaw. From-scratch means building loop, tool runner, sandbox, memory, and policy yourself.
How long does a first open harness take?
A weekend for a personal Telegram bot if you follow docs. Weeks for something you would trust with customer data.
Do I need MCP to create a harness?
No. MCP helps when you want portable tools. A first harness can use native function calling.