6/18/2026 at 3:06:03 PM
My simple take: Hermes is for the less technical and is more polished. OpenClaw is deeper with more capabilities.OpenClaw has come so far since its' original launch/craze. I recommend taking a second look if you haven't touched it in a while. If for no other reason than it's just a really fun playground with a LOT of areas to experiment in. Setup a myriad of agents with various models, skills, cron jobs, etc. The control surfaces have come a long way as well.
Hermes is good fun, running that as well but feels like they focused on polish vs features in order to capitalize on the primitive state that OpenClaw was in for its first months.
People that got attracted to the hype of openclaw but couldn't endure the fast pace of breaking changes while they figured out the problem space were well served by going to Hermes.
by Multiplayer
6/18/2026 at 3:36:11 PM
About three weeks ago I was seduced by people singing praise to OpenClaw, and also by the fact that OpenClaw team burns millions of dollars of tokens per month on developing it — surely it must be good.It turned out to be probably the crappiest, glitchiest piece of software I’ve used in the past few years. Its basic onboarding workflow was completely broken, GUI was a hallucinated mess.
Also it turned out that not a single person I know who dedicated time to configuring it, ever achieved anything remotely interesting as a result.
by nlitened
6/18/2026 at 4:57:56 PM
That was my experience a couple months ago, and until someone shows me real evidence of something valuable they've made with it, I'm not wasting my time on this stuff again.by mikenew
6/18/2026 at 6:29:26 PM
I'm not so sure of that.A friend of mine automated the lead generation and marketing function of his tiny startup using OpenClaw and set of skills he wrote for it. It would find potential leads (from a list of sources), contact them, score them and keep the owner informed via. Slack about what's going on. They actually closed a few deals following up on leads generated by their bots.
by noufalibrahim
6/18/2026 at 6:41:28 PM
It’s nice that they closed deals but pretty soon this kind of bot spam is going to drown everything out IMOby beedle_mcdeedle
6/18/2026 at 6:47:24 PM
One success case doesn't prove the comment you responded to isn't true.by ChadMoran
6/18/2026 at 7:23:12 PM
It literally does though? GP said they'd never seen anyone achieve anything interesting.The person you're replying to said they know someone who closed a few deals as a result of their OpenClaw. How is that not interesting?
It doesn't prove that it's globally useful, well implemented, or even worth the cost/effort. But it is something interesting.
by pythonaut_16
6/18/2026 at 11:21:35 PM
You know what, you're right. Somehow between reading the parent comment and this one, I forgot the details of it. My mistake.by ChadMoran
6/18/2026 at 8:28:23 PM
But did you notice that all such success stories is someone automated marketing or generation of slop content?by dostick
6/19/2026 at 5:31:22 AM
Yes. That is an insight but then again, most marketing emails were templatised slop1.0 from mailchimp and other sites. This just makes it slicker. So, I'm not sure.by noufalibrahim
6/19/2026 at 11:03:14 AM
I don't think I share your experience. I've been using open claw for the past 3 months and it has some quirks but it works pretty well. The web UI is not the nicest but it gets the job done and you rarely interact with it through that interface. You use telegram, WhatsApp, discord, etc. The CLI install flow is one of the best I've seen. It really takes you through every single step to set everything up. I've helped organized the Openclaw events in Dublin where we usually have 80 to 100 people come and we've seen great success with the install flow. Especially for non-technical people. The biggest issue was with Windows and WSL but other than that no major problems. It's not perfect but it works pretty well.by onel
6/18/2026 at 5:37:18 PM
My Mac Mini took so long to arrive that I never messed with OpenClaw/Hermes and just went straight to Claude CoWork w/ Dispatch from my phone. One of the biggest blessings in disguise I can remember.I read /r/openclaw for ideas on automations and 95% of the content is complaints or people having it do things that just don't need to be done.
As a side question for anyone reading this, what are the best agentic AI subreddits for people who are actually using it for work and not just personal dashboards?
by paulcole
6/18/2026 at 6:50:40 PM
I tried OpenClaw, but holy smokes, that project is bigger than Postrgres. All I want is a Pi session I can put on a server and load up with skills, that I can chat with over matrix.To that end, I found this amazing project called OpenCrow. It's aggressively DM chat, and I wanted support for group chats (so it can be a household helper), so I forked* it and made it exactly what I want.
Now I actually have two personal agents, one just for me, and one for the household. They are each in their own container, and the whole thing is managed by my Nix* config.
* https://github.com/pkulak/opencrow
* https://github.com/pkulak/nix/tree/main/modules/features/ope...
by pkulak
6/18/2026 at 10:21:02 PM
Dendritic flake! Love to see it. Curious though, if you just import the default.nix and the default.nix imports everything, why not just import everything in modules/ and hosts/?by rrvsh
6/19/2026 at 3:49:19 AM
Hmmm... not sure I understand. My setup recursively imports every default.nix in modules and hosts. About that... I don't have a really great defense. It's how the little template I started out with did it. :D I do like it though.by pkulak
6/20/2026 at 12:15:41 AM
the usual practise when using flake-parts and import-tree is to forego the default.nix completely and just import the entire folder without needing to explicitly register each file in a default.nix. you can view an example at my flake here:https://github.com/rrvsh/tools/blob/256b38535d62a2930ad27161... https://github.com/rrvsh/tools/tree/256b38535d62a2930ad27161...
but its just a different way to do things, not a better way! if you like it, you should keep it :)
by rrvsh
6/20/2026 at 2:25:57 AM
Oh! Yes, you're totally right. I remember going to a bit of trouble in the beginning to filter to default.nix, because yes, the template absolutely just imported everything. I must have had some good reason, but that reason is lost to time.Maybe because I have stuff like this: https://github.com/pkulak/nix/blob/main/modules/features/jai...
Not totally sure, but I feel like importing that wouldn't work. Probably you're supposed to put packages in their own place, I guess. But yeah, what I've got works. haha
Unrelated, but thanks for sharing your config! There are a lot of really good ideas in there, and I've only looked at a few files.
by pkulak
6/18/2026 at 9:27:29 PM
This is a genuinely interesting project. Thanks for sharing it for what its worth, I think it fits my definition of minimalist for the most part.Do you have anything for pi in general as well? I have currently tried out oh-my-pi and (well previously opencode) and I know about https://zot.sh for something completely in golang and also https://maki.sh/ both of which are created by another HN user.
I have found projects created by frequent HN users (in terms of how much they interact with the site) to be genuinely useful/interesting within this space as compared to complete hype. I might bet there to be a very significant overlap and thus, it might be a good filter for these AI projects.
Now aside from this one of the things that I want is I have found opencode + obra/superpowers to be a bit token intensive but its much more hands driven development and the AI doesn't completely go amok. I basically just want to replicate something like this either in pi or rust/golang alternative of it as well and then to use it completely with mobile phone as a means of interaction using say matrix protocol. (Optionally: I have glm 5.2 previous coding subscription where the rate limits is actually 5 hour rolling window rather than weekly so I would like to make it re-run/continue automatically after the 5 hour window on a project just continously to build on the side to use those tokens and just building something in an AFK fashion.)
This might be my ideal workflow, Given that Pi is extensible, I think that Opencrow/your fork of it can be useful in one of the pieces of this ideal workflow. I'd be genuinely curious as it wasn't until quite recently that I went from my minimalist model of defaults to customizations/skills.md and I am just dabbling on different levels of complexity to find out what makes the right sense of having complexity towards on.
by Imustaskforhelp
6/18/2026 at 8:59:28 PM
I've tried Nanoclaw and Openclaw and I found them both to be steaming piles of crap. Both of them broke in record time (less than about 1 week). And yes, I tried OpenClaw from scratch just ~3 weeks ago. The config pages made my brain melt and were buggy as hell. I've never dealt with something so frustrating that has so many people pretending it's the second coming of jesus.I just want claude code accessible through Discord (or Telegram or anything, I don't care what).
While it's _far_ from what I really want, my best setup currently is Blink Shell on iOS -> Mosh to my computer -> Run Claude Code.
by joshstrange
6/18/2026 at 3:11:18 PM
Everything you mentioned OpenClaw does is also something that Hermes supports. Hermes also supports project-scoped kanban boards and can orchestrate across multiple specialized Hermes profiles.by needz
6/18/2026 at 3:22:11 PM
I wasn't trying to go point to point - my point was that its enjoyable to play with. As is Hermes!by Multiplayer
6/18/2026 at 3:39:08 PM
What are some examples of features that they have added since December that you use? I originally had setup openclaw back in Jan(?) and had it generating some news summaries for me and stuff. But ran out of ideas... would like to try it out again.by hasteg
6/18/2026 at 5:08:40 PM
I really want to like these "agentic assistant" tools, because I feel like the problem they claim to solve is real: give me an interface across desktop and mobile to a persistent backend where I can set up agents (using natural language) to do... whatever I want. Deep market research? Building + hosting a browser game? Checking my email? etc.But after trying both Hermes and OpenClaw, it feels like they both... miss the point? Last time I tried OpenClaw it wanted to download something like 11 GB of local models to do... something (embeddings for memory indexing or chat labeling/classification maybe?) which my sorry old 16gb M1 is certainly not capable of running.
Hermes seems to suffer from the same problem: why do I need to download (and then immediately disable to avoid confusing my poor "agents"... a concept which I also feel like way too many tools fundamentally misunderstand) skills for managing Spotify playlists or pokemon or minecraft in order to run the thing? (I acknowledge that they cleaned some of this up in a recent release, so maybe this isn't as bad as it was when I last tried it)
WRT "agents"... can someone explain to me why there's so much effort put into naming agents and giving them personalities? An "agent" is simply a separate context window with different prompting (itself written by the spawning/parent "agent") that's specific to a partial slice of the task you're trying to solve. If you have to write their prompt ahead of time that defeats the whole purpose of a programmable, autonomous subagent, doesn't it?
by jas8425
6/18/2026 at 7:33:04 PM
People want to think of their computers as a little dollhouse of AI running around doing stuff for them.OpenClaw is just a toy. There is no use case for it and I haven’t heard of anyone do anything remotely interesting with it. People like to vaguely say it “manages” stuff for them, whatever that means.
Anything requiring serious automation can be automated deterministically via a script, probably written by an LLM.
If you want a coding agent, get a coding agent, you do not need OpenClaw.
What an enormous waste of money and effort (Actually, there’s no effort at all, it’s just AI slop running wild)
by deadbabe
6/18/2026 at 6:46:46 PM
OpenClaw feels messy and unpolished. It's powerful but unreliable.Hermes is focused, tight and does exactly what it set out to do. I already moved to Hermes.
by ChadMoran
6/18/2026 at 5:28:19 PM
openclaw is for larpingby cowpig
6/18/2026 at 3:16:41 PM
I tried to make mine as human-like as possible, with self-reflection, episodic memory / hippocampus, emotional tagging etc. If you prefer talking to a person, not a tool, you can take a look at https://lethe.gg/ (open source, written in Rust, hosted version available).by atemerev
6/18/2026 at 9:35:50 PM
Sounds like an interesting project but the copywriting is not clear how the 20$ and using different models interact. Does the hosted version come with credits or a model included?And is the only way to interact telegram? I see the simple appeal but why send everything through a russian app?
by goobatrooba
6/19/2026 at 12:26:46 AM
Russia would love for telegram to be Russian app, unfortunately for them, there is nothing to suggest that's the case as plenty of examples why it's not (one being that tg is banned in Russia)by Yiin
6/18/2026 at 5:21:23 PM
It's wonderful, I like it a lot, thank you, need to check on that.by subscribed
6/19/2026 at 10:23:29 AM
[dead]by Rekindle8090