The Future of Knowledge Work with LLMs

May 6, 2026

The primary output of knowledge work is decisions, analysis, judgement, and communication. Lawyers, engineers, doctors, analysts, designers, researchers, managers: people paid to think about hard problems and write down what they conclude. It's also the category of work LLMs touch most directly. What happens to knowledge work has become the central question of the decade.

A popular framing of LLMs: they're the end of knowledge work. Whatever a knowledge worker once did, a sufficiently capable model will soon do better, cheaper, and without complaint. This article evaluates how much of that framing is true.

What won't change, and why

Accountability. When a contract, a diagnosis, a financial recommendation, or a piece of code goes into the world, organizations, regulators, and counterparties want a name attached to the decision. The engineer who merged the diff owns the incident at 3 am when it breaks. The artifact may be machine-assisted; the responsibility is not. Liability, fiduciary duty, professional licensure, and reputation all attach to people.

Direction. Human agency: setting the goals, constraints, and success criteria. A model can solve the problem you give it. It cannot tell you which problem matters. The choice of what to do is upstream of the model, and almost always the highest-leverage decision in the work. Direction lives in the person who knows the customer, the org, the broader plan, and the unwritten constraints.

What will change, and how

The mechanics of how the work gets done change. Two changes matter most: the role of validation, and the failure modes the worker now has to watch for.

Validation moves from implicit to first-class. When you wrote your own draft, validation was implicit. You reasoned about the problem as you wrote, and trusted your own steps. When a model produces the draft, that confidence is gone. The output looks fluent, but you didn't see the reasoning, and the model has no stake in being right. Confidence has to be re-established explicitly.

New failure modes appear. A key challenge today is that LLMs can't say 'I don't know'. The output sounds the same whether the model is right, wrong, flattering you, or steering you. Models drift toward telling you what you appear to want to hear. Push back and they often capitulate, even when they were right the first time, leaving a user who lacks domain knowledge unsure of the right answer. Training-data bias shapes the defaults: whatever was overrepresented in the corpus comes out as the "neutral" view, whatever was underrepresented gets quietly flattened, and recognizing the slant requires an outside view to compare it against. The economics of LLM products will push toward sponsored answers, preferred vendors, and recommendations that benefit somebody other than the user. Much of this won't be obvious to a reader without independent knowledge of the space.

How to adapt

Treat validation as a core craft. Learn to define the criteria for agreeing or disagreeing with the model: what facts must be present, what failure modes exist, what would make you reject the draft and ask for another. Cheap validation (schema checks, fact lookups, regression tests, "did the cited URL return that quote") should run on every output. Expensive validation, where human review time is the scarce resource, goes to the parts of the output where the cost of being wrong is high.

Invest in expertise as defense. In every failure mode above, the defense is the same: the user knows enough about the topic to notice. A person with deep domain knowledge feels the dissonance immediately. A person relying on the model for the knowledge doesn't.

LLMs make information easier to retrieve, and the reasonable temptation is to learn less and look up more. The knowledge you've internalized is the only knowledge a model can't selectively misinform you about. For knowledge workers, continuous learning is no longer just career development. Investing in your own knowledge is investing in your ability to safely use these tools at all.

Move up the editorial chain. If drafting takes a tenth as long, the most valuable hour is no longer the one spent producing. It's the one spent choosing among outputs, sharpening them, and committing to one. The senior knowledge worker of the next decade looks less like a great drafter and more like a great editor, bringing judgement, accountability, and the agency to stand behind the product.

Conclusion

Three things stack. Who is responsible doesn't change: humans own the work and its consequences, for institutional reasons that won't shift. How the work gets done changes a lot: validation becomes explicit, and new failure modes appear. Treat validation as craft, deepen expertise as defense, move up the editorial chain. Underneath all of it sits human understanding and the depth of knowledge.

← All posts

This is a personal blog. Views expressed here are my own and do not represent any employer, client, or organization.