AI-assisted coding moved from optional tooling to mainstream practice over the past year, and early 2026 accounts describe it as increasingly embedded in the everyday mechanics of software delivery. LeadDev, citing findings from the 2025 DORA report, said 90% of respondents had integrated AI into day-to-day work and 80% reported increases in individual productivity. An arXiv paper similarly characterized AI-assisted coding as a way to reduce development time by automating tasks such as code generation, completion, summarization, and translation, leaving developers to focus more on creative and critical aspects.
The nature of the tooling is also changing. Addy Osmani described a shift from earlier “autocomplete on steroids” experiences toward agents that can autonomously execute development tasks. That framing is consistent with product direction in the ecosystem: GitHub announced it is launching a hub for multiple AI coding agents, allowing developers to try agents from OpenAI, Anthropic, Google, and others alongside GitHub Copilot. At the practitioner level, The Pragmatic Engineer’s author reported completing mid-sized tasks and pushing a few hundred lines of code to production by prompting a model, reviewing the output, and ensuring tests passed. The same author described building production software from a phone by connecting Claude Code for Web to GitHub, having it create pull requests, and leaning on GitHub Actions to run tests the tool could not run locally.
Some of the strongest adoption claims are coming from AI-first companies. Anthropic cofounder Jack Clark said that at Anthropic, AI now writes most of the company’s code and could reach 99% by the end of 2026. Separately, Boris Cherny, identified as the creator of Claude Code, said Claude Code had written 100% of his code for months and that he had not edited a single line by hand since November, while still checking the code. These accounts underscore a pattern seen across other sources: even when code generation is highly automated, human review and responsibility are still present.