From Auth9 to Agent Orchestrator: how an AI-native development method evolved into a Harness Engineering control plane
I have spent years practicing extreme programming and TDD. So when AI coding tools became good enough to handle a meaningful share of day-to-day work, I adopted them quickly and enthusiastically. T...

Source: DEV Community
I have spent years practicing extreme programming and TDD. So when AI coding tools became good enough to handle a meaningful share of day-to-day work, I adopted them quickly and enthusiastically. Then I hit a very predictable wall. I became the bottleneck. AI could write code quickly. It could write tests quickly too. But the final question, "is this actually correct?", still landed on me. I had to review the implementation, run the environment, click through flows in the browser, inspect application logs, check database state, and decide whether the output was real or just superficially plausible. In other words, AI had accelerated generation, but I was still manually carrying too much of the verification burden. The faster the model became, the more manual review and QA work accumulated around me. That was the moment I started pushing testing even further left, but this time not just in the classic TDD sense. I started pushing the entire validation loop left. Shifting the validation