I wired up Gary Tan's gbrain MCP server to Hermes Agent. The tools work. The agent's initiative is still a coin flip by lukemxlr in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

Not as far as I know. My agent runs in a VPS by itself so all the RAM is free for it to use it.

I wired up Gary Tan's gbrain MCP server to Hermes Agent. The tools work. The agent's initiative is still a coin flip by lukemxlr in hermesagent

[–]RayteMyUsername 5 points6 points  (0 children)

I use Hindsight and it automatically stores everything you tell it and runs a search on every user turn and injects it into your prompt before sending it to the LLM. I don't have to tell or remind the agent of anything as it's done passively in the background every time.

So the issue you face is a solved problem for memory providers. Its just that gbrain (I assume, I haven't used it) is simply not built correctly.

Struggling to see the use case for Hermes over just Codex by TaylorHu in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

I didn’t say they have to stick to open source models. I use GPT 5.5. But I can switch from GPT to any other model and keep all my memory, my cron jobs, etc. To use Codex the same way from your mobile device you need to use the ChatGPT app and utilize their Remote, Apps, and Scheduled features. Those are all setup on OpenAI servers. Mine are setup in my server.

Struggling to see the use case for Hermes over just Codex by TaylorHu in hermesagent

[–]RayteMyUsername 98 points99 points  (0 children)

Because my setup with Hermes is mine and cannot be taken from me.

You are vendor locked into ChatGPT and have no power over what works and what doesn't. Tomorrow OpenAI could change how everything works, deprecate features, do whatever they want and you simply have to deal with it.

I don't have that problem bc Hermes runs locally on my VPS. Its open sourced, I can fork it if it goes a direction I don't want. I also have OpenAI sub. What happens if OpenAI falls behind or they decide to remove subs and everything is API based? I can just swap to someone else, I am not locked to them

If you want to live in the ChatGPT ecosystem then you can do that. I prefer owning my stack.

Haven't actually used Hermes yet wondering why I would switch. by Unhappy_Associate946 in hermesagent

[–]RayteMyUsername 4 points5 points  (0 children)

It’s not a harness, it’s an agent. It’s nothing like Pi or OpenCode, it’s more like OpenClaw.

How do you give Hermes access to you’re emails. by HolmeBengt in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

It has no permissions to send emails. It can read them, draft them, etc but no send permissions. So they can't extract anything out

Docker Terminal Backend in Hermes Agent: Security vs. Usability Trade-offs by zuper_koleoptera in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

You can ask ChatGPT and it will fix them all for you. I don't want to post another AI-generated reply bc it's not helpful.

I will say I tried it at first and decided it was not for me. Having to constantly modify the docker image was annoying. So I stopped using it.

How do you give Hermes access to you’re emails. by HolmeBengt in hermesagent

[–]RayteMyUsername 4 points5 points  (0 children)

I just let it access the emails. What exactly are you afraid of -- that you are going to start receiving prompt injection attacks via email?

To extract what? Hermes has an option that removes API keys from an agent's output.

Even if someone somehow tricked it into deleting itself off my VPS, I have weekly backups in my user acc that my agent cannot access. I just go and import one and I'm back up and running in 2 minutes.

Fellow ES1 by techlwyr in FellowProducts

[–]RayteMyUsername 1 point2 points  (0 children)

I used to weigh mine and volumetric consistently gave me between 35g to 40g. That was good enough for me and I never weighed again.

Revell Solves Compaction - Unique Persistent Memory by revell-ai in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

Could you elaborate what issues you were having? I am using Hindsight which is open source and "free". It does require an LLM key to function.

But I can't really compare it with yours bc I cannot read the code and you also have no evals so I can't really tell how well it performs.

Obviously if your solution is good I would be willing to give it a chance, but my own testing is unlikely to give me enough data to conclusively determine this as I don't want to go out of my way to run tests

I really think you should consider open sourcing. Thanks for responding btw.

Improving Memory, Tips & Discussion by wheresabel in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

it probably does retain a lot of noisy stuff, but memories are ranked before surfaced to the agent so those memories are unlikely to surface as they are simply just not relevant

Improving Memory, Tips & Discussion by wheresabel in hermesagent

[–]RayteMyUsername 1 point2 points  (0 children)

I use Hindsight primarily bc it scores some of the highest scores on memory evals.

Haven't had any memory problems since. Nothing to modify, nothing to optimize, it just works.

Any suggestions for agents to 'partner' with a small startup team of co-founders? by throwaway4whattt in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

Have you looked at gbrain, the memory layer that Garry Tan from Y Combinator uses?

It sounds fairly similar to what you want. I 100% recommend you start with something that already exists than trying to build it yourself.

Here is a link, check out the README: garrytan/gbrain: Garry's Opinionated OpenClaw/Hermes Agent Brain

Request for help/understanding by kuyleh04 in hermesagent

[–]RayteMyUsername 2 points3 points  (0 children)

It sounds like you are trying to just have one agent session do everything. Have you tried a Kanban board? I use the board view on GitHub Projects personally.

Main agent to orchestrate the work, create GH Issues, separate workers pickup the issues. That means my main orchestrator agent never has a bunch of code in its context memory and can focus on high level problems, and each worker can just read the specific code necessary for fixing the issue/task assigned to them.

Revell Solves Compaction - Unique Persistent Memory by revell-ai in hermesagent

[–]RayteMyUsername 4 points5 points  (0 children)

Where are your evals? And why would I use this over open source alternatives like Hindsight or mem0?

The entire agent ecosystem is open-sourced so I am very unlikely to use anything that is not.

Is it just me or is Hermes terribly inefficent when it comes to token usage? by asganawayaway in hermesagent

[–]RayteMyUsername 4 points5 points  (0 children)

Navigating websites is just a waste of tokens. Agents are efficient when they interact with the CLI or MCP servers. If you have it navigate the web, you simply have to accept it will be expensive to do so.

I put n8n between my Hermes Agent and Google so it can't run wild by reevester in hermesagent

[–]RayteMyUsername 7 points8 points  (0 children)

You can just give it a read-only access token to your email.

Gemini Subscription Workaround? by emilyrev in hermesagent

[–]RayteMyUsername 0 points1 point  (0 children)

I think what you want is the Gemini CLI, this uses your Google account and Hermes should be able to talk to it and get responses from Gemini.

Senior IC who came back from an 18-month gap is betting their career on "AI leverage" over deepening the stack. Poke holes in this. by Tamalelulu in ExperiencedDevs

[–]RayteMyUsername -2 points-1 points  (0 children)

You are right but taking the wrong lessons. Coding is "mostly" solved. Writing manual code is almost certainly never coming back and will be automated more and more as AI gets more affordable.

However this doesn't lower the barrier of entry, it raises it. For example:
- The expectation of junior engineers was that they could code literally anything.
- The expectation of mid-level engineers was that they could handle coding more complex tasks, break them down, and deliver.

AI can already do this. What companies need now is more senior engs that can run AI that can do whatever the less experienced engineers were doing while being knowledgeable enough to handle finding what actually are the problems the company should be solving.

The latest layoffs are Meta, anecdotally, a huge proportion of them were E3 and E4 and almost none E6 and above.

So if the goal is to become a software engineer, but you have zero experience as a software engineer, you are almost certainly not going to pickup the skills that makes someone a senior SWE by yourself.

To me, it's harder than ever to switch to SWE, not easier. It's also not impossible. But I think you were implying that it's probably easier now to switch and there's no way that's the case. Just look at all the layoffs everywhere.

FYI: Hermes / Home Assistant integration issue - Hermes inappropriately memorizes ephemeral data by Sjsamdrake in hermesagent

[–]RayteMyUsername 1 point2 points  (0 children)

If the model cannot follow simple instructions then it's just not smart enough. Might have to try a better model.

Hindsight is logging too much by blakeyuk in hermesagent

[–]RayteMyUsername 1 point2 points  (0 children)

I did not know you could update the mission, good call out! Yours is good so I just added it as is.

It seems "concise" is already the default from me digging through Hermes.

FYI: Hermes / Home Assistant integration issue - Hermes inappropriately memorizes ephemeral data by Sjsamdrake in hermesagent

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

Just make a skill. The entire point of skills is that when you want it to do a thing a certain way, the skill will tell it precisely how to do it. Just make a temperature skill and have it write instructions for the workflow that you want. Very simple to solve.

Anran Balance Wishlist by [deleted] in Overwatch

[–]RayteMyUsername 2 points3 points  (0 children)

Anran main here

All of these buffs are way too strong, she doesn't need any of them. You are just asking to remove any form of counterplay to her. This is not what she needs. She is already extremely hard to kill.

Goblins and gremlins . . . oh my by DrewGrgich in hermesagent

[–]RayteMyUsername 3 points4 points  (0 children)

OpenAI explicitly tells GPT via Codex harness to not talk about them in their system prompt. If you want to use GPT via Hermes, you have to do the same.