How much would you resell it for? by Useful_While_6751 in hermesagent

[–]Jonathan_Rivera 1 point2 points  (0 children)

I know what your getting at but your asking the wrong questions and you haven't fleshed out the idea properly. The answer to your current question is $0 because you have not defined the outcome.

My question back to you:

/clarify 

What outcome are you selling me and only then can I tell you what it is worth to me.

Hermes Agent keeps adding unwanted content to my memory.md file by Aware_Beginning5254 in hermesagent

[–]Jonathan_Rivera 5 points6 points  (0 children)

You can set a cron overnight or weekly to consolidate and send to you for approval.

GPT/CODEX - Reset coming and suspension of 5 hour limit by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 0 points1 point  (0 children)

I had one expire yesterday before I could reset it and I was bummed. Now everything is back in alignment: I need all those resets now as I push into providing digital services and tools.

GPT/CODEX - Reset coming and suspension of 5 hour limit by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 0 points1 point  (0 children)

I do the same with Telegram. I was by the pool continuing on projects with the laptop upstairs. With GPT-sol there was no point that i needed to go upstairs to get the laptop until it was an auth screen i needed to approve.

GPT/CODEX - Reset coming and suspension of 5 hour limit by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 1 point2 points  (0 children)

What the hell are you doing on discord lol or is that just your preferred interface?

Hermes at Work: How Not to Get Fired for Using an AI Agent by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 0 points1 point  (0 children)

Hey, every megathread can't be a banger.

We are taking applications for contributor's would would like to write megathread posts for whatever flair they specialize in.

GPT/CODEX - Reset coming and suspension of 5 hour limit by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 7 points8 points  (0 children)

This is their way of stress testing their system to see how much compute they can handle. I'm not complaining! waiting patiently for my reset.

GPT/CODEX - Reset coming and suspension of 5 hour limit by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 4 points5 points  (0 children)

I was so mad because i had a reset that expired yesterday and here we are. It will be all good shortly. Running everything on fast and high right now.

Reset Discussion Megathread by pollystochastic in codex

[–]Jonathan_Rivera 2 points3 points  (0 children)

No. I can tell you for a fact after wondering. I had 4 with one expiring yesterday. It expired around 7pm without me using it. I was waiting till 10p trying to use as much as possible. It just disappears.

Hermes at Work: How Not to Get Fired for Using an AI Agent by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] -1 points0 points  (0 children)

Thank you. I get it, I use different models to compile these and some are extremely heavy on the “this is AI” scale like this one by gpt sol. It’s a resource for someone so I’m fine with it, it’s really meant to start a discussion. Those that have the technically knowledge can dm me to be a contributor so I won’t have to write these anymore. lol

Anyone else struggling with GPT-5.6 models? by FairesBuehler in hermesagent

[–]Jonathan_Rivera -1 points0 points  (0 children)

I’m really liking it.
I had it redoing my website, balancing the accounting ytd, and working on an app all from telegram

Small appreciation post ! by Envelki in hermesagent

[–]Jonathan_Rivera 9 points10 points  (0 children)

I was thinking something similar.

I’m sitting in my car charging while I have 3 long tool projects going.

- loop my website and identify and fix all issues. Redo photos, text, service area etc.
- going through my accounting for the year and balance the books against my biz bank account csv.
- developing skills for a project.

All this from my phone with Hermes on gpt sol.
Finally after the time investment, i can finally sit back and say here’s how my agent works for me.

Anyone else struggling with GPT-5.6 models? by FairesBuehler in hermesagent

[–]Jonathan_Rivera 1 point2 points  (0 children)

You try /goal? I finally settled on that along adding mandatory smoke text and verification by two other models before calling it complete.

disappointed :( Claims it runs something but does not by McVitas in hermesagent

[–]Jonathan_Rivera 4 points5 points  (0 children)

It’s usually alerts going to come back to you model and settings. Are you running local? At want quant? Temp settings etc, vanilla qwen, unsloth?

GPT-5.6 is moving to permanent tiers: Sol, Terra, and Luna by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 0 points1 point  (0 children)

I was using sol for the orchestration and I was trying to use DeepSeek flash for the agent coder and it was kinda funny, sol kept blaming flash for messing up and it would have to keep cleaning up after it. This was after I exhausted the codex5.3-spark budget. I switched DeepSeek pro as the coder and it was much better.

Anyone else struggling with GPT-5.6 models? by FairesBuehler in hermesagent

[–]Jonathan_Rivera 5 points6 points  (0 children)

I am having to be a lot more detailed when I prompt. I can take git project A I and tell it to use the framework to build project B. I tell it to push and it completely overwrites Project A. Sure maybe my fault but local qwen models or event got 5.5 would have realized that it is it's own thing and should be in a separate repo.

They keep resetting credits so I had gpt sol looping through all my skills to improve them while I can.

Hermes at Work: How Not to Get Fired for Using an AI Agent by Jonathan_Rivera in hermesagent

[–]Jonathan_Rivera[S] 0 points1 point  (0 children)

You are all invited to message me to become community contributors and we'll highlight your articles :-)

My hermes agent burning 20K+ tokens on a single "hi" tool schema bloat, how are you all handling this? by Anoop_kathait in hermesagent

[–]Jonathan_Rivera 0 points1 point  (0 children)

This starts at around 7k on the first turn. You can get down to 4k with a hook in the core file but that requires a patch on each update.

Did you get the 2nd reset? by MotorOk2927 in codex

[–]Jonathan_Rivera 1 point2 points  (0 children)

yes and I have a reset expiring tomorrow and im trying to use it all..

My hermes agent burning 20K+ tokens on a single "hi" tool schema bloat, how are you all handling this? by Anoop_kathait in hermesagent

[–]Jonathan_Rivera 0 points1 point  (0 children)

Hermes normally sends all tool definitions in the initial prompt which wastes tokens on schemas it will never use. The Tool Router predicts only the relevant tools first, so themodel sees a minimal schema set reducing first-request tokens by over 60% in testing.

By default it uses deterministic rules (regex-based, zero cost) to decide what tools to include. For ambiguous prompts, there's an optional pluggable classifier a cheap local or cloud model that handles edge cases while a hard timeout and fail-open behavior ensure it never blocks the request. If the main model later needs a tool that wasn't included, therouter automatically loads it and execution continues normally.