There’s a moment most knowledge workers recognize. It’s 11 a.m. on a Tuesday. You have a strategy document to write, three stakeholder emails to draft, a competitive analysis sitting half-finished in a tab you haven’t touched in four days, and a Slack thread that somehow turned into a philosophical debate about Q3 priorities. You are, technically, working. But nothing is actually getting done.
Now imagine a different Tuesday. You walk in, state your intention for the day in plain language, and watch as a suite of intelligent agents starts moving the pieces. One is already drafting the competitive analysis, pulling from last week’s earnings calls and the two market reports you bookmarked but never read. Another has drafted those stakeholder emails in your voice, flagged one of them as potentially sensitive, and is waiting for your review. The strategy doc is 60% there, structured around the goals you set in last month’s planning session. By noon, you’re doing the work only you can do: thinking, deciding, creating.
This isn’t science fiction. Versions of this Tuesday are being built right now, and some are already here in early form. The shift underway isn’t just about AI tools becoming more capable. It’s about a fundamental rethinking of what productivity actually means, and who, or what, is doing the producing.
Here’s something that should bother us more than it does. Despite decades of software innovation, despite the spreadsheet, the project management tool, the cloud, the smartphone, and every productivity app ever to grace the App Store, knowledge worker output hasn’t kept pace with the investment poured into improving it. McKinsey estimated years ago that workers spend nearly 20% of their time just searching for information and tracking down colleagues. Microsoft’s own research found that the average person switches between apps and windows hundreds of times a day.
We built faster horses, basically. Email replaced the memo but created a new full-time job: managing email. Slack replaced some email but added a real-time anxiety layer on top of it. Every tool that promised to simplify work ended up becoming a new category of work in itself.
The reason is structural. Most productivity software is fundamentally passive. It waits for you. It stores things, organizes things, displays things. But it doesn’t act on things. You are still the engine. The software is just slightly better shelving.
Autonomous AI changes that equation at the root level.
It’s easy to use “autonomous” loosely and have it mean almost nothing. So let’s be precise.
When researchers and builders in this space talk about autonomous productivity, they’re describing systems that don’t just respond to prompts but pursue goals. Systems that can break a complex objective into subtasks, decide which tools to use for each one, execute those tasks, evaluate the results, and adjust when something goes wrong. Systems that operate over time, not just in a single conversational exchange.
The technical term that’s become central to this is “agentic AI.” An agent, in this context, is an AI that has access to tools, can plan sequences of actions, and can operate with a degree of independence to complete a specified objective. The key word isn’t “intelligent” (though that matters). It’s “persistent.” These systems can keep working after you stop watching.
This is a meaningful leap from the AI most people encountered first. ChatGPT, when it launched in late 2022, was a remarkably capable conversationalist. But it was reactive. You asked, it answered. The next generation of systems is proactive. You set a direction, and they move.
Most people aren’t tracking this closely, but over the past 18 months, a quiet infrastructure build has been happening across virtually every major AI lab and a staggering number of startups. The goal is to give AI systems reliable access to the tools humans use every day.

Anthropic released its Computer Use capability in late 2024, allowing Claude to interact with a desktop the way a human would: moving a mouse, clicking buttons, filling out forms, navigating interfaces. OpenAI has been expanding its own tool-use and function-calling capabilities aggressively. Google’s Gemini models are deeply integrated into Workspace, giving them native access to Docs, Sheets, Gmail, and Calendar. Microsoft’s Copilot is woven through the entire Office suite and has been slowly gaining the ability to act, not just suggest.
Then there’s the layer most people haven’t heard of yet: the Model Context Protocol, or MCP. Developed by Anthropic and now being adopted broadly, MCP is essentially a standardized way for AI models to connect to external data sources and tools. Think of it like USB but for AI integrations. Instead of every AI product building its own custom connector to every service, MCP creates a common interface. An AI agent can, through MCP, reach into your CRM, pull customer data, cross-reference it with your email history, and update a forecast sheet, all in one uninterrupted workflow.
This is the plumbing. It’s not glamorous. But it’s what makes autonomous productivity possible at scale.
If you’ve spent time with any of the early agentic products, you’ve probably noticed something: they’re impressive and frustrating in roughly equal measure. An AI agent might successfully draft a research report, accurately source its claims, and format the whole thing beautifully, then fail spectacularly when it tries to send the summary email and instead archives your entire inbox.
This is the core challenge. The gap between “can do impressive things in controlled conditions” and “can be trusted to work autonomously in the messy real world” is significant. Understanding why helps explain both how far we’ve come and how far there is still to go.
Human workers make mistakes, but they’re generally good at catching them before they propagate. If you’re writing a report and realize you’ve been working from the wrong dataset, you notice it, backtrack, and fix it. Cognitive load is high, but error-correction is built into how we work.
Early AI agents have a different failure mode. Because they’re executing sequences of tasks, an error in step two doesn’t just affect step two. It affects every subsequent step that builds on it. By the time the agent completes its task, the output can be confidently wrong in compounding ways. Researchers call this “error accumulation” and it’s one of the hardest problems in agentic AI design.
The solutions being developed are multi-layered. One approach involves building “checkpoints” into agent workflows, moments where the system pauses, evaluates its own progress against the original objective, and either continues or flags uncertainty. Another involves multi-agent architectures, where one AI is doing the work and a separate AI is acting as a reviewer, checking outputs before they proceed to the next stage. It’s a bit like the four-eyes principle in finance, applied to AI workflows.
The multi-agent approach deserves a closer look because it’s where things get genuinely interesting, and genuinely complex.
Rather than a single powerful AI trying to do everything, the emerging design pattern involves networks of specialized agents that coordinate. You might have an orchestrator agent that understands the high-level goal and delegates subtasks. Below it, specialized agents handle specific domains: one for web research, one for code execution, one for document generation, one for communication drafting. Each is optimized for its narrow function. The orchestrator’s job is to keep them aligned and coherent.
Companies like AutoGen (from Microsoft Research) and frameworks like LangGraph have been building these multi-agent coordination systems. Some of the most capable autonomous workflows being demoed today use exactly this architecture. The results can be striking. A multi-agent system can, in principle, compress a week of knowledge work into hours, not by being “smarter” than a human in any holistic sense, but by parallelizing tasks that humans can only do sequentially.
The challenge, predictably, is that agent coordination introduces its own class of bugs. Agents misinterpret each other’s outputs. Context gets lost between handoffs. The orchestrator can make incorrect assumptions about what a sub-agent has actually done. It’s a bit like managing a team where every employee is extremely capable within their specialty and has essentially no common sense outside it.
Here’s a dimension of autonomous productivity that gets less attention than it should: the human side of trust.
Even if we solve the technical reliability problem completely, there’s a separate question of whether people will actually be comfortable delegating meaningful work to autonomous systems. And the answer, at least for now, is complicated.
Studies on automation in other domains are instructive. When autopilot systems became capable enough to fly commercial planes better than humans in most conditions, pilots didn’t simply step back and let the systems run. Instead, a strange dynamic emerged. Pilots began to over-rely on automation in situations where it was appropriate, and then be dangerously under-prepared when automation failed and manual intervention was needed. The skill atrophied precisely because the tool was so good.
Knowledge workers face an analogous tension. If an AI agent is handling your research, drafting your reports, managing your calendar, and triaging your communications, what exactly are you developing expertise in? The concern isn’t abstract. It’s about what happens when the system fails, when you need to explain your reasoning to a client, when the situation requires judgment that no system has been trained to handle.
Theory is fine. But the most convincing argument for autonomous productivity isn’t an architecture diagram or a research paper. It’s watching someone use one of these systems for the first time on a real task and seeing their expression shift from skepticism to something closer to unsettlement.
That reaction is happening across industries right now, and the use cases emerging aren’t the ones most people predicted.
If you want to understand where autonomous AI productivity is headed for knowledge work broadly, watch what’s already happening in software development. Developers were among the first professionals to work alongside capable AI systems, and they’ve had more time than most to discover both the ceiling and the floor.
The early story was GitHub Copilot: an AI that autocompleted code as you typed, like a very smart autocomplete. Useful. Productivity-boosting. But still fundamentally passive. You drove; it suggested.
Then something shifted. Tools like Cursor, and more recently Anthropic’s own Claude Code, started operating at a different level. Rather than completing lines, they began handling entire tasks. A developer could describe a feature in plain English, and the system would plan the implementation, write the code across multiple files, run tests, identify failures, debug, and iterate. The developer’s job moved from writing code to reviewing it, directing it, and catching the cases where the AI’s solution was technically correct but architecturally wrong.
The productivity numbers being reported are striking enough that even skeptics have started paying attention. Some engineering teams report meaningful reductions in the time from specification to working prototype. Others describe being able to maintain codebases they previously couldn’t, simply because an AI agent could hold the entire codebase in context and trace bugs across systems that no single human could fully keep in their head.
But here’s what’s more interesting than the speed gains: the nature of the work is changing. Senior engineers at companies adopting these tools describe spending less time on implementation and more time on system design, code review, and thinking through edge cases. Junior developers describe a strange situation where they can produce working code faster than ever, but feel less certain they truly understand what they’ve built. Both observations matter.
Law firms and financial services companies are watching software development closely, because the same dynamic is playing out in their sectors, about 18 months behind.

In legal work, AI agents are already being used to review contracts at scale, flagging non-standard clauses, identifying risk provisions, and cross-referencing against a firm’s preferred position on hundreds of standard terms. What used to take a junior associate two days now takes minutes. The associate’s job, in theory, shifts to judgment: is the AI’s flag actually material? Does the client’s risk tolerance change the analysis? What’s the negotiating context?
Harvey, a legal AI platform, has been quietly building out more autonomous capabilities. Firms using it describe workflows where an agent can draft a first-pass due diligence memo, pulling from deal documents, comparable transactions, and firm precedent, producing something that a senior lawyer can review and elevate rather than build from scratch. The leverage ratio changes dramatically.
In finance, similar patterns are emerging in equity research, credit analysis, and financial modeling. JPMorgan’s internal AI tools, Bloomberg’s growing AI layer, and a dozen well-funded startups are all building toward the same place: agents that can monitor data sources continuously, generate analysis on triggers, and surface insights without waiting for a human to think to ask.
What’s consistent across all these sectors is the shift in where human judgment is applied. Less on gathering, organizing, and first-draft production. More on evaluation, strategic interpretation, and decisions that require context the AI doesn’t have.
Enterprise use cases are important but they tend to obscure something more personal about this transition. The question of autonomous productivity isn’t just about what companies can extract from their workforces with AI assistance. It’s about what happens to the individual’s relationship with their own work.
There’s a wave of personal AI products being built right now that operates at a more intimate scale. Systems that read your email and calendar to understand your commitments and automatically protect focus time. Agents that follow up on tasks you said you’d do, track open loops across your communications, and surface the thing you forgot you promised someone three weeks ago. Tools that can take a voice memo you recorded during a morning run and turn it into a structured project brief by the time you sit down at your desk.
Some of this exists today in fragmented form. Superhuman has AI features that prioritize and draft email responses. Notion’s AI can summarize and generate across your entire knowledge base. Reclaim and Motion use AI to dynamically schedule and reschedule your calendar around priorities. But these are still mostly single-domain tools, each doing one thing reasonably well.
The next generation connects them. An orchestrating agent that has access to your email, your calendar, your project management system, your documents, and your communication history, and can reason across all of them to help you move toward your stated priorities. Not just when you ask. Continuously.
This is both exciting and, if you think about it for more than a few seconds, genuinely strange territory.
At some point, every honest conversation about AI productivity has to confront the economic dimension. Because productivity gains don’t distribute themselves automatically. They accumulate according to power, and the history of technological productivity improvements is not uniformly cheerful.
Here’s the pattern that’s worth tracking. Every major productivity technology in history has changed the ratio of output to headcount. The printing press let one person’s writing reach millions. The spreadsheet let one analyst do the work of ten. Enterprise software let smaller operations teams manage larger businesses.
Each time, the same dynamic played out. Early adopters captured enormous advantages. The technology became commoditized. Competitive pressure forced everyone to adopt it. And the productivity gains were largely absorbed as higher output expectations rather than shorter working hours.
There’s no strong reason to expect autonomous AI to break this pattern. In fact, the gains here might be large enough to accelerate it.
Consider a simple example. A mid-market consulting firm today might have three research analysts supporting one senior consultant. With capable autonomous agents, that ratio could flip: one analyst managing and directing multiple AI agents, each capable of the research throughput of a human junior analyst. The economics for the firm are obvious. The implications for analyst hiring are equally obvious.
This isn’t purely speculative. Law firms are already having quiet conversations about what associate leverage ratios look like as AI handles more document review. Creative agencies are grappling with how many junior copywriters and designers they need when AI can produce first drafts at scale. The answer in most cases isn’t zero. But it’s probably fewer, and the ones that remain need different skills than the ones being displaced.
The optimistic read, and it’s not entirely unfounded, is that autonomous AI creates a skill premium for the people who can work effectively with these systems.
This is genuinely happening. Roles with titles like “AI engineer,” “prompt engineer,” and more recently “agent engineer” are commanding salaries that would have seemed absurd three years ago. But beyond the specialist roles, there’s a broader competency shift underway. The ability to decompose a complex goal into a set of tasks an agent can pursue, evaluate AI outputs critically, catch hallucinations, recognize when a system is confidently wrong, and redirect effectively, these are becoming core professional skills across many fields.
The interesting question is whether these skills are learnable broadly or whether they cluster among people who are already technically proficient. Early evidence suggests they’re more accessible than coding was, but not as accessible as using a spreadsheet. There’s a real risk of a productivity gap forming between people who can effectively direct AI agents and people who can’t, and that gap may be harder to close than proponents assume.
One dimension that’s underexplored in most coverage of autonomous AI productivity is the geographic dimension. The disruption isn’t uniform across markets.
In high-wage markets, San Francisco, London, Singapore, the economics of replacing human labor with AI agents are compelling because human labor is expensive. The ROI calculation works clearly.
In markets where knowledge work labor costs are lower, the calculation is more complex. Outsourcing hubs in Southeast Asia, Eastern Europe, and parts of Africa built their economies partly on providing knowledge work services at lower cost than developed markets. The question of whether AI agents will displace offshore knowledge work before it displaces onshore knowledge work is one that labor economists and development economists are starting to take seriously, and the answer has significant implications for economic development trajectories.
The counter-argument is that cheaper knowledge work markets will also adopt these tools and use them to move up the value chain, doing more sophisticated work with the same or fewer people. This could happen. Whether it happens fast enough, and with sufficient institutional support, is genuinely uncertain.
Strip away the economic debates and the capability benchmarks, and there’s a quieter design problem sitting at the center of autonomous productivity: how do you build systems that are autonomous enough to be genuinely useful, but bounded enough to be genuinely trustworthy?
This is harder than it sounds, because these two properties pull against each other.
Think about it from a user’s perspective. If an AI agent has to ask you for permission every time it takes a meaningful action, it’s not really autonomous. You’re still the bottleneck. The cognitive overhead of approving each step might actually be higher than just doing the task yourself. This is sometimes called the “assistant trap”: tools that technically offload work but create enough overhead in managing them that the net gain is minimal.
On the other hand, if an AI agent operates with full autonomy, it can cause real damage before you notice something has gone wrong. Send emails you didn’t mean to send. Delete files you still needed. Make commitments to external parties you didn’t authorize. The failure cases are not hypothetical. They’ve already happened in early deployments.
The working solution most serious teams are converging on is something like “graduated autonomy.” Low-stakes, reversible actions run without human review. Higher-stakes or irreversible actions get flagged for approval. The system builds a track record, and over time, the circle of trusted autonomous action expands.
This is elegant in principle. In practice, calibrating it is genuinely difficult. What counts as high-stakes depends enormously on context. An automated email is low-stakes when you’re following up on a marketing inquiry. It’s potentially career-altering when it’s going to your company’s largest client during a sensitive negotiation.
There’s a related problem that’s more mundane but equally important: the interfaces for supervising and directing AI agents haven’t been designed well yet.
Right now, most agent interfaces borrow metaphors from chat: you type, the agent responds, you type again. This works fine for simple tasks. For complex, multi-step agentic workflows, it’s badly inadequate. You need to be able to see what the agent is doing, interrupt it cleanly, adjust its direction mid-task, and understand why it made the decisions it made.
Some products are starting to build more sophisticated supervision interfaces. A few look more like project management tools, where you can see the agent’s task queue, inspect completed subtasks, and redirect pending ones. Others are experimenting with “agent dashboards” that give you a real-time view into what your agents are working on across multiple workflows.
This is genuinely early design territory, and whoever solves it well, making autonomous AI feel transparent and controllable without making it feel like just another thing to manage, will have solved one of the most important UX problems of the next decade.
Companies are not designed for autonomous AI. This is worth stating plainly, because most of the conversation about AI in the enterprise focuses on tooling and capability, and skips over the structural question: when agents can do large portions of knowledge work, what do organizations actually look like?
The honest answer is that nobody fully knows yet. But the early signals are interesting enough to draw some careful conclusions.
For decades, organizational theorists have predicted that information technology would flatten corporate hierarchies. The logic was always compelling: if information flows freely, you don’t need as many layers of management to aggregate and relay it. In practice, large organizations stayed stubbornly hierarchical, partly because managing people, not information, is what middle management actually does.
Autonomous AI creates a different kind of pressure on hierarchy. When an agent can synthesize information across an entire organization and surface it directly to whoever needs it, one of the core functions of middle management, acting as an information relay and coordination layer, weakens. When agents can handle routine operational decisions within defined parameters, another middle-management function, translating strategy into operational action, also weakens.
This doesn’t mean middle management disappears. But its composition changes. The managers who survive and thrive in highly autonomous organizations will be the ones who are skilled at something agents genuinely can’t do: building trust with human stakeholders, navigating ambiguity that hasn’t been parameterized, and making judgment calls in situations that have no precedent in training data.
Some early-adopter tech companies are already experimenting with much leaner team structures, where a small number of senior people and a larger number of AI agents operate together on tasks that would previously have required significantly larger human teams. The results are mixed, and the survivors of these experiments tend to be the ones who figured out which decisions genuinely need a human in the loop and which don’t.
Here’s a job title you’ll be seeing a lot more of in three to five years: something like Agent Operations Lead, or AI Workflow Manager, or a dozen variations on the same core function. The person whose job is to own, configure, monitor, and improve a portfolio of AI agents running on behalf of their team or organization.
This is a genuinely new kind of work. It’s not software engineering, though some technical comfort helps. It’s not traditional management, though people skills matter. It’s something closer to what a good chief of staff does: maintaining situational awareness across many moving pieces, identifying where things are breaking down, and making adjustments before small problems become large ones.
The people who will be good at this role are those who combine domain expertise in their field with a clear-eyed understanding of what AI agents can and can’t be trusted to do. A former paralegal who deeply understands legal workflows is probably better positioned to manage a legal AI agent portfolio than a software engineer who has never been inside a law firm. Domain fluency matters enormously, because you can only catch an agent’s mistakes if you understand the work well enough to recognize that something is wrong.
One underappreciated consequence of autonomous AI in organizations is what happens to institutional knowledge.
Right now, organizational knowledge lives in a combination of documents, systems, and people’s heads. The “people’s heads” component is crucial and undervalued. When an experienced employee leaves, they take an enormous amount of context with them: knowledge about why decisions were made, what was tried and failed, which clients have sensitivities that aren’t in the CRM, which internal processes are officially documented one way and actually done another.
AI agents, trained on an organization’s data and documents, can potentially capture much more of this tacit knowledge than any previous system. An agent that has processed every internal document, every email thread, every project retrospective starts to develop something like institutional memory that outlasts individual employees.
This is genuinely powerful. It also creates new fragilities. When institutional memory is embedded in a human expert, you know roughly where it lives and can plan for succession. When it’s distributed across AI systems, the failure modes are less legible. Models get updated. Systems get replaced. Context windows have limits. The organization that becomes deeply dependent on AI-embedded institutional knowledge needs new disciplines around continuity and verification that most haven’t started building yet.
If you’ve read this far, you’re presumably not just interested in autonomous AI as an abstract phenomenon. You’re thinking about what it means for you, your work, and how you operate. So here’s an attempt at something more concrete than “upskill and embrace change.”
First, invest in meta-skills over tool-specific skills. The specific AI tools that matter most today will be different from the ones that matter in three years. The underlying competencies transfer. Learning to decompose complex goals into structured subtasks is a transferable skill. Learning to evaluate AI outputs critically and catch failure modes is transferable. Developing judgment about where human oversight is necessary and where it isn’t is transferable. These are worth deliberate development in a way that learning any specific product’s prompt syntax is not.
Second, double down on the things that are genuinely hard to automate, not the things that merely seem hard to automate. There’s an important distinction here. Lots of tasks feel irreducibly human but will actually yield to AI systems faster than we expect: first-draft writing, standard analysis, routine communication, template-based creation. These feel personal and skilled, but they’re more pattern-based than we like to admit.
The things that are harder to automate in any near-term timeframe are: building genuine trust relationships with specific people, navigating novel ethical situations with incomplete information, doing original creative work that requires a perspective shaped by lived experience, and making consequential decisions in conditions of deep uncertainty. These aren’t the glamorous productivity skills. But they’re the ones worth protecting and developing.
Third, and perhaps most practically: start using these tools on real work now, not in a sandbox, not on low-stakes experiments. The learning curve for working effectively with AI agents is real, and the people who will be most effective in an autonomous-AI-native work environment are the ones who have been building that intuition for years, not months. The professionals who figure out how to use these systems effectively before they become mandatory will have a significant advantage over those who adopt them under duress when there’s no longer a choice.
It would be dishonest to write this article and not acknowledge that a lot of people reading it are experiencing something more complicated than excitement. Economic anxiety about automation is not irrational. The concern that your skills might become less valuable is not the product of technophobia. For many people, particularly those earlier in their careers who haven’t yet built the depth of expertise that makes AI augmentation feel additive, this transition feels threatening in ways that are substantive.
The appropriate response to that anxiety is probably neither dismissal nor despair. The historical record on technological transitions is genuinely mixed: new categories of work do emerge, some people do find new leverage, but the transition costs are real and unevenly distributed, and they tend to be underestimated by the people who are not bearing them.
What’s different about this moment, and why honest engagement matters more than either boosterism or catastrophizing, is the speed. Previous technological transitions played out over generations, which gave labor markets, educational institutions, and social systems time to adapt, imperfectly but meaningfully. Autonomous AI is compressing that timeline significantly. The adaptation will need to be more deliberate and more conscious than history’s prior examples, because the organic processes that previously handled transition are too slow for what’s coming.
Pull back from the use cases and the economics and the organizational implications, and there’s a more fundamental question sitting underneath all of this.
Productivity, as a concept, is a means. It’s always been justified by reference to something else: more output, more prosperity, more time, more freedom to do what we actually care about. Every productivity tool ever built has implicitly promised that if you can get through the work faster, you get more of the good stuff.
The reasonable question is: has that promise been kept? Are we, as a civilization of increasingly productive knowledge workers, actually spending more time on what matters? The evidence is not particularly encouraging. Work has expanded to fill the time made available by every productivity improvement. The 40-hour work week, itself once a radical reduction from the norm, is now a floor rather than a ceiling in most high-skill professional environments. Burnout is a structural feature of knowledge work, not an aberration.
Autonomous AI is arriving at a moment when this question is becoming harder to avoid. If AI agents can handle a substantial portion of the work that currently fills professional lives, the decision about what to do with that capacity is not automatic. It will be made, consciously or not, by companies optimizing for output, by individuals responding to competitive pressure, and by cultures that have spent decades conflating busyness with virtue.
The most optimistic version of autonomous productivity is not actually about getting more done. It’s about having more room to think clearly, create meaningfully, and make better decisions. It’s about knowledge workers spending more of their time on the highest-leverage, most human parts of their work, and less time on the mechanical overhead that currently consumes so much of the day.
That version of the future is achievable. But it requires a kind of intentionality that doesn’t happen by default. It requires individuals to actively decide what they want back when the agents take over the routines. It requires organizations to build cultures where recovered capacity becomes genuine thinking time rather than additional output quotas. And it requires a broader social conversation about what work is for, a conversation we’ve been deferring for a long time.
Economists Erik Brynjolfsson and Andrew McAfee wrote a book a decade ago called “The Second Machine Age,” arguing that digital technology was finally delivering on its transformative potential. They were right that something big was coming. They may have been early on the timeline.
What’s becoming clearer now is that the first chapter of that age, the one we lived through, was about augmenting human labor with better tools. Smarter software. Faster systems. Better search. The second chapter, the one just beginning, is about replacing the need for human execution in large portions of knowledge work entirely.
That’s not a small distinction. A carpenter with a better saw is more productive. A carpenter with a machine that builds cabinets autonomously is in a different situation altogether, and so is the craftsman who used to do the work.
The question that follows from that isn’t whether autonomous AI will change the nature of professional work. It will. The question is whether we’ll be deliberate enough, as individuals, as organizations, and as a society, to steer that change toward something genuinely better rather than simply faster.
That Tuesday I described at the beginning of this article, the one where AI agents are handling your research and drafts and follow-ups while you do the work only you can do, it can be a vision of flourishing. Work that is more meaningful because the meaningless parts are handled. Careers defined by judgment and creativity rather than throughput. Time for the thinking that actually matters.
Or it can be a vision of something else: an ever-rising bar of output expectations, productivity gains captured entirely as shareholder value, and professionals running faster than ever just to hold their position.
Both are possible. The technology doesn’t decide. We do.
And we’re going to need to make that decision a lot more consciously than we’ve made most of the others.