Direct Answer
The clean way to run GPT-5.6 Sol inside Hermes Agent is to use Hermes' official OpenAI Codex provider, authenticate through ChatGPT OAuth, select Sol from the live model list, and begin at medium reasoning. That gives Hermes a strong general model without forcing every task through a separate OpenAI API key.
It does not make every agent workflow good by default. The useful stack is Hermes as the harness, GPT-5.6 Sol as one available reasoning engine, narrow tool permissions, explicit verification, and a cheaper or faster route for work that does not need Sol. The model is replaceable. The operating discipline is the durable part.
Video credit: Alex Finn. Follow Alex on X. The video and supplied transcript provide the field experience; official Hermes and OpenAI documentation provide the setup and availability facts.
Source Note
Alex reports that Hermes updates have been more reliable in his environment than OpenClaw updates, that GPT-5.6 Sol reduced his model spend compared with Claude API usage, and that medium reasoning performs better for his agent work than the highest effort levels. Those are useful operator observations, not controlled benchmarks. His reported spending and savings were not independently audited for this article.
The factual setup checks out. Hermes documents OpenAI Codex as a first-class provider using ChatGPT OAuth and a device-code login. OpenAI says GPT-5.6 Sol, Terra, and Luna are available in Codex to eligible Plus, Pro, Business, and Enterprise users; Free and Go users receive Terra. Hermes also documents medium as its balanced reasoning default.
One transcript claim does not make the cut: it says OpenAI bought OpenClaw. I could not verify an official acquisition announcement from OpenAI or OpenClaw, so this article does not treat that statement as fact. The decision should be based on the tools' current behavior in your workflow, not ownership speculation.
Link Map
| Resource | Status | Use it for |
|---|---|---|
| ChatGPT 5.6 inside Hermes Agent | Creator field test | Alex Finn's Hermes/OpenClaw preference, model switch, reasoning advice, and three use cases. |
| Alex Finn on YouTube and X | Creator credit | Follow the original creator and his ongoing Hermes experiments. |
| Hermes AI providers | Official setup | Configure OpenAI Codex OAuth, API providers, Nous Portal, local endpoints, and fallbacks. |
| Hermes Web Dashboard | Official interface | Run the local dashboard, manage profiles and models, and keep the credentials surface on localhost. |
| Hermes configuration | Official behavior | Reasoning effort, per-model overrides, tool-use enforcement, and auxiliary-model routing. |
| OpenAI GPT-5.6 and plan guide | Official model facts | Sol, Terra, Luna, current Codex availability, effort levels, API pricing, and plan limits. |
| Hermes Computer Use | Official tool guide | Capture, act by accessible element, and verify after state changes across Windows, macOS, and Linux. |
| Hermes scheduled tasks | Official automation | Fresh-session cron jobs, limited toolsets, script-only checks, delivery, and cost control. |
| Hermes security | Official controls | Approvals, pairing, write limits, containers, cron denial, website rules, and secret handling. |
| Hugging Face models and local AI hardware guide | Model discovery | Research compatible model families and map them to actual memory, storage, GPU, and workload limits. |
| Unity plans | Official product | Check current licensing and eligibility before treating Unity as free for a commercial project. |
Why Hermes + GPT-5.6 Sol Is Interesting
Hermes and GPT-5.6 solve different parts of the system. Hermes supplies the persistent workspace: sessions, memory, skills, files, terminal access, computer use, messaging, cron jobs, subagents, model routing, and approvals. Sol supplies reasoning and tool-selection capability. Confusing those layers leads to bad comparisons.
| Layer | What it contributes | What can still fail |
|---|---|---|
| Hermes Agent | Context, tools, memory, schedules, model selection, execution, and review surfaces. | Excessive permissions, stale skills, unsafe cron jobs, exposed dashboard, or an unclear definition of done. |
| GPT-5.6 Sol | Strong reasoning, coding, computer-use, long-context, and tool-use capability for complex work. | Overthinking, wrong assumptions, refusals, rate limits, expensive API usage, or confident but unverified actions. |
| Operator | Chooses the job, supplies evidence, sets constraints, reviews risky actions, and accepts the result. | Vague goals, no baseline, no cost limit, no test, and no owner for the output. |
Alex's strongest cost point is architectural. Hermes' Anthropic OAuth path currently requires Claude Max plus extra usage credits, while the OpenAI Codex provider can use eligible ChatGPT/Codex access. That can make Sol the more practical default for a frequent Hermes user. It does not mean the work is unlimited or free. Plan allowances, credits, rate limits, auxiliary-model calls, and API usage remain separate cost surfaces.
Set Up GPT-5.6 Sol in Hermes Agent
1. Update and inspect Hermes
hermes update
hermes doctor
hermes dump
Do this before changing the model. Record the current provider and version so you can distinguish a model problem from an outdated client, broken credential, or missing tool dependency.
2. Add the OpenAI Codex provider
hermes model
Run this in the terminal outside an active Hermes chat. Choose OpenAI Codex, follow the device-code login, and select GPT-5.6 Sol if it appears for your account. Hermes stores its Codex credentials in its own protected auth store. You do not need to paste a ChatGPT password or API key into a prompt.
The transcript demonstrates the same change through the browser dashboard:
hermes dashboard
The dashboard opens locally at http://127.0.0.1:9119. Keep the default loopback binding. The dashboard can read and modify configuration and credentials, so do not expose it with an insecure public bind merely to access it from another device.
3. Choose the model by workload
| Model | Start here when | Operator note |
|---|---|---|
| GPT-5.6 Sol | The work is complex, tool-heavy, ambiguous, or involves coding and computer use. | Use on eligible paid Codex plans. Measure accepted results, not prestige. |
| GPT-5.6 Terra | You want a balanced daily worker or have Free/Go Codex access. | A sensible default for repeatable jobs that do not need the flagship tier. |
| GPT-5.6 Luna | Latency and cost matter more than maximum capability. | Use for classification, extraction, formatting, and bounded helper work after testing. |
| Local or routed model | The task is private, repetitive, offline, or cheap enough for a smaller model. | Keep Sol as escalation rather than making it the first model for every turn. |
4. Verify before adding tools
Start a fresh session and ask Hermes to report the active provider, model, reasoning effort, enabled toolsets, and approval mode. Then give it a harmless task that requires one file read or one public-page lookup. Do not begin with computer control, Telegram, a production repository, and a cron job all at once.
Choose the Reasoning Effort
/reasoning medium
Alex recommends medium after testing higher levels. Official Hermes configuration reaches the same starting point for a different reason: when reasoning is unset, Hermes defaults to medium as the balanced level for most work. Higher effort can improve difficult tasks, but it also increases latency and usage and can make a straightforward agent loop less direct.
| Effort | Good first use | Escalate when |
|---|---|---|
| Low | Fast extraction, status checks, formatting, and well-specified repetitive tasks. | The model misses constraints or cannot recover from a simple failure. |
| Medium | General Hermes work, tool use, research, implementation planning, and mixed tasks. | A bounded hard problem repeatedly fails despite good context and tools. |
| High and above | Complex debugging, architecture, difficult planning, or evaluation where extra thinking has measurable value. | Only after comparing quality, latency, and usage against medium on the same acceptance test. |
Reasoning effort is not a quality slider that should always stay at maximum. Treat it as routing. Keep the common path efficient and escalate the exceptions.
Three Practical Workflows From the Video
The video shows a home AI lab, a Unity game workflow, and a scheduled GPU-price monitor. Each is useful, but each needs a smaller first version than the headline demonstration.
1. Use Hermes as a Local AI Lab Advisor
The good idea is not "install the best model on anything." It is to inventory the machine, shortlist compatible quantized models, explain tradeoffs, and recommend one small workload test. RAM, VRAM or unified memory, storage, operating system, backend support, context size, quantization, and expected speed all matter.
Inspect this computer's hardware and operating system in read-only mode.
Goal: recommend local AI models that fit this machine and three useful jobs
for each model.
Requirements:
1. Report CPU, GPU, RAM or unified memory, free storage, and supported runtimes.
2. Do not install software, download model weights, or change settings.
3. Research official model cards and current Hugging Face pages.
4. Separate comfortable fits from experimental fits.
5. For every recommendation, list model size, quantization, approximate memory
need, context caveat, license, source URL, and best use cases.
6. Recommend one Ollama or LM Studio acceptance test using non-sensitive data.
7. End with a proposed install plan and wait for my approval.
Once one model passes, add it to a simple inventory with machine, endpoint, model ID, quantization, workload, owner, and last-tested date. Alex's multi-computer control panel is a useful destination. It is not the first build.
2. Build an AI-Assisted Game Studio
Alex reports that Unity has been the most agent-friendly engine in his experiments. Treat that as his tool preference, not proof that Hermes can autonomously produce a production game end to end. Game development still requires design judgment, source control, asset licensing, performance work, playtesting, accessibility, platform builds, and release review.
Act as a Unity prototyping team inside this existing repository.
Build one playable 3-minute vertical slice, not a full game.
Before editing:
- inspect the Unity version, project structure, current scenes, packages,
input system, and source-control status;
- write a short plan and acceptance checklist;
- identify every external asset and its license;
- create a new branch and do not publish or deploy anything.
Acceptance criteria:
- the project opens without compile errors;
- the player can move, complete one objective, fail, and restart;
- frame rate and input work on the target machine;
- generated assets are labeled and replaceable;
- automated checks run, followed by a human playtest checklist.
Stop after the tested local build and report remaining risks.
Keep the first slice intentionally plain. A stable movement loop, one enemy, one interaction, and one restart path are better evidence than a large beautiful scene whose build is broken.
3. Monitor Hardware Prices Without Automating Purchases
Price monitoring is the most immediately reusable workflow in the video. Hermes cron jobs can run on a schedule and deliver results, but a full agent call on every poll is wasteful. Use a script or lightweight fetch to detect a change, then wake the model only when interpretation or notification is needed.
Create a notify-only GPU price monitor.
Targets:
- product: [exact GPU and acceptable variants]
- approved public product URLs: [list]
- maximum total price: [amount and currency]
- required condition: new, sold directly by approved retailer
- schedule: once each morning in my timezone
Rules:
1. Never sign in, add to cart, reserve, purchase, or contact a seller.
2. Use the smallest toolset required: web access and notification only.
3. Record timestamp, seller, exact product, stock state, price, delivery cost,
source URL, and whether the page was successfully parsed.
4. Notify only when a verified offer meets every rule or the page structure
changes and needs review.
5. Suppress duplicate notifications for 24 hours.
6. Keep dangerous cron commands denied.
7. Show me the proposed job before creating it.
Hermes documents fresh-session cron execution and per-job toolsets. That is helpful here: the monitor should not inherit terminal, browser control, delegation, or every credential simply because another Hermes session uses them.
Hermes vs OpenClaw: What the Video Actually Says
Alex is not saying OpenClaw has no value. He says he still uses both. His preference is based on his own update history: Hermes has felt more reliable and has adopted new models faster in his setup. He also gives OpenClaw credit for a warmer conversational style and less overthinking on quick requests.
| Question | Hermes signal in the video | OpenClaw signal in the video |
|---|---|---|
| Reliability | Alex reports fewer update failures and a clearer roadmap. | Alex reports several updates that required repair. This is his environment, not a universal failure rate. |
| Model access | GPT-5.6 appeared quickly through the Hermes Codex provider. | Alex says his OpenClaw install did not recognize it at that moment. |
| Conversation | Can overthink and perform extra work when a short answer would do. | Feels warmer and more direct to Alex for simple conversation. |
| Decision | Use when its current tools, reliability, and model routing fit the workflow. | Keep when its interaction style or specific capabilities serve a real job better. |
Run the same acceptance test in both harnesses before migrating a working system. Track setup time, successful completion, corrections, tool failures, update recovery, usage, and operator attention. A comment section is not a benchmark.
Safety Defaults to Keep
- Keep the dashboard local. Use the default
127.0.0.1binding. Remote access needs a proper authentication path and a private network or secured deployment. - Keep approvals on. Hermes defaults to smart approval. Do not use
--yoloon a normal workstation with real files and credentials. - Deny dangerous cron actions. Keep
approvals.cron_mode: deny. A headless schedule should fail safely instead of approving destructive commands. - Use allowlists and pairing. A Telegram or other messaging gateway should accept only approved users. Revoke old pairings.
- Restrict writes. Use a dedicated workspace or container. Do not give a game prototype, hardware monitor, and personal files the same writable root.
- Separate secrets from tools. Forward only the credential a task genuinely needs. A public price monitor needs no payment details.
- Verify state changes. Computer use should capture first, act through accessible elements, and capture again after each consequential change.
- Keep purchases and publishing human. Notify, draft, and prepare. Do not let the first workflow buy a GPU, release a game, send outreach, or deploy production code.
A 30-Minute Acceptance Test
- Five minutes: record the Hermes version, active provider, model, reasoning effort, and approval mode.
- Five minutes: run a read-only system inventory and confirm that Hermes cites the actual machine specs.
- Ten minutes: ask for a three-model local-AI shortlist with official model-card links and no installation.
- Five minutes: challenge one recommendation and ask Hermes to show the memory calculation and license evidence.
- Five minutes: rerun the task at low and medium effort. Compare accepted facts, latency, corrections, and usage.
Bottom Line
GPT-5.6 Sol is a credible new default to test inside Hermes Agent because the official Codex OAuth path is straightforward, Sol is available on eligible paid Codex plans, and Hermes already treats medium reasoning as the balanced starting point. Alex Finn's video is strongest when it shows what that combination enables: a model router for a home AI lab, a hands-on game prototyping partner, and a scheduled market monitor.
The real upgrade is not "put the smartest model in the most powerful agent." It is simpler: connect a capable model to a stable harness, give it one bounded job, keep the permissions narrow, verify the result, and route the next task based on evidence.
Sources
- Alex Finn: ChatGPT 5.6 inside Hermes Agent left me speechless
- Alex Finn on YouTube and X
- NousResearch/hermes-agent on GitHub
- Hermes Agent: AI Providers
- Hermes Agent: Web Dashboard
- Hermes Agent: Configuration and Reasoning Effort
- Hermes Agent: Scheduled Tasks
- Hermes Agent: Security
- Hermes Agent: Computer Use
- OpenAI: GPT-5.6
- OpenAI Help Center: GPT-5.6 in ChatGPT and Codex
- Hugging Face model catalog
- Unity plans and eligibility
- Earlier JQ AI SYSTEMS guide: Hermes Agent + ChatGPT 5.5
- JQ AI SYSTEMS: Run Hermes Agent Safely on a Rented VM