We Stopped Chatting With AI and Started Handing It Work
Back to posts
NEJC FURH

We Stopped Chatting With AI and Started Handing It Work

The most interesting thing about AI in 2026 is not that the models got smarter. It is that we stopped talking to them and started handing them work. For the first few years, the dominant interface was chat. You typed a question, you got an answer, you copied something useful out of it, and you did the actual work yourself. The model was a very well-read colleague who could only ever talk. That era is ending. The headline capability of every major model release this year has been agentic: the ability to take a goal, break it into steps, use tools, run commands, read the results, and keep going until the job is done. The numbers around coding agents make the shift concrete. Anthropic's Claude Code, an agentic coding tool, reportedly reached billions in annual revenue within a year of launch. The benchmarks that people actually care about now are not trivia quizzes — they are things like Terminal-Bench, which measures whether a model can sit in a real terminal and finish real tasks. The competition at the top is between agents, not chatbots. This changes what it feels like to build software. Instead of asking "how do I write this function," you increasingly describe an outcome — "add pagination to this endpoint and update the tests" — and review a finished change. The unit of work moves up a level. You spend less time typing and more time specifying, reviewing, and deciding. That is a different skill, and not everyone has noticed they need to develop it. It also raises the stakes on a few unglamorous things. An agent that can run commands can run the wrong command. An agent with access to your tools has your permissions. Reviewing a diff you did not write, written by something that is confident either way, is a discipline. The teams getting value out of agents are the ones who built guardrails — sandboxes, limited permissions, mandatory review — not the ones who turned everything loose and hoped. The honest summary is that agents are real and useful and still occasionally wrong in ways that look right. The productivity gains are not hype; a lot of routine engineering work genuinely compresses. But "the agent did it" is not a place to hide. Someone still has to own the outcome, and in 2026 that someone is still you. The job did not disappear. It moved up the stack.