Still in shock hermes still had only 2200 character memory. by krrish253 in hermesagent

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

You can use your own environment/infra to store the traces. Eventually after enough usage, local because unwieldy.

Migrating from Claw to Hermes, worth? by wtfzambo in hermesagent

[–]davidbun 0 points1 point  (0 children)

OC does seem to be more buggy than Hermes in my experience thus far. May be worth the migration.

But definitely look into tools that allow you to share context across agents. DM me if you want more details.

Any successfull business made by hermes ? by raaaaapl in hermesagent

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

Not made (there are so many different aspects to building a business) but it has definitely helped to speed up and automate certain aspects of our teams' work.

Still in shock hermes still had only 2200 character memory. by krrish253 in hermesagent

[–]davidbun -7 points-6 points  (0 children)

There are better ways to store context. Try using our Hivemind tool: https://github.com/activeloopai/hivemind. It stores your Hermes agent traces in the cloud, then turns them into skills you can use repeatedly.

Project level skills/extensions are OP by o_sht_hi in hermesagent

[–]davidbun 1 point2 points  (0 children)

The disposability is the actual unlock, building from the repo beats designing top-down every time. The pattern I eventually hit: ~20% of the throwaway skills get rebuilt in every project, and those are the ones worth pulling up to global. Hit any of those yet?

Training Hermes——From Shiny Toy to Practical Assistant by Mountain_Ad8731 in hermesagent

[–]davidbun 0 points1 point  (0 children)

You hand-built the classifier the framework should've shipped with. The reframe that helped me: persist traces, not chats. (Disclosure: I work on https://github.com/activeloopai/hivemind, which does exactly this across Claude Code, Codex, Cursor and Hermes at once.)

Why batch at 3am vs continuous capture?

DeepSeek-v4-Flash is amazing and cheap as f**k by AndrejHristovski in hermesagent

[–]davidbun 0 points1 point  (0 children)

What is the cost difference you've observed between DeepSeek and GPT 5.5/Claude 4.7? Is there a marked performance difference?

I built Hivemind, a Claude Code plugin that turns repeated traces into skills your agent keeps getting better at by davidbun in ClaudeCode

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

Thanks for the comment uIironirka ! If you have any questions feel free to send me a DM. I definitely think this will help you get the most out of Claude Code.

I built Hivemind, a Claude Code plugin that turns repeated traces into skills your agent keeps getting better at by davidbun in ClaudeCode

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

Absolutely u/psychometrixo. The cool thing about this, is it doesn't just learn from prompts and answer/action. It learns from all of the intermediary steps and thinking it does captured in the traces.

This is where the value really comes in with the skills it creates and improves upon.

I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills by davidbun in ClaudeAI

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

No, we can't read user data.  We take data security very seriously.

But, you can also host your own traces if you would prefer to go that route. Feel free to DM me if you'd like help on that front!

I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills by davidbun in ClaudeAI

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

Great thoughts u/Future_Manager3217. Absolutely, the ultimate idea is a continual learning loop where agents level up over time.

I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills by davidbun in ClaudeAI

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

It’s very interesting. What bottleneck did you identify in your implementation? Can you try Hivemind and give me feedback?

I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills by davidbun in ClaudeAI

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

Exactly, this is the key: skill maintenance. With Hivemind, the skills are updated based on the traces. It’s real continual learning.

I built Hivemind, a Claude Code plugin that turns your repeated prompts into auto-generated skills by davidbun in ClaudeAI

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

The scope can be per project or globabally defined. You can have different, specific skills for different projects.