The claim that AI is transforming web design is usually illustrated with a tool that generates a landing page in forty seconds. That is the least interesting part of it, because the generated page is not the work — it is the part that was already fast.
What has genuinely changed sits in three narrower places, and one of them is a problem rather than a benefit.
What genuinely changed
- The blank page is gone. Generating three rough directions to react to is faster than starting from nothing, and reacting is a skill most people have more of than originating.
- Boring production work collapsed. Resizing a layout to four breakpoints, generating twenty realistic content variants, writing the alt text draft. Hours, not days.
- Front-end implementation got faster. Turning a settled design into markup is the most improved step in the whole pipeline — because it is pattern-heavy and a wrong answer is immediately visible.

What did not change
| Task | Improved by AI? | Why |
|---|---|---|
| Deciding what the page is for | No | Requires context no tool has |
| Knowing what to cut | No | Requires knowing the business |
| Writing copy that is true | No | Requires knowing what is true |
| Judging whether it is any good | No | Requires taste and a user |
| Producing variants | Substantially | Pattern work, cheap to verify |
| Writing the markup | Substantially | Same |
The problem: everything looks the same
Generated layouts converge, because they are drawn from the same distribution of existing sites. Hero, three benefits, logo strip, pricing, FAQ, footer. It works — that is why the pattern exists — and it means a generated site looks like every other generated site.
For a small business that mostly does not matter. For anyone competing on brand it matters enormously, and the fix is not a better prompt. The fix is the parts a model cannot generate: your own photographs, your own numbers, your own specific claims about what you do and do not do.
Which is a useful thing to notice — the distinctive parts of a site were always the non-generatable ones.

Where generated output quietly costs you
- Accessibility. Contrast, heading order and focus states are frequently wrong. A generated page passes visual inspection and fails an audit.
- Performance. Generated markup tends to ship more than it needs — extra wrappers, unused scripts, unoptimised images.
- Consistency. Generate five pages and you get five slightly different button styles, because each generation is independent.
- Deprecated patterns. Training data has a cutoff; approaches that were common three years ago still appear.
None is fatal, and all four are invisible unless someone checks. Run an automated audit on anything generated before it ships — the eight accessibility fixes catch most of it.
How to actually use it
- Decide the structure yourself. What sections, in what order, answering which objections. This is the design work.
- Generate the first draft of each section. Fast, and easier to improve than to originate.
- Replace every generic claim with a specific one. This is where the page becomes yours, and it cannot be skipped.
- Audit before shipping. Accessibility, performance, and whether the buttons match.
Step three is the whole job. Steps one, two and four are logistics.

Common questions
Will designers be replaced?
The parts of the job that were already commoditised — resizing, producing variants, basic marketing pages — are under real pressure. The parts that require deciding what to build are not, and that gap is widening rather than closing.
Does Google penalise AI-generated pages?
Not for how they were made — for being unhelpful. A generated page full of generic claims does badly because it is generic, which is the same reason a human-written generic page does badly.
Should juniors use these tools?
Yes, with one rule: never ship something you could not have made yourself. Otherwise the tool builds output without building judgement, and judgement is the thing being hired for.
What about AI-generated images?
They already read as “we had no real photo”, the way early stock photography did. A mediocre real photograph of your actual work beats a polished generated one for credibility.

Leave a Reply