Most AI tools are about thinking faster. You describe a problem, get a response, revise, repeat. The loop is still you doing the work — just with a smarter clipboard.

Agents are different. An agent can receive a goal, figure out what needs to happen, take actions, check results, and adjust. The loop runs without you in it.

That shift is smaller than it sounds in demos and larger than it sounds in practice.

What Actually Changes

When I started building with agents, the first thing I noticed was how much time I spent on things I’d never clocked as time. Small decisions that interrupted larger ones. Context switches to check something that took 30 seconds but cost 5 minutes of attention. Reformatting output from one tool to feed into another.

None of these felt like work. They felt like the overhead of work. Agents eat overhead.

The Hard Part

The hard part isn’t making agents that can do things. It’s making agents that know when not to. An agent that acts confidently on bad input is worse than no agent at all — it’s a confident failure.

Most of my time building Dior HQ is on this problem: how do you make a system that’s useful enough to actually save time, but careful enough that you can trust it with real tasks?

I don’t have a complete answer. But the framing helps: agents should earn scope. Start narrow, earn trust, expand.

Why It Matters Beyond Productivity

The productivity framing is real but it’s not the whole thing. What I find more interesting is what agents make possible for people without large teams.

A solo person with good agents can do work that used to require a small department. That’s not hyperbole — it’s already true in narrow domains. The question is how wide those domains get, and how fast.

I’m building toward that. More soon.