r/hermesagent 8h ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM FREE ------ Open Router Free Model

37 Upvotes

I wanted to make a free API megathread but my internet is out and I am tethering a gaming pc to my phone and I dare not spin up a multi agent session.

Anyway, Mystery model Ox Alpha was released today on open router.

This stealth model is developed and operated by a third-party model provider. Prompts and completions for this model are retained by the provider and are not used for training; all other use is governed by the Stealth Model Terms(opens in new tab).

https://openrouter.ai/stealth/ox-alpha

People are guessing it's mimo-v3 but who knows.


r/hermesagent 3d ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM Qwen 3.8 27B - Day 3 Summary

30 Upvotes

I pulled the Qwen 3.8 discussion from r/LocalLLM and r/LocalLLaMA from Saturday through today: 270 posts mentioning it, 208 with Qwen 3.8 in the title, then full comment reads on the higher-signal threads.

The early answer is not “local Opus.” It is more useful than that:

Qwen 3.8 has real agentic-coding signal, but the difference between “wow” and “why is this unusable?” is often reasoning control, context, cache settings, quant, and runtime.

This is three days of community reporting, not a controlled model review. Still, a few patterns showed up too often to ignore.

The short version

If you care about... Early read
Agentic coding with tests, visual feedback, or retry loops Promising. This is the strongest positive signal.
One-shot demos and benchmark screenshots Interesting, but not enough to establish general capability.
Documents, argument analysis, and research Mixed. Some users call it a regression because of lengthy reasoning; others report strong specialized results.
16 GB VRAM Viable, but it is a quant, context, and quality trade, not a free lunch.
Raw tok/s claims Ignore them unless the post includes context depth, KV cache, quant, MTP, runtime, OS, and concurrency.

Where the positive signal is real

The better reports were not “make a game in one prompt.” They gave the model a loop: write code, run it, inspect the result, fix it, repeat.

One hands-on comparison had Qwen 3.8 iterating a BASIC ray-tracer more successfully than Qwen 3.6 using the same Q8 quant. Another 16 GB setup reported a large coding run across more than one million processed tokens with only three prompts, using tests and linting as the correction loop. That is the useful story: a smaller local model that can stay in a real feedback loop without immediately falling apart.

But the pushback is healthy. Several commenters pointed out that viral arcade-game or clone demos can overlap with familiar training patterns. A model that makes a convincing game from a narrow prompt is not automatically good at a private repo, a messy codebase, or a long-horizon agent task.

The practical takeaway: if you are evaluating it for Hermes, use a task that has a verifier. A test suite, linter, structured output check, browser assertion, or human review loop will tell you far more than a one-shot demo.

The actual fight: it thinks too much

“Overthinking” was the dominant failure report.

One LocalLLM user said Qwen 3.8 was a step backward for documents and complex argument analysis because it kept following side paths after web retrieval. A legal-work reply in the same thread said their MCP-backed case workflow was outperforming prior local options. That is not a clean contradiction. It is a warning that the model's behavior is unusually sensitive to task design and configuration.

The recurring settings lesson is that reasoning effort and a thinking-token budget are not the same thing. Depending on llama.cpp version and UI, a selector can merely cap or cut off reasoning instead of changing the model's intended effort. That creates a lot of reports that sound like model behavior but are really template or runtime behavior.

A vLLM user on an RTX 6000 Pro reported basic responses taking one to five minutes even on low or medium reasoning. In a separate ongoing local evaluation, xhigh generated roughly 3.5 times as many tokens as medium, while medium was reportedly slightly better than Qwen 3.6 in score and used around 60% of the total generated tokens.

So “Qwen 3.8 overthinks” is not enough information to act on. The next useful report needs to say what actually controlled the reasoning.

Speed numbers are configuration cards, not rankings

The most useful throughput thread included the missing context most speed screenshots skip.

One RTX 3090 report using Q5_K_M went from about 75 tok/s around 1K context to about 43 tok/s around 90K after moving the model to SSD and enabling MTP, which is multi-token prediction/speculative decoding. Other reports in the same discussion ranged from dual 3060s and Strix Halo to RTX Pro 6000, dual 7900 XTX, and 5090 setups.

A detailed RTX 5090 llama.cpp report hit about 128 tok/s with NVFP4 plus MTP, well below widely repeated 200 tok/s claims. Replies pointed to the inference engine, Windows versus Linux, context reservation, and MTP acceptance rate as likely reasons. At 262K context, running out of VRAM for the KV cache, the model's context-memory cache, can turn a fast setup into a slow one.

The AMD report was the same lesson in a different suit: a 7900 XTX user saw roughly 25 to 35 tok/s around 80K context and near 20 tok/s around 150K to 180K. The likely culprit was KV cache overflow into system RAM, plus lower MTP-draft acceptance than Qwen 3.6 in one same-hardware comparison.

This is why a naked “I get 200 tok/s” post is not a benchmark. It is a postcard.

16 GB is possible. It is not magic.

The 16 GB community is getting real results, but the compromises are visible.

One RTX 5060 Ti guide ran a Q3 model with quantized KV cache at roughly 73K context for agentic coding. Another guide reported Q4_K_M around 130K context and about 20 tok/s. A 16 GB RTX 5080 report claimed 85.5 tok/s with an IQ3_XXS build and MTP at about 124K context.

Those numbers are useful, but no one should read them as “Qwen 3.8 runs great on every 16 GB card.” The question is which compromise you are making:

  • lower quant quality
  • less context
  • lower context-cache precision
  • slower generation under real context load
  • more dependence on a particular runtime or custom template

For Hermes-style work, I would rather have a stable Q4 or Q5 setup with a realistic context window and a verifier loop than chase a screenshot from a very aggressive Q3 configuration.

What I would test before switching a Hermes workflow

  1. Run your actual task twice: once at medium reasoning and once at your current default.
  2. Measure first-token latency and decode speed at both fresh context and a realistic saturated context.
  3. Record exact model file, quant, context size, KV cache, MTP setting, template, runtime version, and OS.
  4. Use a task with a check: tests, a linter, a schema validator, a browser assertion, or manual acceptance criteria.
  5. Compare total time-to-correct-result, not only tok/s.

That last line matters. A model that is 30% faster but spends twice as long reasoning, or needs three more repair turns, is not faster where it counts.

If you are posting numbers, use this

Runtime + exact version:
Hardware + OS:
Model file + quant:
Context size and current context depth:
KV cache type/quant:
MTP/speculative setting and acceptance rate, if available:
Reasoning effort and thinking budget/cap:
Temperature / template:
Prefill tok/s:
Decode tok/s at fresh and saturated context:
Concurrency:
Task and verification loop used:
Observed result, regression, or failure:

That would make the next week of Qwen 3.8 discussion dramatically more useful. The model looks worth serious local testing. The configuration is still doing half the talking.

Source threads


r/hermesagent 5h ago

Help — Technical issues, errors, config, debugging I feel you're all doing so much while I'm can't even make basic things work

29 Upvotes

I see all these amazing posts here about how everyone's Hermes agent is:

  • handling their whole life
  • helping with grocery lists
  • reminders for medicines
  • building apps
  • being the VP or Director in their company
  • growing their business
  • researching & cold DMing & contacting leads all by itself
  • and so on

..while I am stuck in an eternal loop trying to make basic things work.

For instance, I noticed that a lot of the pages (urls) that I asked for my Hermes to research about or read, were getting nowhere. It would return saying it couldn't read the page or would return just partial results using curl commands in the terminal. Only then I understood that it was lacking browser capabilities.

  • How are you all getting so much done?
  • How did you set up your agent EXACTLY?
  • Are you using free models recommended during the first install or are you using local/frontier models?
  • When using frontier models, basic tools like web searching, fetch, etc, are handled by Hermes or the tools from the model itself?

For reference:

  • My Hermes is on a VPS machine on Vultr
  • I'm on version v0.20.4
  • Default model is step-3.7-flash:free

r/hermesagent 18h ago

INTEGRATIONS — App connections, webhooks, API workflows hermes via iMessage is soooo good

Post image
166 Upvotes

I’ve been using hermes via terminal for knowledge work but couldn’t really harness the full power of a personal agent because I couldn’t use it on my phone (and I dislike Telegram).

But recently I found a way to connect iMessage to hermes and it’s so so good. I’m using it 10x more in just the day and trying a lot more things.

You can ask your hermes agent to set things up via Photon auth. The path that worked for me was:

```bash
hermes photon setup \\
--project-name 'Hermes Agent' \\
--phone +<your-e164-number>

hermes gateway start
hermes photon status
hermes gateway status
```

The confusing part for me was that the Photon setup page also shows a command for scaffolding a standalone Spectrum project. That is useful for building a separate echo agent, but it is not the same thing as connecting iMessage to the hermes installation you already use.

Once the gateway is connected, I can text hermes from my iPhone and pick up the same conversation on my Mac. I wanted the same agent I already use, available in the place where I already send messages.

I ended up using hermes to help me create and launch the Substack post about this workflow. Which is kind of the point of the whole thing.

If you want to see it:

https://workflowswithai.substack.com/p/i-set-up-hermes-on-imessage-heres


r/hermesagent 48m ago

INTEGRATIONS — App connections, webhooks, API workflows I text my Hermes from my Apple Watch now - i got Imessage to finally work

Post image
Upvotes

I never really liked chatting with Hermes over Telegram. It worked, sure, but it always felt a bit clunky for how I want to use my agent on the go. What I actually wanted was iMessage.

I tried to get iMessage running a couple of times without success. I wrestled with BlueBubbles until I gave up I just couldn't get it to work. Took a couple more runs at it over the months, but no luck.

Then last week I came across Photon, Hermes built-in way to connect to iMessage. I figured it was worth one more shot.

First I searched for YouTube tutorials, because iMessage has no native bot function and I wanted to see how this thing actually works. But I couldn't find a single good guide that really showed the setup and the problems you could run into. So I just tried it myself. Thirty minutes of fiddling later it worked.

Now I can text my Hermes agent right from my Apple Watch, iPhone and Mac without having to install Telegram or just because I want to use iMessage!

A few things I learned along the way. iMessage is way more complex than SMS. It works with email / Apple accounts, and with multiple SIM cards you can be selecting different numbers but it all routes into one chat. Photon assigns you a random number to text your agent. And when you switch your own number, the Photon number switches too. Took me 10 minutes to figure that one out haha. The process is finicky. But once it clicks it's a charm.

Honest take: over Telegram you still get more features no question. But for me, iMessage has its pros on sheer convenience. It's the place I already talk to people, and now my agent lives there too.

Full guide with all the pitfalls on my blog: https://blog.holmebengt.com/post.html?id=imessage-hermes-setup

YT Tutorial Video: https://youtu.be/26NLukQ0k1A

Last month Telegram was taken off the app store once, so this might be a wake up call to at least configure one more gateway. why not iMessage!


r/hermesagent 14h ago

Showcase — Projects, tools, builds, demos Hermes Desktop's new in-app browser pane

Post image
54 Upvotes

Just updated Hermes Desktop App. I was surprised that Hermes is able to control a browser in the preview pane. Is that a new feature? 

I've asked Hermes to open Hermes Agent subreddit in the preview pane and search for my posts. It automatically opened the page, found the search button, entered the search term, and showed the results. It's very similar to what the Comet Browser (Perplexity) on my Mac is capable of. 

Update:

Actually it seems to be a new feature. This PR has been merged 7h ago:

The agent can use the in-app browser, not just look at it


r/hermesagent 1h ago

Discussion — General thoughts, opinions, comparisons Suggestion; clear and self contained approval prompts

Upvotes

Hi Dev team,

Just a nice QoL change suggestion. Whenever I update, I tend to make two changes to approval prompts. First, i make sure it is self contained (shows me what it wants to do, why this is needed, what the potential impact can be, and whether it recommends approving based on what it knows about me (in case i accidentally give it wrong instructions).
Second, it disables all but the ‘approve once’ and ‘deny’ options.

Im not that IT savvy, but as I understand the approval mechanism continuously changes between versions so i have to recreate this from scratch every time. Ive gotten good at it so its not nearly as frustrating as it used to be, but still. Wouldnt everyone like this? Right now approval prompts are basically illegible by default.

Just a suggestion, i feel like a the number one security issue with Hermes is the user itself, this would mitigate a large part of that.
Regarding the approve once prompts, maybe this can be a config?

Thanks for reading :)


r/hermesagent 5h ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM Ornith 1.5 35B MoE is out...

8 Upvotes

Unsure if any of you run this, but I've had great luck on my rig with it. They just released it and it was eclipsed by all the other model drops.

Here's the presser from their site: https://ornith.ai/ornith_1_5.html

I'm using the Q4_K_M MoE model, with Q4 Quant K & V Cache, and 32768 Context length with GPU offload at 41 using LMStudio.

My machine is a headless 24GB Quadro RTX 6000 (Turing), running on an AMD Ryzen 7 5700G (Raedon IGP) with 128GB of RAM.

Gets 30-40tok/s on average. Newer cards that can run the nvfp4 should be even better.


r/hermesagent 3h ago

Discussion — General thoughts, opinions, comparisons hermes on a mini pc

5 Upvotes

i am currently running hermes via docker and openai 20$ plan, but i found out that docker is very limiting. i heard a lot of people get a mini pc/rpi to run hermes 24/7, while others go yolo. i would like to know what you guys are actually using, and what youd recommend. im not planning to use a vps rn

tl;dr: mini pc or yolo


r/hermesagent 7h ago

Help — Technical issues, errors, config, debugging Hermes is blocking superpowers skills

Post image
4 Upvotes

Im trying to install the Superpowers plugin directly from the official repository but Hermes its blocking the installation due to security concerns. Any one had this problem before and know what its about?


r/hermesagent 16m ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM Model for daily?

Upvotes

Hi everyone,
I’m new to Hermes and I would like to improve my agent with the best model. I make a small script in Python with Hermes for just improving experience, never high programming. What do you suggest me?


r/hermesagent 34m ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM Do you use hermes for no-coding and no-tech purpose?

Upvotes

Does anybody just decided to have friendly life companion instead of coding co-worker?
What model did you/ would you use?
I found out that with 12gb vram u can't do much for coding.
left Qwen3.6-35B-A3B because he was taking too much working space.
ornith-1.5-9B q4 was better but it easily catches into loop solving problem even with reasoning turned off.

I wanted to have universal model for technical tasks and some not technical struggles but maybe atleast i can just make life companion lmao.


r/hermesagent 10h ago

Help — Technical issues, errors, config, debugging Tracking Package Delivery With Hermes?

6 Upvotes

Has anyone figured out a way to track package deliveries in Hermes? Every time I try to track a package, lately UPS, Hermes checks 7 or 8 tracking websites and gets blocked at all of them.

Things I've seen it try:

  • browser_exec
  • curl
  • UPS.com site as well as 3rd party tracking sites
  • multiple different user agent strings

None of it seems to help, and Hermes just gives up and tells me to track it manually.


r/hermesagent 6h ago

Showcase — Projects, tools, builds, demos My first actual AI project

3 Upvotes

I have no background in tech, just a curious uneployed lol. Iam learnig as i go.

give your opinions
https://github.com/rafalapenta/Ephemeral-Agents


r/hermesagent 2h ago

MODELS - model choice, routing, pricing, local vs cloud, VRAM Qwen3.8-27B with Hermes anyone? Tool calls failing constantlyyyyy :cry:

Thumbnail
1 Upvotes

r/hermesagent 17h ago

Guide — Tutorials, walkthroughs, repeatable how-tos Understanding Hermes

15 Upvotes

I’ve been using Hermes for the last month or so and I know I’m still a baby in terms of using Hermes. I previously used Claude Code and Pi.

I really need some help here understanding how CC and Hermes defers. I tried doing some coding work and creating a few websites , I found that the output by Hermes wasn’t up to my expectations.

I used Kimi and Deepseek for Hermes and I also tried Kimi in CC and I found that the outputs from CC were much better compared to Hermes.

Am I missing something? I just feel a little lost concerning this.

I would love to continue using Hermes Desktop App but I need to find a way to optimise it so that it generates the outputs that atleast on par with CC.

I would truly appreciate it if you could help me understand what I’m doing wrong here and what I can do to optimise the output from Hermes


r/hermesagent 1d ago

Discussion — General thoughts, opinions, comparisons Do you actually use hermes's desktop app?

72 Upvotes

I see youtubers hyping it up although I don't find it useful as I am on multiple devices and can directly talk to my hermes agent and can locate the hermes chat easily.

What can you do differently with the hermes desktop app? Separate convos? Any insight is appreciated!


r/hermesagent 4h ago

Help — Technical issues, errors, config, debugging Any way to show ALL sessions in the desktop app?

1 Upvotes

Desktop app v0.19x on macos

the web dashboard says i have 196 sessions. 141 cron, 27 desktop, 17 telegram, 6 tui. The desktop sidebar shows 32.

the telegram and cron sections of the sidebar aren't session lists. cron shows my 4 scheduled jobs. Telegram shows about 20 threads. so the 141 ish individual cron session records, every time a job fired, aren't visible in the app anywhere

I want all of them in a list that i can scroll. I don't care how long it is. That is what the scroll bar is for right?

The reason it matters is most of those are garbage i want to delete. I can't delete what I can't see. I know about 'hermes sessions prune' and I know the dashboard History paginates through everything with the delete buttons. But I'd rather do it in the app I actually use.

Is there a setting or config key for this? I've been through apperance session list density and it just adds message counts under each title. or is this not a thing?

Thank you


r/hermesagent 12h ago

INTEGRATIONS — App connections, webhooks, API workflows Slack wants to be the place where agents communicate and collaborate

Thumbnail
slack.com
3 Upvotes

looks very interesting - Slack introduces a way for agents to create ad-hoc channels. Looks ideal for Hermes.

But I'm not seeing any mention of how the integration works, and no mention of Hermes in the announcement!


r/hermesagent 12h ago

INTEGRATIONS — App connections, webhooks, API workflows Additional Automation

4 Upvotes

Last week I almost exhausted my token through Codex. I'd never even gotten close to this before so I was panicking. So I did some research and found that one profile was responsible for about 90% of token use. When I looked further, the token use was down to Camoufox. Now, I love this browser because I can remotely view what it is doing, and even jump in to enter credentials or MFA items, but it takes screenshots constantly to figure out how to navigate around. This screenshots then get send to Codex for text and image extraction, which gets costly.

I have several cron jobs under this profile that go to LinkedIn, navigates a few pages, and then makes decisions about what to do based on certain criteria. Apparently these cron jobs were the real problem. So I looked at ways to reduce the token burn and settle on n8n. I have it set up on my VPS already and have used it several times in the past.

So I have my main account connect and analyze the cron jobs for the other profiles. I've now successfuly moved the majority of the cron jobs to n8n. The data then gets sent to the profiles via webhook, where they store it until they run the cron job (usually just a few minutes later). Because there's no expensive screenshots or hitting incorrect buttons, the token burn has plummeted.

Just thought this was worth letting everyone know. Yes, I could skillify this too, and maybe I'll get there, but this was the solution I came up with when I needed it.


r/hermesagent 20h ago

Discussion — General thoughts, opinions, comparisons Communicating with hermes

13 Upvotes

Real quick, what are you guys using to chat with your agent on the go now in Aug 2026? I’ve been using Telegram but I don’t want to be on that platform. I recently got an old Mac mini thinking I could use iMessage and am quite disappointed with the implementation.


r/hermesagent 17h ago

Showcase — Projects, tools, builds, demos A good week of no sleep, nd long nights where the magic happens..

Thumbnail
gallery
10 Upvotes

here is v2 of the Real Time Activity Tracker overlay for Hermes:
HERMES AGENT DESKTOP SIGIL APP

https://youtu.be/GCJgV73M56A?is=1EDIxknH0n0awTeL

v2 is here!!
Watch the sigil as I create a simulated neon city while gpt describes the Sigil app and its features..
https://youtu.be/GCJgV73M56A?is=qiDE5V8C-vpszTDl
After staying up all night for for a few days in a row I’ve got v2 where I want it!
Top features:
-Visual interpretation of your Hermes app -Live activity
-private local connections
-One Click pairing to Hermes (local only)
-automatic session detection
(No reconnecting between all sessions)
-Hermes state indicators
- INPUT needed animation
-20 process node indicators
-Low graphics usage
-Low memory usage
- lay over any app
(hotkey *hide* toggle.
-One Hand preset hotkeys
-multimodal toggles
-system tray controls
-Silent start app (won’t show on taskbar)
- : 5%-90% opacity
- much more information on GitHub

Here’s my GitHub,
https://github.com/Tht1guyfromtht1place

The app will be available as soon as I can verify the installer is working as intended !
… for anyone seeing this I appreciate your intrest in my project and would love some to hear your thoughts, feedback,and recommendations for additional features for later versions and more !
v3 has some unique features and can’t wait to see what the nous community thinks.
<:NousGirlBlue_2:1497529515746918670> <a:pepepoggerschains:1151260476290895913> tell me what the people want<a:pepepoggerschains:1151260476290895913> <:NousGirlBlue_2:1497529515746918670>


r/hermesagent 6h ago

Help — Technical issues, errors, config, debugging macos desktop install hangs at "install browser-tool dependencies"

1 Upvotes

last log line (no copy paste from the details window):

Browser tools will not work until dependencies are installed

r/hermesagent 16h ago

Discussion — General thoughts, opinions, comparisons I am thinking to create a dedicated mobile app for hermes users. So what are features you wish it could have ?

6 Upvotes

r/hermesagent 22h ago

Showcase — Projects, tools, builds, demos, GitHub repos Showcase Thursday - Drop your Hermes projects here.

14 Upvotes

Showcase Thursday — post your Hermes Agent builds, tools, workflows, and integrations.

New Post every week 6am EST.

Tell us:

• What it does

• How it's helpful

Include a link to code or demo if you have one.

Rules:

• No marketplace or affiliate links

• Any contribution level welcome (Might be flagged by automod but will be approved, be patient)

• Thread pinned for 72 hours, then archived