Earlier quoted context omitted.
I know, but which open model that fits in there is useful enough for OpenClaw? I don’t think there is one. If you look at the videos and blog posts where they recommend getting a Mac Mini for this are recommending the base model (which comes with just 16GB), precisely because it’s the cheapest Mac that can read your reminders, use iMessage etc. that’s what those using OpenClaw want from the Mini, not its inference ca…
I disagree.
Claws are now a new layer on top of LLM agents
991–1000 of 1001 posts
Re: Claws are now a new layer on top of LLM agents
#992Earlier quoted context omitted.
If the “clawness” means you only use the llm to control itself, then yes, that’s impossible. But you can easily shim such a process so that the interfaces it uses to “claw out” to the real world are shims that have safeties such as human control. Openclaw does not do this, and is thus a scary shit show, but you can play with it in isolation safely, and I think a standard pattern for good control will emerge.
> easily Yeah that's an active research topic for teams of PhDs, including some of Google's brightest. And the current approach even with added barriers may just be fundamentally untrustable. Read the links from my earlier comment for background.
If the shim does use an LLM but no uncontrolled data is allowed in, this is not a problem.
Re: Claws are now a new layer on top of LLM agents
#993Earlier quoted context omitted.
> easily Yeah that's an active research topic for teams of PhDs, including some of Google's brightest. And the current approach even with added barriers may just be fundamentally untrustable. Read the links from my earlier comment for background.
If the shim doesn’t use an LLM to make its decisions this is not a problem. If the shim does use an LLM but no uncontrolled data is allowed in, this is not a problem.
You literally have to fully prevent all outside input, or you have to prevent all exfiltration routes including web page reading (even the choice of links to follow is an exfiltration mechanism). At that point, what's left? What do you think will be on your allowlist?
I seriously doubt the early adopters of these software bundles use their assistants like with such restraint (https://xcancel.com/summeryue0/status/2025774069124399363), and that idealized image of these access control shims is not realistic.
Re: Claws are now a new layer on top of LLM agents
#994Earlier quoted context omitted.
If the shim doesn’t use an LLM to make its decisions this is not a problem. If the shim does use an LLM but no uncontrolled data is allowed in, this is not a problem.
I think you're misunderstanding the severity of the lethal trifecta. Just because you put access controls around the LLM doesn't mean all that much if the access controls allow anything in & out. There is no way to write a shim that blocks "everything naughty", while remaining useful. You literally have to fully prevent all outside input, or you have to prevent all exfiltration routes including web page reading (even…
Re: Claws are now a new layer on top of LLM agents
#995Earlier quoted context omitted.
I disagree.
What model are you running with 64GB of VRAM (equivalent)? I doubt most users are doing that. Looking at their documentation, the default path for openclaw seems to be a 3P API for the model.
On a 64 GB Apple silicon Mac mini you can natively host mid sized and some larger quantised local models .. using Ollama.
For example:
Qwen3-Coder (32B), GLM-4.7 (or GLM-4 Variants), Devstral-24B / Mistral Large (Quantized)
Re: Claws are now a new layer on top of LLM agents
#996Earlier quoted context omitted.
I've created my own "claw" running in fly.io with a pattern that seems to work well. I have MCP tools for actions that I want to ensure human-in-the loop - email sending, slack message sending, etc. I call these "activities". The only way for my claw to execute these commands is to create an activity which generates a link with the summary of the acitvity for me to approve.
Is there a risk that the summary doesn't fully match the action that actually gets executed?
Re: Claws are now a new layer on top of LLM agents
#997Earlier quoted context omitted.
I've created my own "claw" running in fly.io with a pattern that seems to work well. I have MCP tools for actions that I want to ensure human-in-the loop - email sending, slack message sending, etc. I call these "activities". The only way for my claw to execute these commands is to create an activity which generates a link with the summary of the acitvity for me to approve.
The approval-link pattern for gating dangerous actions is something I keep coming back to as well, way more robust than trying to teach the agent what's "safe" vs not. How do you handle the case where the agent needs the result of the gated action to continue its chain? Does it block and wait, or does it park the whole task? The suspend/resume problem is where most of these setups get messy in my experience.
Re: Claws are now a new layer on top of LLM agents
#998Earlier quoted context omitted.
I really like the idea of multiple vectors although nobody seems apt to pick up the idea other than Slashdot.
The reason I left there was the down vote brigade that really killed most genuine criticism that disagrees with the sites pre formed opinions on certain topics. So I'm not sure it's a solved problem. Unless it's gotten better since 2011?
Re: Claws are now a new layer on top of LLM agents
#999Earlier quoted context omitted.
It was surprisingly difficult for me to understand the use case as well. Here is my best attempt at an elevator pitch: At present your memories are proprietary data in whichever LLM you use. ChatGPT keeps all your conversations and output and data forever. What if you don't like GPT 5.2? What if you want to use other models as well? Or use the best model for the job? OpenClaw gives you that ability. Your memories and…
Gobii did always-on, connected to comms channels (sms, email), full computer/headed browser 8 months ago, in a much more secure and k8s-native way.
Re: Claws are now a new layer on top of LLM agents
#1000So what is a "claw" exactly? An ai that you let loose on your email etc? And we run it in a container and use a local llm for "safety" but it has access to all our data and the web?