← All posts Abstract illustration of a wireframe browser window with a glowing line ascending through its edge

In Stack Overflow's 2025 Developer Survey, 84 percent of the more than 49,000 developers polled said they use or plan to use AI tools in their work, up from 76 percent a year earlier, and 51 percent of professional developers now reach for them daily. Web development is where that shift is most visible, because so much of the work — scaffolding a layout, wiring up a component, drafting copy, checking a page for errors — is precisely the kind of task these tools handle well.

The useful question is no longer whether AI has arrived in web development. It has. The question is which parts of the work it genuinely changes, where the gains are real, and where an unsupervised tool quietly creates work rather than removing it.


What Has Actually Changed in How Sites Get Built

AI-assisted tools can generate layouts, produce first-draft copy and review code as it is written. That compresses some drafting tasks, particularly on familiar patterns. It does not establish a universal reduction in end-to-end delivery time, because review, integration, accessibility, security and stakeholder decisions remain.

The wider evidence shows the same conversion problem. A systematic review of 59 AI coding studies finds reliable coding-stage gains but much smaller improvements in releases and adoption, with quality depending on verification capacity keeping pace with generation.

What has not changed is the part that determines whether the result is any good. Who the audience is, what the brand should feel like, which problems the site exists to solve, how it should be structured for search and for people — these remain human decisions. AI compresses production. It does not compress judgement. The teams seeing the largest gains treat that distinction as the whole point, not a caveat.

Mid-2026 added a price dimension. Open-weight leading models — GLM-5.2 arrived in June at roughly a sixth of US leading-model API prices — are pulling down the cost of AI-assisted development itself, a shift we quantify in our comparison of GLM-5.2, Claude Fable 5 and GPT-5.5. The production stage keeps getting cheaper. The judgement stage does not, which makes the next section matter more each quarter.

Where the Gains Are Real

Four areas of web work have changed materially, and they share a characteristic: the task is time-consuming, pattern-heavy, and easy for a human to check afterwards.

Where the Limits Still Bite

The same Stack Overflow survey carried a blunter headline: developers remain willing but reluctant. Adoption is near-universal, but trust is not — most developers do not fully trust the accuracy of the output they are using every day. That tension is the practical reality of building with these tools, and it points to three limits that matter for anyone shipping a website.

The first is that generated output is generic by default. Poorly prompted, unsupervised copy produces pages that read like every other AI-written page, which harms a brand rather than helping it. The second is correctness: code that looks right can carry security flaws, accessibility gaps or subtle bugs, and a model cannot reliably tell you which. The third is maintenance. Code produced quickly still has to be understood, tested and maintained by the people who own it — speed at the drafting stage can become debt at the maintenance stage if no one is reading what was produced.

None of these is a reason to avoid the tools. Each is a reason to keep a human in the loop at the point where the tool is weakest — judgement, correctness and taste.

What This Means for Your Business

The cost of producing a plausible first draft has fallen. A small team can explore more options and a larger organisation can iterate more frequently. The cost of a high-quality result has not fallen by the same amount, because correctness, accessibility, security and differentiation still require accountable review.

In practice, access to the tools is a weak differentiator. The stronger variable is the workflow around them: clear intent, bounded tasks, testable standards and a review process that catches what the model gets wrong. Shipping an unchecked first draft converts drafting speed into maintenance and brand risk.

What to Do Now

The technology has lowered the cost of production. It has not lowered the cost of getting the strategy right. That is the part worth your attention.

Frequently asked questions

How many developers are actually using AI tools?

In Stack Overflow's 2025 Developer Survey, 84 percent of respondents said they use or plan to use AI tools in their work, up from 76 percent the year before, and 51 percent of professional developers use them daily.

Does AI replace web developers?

No. It compresses production — generating layouts, first-draft copy and boilerplate code — but the decisions that determine whether a site is any good, such as audience, structure, brand and correctness, remain human. AI compresses production, not judgement.

What are the main risks of using AI in web development?

Generic output that harms a brand, code that looks correct but carries security or accessibility flaws, and maintenance debt when quickly-generated code ships without review. Each is a reason to keep a human review gate, not a reason to avoid the tools.

How should AI-generated pages be quality-checked?

Against objective standards: Core Web Vitals for performance and WCAG for accessibility. WebAIM's 2025 analysis found detectable WCAG failures on 94.8 percent of the top one million home pages, so accessibility in particular needs testing rather than assumption.


New posts land here first. Sign up for email updates.

← All posts