Repeatability
Medium
Some frontend tasks are highly repeatable (generating a form, scaffolding a component), but real frontend work involves constant unique judgment calls about layout, interaction, and state. The structural similarity breaks down fast as complexity grows.
Ambiguity Tolerance
Low
Frontend success criteria are rarely crisp — 'looks right,' 'feels responsive,' and 'matches the design' all require subjective interpretation. Without a detailed spec, mockup, and acceptance criteria, an agent has no reliable way to know when it's done.
Data & Tool Availability
Medium
Agents can access codebases, run linters, and use browser tools, but they often lack live design files, brand guidelines, user research, and the ability to visually verify rendered output in a real browser across devices and states.
Error Cost
Medium
Code errors are generally reversible via version control, but shipping broken UI to production can damage user trust and require costly hotfixes. Accessibility failures or security mishandling in forms carry real downstream risk.
Human Judgment Required
High
Good frontend work demands taste in spacing, typography, interaction feedback, and edge-case handling that AI consistently underperforms on. Decisions about component architecture and UX tradeoffs require product context AI rarely has.