VOLOVLOAutomation risk & transition, task by task
AskOccupationsMajorsBusinessFoundersChangesMethodSearch occupations, majors…中文
VLO
VOLO

Understanding how automation changes work — task by task, with the evidence shown and the uncertainty admitted.

AskOccupationsMajorsBusinessFoundersChangesMethodAboutRole diagnosisPrivacyTerms
© 2026 VOLO
Occupations
All occupations
AI / software
Translator / InterpreterBank tellerCopywriterCustomer service representativeAdministrative assistantSoftware tester / QA engineerGraphic designerParalegalVideo editorAccountant / BookkeeperMarketing specialistFrontend developerData analystJunior software developerHR / recruiterFinancial analystJournalistSales / account managerBackend developerProduct / UX designerBusiness systems ownerData engineerLawyerMachine learning engineerExperienced software engineerProduct managerPharmacistPartnerships / channel managerArchitectFirst-line manager / team supervisorSchool teacherRegistered nurseAI implementation lead
RPA / self-service
Operations coordinator
Robotics
Retail cashier / shop assistantWarehouse workerAssembly line workerChef / cookElectrician
Autonomous driving
Ride-hail / taxi driverTruck driverDelivery rider / courier
Majors
All majorsEnglish / Foreign languagesComputer scienceAccountingPsychologyJournalism / CommunicationFinance / EconomicsLawVisual communication designMarketingNursingBusiness administrationEducation and teacher trainingArchitecture
Guides
Ask VOLOFor businessFor foundersRecent changesRole diagnosisMethod & evidenceAboutSearch
You are reading as:I have a jobI am studyingI run a companyI am building something
On this pageTask breakdownHow it got hereRecent changesWhat it means for youMethod & sources
Occupations›Frontend developer

Frontend developer

Builds the surface people actually touch — and is left with the parts a generated screen does not survive: real devices, real networks, and the legal requirement that it work for everyone.

frontend-developerSee your options ↓Software & technologyAssessed 2026-09-12
Automation impact index
66/100
low confidence · not a job-loss probability
Tasks automating
1of 6
1 being augmented
Still human-led
3of 6
1 new task
Evidence-backed judgements
0of 6
0 verified records
66/100
Automation impact indexLow confidence

This is not a probability of losing your job. It combines how much of the role's task load is exposed to automation with how far adoption has actually gone — useful for comparing occupations on one consistent basis, and for nothing else.

Where this applies

Written for engineers who build web and app interfaces. It cuts by layer rather than by seniority — the junior and experienced software pages cut the other way, and a senior frontend engineer sits on both. Design itself is a separate occupation; native mobile and games diverge.

Every judgement on this page is platform inference, not sourced evidence.

The evidence base holds verified records for other occupations, but not one for this one yet. Until it does, the analysis below is reasoning about task structure and known technical capability — for this job in particular it is not backed by traceable sources, and we would rather say so than cite things we have not verified. An empty section here is a gap in our coverage, not a finding about the work.

What is actually changing#

The unit of analysis is the task, not the job title. A role is not replaced — its task mix shifts.

Automating×1Being augmented×1Still human-led×3New task×1

Is this your job? Say so and this page narrows to your share of it.

A job title is a bundle of tasks bought together, and no two people hold the same bundle. Nothing is sent anywhere — it stays in this browser.

Turning a design into a working interface

Automating≈ Platform inference

Taking a mockup or a description and producing the markup, styles and component structure that render it.

AI / software
Why

This is the single most exposed task in software engineering, for a mechanical reason: the input is visual, the output is text, the correctness is immediately checkable by looking, and the training data is the public web. Tools that generate a screen from a picture or a sentence reached usable quality before tools that generate a backend service did.

What this does NOT mean

A screen that renders is not a screen that ships. It says nothing about whether the result is maintainable, whether it matches an existing design system, or how it behaves in the states nobody drew — empty, loading, error, half a list.

The states nobody drew

Still human-led≈ Platform inference

Empty, loading, partial, offline, error, slow, and the one where the user pressed the button twice — deciding what each should do and making it happen.

AI / software
Why

Generation works from the happy path because that is what a mockup contains. The other states are where most of the actual code lives, and deciding what each should do is a product judgement about this specific product rather than a pattern to retrieve.

What this does NOT mean

This is a judgement about where the work sits, not a measurement of it. We hold no record of teams counting how much of their frontend code is edge-case handling, and the balance differs enormously between a marketing page and a trading screen.

Making it survive real devices and networks

Being augmented≈ Platform inference

The old phone, the slow connection, the browser two versions behind, the screen reader, the bundle that got too big.

AI / software
Why

Tools measure and suggest here better than people do — budgets, audits and profiling are exactly the kind of mechanical checking software is good at. What they cannot do is decide which trade-off to accept, because that depends on who your users actually are, which is a fact about the business and not about the code.

What this does NOT mean

Nothing here says how many hours this takes or whether teams do it at all — a great deal of shipped frontend work never gets this attention, and the tools existing does not mean they were run.

Making it work for everyone, because it is required

Still human-led≈ Platform inference

Keyboard paths, screen-reader semantics, contrast, focus order — and, increasingly, being able to show that you did it.

AI / softwareRPA / self-service
Why

Automated checkers catch a minority of real accessibility failures and cannot judge whether a flow is usable by someone who cannot see it. This task is also the one moving from good practice toward legal obligation in several markets, which changes who is answerable rather than how hard it is.

What this does NOT mean

This site holds no verified record on frontend accessibility enforcement yet, so the direction here rests on the shape of the requirement rather than on a measured outcome. Requirements differ by market and by whether the product is consumer-facing.

Owning the components everyone else uses

Still human-led≈ Platform inference

The shared library: deciding what belongs in it, what a change breaks, and who has to be told.

AI / software
Why

Cheap generation makes this more load-bearing, not less: when anyone can produce a screen in minutes, the thing that keeps a product coherent is the constraint layer, and somebody has to hold it. The work is refusal and versioning rather than authorship.

What this does NOT mean

Whether this is a job or a side duty depends entirely on team size, and we have no evidence either way about how many teams staff it deliberately.

Building interfaces for things that answer back

New task≈ Platform inference

Streaming responses, uncertainty, citations, stop buttons, and what the screen does when the model is wrong or slow.

AI / software
Why

This is work that did not exist before generative features shipped into products, and it has no settled patterns — every team is currently inventing how to show that an answer might be wrong. It lands on frontend because it is a question about what the user sees, not about what the model does.

What this does NOT mean

New work appearing is not the same as new headcount: this is being absorbed into existing roles, and nothing here says anyone was hired to do it.

Which technologies matter here#

Four separate signals. They are deliberately not added together — a job exposed to two technologies is not twice as exposed.

Cognitive automation
Turning a design into a working interfaceThe states nobody drewMaking it survive real devices and networksMaking it work for everyone, because it is requiredOwning the components everyone else usesBuilding interfaces for things that answer back
Process & self-service
Making it work for everyone, because it is required

How it got here#

The index is not a static number. This is where it would have sat at each capability checkpoint since ChatGPT — reconstructed, and labelled as such.

Reconstructed · platform inferenceEstimated today for each past checkpoint — not measured at the time. 30 → 66.
1007550250
not assessed
2022 H22024 H2Now

The steepest software curve on this site, and the mechanism is specific rather than a judgement that the work is easy: the most visible task here takes a picture as input and produces text as output, correctness is checkable by looking, and the training data is the public web. The 2024 jump is generation reaching the point where a whole screen arrives at once rather than a component. It flattens at a high level because what is left does not have that shape — the states nobody drew, the devices nobody tested on, and an accessibility requirement that is becoming a legal obligation rather than a practice. Read the height as exposure on the visible half of the job, not as a measurement of the job.

2022 H230General-purpose text generation reaches the public. Before this point, exposure came from automation that was already deployed — OCR, RPA, machine vision, self-checkout, dispatch algorithms. ChatGPT research preview (2022-11-30) ↗
2023 H134A general model that passes professional exams. First-draft quality crosses the threshold where professional work starts using it. GPT-4 (2023-03-14) ↗
2023 H241Vision input, long context and tool calling. Models can be pointed at documents and connected to systems, which is what moves process work rather than writing work. GPT-4 Turbo:128k 上下文、视觉、工具调用(DevDay) (2023-11-06) ↗
2024 H150The same capability gets much cheaper and faster. Nothing new becomes possible; a lot becomes affordable at volume, which is when deployment decisions change.
2024 H257Reasoning models that work through multi-step problems, and the first models that operate a computer by looking at the screen. The second one is what reaches software-operating jobs. OpenAI o1(推理);同期 Claude 的 computer use 进入公测 (2024-09-12) ↗
2025 H162Agents begin operating real software end to end rather than producing text for a person to paste. This is also when the first public reversals appear — organisations that automated and partly undid it. Claude 3.7 Sonnet 与 Claude Code:混合推理 + 命令行编码代理 (2025-02-24) ↗
2025 H265Long context and tool use become the default rather than a feature. Capability gains continue; the visible constraint shifts from what models can do to liability, procurement and cost. GPT-5(2025-08-07);Claude Opus 4.5(2025-11-24) (2025-08-07) ↗
2026 H166Long-horizon agents land inside specific industry workflows. Adoption becomes sector-specific rather than general. GPT-5.5:「专为实际工作打造」 (2026-04-23) ↗
Now66The current assessment — this point is the impact index published on the occupation's page, so the curve is anchored to a number the site already stands behind. Worth noting for the flat curves: in the same weeks, a research preview of a shared specification for AI agents to operate physical devices was opened to research labs and manufacturers. That is the first capability class pointed at the physical occupations whose lines here barely move. GPT-6 Astra(2026-09-03);Claude Fable 5.1 / Mythos 5.1(2026-09-01);Model Hardware Standard 研究预览(2026-08-27) (2026-09-03) ↗

A flat line is not a forecast of safety. It says which tasks automation has reached so far — the occupations that moved least here are the ones where the constraint is physical or regulatory, and both of those can change.

Recent changes#

No verified events recorded yet.

This section will fill from the monitoring pipeline as events are collected, de-duplicated, graded and linked to the tasks above. An empty list here means we have not verified anything — it does not mean nothing is happening.

"We found no news" is not the same as "you are safe."

What this means for you#

If you are starting out

The task you would previously have been hired to do first — turning a design into a screen — is the one most exposed here. That is worth knowing before you spend a year getting fast at it. The parts that hold are the states nobody drew and the requirement that it work for everyone, and neither is taught by building portfolio pages.

If you are experienced

Your leverage moved from producing screens to constraining them: the design system, the states, the performance budget, the accessibility obligation. That is less visible work and harder to show in a portfolio, which is a real problem when you next change jobs — start keeping a record of what you refused and why.

Your options#

Four directions, each with its real constraints and one thing you can test this week. Continuing as you are is a legitimate choice — it just has to be a chosen one.

Stay and strengthen

Own the constraint layer

When screens become cheap, the scarce thing is the person who keeps a product coherent — the component library, the states, the performance budget.

Real constraints

It is low-visibility work that is easy to be taken for granted, and it needs a team big enough for consistency to matter.

Test this week

Take one screen in your product and list every state it can be in. Then check how many of them actually exist in the code.

Reshape the role

Become the one who can prove it is accessible

This is moving from good practice to obligation in several markets, and an obligation needs a named person who can demonstrate compliance rather than assert it.

Real constraints

Requires learning to test with assistive technology rather than with a checker, which most engineers have never done.

Test this week

Turn on a screen reader and complete one flow in your own product without looking at the screen. Write down where you got stuck.

Adjacent move

Move toward the product decision

Frontend engineers see what users actually do more directly than almost anyone, and that observation is the raw material of product work.

Real constraints

Requires giving up being the person who knows the code best, and learning to argue with numbers rather than with taste.

Test this week

Find one feature you built that nobody uses, and go and find out why. The answer is almost never what the team assumed.

Common questions#

How long do I have?

No number here would be honest, and the question is better asked task by task. Producing a screen from a design is already largely done by machine; deciding what the screen does when the data is missing is not, and neither is being answerable for whether it works for someone using a screen reader. A signal you can check yourself: how much of your last month was spent typing markup versus deciding behaviour. If it is mostly the former, the exposure is real and the move is toward the latter.

Is frontend the most exposed engineering role?

On its most visible task, yes, and the reason is mechanical rather than a judgement about difficulty: the input is visual, the output is text, correctness is checkable by looking, and the training data is the public web. But most of a real frontend codebase is not that task — it is the states nobody drew, the devices nobody tested on, and the constraints that keep a growing product coherent. Exposure on the visible half is not the same as exposure on the job.

Should I learn backend as well?

Breadth is not automatically protection, and that is the framing worth dropping. Two shallow exposures are easier to replace than one deep one; what protects is being the person who can be trusted to judge, and judgement is domain-specific. If you cross over, cross for a reason — the states and the data model are genuinely connected, and understanding both makes you better at the boundary, which is where most bugs live.

Does a portfolio of interfaces still get me hired?

It is still asked for, and it is a weakening signal for the same reason the first task on this page is: a reviewer now knows what a good-looking screen costs to produce. What has not weakened is evidence of judgement — a component you removed and why, a state you handled that nobody specified, a performance budget you held against pressure. Those are harder to assemble and much harder to generate.

Method and sources#

Assessment date
2026-09-12
Basis of the task judgements
0 evidence-backed · 6 platform inference · 0 not enough evidence
Verified events
0

How we assess an occupation →