It would’ve happened eventually anyway, but OpenClaw is basically what kickstarted the beginning of the end of token subsidies. It’s a almost begging to be used wastefully. And agents would miss and lose nothing without it. It’s devoid of a reason to exist.
I don't follow the thinking here. If you are using it for coding maybe, but the main use case of openclaw is as a personal assistant. I'm using a $10 a month minimax subscription for it, and I've never used more than 10% usage of a 5 hour window.
OpenClaw’s memory is unreliable, and you don’t know when it will break
71–80 of 196 posts
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#72Earlier quoted context omitted.
> It would call a custom API I had set up that adds items to my TODO list You can use anything to call this API right? I have multiple iPhone shortcut that does this. Heck, I think you can even use Siri to trigger the shortcut and make it a voice command (a bit unsure, it’s been a while since I played with voice)
> You can use anything to call this API right? The API is on my home PC and not exposed to the outside world. Only OpenClaw via Telegram was. So my question is about the infrastructure: How do I communicate with something at home (it could be the API directly) using a messaging app like Telegram? I definitely want an LLM in the mix. I want to casually tell it what my TODO is, and have it: - Craft it into a concise TO…
If you aren't a programmer it's also the kind of small project that LLMs are great at, there are many examples ingested in their training data.
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#73Earlier quoted context omitted.
> It would call a custom API I had set up that adds items to my TODO list You can use anything to call this API right? I have multiple iPhone shortcut that does this. Heck, I think you can even use Siri to trigger the shortcut and make it a voice command (a bit unsure, it’s been a while since I played with voice)
> You can use anything to call this API right? The API is on my home PC and not exposed to the outside world. Only OpenClaw via Telegram was. So my question is about the infrastructure: How do I communicate with something at home (it could be the API directly) using a messaging app like Telegram? I definitely want an LLM in the mix. I want to casually tell it what my TODO is, and have it: - Craft it into a concise TO…
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#74I partly identify with the article. While I don't use OpenClaw itself, I hacked together my own small Claude-in-a-loop/cronjob, and it seems we're all getting our morning briefings and personalized morning podcasts now. The other common use case seems to be kicking off an automated Claude session from an email / voicetext / text / Telegram, and getting replies back. I'm emailing Claude throughout the day now, and som…
Enforcement seems to be a combination of string matching for 3rd party sysprompts, heavy usage, and some random factor.
Not clear if there are any hard rules you can stay on the good side of, the only way to be safe seems to be to pay per token. (There goes the ~90% discount!)
--
Also yeah you get ~80% of Claw by shoving Claude Code in a Telegram Bot ;) It's already a general purpose computer use thing, people forget! (And it's a lot better at extending itself than the actual claws, lol)
I think the least illegal and also least bad option is to just use ngrok and tmux tho
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#75Earlier quoted context omitted.
I don't follow the thinking here. If you are using it for coding maybe, but the main use case of openclaw is as a personal assistant. I'm using a $10 a month minimax subscription for it, and I've never used more than 10% usage of a 5 hour window.
Serious question, and not meant to be snarky, but what is it doing , in terms of a personal assistant, that couldnt be done with some inbox cleanup, a couple of phone shortcuts, and siri/alexa/whatever google has?
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#76If you look at my comment history, you'll see what seems to be someone defending OpenClaw (even though I stopped using it). I have some issues with the article, but I agree with some of the conclusions: It's great tinkering with it if you have time to spare, but not worth using weeks of your time trying to get a perfect setup. It's just not that reliable to use up so much of your time. I will say, it's still amongst…
You can do anything if you believe!
Re: QEMU: For the sandboxing I realized what I actually wanted was "it can't read/nuke my files", so I made a non-privileged linux user and added myself to its group. So I can read/write its files, but not the reverse.
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#77If you look at my comment history, you'll see what seems to be someone defending OpenClaw (even though I stopped using it). I have some issues with the article, but I agree with some of the conclusions: It's great tinkering with it if you have time to spare, but not worth using weeks of your time trying to get a perfect setup. It's just not that reliable to use up so much of your time. I will say, it's still amongst…
> I could tell it (via Telegram) to add something to my TODO list at home while I'm in the office. It would call a custom API I had set up that adds items to my TODO list. How can I replicate this without the hassle of setting up OpenClaw? The general idea is make a simple deterministic program that runs on your PC at home in a never ending loop. Every minute or so, check Telegram for a new message. If a message is r…
https://github.com/a-n-d-a-i/ULTRON
It also supports Codex :)
I felt pretty clever until (1) I found a repo where they used this trick to create a full OpenAI compatible API endpoint[0] (lmao, the VC money distortion field spawning truly comical Rube Goldberg machines), and (2) they started banning "unauthorized" usage of the Claude sub, which trend unfortunately seems to be accelerating recently as their lower value consumers have grown in both number and usage.
I think shoving claude -p in your bash script / cronjob / messaging app bot of choice counts as "unathorized 3rd party harness", but your guess is as good as mine...
(claude -p with per-token billing (i.e. paying 7x more) is allowed though, of course)
-- There's also an Agents SDK (formerly Claude Code SDK?) which is basically just claude -p but with more typing, as far as I could tell.
[0] https://github.com/router-for-me/CLIProxyAPI
[0b] Honorable mention https://github.com/kronael/claude-serve
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#78Who is this guy and why is he casually admitting to reading all the user conversations???
Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#79Re: OpenClaw’s memory is unreliable, and you don’t know when it will break
#80[flagged]