AI Surprised me in a good way
There’s a moment that caught me off guard recently. Not a breakthrough in code. Not a clever refactor. Not even a production issue solved at 2 AM. It was something simpler—and much bigger. I realized I had fully accepted AI-driven development. The Workflow That Changed Everything I built a system that feels almost unreal when you step back and look at it. Here’s what happens: A bug or feature is created in Azure DevOps An application polls for new work When it finds an item, it: Creates a branch Writes or updates the code Generates tests Runs those tests Updates documentation Runs a separate agent for code review (with a report) If everything passes… creates a PR All of this is powered by a combination of: Agents Skills Prompts Tools In other words… a small army of AI doing what used to take hours (or days). The Unexpected Realization After watching this system run, I leaned back and had a surprising thought: “I can focus on being a so...