Has anyone used: OpenClaw NanoClaw IronClaw PicoClaw ZeroClaw NullClaw Any insights on how they differ and which one is leading the race?
I haven't used them all but based on my partial research so far: - OpenClaw: the big one, but extremely messy codebase and deployment - NanoClaw: simple, main selling point is that agents spawn their own containers. Personally I don't see why that's preferable to just running the whole thing in a container for single-user purposes - IronClaw: focused on security (tools run in a WASM sandbox, some defenses against pro…
Don't trust AI agents
101–110 of 211 posts
Re: Don't trust AI agents
#102Earlier quoted context omitted.
I haven't used them all but based on my partial research so far: - OpenClaw: the big one, but extremely messy codebase and deployment - NanoClaw: simple, main selling point is that agents spawn their own containers. Personally I don't see why that's preferable to just running the whole thing in a container for single-user purposes - IronClaw: focused on security (tools run in a WASM sandbox, some defenses against pro…
Which would you say has the best cron and heartbeat implementation?
Nanobot's was not great (cron + a HEARTBEAT.md meant two ways to do things, which would confuse the AI). But because the implementation is so simple, I could improve it in a few minutes in my own fork!
Re: Don't trust AI agents
#103Has anyone used: OpenClaw NanoClaw IronClaw PicoClaw ZeroClaw NullClaw Any insights on how they differ and which one is leading the race?
I haven't used them all but based on my partial research so far: - OpenClaw: the big one, but extremely messy codebase and deployment - NanoClaw: simple, main selling point is that agents spawn their own containers. Personally I don't see why that's preferable to just running the whole thing in a container for single-user purposes - IronClaw: focused on security (tools run in a WASM sandbox, some defenses against pro…
I'm using the signal-cli-rest-api but the whole setup feels kinda wonky.
Re: Don't trust AI agents
#104Their niche is going to be back office support, but even that creates risk boundaries that can be insurmountable. A friend of mine had a agent do sudo rm -rf ... wtf.
My view is that I want to launch an agent based service, but I'm building a statically typed ecosystem to do so with bounds and extreme limits.
Re: Don't trust AI agents
#105I was blown away by OpenClaw until I saw the bill. Ultimately, I think of these ecosystems as personal enhancements and AI costs need to come down dramatically for real problem. Worse, however, is the security theater. I would not want to be the operator for any business built with front-line LLM usage based on a yolo'd agent framework. I'm very happy to use these for silo'd components that are well isolated and have…
Thats what youll find when you try to make these bag-o-words do reasonable things.
Re: Don't trust AI agents
#106Could skill contributions collapse into only markdown and MCP calls? New features would still be just skills; they’d bring in versioned, open-source MCP servers running inside the same container sandbox. I haven’t tried this (yet) but I think this could keep the flexibility while minimizing skill code stepping on each other.
Re: Don't trust AI agents
#107My assistant has no permissions at all and is just as useful. All it needs is todo, reminders and websearch (and maybe a browser but ymmv).
If I was malicious I could do a lot of damage to someone with subtle manipulation of todo and reminders. I’ll bet I could even push someone on the margins into divorce.
Re: Don't trust AI agents
#108Re: Don't trust AI agents
#109Really good points about ai making gigantic heaps of code no human can ever review. It's almost like bureaucracy. The systems we have in governments or large corporations to do anything might seem bloated an could be simplified. But it's there to keep a lot of people employed, pacified, powers distributed in a way to prevent hostile takeovers (crazy). I think there was a cgp grey video about rulers which made the sam…
Re: Don't trust AI agents
#110Earlier quoted context omitted.
Yeah, it’s pretty wild. Even pg is tweeting stuff like “An experienced programmer told me he's now using AI to generate a thousand lines of code an hour.“ https://x.com/paulg/status/2026739899936944495 Like if you had told pg to his face in (pre AI) office hours “I’m producing a thousand lines of code an hour”, I’m pretty sure he’d have laughed and pointed out how pointless that metric was?
He is a Lisper too, making it more ironic. Lisp the power to heavily reduce cruft by heavy customization with macros.