Area 73 logo

The asteroid hitting frontend web development (and why "agent experience" is the new DX)


ai-codingagent-experiencefrontendweb-developmentartificial-intelligence

Nolan Lawson just wrote The asteroid currently hitting frontend web development, and it resonated deeply. The frontend educators we all learned from —Rauschmayer, Comeau, Dodds, Osmani— are either bowing out or pivoting to AI.

Three things from his post stuck with me.

1. “Agent experience” is replacing developer experience

Cursor migrated from Solid to React. Viget migrated from Lit to React. Not because React is better — because the agents know React. React is overrepresented in training weights, and when an agent writes your code, the framework it knows best wins.

Ergonomics and performance arguments matter less when the agent is the one writing the code.

Developers used to pick frameworks for ergonomics and performance; now what the agent knows from training winsDXthe developer choosesergonomicsperformancebundle sizeSolid · Lit · Svelte…AXthe agent chooseshow often does it show upin the training data?React

2. Frontend is the “yolo it to prod” layer

A database migration needs review, staging, scrutiny. A React component? People just ship it. Frontend is ephemeral enough that agents will handle it with minimal human oversight.

The asteroid hits frontend first because the risk tolerance is highest.

Oversight spectrum: database migrations get the most review and frontend components the least, which is why the impact lands on frontend firstDB migrationreview · stagingBackend APItests · reviewComponent“just ship it”more human oversightmore agent autonomy

3. The opportunity is fixing vibe-coded monstrosities

Massive amounts of AI-generated frontend are becoming load-bearing in production right now. When those sites are slow, inaccessible, or riddled with issues, “fix my website pls” won’t cut it.

Real expertise —performance, accessibility, architecture— becomes the consulting opportunity.

What I take away

The expertise didn’t die. It moved upstream.

Expertise moves from writing code to auditing, repairing and teaching agents the big picturewriting codeAuditwhat the agent already shippedRepairperformance · a11y · architectureTeachthe big picture they still get wrong

From writing code to auditing, repairing, and teaching agents the big picture they still get wrong.


Sources