Agentic AI made me ten times more productive and deleted the pauses that used to catch my mistakes. Why the friction was a feature, and how to put it back.
Agentic tools made me something like ten times more effective than I was a year ago. A design I can describe in a sentence comes back as working code before I have finished thinking about it. What I ship in one good afternoon used to be a two-week sprint.
My output scaled. My biology did not. We did not automate the work so much as compress time, and the thing that got compressed out was the room to breathe.
Before agents, the work had friction built into it. Typing code by hand, drawing an architecture on a whiteboard, waiting on a build: all of it was slow in a physical, unavoidable way.
That slowness was doing real work. While you were typing line 50, some part of you was still chewing on line 10, noticing that the logic did not hold, quietly correcting the shape of the design before you got to the end of it. The bottleneck in your hands was a review pass you never had to schedule.
Agents removed it. The thought forms, the agent executes, a refactor across forty files lands in five seconds. There is no gap left between intent and result, which means there is no gap left in which to notice you were wrong. What used to be background reflection is now foreground oversight, running without a break.
The loop is instant, so it is hard to walk away from.
Stepping back to look at the whole thing costs minutes. The next pull costs ten seconds. That comparison only ever has one winner, so you stay in the loop chasing the version that finally matches what you meant, and the chase feels like progress because something new appears every time.
Then you notice you do not have to wait at all. A design agent in one window, a refactor in another, test generation in a third. I built a whole gateway around running several agent sessions at once, so I get to enjoy this failure mode personally. Every switch between them carries a context switch: a different goal, a different set of assumptions, a different half-finished mental model to reload.
On paper that is orchestration. In practice it is context whiplash. You are the only place the three workflows meet, so every context switch asks you to reconstruct what the others were doing. You stop being the person making the thing and become a router with an architectural opinion, trying to keep one intent coherent across three transcripts that are all moving while you are not looking.
Being a 10x engineer or designer means making 10x the design decisions per hour. That is a massive mental load. We are not tired from doing the heavy lifting anymore; we are exhausted from the relentless pace of judgment.
To survive and thrive in the agentic era, we have to reintroduce the friction that technology took away. We need to design our own speed bumps:
AI can scale our output to whatever the tooling allows. True productivity requires protecting the one thing that cannot be automated: our capacity to think.