The £3 Question

Clawdbot, ready to work

TL;DR

I spent £3 having a conversation with Clawdbot, an open-source AI assistant that messages you first instead of waiting to be asked. The cost model is broken and it's clearly a power-user toy, but it shows the shape of something the industry isn't building yet: proactive AI that monitors your systems and surfaces problems before you look. Reactive AI is a tool. Proactive AI is infrastructure. The question isn't whether this happens, it's whether you'll be ready when it does.

I've got an old iMac sitting in my loft doing nothing useful, one of those ones that's too old to update but too expensive to throw out. So when I saw that viral post on Twitter about Clawdbot, an open-source AI assistant that's picked up 8,000 GitHub stars in a few weeks, I figured I'd give the iMac something to do.

The setup took about an hour, connecting it to Telegram, giving it one skill, and sandboxing everything else because I wasn't about to let some AI assistant I'd just heard of anywhere near my actual email or calendar. I'm very much all in on AI, but I'm not an idiot.

Then I started asking it questions, the usual getting-to-know-you stuff: How does this work? What can you do? Show me something interesting.

Three pounds. That's what it cost me to have what was basically a casual conversation with a chatbot, and to make this sustainable I'd need to set a budget through the API, which felt like overkill for a weekend experiment.

So that killed any idea of using it day-to-day, at least without thinking through the economics properly. But here's the thing... I don't think that's the point.

What proactive AI actually looks like in practice

Forget what Clawdbot does today and look at what it's trying to do, because most AI tools we use are reactive: you ask a question and you get an answer, you write a prompt and you get code, you open the chat and you get help. Clawdbot is different because it messages you first.

Morning briefings, alerts when something changes, scheduled research that just arrives in your Telegram. It's trying to be an actual assistant, not a fancy search box.

The memory system caught my attention too, because it stores context as Markdown files in folders, which means if it learns something wrong you can literally git revert it. Try doing that with whatever black-box RAG system your company is probably building right now.

And it can extend itself, which is where things get interesting. Ask it to do something it can't do, and it'll write a new skill, reload itself, and try again. I watched it happen and it's weird in a good way, like seeing a junior developer figure something out on their own.

None of this is polished: the cost model is broken, the security story is "be careful" (which isn't a security story), and it's clearly a power-user toy rather than a product. But the shape of something is there.

What proactive AI infrastructure could look like at work

There's a lot of talk about AI at work, chatbots for customers, copilots for developers, AI-powered this and that, but all of it is reactive, all of it waiting for someone to ask. What would it look like to have an AI layer that actually knows your systems, that monitors your tooling and surfaces problems before you ask, that can take actions rather than just answer questions?

I don't mean Clawdbot specifically, I mean the pattern underneath it.

Think about an agent that understands your incident management, your deployment pipelines, your team communication patterns, and that messages you when something looks wrong rather than after you've spent an hour figuring out there's a problem. One that can actually do something about it.

"The deployment to staging has been stuck for 20 minutes. I've checked the logs and it's waiting on a database migration lock. Want me to investigate?"

That's not a chatbot, that's infrastructure that thinks.

Why most companies aren't ready for proactive AI yet

Most companies aren't ready to build this yet because the cost isn't there (£3 for a conversation is absurd at scale) and the security and compliance questions are genuinely hard when you start thinking about multi-user access, audit trails, and data residency. The stuff that matters when you're building for an organisation rather than tinkering on a weekend.

But the shape is clear, which means the question is whether you wait for someone else to build it or start thinking about what your version would actually need.

Because here's what I think happens: someone will build this properly, they'll figure out the cost model and solve the security story and make it work at scale, and the companies that have been thinking about what their version looks like will move fast while the ones that haven't will be playing catch-up.

The industry has been conditioned to think of AI as reactive because that's what the tools do: you go to ChatGPT, you invoke Claude, you prompt Copilot, and the mental model is always "I initiate, AI responds." That mental model is about to flip.

Reactive AI vs proactive AI: why the mental model is about to flip

Reactive AI is a tool, but proactive AI is infrastructure, and there's a meaningful difference between the two. Tools are things you pick up when you need them, while infrastructure runs whether you're paying attention or not, monitoring and acting and telling you when something's wrong before you knew to look.

The industry has built decades of infrastructure that's entirely reactive: alerts that fire after thresholds are breached, monitoring dashboards you have to check, logs you have to grep. This has been normalised because that's what was possible.

What if your infrastructure could think? Not "here's a metric" but "here's what's probably wrong and here's what I already tried to fix it." That's not science fiction, that's just expensive right now.

I spent £3 and a weekend to understand this question better, to see what proactive AI actually feels like even in a janky prototype. Probably worth it.

If you're running a platform team or thinking about internal tooling, start sketching what proactive would look like in your world. Not the polished version, the shape of it. What would your systems tell you if they could talk first?

Related