← Item page
← Read queue

HTML explainer artifact

Best Models with Hermes after “6 billion tokens”

Source: https://www.reddit.com/r/hermesagent/comments/1tjeitj/best_models_with_hermes_after_testing_with_6/
Generated: 2026-05-23T21:25:44Z

What this link is

A high-traction r/hermesagent Reddit discussion about which model/provider mix works best for Hermes Agent. The original poster claims very heavy usage across web scraping, research analytics, software development, LLM inference experiments, and multi-step cron jobs, with cost effectiveness as the main ranking criterion.

Source signals fetched from Reddit JSON during this pass:

OP’s ranking and the useful takeaway

RankModel / planWhat OP is really saying
1GPT 5.5Best overall for serious Hermes work. Expensive, but time saved beat the dollar savings from slower models.
2Kimi k2.6Strong value, but the 5-hour quota can interrupt productive runs.
3GLM 5.1Capable, but loop-prone in OP’s use. One example: an analysis taking ~18 hours vs under an hour on GPT 5.5.
4MiniMax M2.7Fine and cheap; needs tighter prompting and is less forgiving.
5Qwen 3.6 MaxGood, but not the main recommendation in the post.
6GeminiOP’s weakest category; comments push back and ask which Gemini variant was tested.
LocalQwen 3.6 35B A3BOP’s top local option. Qwen 3.6 27B dense was “good but too slow” for their workflow.

The core lesson is not “always buy the biggest model.” It is: measure cost as wall-clock time + failure loops + context recovery, not just token price. For agent work, a cheap model that gets stuck for hours can be more expensive than a frontier model that finishes cleanly.

Community patterns in the comments

Frontier fallback

Several commenters agree that GPT 5.5 removes frustration. A recurring pattern is to use cheaper models for ordinary runs and switch to GPT 5.5 for complex coding, research, or “fix this properly” moments.

Cheap default + escalation

Kimi, MiniMax, DeepSeek V4 Flash/Pro, GLM, and Qwen appear as budget/default candidates. The winning strategy is not one model forever; it is an escalation ladder.

DeepSeek split

Multiple commenters say DeepSeek V4 Flash can be strong with high reasoning settings, while others report hallucinations or loops. Some use Flash for mapping/search and Pro or GPT for deeper fixes.

Local model caveats

Local Qwen variants are attractive, but tool-calling format, speed, RAM, and hardware matter. One thread notes a 32GB M2 Max struggling with a 27B path while MLX builds may help.

Suggested Hermes model stack for Ananth / Dab

This maps cleanly onto Dab’s operating model: Dab orchestrates, Claude Code/default executors handle substantial coding, and the Notice Board captures outcomes. A practical model policy should separate routine orchestration, deep work, and review/fallback.

1. Default / cheap lane
   - routine captures, small edits, low-risk summaries
   - cheap subscription/API model with enough tool reliability

2. Build / research lane
   - substantial coding, multi-file reasoning, hard synthesis
   - GPT 5.5-class model or Claude-class executor when quality matters

3. Review / rescue lane
   - independent code review, stuck-loop recovery, final critical validation
   - use a different strong model/provider when possible

4. Local lane
   - private/offline experiments, background low-stakes jobs
   - only if tool-calling and speed are good enough for Hermes workflows

The most actionable idea for Dab is a provider escalation policy: start cheap when the task is reversible and bounded; escalate quickly when there are signs of loop, tool-call confusion, or repeated partial fixes.

What to steal for Mission Control

Decision heuristic

SituationUseWhy
Small capture, title cleanup, local render validationcheap/defaultLow risk; fast enough; errors easy to catch.
Multi-file repo change, architecture page, external research synthesisdeep workContext and correctness dominate token cost.
Agent loops, repeated wrong patches, unclear tool-callingrescueSwitch model/provider rather than burning hours.
Private/experimental/offline worklocalGood only if tool calling is stable and speed is acceptable.

Caveats

Recommended next step

Create or update a Dab Improvement item only if Ananth wants this operationalized: “Hermes provider escalation policy + fallback providers.” The deliverable would be a small matrix of model lanes, default triggers, rescue thresholds, and one test suite of representative Dab tasks.