Earlier quoted context omitted.
there is no debacle, ". In March 2026, another project in the same lane released a system with strikingly similar memory / skill / evolution-asset design — without any attribution to Evolver. " there is nothing new about memory (aka sessions saved), skills (aka prompt in a file), etc folks have been doing this for 2+ years.
I'm sorry but if this is not a debacle, then we're operating under very different premises: - teknium1 retitled the original issue to "." and edited the issue text to "." - Nous Research deleted comments from 4 users, including the issue submitter, and blocked all of them. - No formal response has been given by teknium or the Nous Research project. It appears they are trying their darndest to brush it under the rug.…
Migrate from OpenClaw
101–110 of 113 posts
Re: Migrate from OpenClaw
#102My 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 co…
Re: Migrate from OpenClaw
#103My 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 co…
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…
Re: Migrate from OpenClaw
#104I don't get it, why not put codex/claude code/opencode in a docker container and be done with it?
Re: Migrate from OpenClaw
#105Earlier quoted context omitted.
I might be a little more paranoid than most because of my profession, but none of these projects inspire enough trust to justify being installed - let alone directly on the machine I use every day. OpenClaw, at least initially, and Hermes both appear to have been heavily astroturfed using all kinds of blackhat tactics, which is a huge red flag to me. And then there is the code.
This doesn’t get called out enough. Although actually come to think of it, I think it could be against HN guidelines to accuse things of being Astroturfed!
Re: Migrate from OpenClaw
#106Earlier quoted context omitted.
I don't understand people running OpenClaw. I just full shot a prompt to create a better clone. Its extremely custom to my work and flow. I use it as a personal agent, emails, slacks + as a hardcore coding agent. If it sees a problem in email it will create a ticket, assign it to an agent monitor progress, get a PR ready for me - then it harasses me until I review the PR. If I ignore the PR it will call my wife. It c…
You can build your own, but it won’t give you social currency the way it does when you just tell people “Yea I use OpenClaw”. They already know OpenClaw and what it’s about so you instantly gain rapport vs having to explain your custom agent system that they will doubt is better than OpenClaw and probably write you off as a crank.
Re: Migrate from OpenClaw
#107Earlier quoted context omitted.
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/?
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.
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 :)
Re: Migrate from OpenClaw
#108Earlier quoted context omitted.
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.
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 be…
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.
Re: Migrate from OpenClaw
#109When I dropped my Claude sub a few months ago I first went to try pi. At first I was a little overwhelmed by having to browse extensions to get the experience I want (coupled with finding new model providers to use). So I looked elsewhere and found Crush and Hermes. They're both very a e s t h e t i c, which I think can make using them fun, but ultimately if I had a nitpick, I would look back over at pi, and the gras…
I want to move away from claude but don't have the hardware for "good" local llms, and would rather use a ZDR api instead of one of the big apis for privacy reasons.
Re: Migrate from OpenClaw
#110Earlier quoted context omitted.
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 persona…
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 project…