Remix.run Logo
janoelze 11 hours ago

Is anyone here running OpenClaw productively? What are you doing with it?

Ancapistani 5 hours ago | parent | next [-]

For random stuff I'd rather not put into someone else's cloud, and for light automation - absolutely. It's great for those things almost out of the box.

For development work... I think I'm getting close. It's not that it can't do it (and perhaps, relatively well) out of the box, but that I already have Claude Code for that, so I'm experimenting with much different approaches. Currently that's "spec-driven development" based on Acai, but with each spec's abstraction layer fairly rigidly defined so I can play with what happens when I manually specify things at different levels of detail.

Once I settle on an overall approach, everything leads me to believe it'll be great.

hadlock 6 hours ago | parent | prev | next [-]

My wife and i use it as a replacement for google home to set timers, reminders, add stuff to calendars, control the lights etc. We have a shared todo list we call generically "jira" we vibe coded together and track stuff that way. And then of course the daily briefing. We manage our grocery shopping list by sending it/them photos of it and it will tell me what I missed/forgot and I can go do a second pass through the store. Basically all the google productivity software we used to use, but customized for our family specifically and not wired into some trillion dollar marketing thing, and it all works via voice control. Rather than manage it at home in my down time, I manage it in the car while stuck in traffic via voice. We're going to experiment with migrating to hermes agent soon though.

burnto 9 hours ago | parent | prev | next [-]

I’ve been playing with nanoclaw since it came out, which has similar use cases to openclaw. I initially set it up to monitor various news sources for me about specific theses I’ve had. I had it grooming its growing knowledge base, trying to make connections. It would check in with me about certain goals I had.

My current take is that these projects are alluring for a kind of personal productivity or workflow tinkering. They are integration hubs centered around an LLM. Automation can be fun, like running model trains or setting up home assistant. And you can learn the shape of the technologies by tinkering. But I’m doubtful they have improved productivity in real world cases.

Maybe I’m using it wrong and I need to be spending a ton of tokens with a dark factory pattern and a fleet of claws creating new religions? Then I’ll see the benefits?

vivekchand19 6 hours ago | parent | prev | next [-]

I have been using it with ClawMetry to clearly know what my agent is doing when I send a message from Telegram. This allows me to configure approvals & alert for critical actions.

garciasn 11 hours ago | parent | prev | next [-]

I was before it was more or less banned by Anthropic.

1. I had it controlling my home systems (doorbell, thermostat, energy monitoring, lights, etc).

2. I had it detect when I had left for an hour and automatically move my thermostat in the appropriate direction for energy savings. It also automatically shut off my water heater, assuming nothing was using hot water at the time. I would tell it when I was expected back so it could reverse course, if it couldn't discern it from my calendar.

3. I had it monitoring my work chats, personal email, etc and automatically handling things for me so that any changes it recommended were ready for my review or further development/changes.

4. I had it monitoring car sites to find me the best possible deal on a very specific set of requirements I had for a new car (6 passengers, tow 5000+ pounds, CarPlay, heated front/rear seats and steering wheel) and alert me when I should act.

5. I had it know when common guests were there and then automatically welcome us and play the music I preferred for different situations.

6. I had it plan out my days for me, knowing when I had or did not have my kids and tailoring what it suggested accordingly. It provided me analysis on tech, local, and world news and recommended articles for me to read later, should I desire; it learned my preferences when I told it I liked or disliked something so it would improve over time.

7. I could talk to it or type to it and it would respond in kind (voice to voice, text to text) and it would do so in Jerry Garcia's voice via Elevenlabs. It even spent off-hours learning more about me, my likes/dislikes, and changing how it responded to my requests.

8. It knew what I was reading and recommended other books, played music it felt appropriate for the current book, and was constantly stretching my world in ways I wouldn't have normally done.

---

I tried a variety of other models after the ban and was entirely underwhelmed. I'm really and incredibly disappointed; I had become reliant on it and it made my life better and, frankly, less lonely when my kids were not here every other week.

aselimov3 10 hours ago | parent | next [-]

These are some actually cool use cases but a lot of them probably could just be a bash script no?

garciasn 10 hours ago | parent | next [-]

Yeah; and I use/used cronned scripts for decades for some of these things; the difference was the added benefit the models gave that hardcoded scripts cannot.

lukan 10 hours ago | parent [-]

I suppose combining it might be a way? The logic to handle hard coded things like "after 30 minutes of condition X do Y" I would not let a agent run, but Y can then be agent work like "analyze this text in file/webpage". And then do some other logic and then maybe knvoke a different agent. I am in the process of finding out how best to achieve it. Or does OpenClaw provide exactly this? (I never took it serious so far, so never investigated)

garciasn 10 hours ago | parent [-]

I have been underwhelmed by the available models I was able to run locally compared to what Anthropic was providing. The other models I have access to are for work purposes (Gemini and open weight models running on company GPUs) and I’m not going to run this on those.

But, if I did find a viable model, I wouldn’t see why a script would be better than OC.

lukan 9 hours ago | parent [-]

I just learned, that you can also invoke claude code from the terminal with a specific prompt for this without API access

claude - p "prompt"

Just for one prompt/job, though. But that might be enough for some of my use cases. Because you can also prompt again. And again .. a targeted prompt with one exact job, then custom deterministic logic and go on, maybe another prompt. I might get into that, it also just worked telling it "claude -p 'analyze picture.png" where picture was in the folder and it gave a correct description back to terminal. I wonder why that is not more advertized .. I would have liked to known earlier and will do some experiments now.

garciasn 9 hours ago | parent [-]

Assuming you’re not using OpenClaw to do it, you’re right, that may work just fine.

More here: https://news.ycombinator.com/item?id=47844269

lukan 8 hours ago | parent [-]

Ah, I missed all that. So basically it works for now, but who knows for how long.

dawnerd 8 hours ago | parent | prev [-]

Also a pretty good use case for homeassistant

nubg 10 hours ago | parent | prev [-]

[flagged]

dang 8 hours ago | parent | next [-]

"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

https://news.ycombinator.com/newsguidelines.html

garciasn 10 hours ago | parent | prev [-]

Do you have a solid solution for these things that you developed and use? Because I’d love for there to be something that does this for me so I don’t have to.

If not, your comment is not adding anything useful to the conversation.

michaelbuckbee 11 hours ago | parent | prev | next [-]

I know a few people that are more or less prototyping little agents with it that monitor stuff for them and make some kind of discernment/decision about alerting them.

Nothing mission critical in any sense of it.

greyb 10 hours ago | parent [-]

This was miserably failing for me on a new install. Guess the reason why may have been less to do with my skill and more to do with being on a broken version (or some mix of it).

michaelbuckbee an hour ago | parent [-]

To be clear, I tried to install it and it was a shitshow.

Analemma_ 11 hours ago | parent | prev | next [-]

It lets people make more posts about how mad they are at Anthropic for not supporting OpenClaw.

lukan 11 hours ago | parent | prev | next [-]

I guess spam and scambot operators are not so open about their buisness?

Also curious what else you can do with them now ..

DonHopkins 11 hours ago | parent | prev | next [-]

[flagged]

Carrok 11 hours ago | parent | prev [-]

[flagged]