The second annual State of Web Dev AI survey has landed, and the numbers confirm what most developers already suspected: AI-assisted coding has crossed the threshold from experiment to routine practice. This year's survey collected 7,258 responses between April 8 and May 8, 2026, painting a picture of an industry being reshaped — rapidly and unevenly.
AI-Generated Code: From 28% to 54% in One Year
The most striking finding is the rate at which AI-generated code has scaled. Last year, respondents reported that 28% of their code was AI-generated on average. This year that figure is 54% — nearly doubling. The fastest-growing segment is developers producing 75% or more of their code with AI assistance.
The frequency data tells a similar story. The share of developers using AI "constantly" doubled year-over-year, while "never" responses dropped sharply. AI coding tools have moved from being a novel addition to a continuous background process for a large portion of the developer population.
Coding Agents Are Winning
The survey also tracks which AI tools developers actually use. The notable trend is the rise of coding agents — autonomous systems that can open files, run commands, write tests, and ship PRs with minimal human intervention.
While ChatGPT still leads in overall brand recognition and raw user volume, when respondents were asked which model they or their company actually pays for, Claude came out ahead. This aligns with anecdotal reports from the developer ecosystem: Claude's instruction-following and extended context window make it better suited for complex, multi-step coding tasks.
Coding agents more broadly are cited as a more convenient way to interact with LLMs, increasingly replacing dedicated chatbots and app generators. The implication is that the future of AI coding is not a chat interface but an autonomous agent that executes tasks end-to-end.
The Monetization Signal
The survey reveals an accelerating shift toward paid AI tooling. Monthly spend on AI tools is up across all tiers. While the majority of respondents still spend under $50/month, the proportion spending $100–$500 per month grew meaningfully. This suggests that developers are finding enough value in AI tools to open their wallets — a trend that runs counter to the narrative of free-tier commoditization.
The Bubble Question
Perhaps the most counterintuitive finding: 60% of respondents agree or strongly agree that we are currently in an "AI bubble." Developers are both participating in the AI boom and skeptical of its sustainability. This is not denial or resistance — it is the perspective of people inside the machine, watching capital and hype flow through the industry.
Risks and Pain Points
The survey does not soft-pedal the downsides. When asked about general AI risks, the top concerns are:
- Job displacement — 41%
- Military use of AI — 39%
- Environmental impact — 34%
- AI slop takeover — 29%
- Negative cognitive impacts — 25%
On the practical side, the most common pain points when using AI tools are:
- Hallucinations and inaccuracies — by far the most cited issue, up 8 points
- Code quality concerns
- Lack of context about the codebase
- Privacy concerns around sending code to third-party APIs
Hallucinations remain the Achilles heel. Despite dramatic improvements in model quality, generating plausible-sounding but incorrect code remains the primary friction point for developers integrating AI into their workflow.
What This Means for the JavaScript/TypeScript Ecosystem
TypeScript's position in this landscape is worth noting. The survey's language breakdowns consistently show TypeScript outperforming JavaScript on metrics like AI adoption and developer satisfaction. As AI coding tools become the primary interface for many developers, TypeScript's compile-time safety becomes more valuable — not just for humans catching bugs, but for AI systems that benefit from explicit types when generating code.
The rise of AI coding agents also creates new pressure on the toolchain. Agents that can autonomously navigate large codebases, run tests, and manage dependencies are increasingly dependent on fast, reliable tooling — which is why Rust-based tools like Oxc, Rolldown, and their ilk are getting so much attention from the development community.
The full survey results are available at 2026.stateofai.dev.