141
(klausai.com)
ndnichols | 18 hours ago | 5 Comment
Two questions as a potential user who knows the gist of OpenClaw but has been afraid to try it: 1. I don't understand how the two consumption credits play into the total cost of ownership. E.g. how long will $20 of Orthogonal credits last me? I have no idea what it will actually cost to use Klaus/OpenClaw for a month. 2. Batteries included sounds great, but what are those batteries? I've never heard of Apollo or Hunter.io so I don't know the value of them being included.
In general, a lot of your copy sounds like it's written for people already deep into OpenClaw. Since you're not targeting those folks, I would steer more towards e.g. articulating use cases that work ootb and a TCO estimate for less technical folks. Good luck, and I'm eager to try it!
Show Reply 5 [+]
brtkwr | 2 hours ago | 1 Comment
Tharre | 15 hours ago | 4 Comment
Are there other tasks that people commonly want to run, that don't require this, that I'm not aware of? If so I'd love to hear about them.
The ClawBert thing makes a lot more sense to me, but implementing this with just a Claude Code instance again seems like a really easy way to get pwned. Without a human in the loop and heavy sandboxing, a agent can just get prompt injected by some user-controlled log or database entry and leak your entire database and whatever else it has access to.
Show Reply 4 [+]
rcarmo | 3 hours ago | 1 Comment
ericlevine | 13 hours ago | 2 Comment
> If you’ve built something agents want, please let us know. Comments welcome!
I'll bite! I've built a self-hosted open source tool that's intended to solve this problem specifically. It allows you to approve an agent purpose rather than specific scopes. An LLM then makes sure that all requests fit that purpose, and only inject the credentials if they're in line with the approved purpose. I (and my early users) have found substantially reduces the likelihood of agent drift or injection attacks.
Show Reply 2 [+]
nullcathedral | 17 hours ago | 3 Comment
Basically how do you make sure your "AI SRE" does not deviate from it's task and cause mayhem in the VM, or worse. Exfiltrates secrets, or other nasty things? :)
Show Reply 3 [+]
skybrian | 3 hours ago | 1 Comment
Frannky | 4 hours ago | 2 Comment
Complex abilities unlocked calling a FastAPI server with one skill for each endpoint
Show Reply 2 [+]
briandoll | 11 hours ago | 1 Comment
sealthedeal | 16 hours ago | 4 Comment
Show Reply 4 [+]
scosman | 16 hours ago | 3 Comment
There seem to be about 20 options, and new ones every day. Any consensus on the best few are, and their tradeoffs?
Show Reply 3 [+]
simple10 | 11 hours ago | 1 Comment
I spent the past month hacking on openclaw to play nice in a docker container for my own VPS use.
This project has a lot of useful debugging tools for running multiple claws on a single VPS:
https://github.com/simple10/openclaw-stack
For average users, Klaus is a much better fit.
jimmySixDOF | 14 hours ago | 1 Comment
orsorna | 18 hours ago | 2 Comment
Show Reply 2 [+]
hasa | 18 hours ago | 2 Comment
Show Reply 2 [+]
vzaliva | 12 hours ago | 1 Comment
_pdp_ | 10 hours ago | 1 Comment
What is more important is making them do actual useful things that are net positive and right now the use-case are pretty limited.
august- | 13 hours ago | 1 Comment
gostsamo | 5 hours ago | 1 Comment
tristanwaddell | 14 hours ago | 1 Comment
ar_lan | 14 hours ago | 2 Comment
1. There are many interactions I just could not get to work. I may have done something wrong, but in general, I have the perspective that most products should "just work" if it's as simple as clicking a button or directing something. In this case, I'm tangibly talking about the Browser feature, and the Canvas feature. In my account, I tried many times to have OpenClaw use the Browser to access a website and send me a screenshot, and it regularly reported the Browser was inaccessible, even though I had enabled it via Klaus UI. Secondly, I asked it to write certain reports to the Canvas as HTML pages that I could review - the entries would show up as files I could click on, but the files themselves were always empty. 2. OpenClaw with tokens is insanely expensive - I blew through the $15 tokens in a matter of a day.
For the first, my guess is I misconfigured something, but it's really difficult to identify what is wrong. My expectation was that I could prompt via Telegram to configure anything and everything, but some link was missing. Although I am a technical person, my expectation was that I would not need to muck around via `ssh` to figure out where my files ended up.
For the latter - and more broadly - OpenClaw is not well understood for most, and I think they will be caught off guard just how expensive it is. $15 in tokens is not a lot with how inefficient OpenClaw can be. My suggestion would be:
1. Pre-configure OpenClaw with already extremely memory-efficient rules and skills. 2. Provide clear guidance/documentation on ideal agent setup with different models as necessary. I think OpenRouter attempts to achieve this pretty well, but you are providing a layer on top of OpenRouter that may not be obvious to less-well-versed people. 3. Batteries-included options should "just work" - I felt I wasted a lot of tokens just figuring out how to get the thing to do simple tasks for me.
---
A lot of the notes I made are less about your product and what you've achieved, and more to do with OpenClaw. However, you've achieved one major milestone - which is the one-click setup of OpenClaw. But if your target demographic is the less technically inclined folks that want to be able to play with the bleeding edge of AI practices, I think your platform needs to guide users to how to actually use this thing, and become useful right away.
It may even be beneficial to showcase extremely clear workflows for users to get started and sell why they even want OpenClaw.
---
Anyway, kudos on the release! It is not easy to ship and you've done that hard bit! I bid you good luck on the next phase!
Show Reply 2 [+]
_joel | 16 hours ago | 1 Comment
oh fuck yea, sounds great.
Hard pass on this (and OpenClaw) thanks.
Myzel394 | 17 hours ago | 2 Comment
Show Reply 2 [+]
nonameiguess | 15 hours ago | 1 Comment
docybo | 12 hours ago | 3 Comment
Even in a locked-down VM the agent can still send emails, spin up infra, hit APIs, burn tokens.
A pattern we've been experimenting with is putting an authorization boundary between the runtime and the tools it calls. The runtime proposes an action, a policy evaluates it, and the action only runs if authorization verifies.
Curious if others building agent runtimes are exploring similar patterns.
Show Reply 3 [+]
octoclaw | 16 hours ago | 1 Comment
- | 12 hours ago | 1 Comment
rockmanzheng | 2 hours ago | 1 Comment
Serginusa | 10 hours ago | 1 Comment
Yash16 | 6 hours ago | 1 Comment
baileywickham | 18 hours ago | 1 Comment
ilovesamaltman | 15 hours ago | 2 Comment
mind if I write an article about this on ijustvibecodedthis.com ?
Show Reply 2 [+]
webpolis | 16 hours ago | 1 Comment