I don't personally know many people who've used it so I'm not sure if this was a me thing but here was my experience in short: I set up OpenClaw on a raspberry pi 4 that I could ssh into using my main computer. My main goal for using OpenClaw was just as a morning debriefer that could scan my google calendar, trello board, and gmail to let me know what I had happening for the day and also weekly to give me a forecast…
I had a surprisingly large amount of issues getting it to correctly message me on discord if needed as part of heartbeat. Multiple times it broke and we fixed it. Then it was chewing through way too much usage so I set it to 6 hourly heartbeat and it stopped messaging entirely again, haven't bothered to fix. It is nice though for debugging home server things when I ask it to.
Ask HN: Who is using OpenClaw?
161–170 of 428 posts
Re: Ask HN: Who is using OpenClaw?
#162Re: Ask HN: Who is using OpenClaw?
#163Earlier quoted context omitted.
Does the boss not understand that they could get Claude to write them a script and a crontab entry (so they don't have to ask you) -- and then run it forever (so they don't have to pay Anthropic, or risk temperature randomness)? Best of both worlds...
Boss might not even know what Bash is, let alone a crontab.
But I actually did appreciate the one time he handed me a Cisco config that was 90% perfect and took me all of 5 minutes to fix. Sometimes the three of us make a hell of a team.
Re: Ask HN: Who is using OpenClaw?
#164Earlier quoted context omitted.
I think it's great that you were able to build all of that! It sounds very useful. I'd recommend asking Claude Code to evaluate your entire setup and try to identify areas where a script running on a schedule could replace parts of this framework. You could probably get 90% of it from simple repeatable scripts which would let you save more tokens for things that actually need LLM "intelligence". But if you're happy w…
I actually have a /loop running scheduled tasks like syncing customer data from routeboard (my job scheduler) and a flat file (MD and JSON) agentic CRM I have created that keeps tabs on the status of all the jobs, invoicing etc. This happens at 2am every day. The great things about NanoClaw is that its actually Claude running in an Apple Container on my Mac. I gave up on OpenClaw fairly quickly because it seems like…
Re: Ask HN: Who is using OpenClaw?
#165Re: Ask HN: Who is using OpenClaw?
#166But I gave my wife access to the discord server, she burned 20% of weekly quota for codex (I use it as the provider) but created a skill which helps her practice dutch her way (she's learning it at A2 level for now). I went through the chats with her when she was showing it to me and it's amazing. She is a non technical person but she has tons of experience developing products. It was amazing (and to be frank very sexy) to see her work pretending as if she has been assigned a junior developer. The whole things a tangled mess of cron jobs, skills and scripts but her point is very simple "it maps perfectly to my learning style and keeps it fresher than flashcards or Duolingo".
Edit: wording. Also she wants me to mention at the end of the lesson it also does roleplaying which no other product gave her.
Re: Ask HN: Who is using OpenClaw?
#167I liked the idea, had it doing a few novel personal things, but it was so fragile and unknowable and 15% broken at every moment. It was expensive to keep and run, but I will essentially be running Hermes for free, so I’m cautiously optimistic.
Re: Ask HN: Who is using OpenClaw?
#168As for "you can easily do X,Y,Z with a cron job" we tech people often underestimate what hiding the complexity could do for UX.
"For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem." -- top comment on "Show HN, Dropbox (2007)
Re: Ask HN: Who is using OpenClaw?
#169I've been playing around with it. The only two real use cases I have for it for now are entertaining me on long flights where I have messaging-only Wi-Fi and sending me a personalized "morning brief". I suppose it could be a lot more useful if I actually gave it access to any of my personal data (it lives in a heavily resource-limited container), but there's absolutely no way I'm letting that hot mess of a walking, t…
I've been working on a framework since the end of January or so. I'm on my 7th draft. As I've gone along, each draft gets markedly smaller. The overlaps between what I'm building and openclaw are significant, but I've realized the elements that make up the system are distinct, small, and modular (by design). There are only a few primitives: 1. session history 1a. context map + rendered context map (think of a drive p…
I skimmed the breakdown, and you've inspired me try something along these lines...
Thank You For Making And Sharing :)
Re: Ask HN: Who is using OpenClaw?
#170I gave up on openclaw but I’m presently installing Hermes. I liked the idea, had it doing a few novel personal things, but it was so fragile and unknowable and 15% broken at every moment. It was expensive to keep and run, but I will essentially be running Hermes for free, so I’m cautiously optimistic.