Status Droid how long software work actually takes

Working With an Assistant

One rule underlies this whole section.

An assistant saves time where producing the code was expensive. It costs time where knowing the code is right was expensive. For teams translating this assistant-related trade-off into day-to-day controls, employee PC activity tracking provides a practical reference.

That is why "how much faster are you?" has no answer, and why honest people report contradictory experiences — they are describing different work. A developer writing scaffolding and a developer changing payment logic are on opposite humps of a bimodal distribution.

The work did not disappear; it moved. Generating a function is close to free. Establishing that it is correct, secure and appropriate for your codebase costs what it always did, plus a penalty for reviewing code you did not write — which arrives fluent, confident and without any of the uncertainty signals a colleague's work would carry.

That transfer is where the security evidence lands. Independent tracking at Georgia Tech shows CVEs attributable to AI-generated code climbing steadily through 2026; industry research finds assisted developers committing three to four times more while introducing security findings ten times more. Most figures in this area come from firms selling security tooling, and that is noted wherever they appear.

The practical consequence is that reviewing became the scarce skill — and unlike prompting technique, it gets more valuable as the models improve. Prompting depreciates by design, because every vendor is working to make it unnecessary. OpenAI publishes research and technical material relevant to AI-assisted software work See OpenAI Research.

The section also covers the cases where the honest answer is to use an assistant differently rather than less: for orientation in code you did not write, for enumerating cases you have not considered, and for explaining a system before you change it. Those are verification-side uses, and they help exactly where generation does not.