Live data from Hacker News

qm – Multiplayer agent harness for work

github.com

61–70 of 186 posts

Re: qm – Multiplayer agent harness for work

#62
post #50

Earlier quoted context omitted.

Hermes is huge and packed with features you probably don't need. I prefer smaller one I can extend as necessary, there are so many on github now and it is fun to test them but have been impressed with dirge ( https://github.com/dirge-code/dirge ) not affiliated. I have one reading my second tier RSS feeds and newsletters and giving me news/market updates filtered for things important to me

I'm not contradicting this but offering a contrast, I like Hermes because it simultaneously lowers barrier of entry and shows you what possibilities are unlocked by agents. I don't think I would have the time, interest or creativity to jump into the deep end by either extending an existing harness or rolling my own from the start. This also isn't an argument for doing just that, I might do so in the future, but criti…

I completely agree. I started with aichat[0] before the current agent trend and hit all kinds of bumps implementing agentic loops on my own. Then goose[1] showed me what a whole team working toward the same idea could do right before the official Claude Code harness which had all the bells and whistles. Now I know better what I want and its mostly less ram usage and a small set of primitives.

I still use Claude code (and codex and other big contenders) because they know what they are doing and innovate in ways I don't want to miss. And sometimes they are better at tasks.

[0]: 2023, https://github.com/sigoden/aichat [1]: 2024, https://github.com/aaif-goose/goose

Re: qm – Multiplayer agent harness for work

#63

Earlier quoted context omitted.

Hermes is huge and packed with features you probably don't need. I prefer smaller one I can extend as necessary, there are so many on github now and it is fun to test them but have been impressed with dirge ( https://github.com/dirge-code/dirge ) not affiliated. I have one reading my second tier RSS feeds and newsletters and giving me news/market updates filtered for things important to me

I had the same line of thought and spent a while with nanoclaw before realizing that adding the features I want back in would have made future updates too painful. I ended up switching to Hermes and aggressively disabling tools/skills and it's been pretty fine so far. I got more use cases set up than I did in my time with nanoclaw.

Totally fair, I still use Claude code for tasks since it is so polished. I think I just dont have that complicated of use cases so in the end performance should reflect my lightweight needs as the priority.

Re: qm – Multiplayer agent harness for work

#65

Aren't there a ton of products already doing this? Why not just use claude Cowork? Surely they're simpler/better/more featureful/developed than the alternatives here? What advantage does this have? Would love to see a 'QM vs Cowork' comparison!

this one is trying to cashin on the 'multiplayer' keyword after the buzz that 'no one has cracked multiplayer yet'. well the ui sucks and is not it.

Re: qm – Multiplayer agent harness for work

#66
post #65

Aren't there a ton of products already doing this? Why not just use claude Cowork? Surely they're simpler/better/more featureful/developed than the alternatives here? What advantage does this have? Would love to see a 'QM vs Cowork' comparison!

this one is trying to cashin on the 'multiplayer' keyword after the buzz that 'no one has cracked multiplayer yet'. well the ui sucks and is not it.

Kinda makes sense. Multiplayer is at odds with async, generally speaking - and LLMs/agents really see their productivity rise up with async work.

Re: qm – Multiplayer agent harness for work

#67

Aren't there a ton of products already doing this? Why not just use claude Cowork? Surely they're simpler/better/more featureful/developed than the alternatives here? What advantage does this have? Would love to see a 'QM vs Cowork' comparison!

maybe you want to use a different model?

Re: qm – Multiplayer agent harness for work

#68

Aren't there a ton of products already doing this? Why not just use claude Cowork? Surely they're simpler/better/more featureful/developed than the alternatives here? What advantage does this have? Would love to see a 'QM vs Cowork' comparison!

> Why not just use claude Cowork?

Because people want to be able to do things like use their own clients of pi or opencode with LLMs they run themselves, such as the just released deepseek v4 flash 0731, not permanently tied to an Anthropic ecosystem of non-open-weight LLMs and pay forever per token.

Re: qm – Multiplayer agent harness for work

#69

It's fascinating to see new UI primitives and concepts get invented in the LLM era. The sea of creativity makes it hard to even understand most of what each new app does, and nobody describes them well. When I went to the Hermes agent web page, I was left with zero clue about what it did or what it could do. It took a bit of digging to find the right part of the qm page that helped me grok what was going on. I've bec…

It is fascinating and I love to see it. Ultimately though, why not build your own? I think that in part is what we're beginning to see-- highly customized and personalized software. I take most of these as inspiration these days and just build my own. Nothing you can't hammer out with a few good Claude sessions.
Post reply on HN