Discussion about this post

User's avatar
Pawel Jozefiak's avatar

This is a great clarification piece, Nir. The confusion between these tools is understandable - they both involve Claude doing autonomous work, but as you explain, the architectural choices lead to completely different use cases.

What struck me most is the persistent memory angle. I've been running my own always-on AI assistant (built on Claude Code, actually) for a few months now, and the memory architecture decision is genuinely the hardest part. Session-based is clean but loses context. Persistent gives you continuity but introduces all the security and context-window challenges you mentioned. There's no free lunch.

The $300/day cost you mention for heavy Clawdbot usage matches what I've seen in practice. When you're running an agent that's always watching email, Discord, doing scheduled tasks - the API costs add up fast. It's forced me to think carefully about what actually needs to be autonomous versus what can wait for human initiation.

I actually wrote a deep dive on this exact topic after experimenting with Clawdbot and ultimately building my own system. Covers the cost breakdown, what works, what doesn't, and why I ended up going a different direction despite the appeal of an out-of-the-box solution: https://thoughts.jock.pl/p/clawdbot-deep-dive-personal-ai-assistant-2026

No posts

Ready for more?