Skip to content
jasonm.dev
4 minute read

AI is making websites easier to build. Judgment is becoming more valuable.

Producing a page has never been cheaper. Deciding which page should exist has not gotten any easier.

Producing a page has never been cheaper. A prompt can generate a plausible layout, working components, and respectable copy before a traditional kickoff meeting would have ended.

That changes the economics of building. It does not remove the responsibility of deciding what should be built.

The expensive questions are still the human ones: Who is this for? What are they trying to do? What must they understand before they act? What could go wrong? How will we know the result is useful?

A responsible AI workflow

Direction stays human.

01Frame
02Direct
03Build
04Evaluate
Judgment

Faster production raises the cost of weak direction

When implementation was slow, production capacity naturally limited how many ideas reached the screen. AI removes part of that constraint. Teams can now create more options, variations, and features than they can responsibly evaluate.

That is useful only when direction becomes more deliberate. Otherwise, speed produces a larger pile of polished uncertainty.

I think of AI as leverage inside a workflow, not as the owner of the workflow. It can help explore a structure, expose edge cases, draft implementation, compare approaches, and shorten feedback loops. It cannot decide which tradeoff the business should accept or which user need deserves priority.

The NIST AI Risk Management Framework (opens in a new tab) treats AI work as a continuing process of governing, mapping, measuring, and managing. That is a better mental model than “generate, approve, ship.” Responsibility continues after the first output.

Judgment is a sequence, not a final review

Putting a human at the end of an automated process is not the same as designing a human-directed process.

Judgment should shape four moments:

  1. Frame the problem. Define the user, desired outcome, constraints, evidence, and risk before asking for an artifact.
  2. Direct the work. Give the system a point of view, relevant context, boundaries, and acceptance criteria.
  3. Inspect the implementation. Check behavior, accessibility, security, content accuracy, and maintainability—not just whether the screen looks finished.
  4. Evaluate the result. Test the real journey and measure whether the work improved it.

NIST’s guidance on human–AI interaction makes the same underlying point: human roles and responsibilities need to be clearly defined, and different uses require different levels of oversight. The right amount of review depends on consequence, not novelty.

Oversight should match consequence

More risk requires more review.

01Explore
02Check
03Approve
04Monitor
Consequence

A credible website still needs evidence

AI is particularly good at producing the appearance of completeness. It can fill an empty testimonial area, smooth over an unresolved service policy, or invent confidence the business has not earned.

That is where judgment becomes visible.

A trustworthy website distinguishes between what is known, what is assumed, and what is planned. It uses real proof when proof exists. It leaves the space honest when it does not. It does not turn an early prototype into a case study with fictional outcomes.

The same standard applies to code. A generated feature is not complete because it compiled once. Someone must understand how it behaves, what it stores, how it fails, and what will maintain it.

The credibility gate

A polished claim still needs proof.

01Claim
02Evidence
03Context
04Publish
Trust

The durable skill is evaluation

Tools will keep changing. The useful advantage is not loyalty to a particular model or workflow. It is the ability to evaluate what the tool produces against a clear standard.

Can I explain why this page exists? Can a user complete the task? Does the implementation match the claim? Is the system accessible and recoverable? Would I be comfortable maintaining it six months from now?

AI makes those questions more important because it makes plausible answers cheaper. The work is no longer proving that something can be produced. The work is deciding whether it deserves to exist—and being able to stand behind it when it does.

Sources and further reading

Design · AI · Development