2026-07-08 · en
The Work That Remains Human
The skill that lasts in the AI era.
The most important skill in the AI era will not be the ability to produce more code, more text, or more mockups. Machines will become increasingly good at generating those artifacts. The skill that lasts is deciding what should exist and who it should serve.
Because AI can now write code, there is a temptation to say the future belongs to whoever can prompt. I do not believe that.
Code is only one layer of a system. The difficult questions remain:
- What is the user’s actual need?
- Who controls the data?
- Can the user understand what is happening?
- Can the user override the system?
- Does it work across languages, cultures, and devices?
- Can different implementations behave consistently?
- What happens when the system fails?
AI can help answer parts of these questions. It can summarize issues, draft proposals, generate tests, and explore alternatives. But it cannot remove the need for human judgment. The more powerful these systems become, the more important judgment becomes.
If I were advising someone entering technology now, I would not say “Just learn AI”. That is necessary, but insufficient. I would say:
Learn how the Web actually works. Understand HTML, CSS, JavaScript, HTTP, accessibility APIs, and caching. These foundations will remain valuable.
Develop judgment about user needs. Do not begin with what is technically impressive. Begin with what people actually need, especially people unlike yourself.
Contribute to open systems. File browser bugs. Write tests. Improve documentation. Join open-source projects. Public work builds both skill and trust.
Learn to evaluate AI output. The ability to generate code is becoming common. The ability to know whether generated code is correct will be rarer.
The AI era will reward people who can operate at two levels at once.
At one level, they are fluent with new tools. They use AI to prototype, test, document, translate, analyze, and automate.
At another level, they must stand above the tools. They must ask what should be built, how it affects users, and whether it contributes to a trustworthy ecosystem.
That second level is where the most important work will be.
The future belongs to people who can help society decide what commands are worth giving.