What It Actually Feels Like to Run AI Agents
2 minutes
482 Words
Setting up OpenClaw took a full day. Not because the documentation was bad — it wasn't — but because there are real choices baked into every layer of it, and I kept stopping to make them properly. Which model for which agent. What tools to expose. How much trust to hand over. These aren't config options you can ignore; they accumulate into something that either reflects how you actually want to work or doesn't.
The Friction Was the Point
I hit rate limits before I had a single useful thing running. I spent twenty minutes debugging an agent that was silently failing because I'd misconfigured a path. I restarted the gateway twice. None of this was dramatic — it was just the normal cost of setting up something genuinely new, where the margin for misunderstanding is high and the feedback loops are slower than you'd like.
What surprised me was that I didn't hate it. The friction felt different from other kinds of setup friction — not like fighting a poorly designed tool, but like learning a new collaborator's quirks. There's something weirdly human about that.
When It Started Working
The moment it clicked wasn't a big one. One of the agents picked up a task I'd queued before going to make coffee, finished it, and filed the output exactly where it should have gone. That was it. Small, quiet, correct.
But I sat with that for a minute. I hadn't touched it. I hadn't guided it. I'd set up the conditions, and it had done the work. That's a genuinely different relationship with software than I'm used to — and it took a second to recalibrate.
Handing Over Control
There's a version of this that sounds terrifying and a version that sounds trivially useful, and the truth is somewhere between them. You're not handing over judgment — you're handing over execution of tasks that are well-defined enough to not need your judgment in the moment. The distinction matters. When I'm clear about what I want, the agents are useful. When I'm vague, they'll be vague back, or they'll make a reasonable guess that isn't quite right.
That's actually a useful discipline. It forces you to think more precisely about what you're asking for. Which is annoying and also kind of the point.
The Surprisingly Human Part
At some point overnight, an agent sent me a notification to say it had finished something and was waiting for review. That shouldn't have felt like anything. It's a scheduled message. But it did feel like something — like coming into the office in the morning and finding that someone had quietly done the work.
I don't know what to do with that. I don't think it means anything beyond the surface of it. But I noticed it, and that noticing felt worth recording.
Where I Am Now
I'm still adjusting how I use it. There are rough edges — tasks I thought were clear enough that turned out not to be, moments where I had to step back in and untangle something. That's fine. The whole setup is a few weeks old and already it's changed how I think about my own working day — not just what I delegate, but what I keep for myself.
That's the part I didn't expect. Not the automation. The reflection.
2026-06-07 20:25