If you've spent any time reading about AI lately, you've probably encountered two competing narratives. The first warns of mass unemployment as algorithms take over white-collar work. The second promises a utopia where humans are freed from drudgery to pursue creative endeavors. Both miss something fundamental about how technology actually reshapes work.
I've been building with AI since ChatGPT launched in 2022. Today, as the founder of OpenCraft AI, I use these tools for everything, coding, investor pitches, client communications, product development. And here's what I've learned: AI doesn't eliminate work. It transforms it, often in ways that leave us more exhausted than before.
Part One
The Productivity Paradox
Here's a pattern I see constantly in online discussions: developers report that AI tools have flipped their workflow from "90% coding, 10% debugging" to "90% debugging, 10% coding." The tools generate code faster, but someone still has to verify it, fix edge cases, and ensure it actually works.
This isn't a failure of the technology. It's a feature of how productivity gains get absorbed.
Consider what happened with the automobile. The invention of the motor car didn't mean people traveled less. It meant they traveled more, further distances, more frequently, for more purposes. The technology eliminated the constraint of horse-powered transport, and society responded by expanding its ambitions accordingly.
AI is following the same pattern. When you can generate a first draft in seconds, the expectation shifts. What once took a week now needs to be done by tomorrow. The bar rises, and with it, the pressure.
Debugging Time (Post-AI)
Coding Time (Post-AI)
Workflow Ratio
Part Two
The Accountability Principle
There's a quote from a 1979 IBM training manual that feels almost prophetic today:
A computer can never be held accountable, therefore a computer must never make a management decision.
IBM Training Manual, 1979
This cuts to the heart of why humans remain essential. AI models, particularly large language models, are probability machines. They work by predicting the most likely next token based on patterns in their training data. They don't "know" anything. They can't take responsibility for outcomes.
When you give an AI a high-level task without specific details, it will often assume the missing parts and proceed. Sometimes this works beautifully. Other times, it produces confident-sounding nonsense that requires significant human effort to detect and correct.
We use a probability-based system to work on deterministic outcomes. When you give it a higher-level task without specific details, it will in most cases assume the missing parts and go ahead with that. This is where experience in understanding AI becomes critical.
The solution isn't to abandon these tools. It's to understand their nature and work with it.
Part Three
The Art of Decomposition
After years of working with AI systems, I've learned that the key to getting reliable outputs is task decomposition. Rather than asking an AI to "build a complete authentication system," you break it down: define the requirements, specify the architecture, generate individual components, test each piece, integrate gradually.
This approach, smaller tasks, one-shot outputs, human verification at each step, produces dramatically better results. But it also requires something that hype-driven narratives often ignore: human expertise.
Decompose the Problem
Break complex tasks into smaller, well-defined components that can be verified independently.
Specify Precisely
Provide clear requirements and constraints. Don't let the AI assume critical details.
Verify Each Output
Check results at every step. Catch errors early before they compound.
Own the Decisions
The human in the loop is permanent. You cannot blame the machine for a mistake.
You need to know enough to decompose the problem intelligently. You need to recognize when the AI is hallucinating. You need to understand the domain well enough to specify what you actually want.
Part Four
The Capitalism Problem
Much of the anxiety around AI treats it as a technological problem, what happens when machines become smarter than us? But the more pressing question is economic: what happens when productivity gains flow disproportionately to those who already hold capital?
Corporate decision-makers aren't looking to reduce their workforce to maintain current profits. They're looking to maximize profits, period. If that means working their remaining employees harder while leveraging AI to extract more output, that's what they'll do.
This isn't speculation. It's already happening.
A technical recruiter recently shared that they placed an engineer who, with a team of three, replaced 5,000 jobs at an international company through AI automation. The jobs weren't in technology, they were in operations. And the pattern is repeating across industries.
What Disappears
Routine Execution
Document generation, basic analysis, template-based communication becomes commoditized.
What Remains
Human Judgment
Work requiring genuine judgment, creativity, accountability, and domain expertise commands a premium.
Part Five
What Actually Changes
So where does this leave us?
Work doesn't disappear, it shifts. The definition of valuable work changes. People who simply execute tasks get squeezed. People who design systems, make judgment calls, and leverage AI to expand their output find themselves in demand.
The middle gets hollowed out. Routine cognitive work becomes commoditized. The premium moves to work that requires genuine judgment, creativity, and accountability.
Competition intensifies. When everyone has access to the same productivity tools, the advantage goes to those who use them most effectively. This creates a treadmill effect: you must adopt AI to stay competitive, but adoption alone doesn't guarantee success.
New roles emerge. We're already seeing positions like "AI operations specialist" and "prompt engineer" that didn't exist three years ago. More will follow, though predicting exactly what they'll be is difficult.
Part Six
The Honest Assessment
I build AI tools for a living. I believe deeply in their potential to augment human capability. But I'm also clear-eyed about what they can and cannot do.
Current AI systems, despite impressive capabilities, still hallucinate, still make reasoning errors, still require significant human oversight for anything consequential. The gap between marketing claims and actual performance is substantial.
This doesn't mean the technology isn't valuable. It means the value comes from augmentation, not replacement. The professionals who thrive will be those who learn to work effectively with AI while maintaining the judgment, accountability, and domain expertise that machines cannot provide.
Part Seven
What You Can Do
If you're reading this and feeling anxious about your career, here's my practical advice:
Learn the Tools Deeply
Not superficially. Understand how they work, where they fail, and how to get reliable outputs. The gap between casual users and skilled practitioners is already significant.
Focus on Judgment
The ability to make good decisions, understand context, and take responsibility for outcomes becomes more valuable as execution becomes easier.
Build Domain Expertise
AI can generate content about any topic, but it takes deep knowledge to recognize when that content is wrong, superficial, or missing something important.
Stay Adaptable
The landscape is changing rapidly. What works today may not work tomorrow. Cultivate the ability to learn continuously.
Think in Systems
The most valuable skill may be the ability to decompose complex problems, orchestrate multiple tools, and integrate outputs into coherent solutions.