Will AI Replace Us All?
Discover how AI is reshaping work and how you can leverage it to stay relevant, boost productivity, and enhance creativity

Given the level of attention Artificial Intelligence (AI) has received since the launch of ChatGPT in November 2022—particularly large language models (LLMs) and diffusion models—many professionals are wondering how much longer they have until AI can replace them for good.
It’s a legitimate question. Plenty of tasks that required a human just a couple of years ago can now be handled by AI with ease. We’ve seen it in book illustrations, translations, writing, and even music composition. Many professionals have already seen their businesses significantly impacted by this wave of AI tools.
But this fear isn’t just about the possibility of losing our jobs. It goes deeper. Will AI make us pointless? If an AI can outperform me at everything, what’s the point of even trying?

“Commerce is our goal here at Tyrell. ‘More human than human’ is our motto.”
—Eldon Tyrell, Blade Runner
As Sally Hogshead, author of “Fascinate: How to Make Your Brand Impossible to Resist”, puts it: Different is better than better. AIs are improving rapidly, but there’s something they’ll (probably) never do as well as you: they can’t be you.
No matter what you do, unless you’re a world champion at it—which doesn’t even make sense in most disciplines (e.g., can you be a world champion at guitar or at product management?)—you likely already know people on LinkedIn, YouTube, or Instagram who can do it somewhat better. Perfect technique, amazing ideas, flawless execution… So what? That doesn’t mean there’s no place for you.
As David Heinemeier Hansson (DHH) once said (paraphrasing since I couldn’t find the exact source), “If Microsoft tried to compete with Basecamp, they’d have a whole department with hundreds of engineers working on it. They’d come up with a product so different from Basecamp that we wouldn’t even be competing in the same space.”
The “AI Footprint”
AI-generated illustrations have been around long enough that most of us can recognize them instantly. Sure, they’ll continue to improve, but the Pareto principle likely applies: getting 80% close to a real illustrator might be reasonably easy, but the remaining 20% could take many more years. The same goes for self-driving cars.
This applies to AI-generated text as well. There are services like ZeroGPT that claim to identify AI-generated content, though they’re often unreliable. What they seem to do is flag common AI-generated expressions. But if AI uses them, it’s because humans have used them for a long time. Some argue these tools are better at identifying well-written text than distinguishing AI from human authors. Still, there’s a big leap between a few well-written paragraphs and a brilliant novel.
AI’s Role in the Present and Future
One thing is clear: AI is here now, and it will be part of our future. If we want to remain relevant, we must learn to integrate AI tools into our daily tasks.
We are in a transitional period where companies are experimenting with AI to automate various roles. Understanding what AI can and can’t do helps us harness it effectively. Many designers, for instance, use AI-enhanced plugins in their workflow without AI replacing their creative vision.
If you’re a Product Owner (PO), Product Manager (PM), or in any management role, LLMs can dramatically improve your efficiency. Examples include:
- Writing stories in Jira: Briefly describe the ticket, provide documentation, and specify the format. The result will likely be more polished and take far less time.
- Proofreading, translating, answering emails, writing summaries…
Ignoring these tools means falling behind, as colleagues who leverage AI will inevitably gain a competitive edge.
Disclaimer: Don’t share company secrets or personal information with ChatGPT or similar services. This could violate GDPR and your employer’s policies. Instead, use tools like LM Studio or Ollama to run LLMs locally on your PC.
AI and Software Development
AI’s impact on software development is undeniable. If every developer becomes 5x more productive (likely), will we still need the same number of developers?
Software development is a field where there’s always more to do. AI will likely lead to better products rather than fewer jobs. That said, smaller teams will be able to achieve more than ever before.
My experience with AI coding assistants like GitHub Copilot and Cursor has been positive, but I don’t think they will replace developers anytime soon. You still need to know what you’re doing.
Linus Torvalds compared AI assistants to IDEs—useful, but not a replacement for skilled programmers.
Pros
- AI excels at generating “glue code.” Once you’ve written some functions, it can fill in multiple lines at once—like auto-complete on steroids.
- It’s great for working with unfamiliar libraries, identifying functions, and writing efficient code quickly.
- It can help document algorithms and even explain poorly written functions as if it were a senior engineer reviewing your code.
- It can suggest better variable names, refactor code, and even write tests.
- It can write scripts, generate code snippets, and help with debugging.
Overall, AI makes programming more productive and enjoyable.
Cons
- AI can introduce subtle bugs if you’re not careful, making traditional techniques from Extreme Programming (XP) like pair programming and TDD as relevant as ever.
- It can be distracting when you already know what you want to do, as some AI assistants make suggestions that could disrupt your workflow.
- Relying too much on AI for syntax and library details might slow down your growth as a programmer. Being a skilled coder means understanding these things, not just filling in the gaps with AI assistance. This is related to one of my previous articles: What Is the Internet Doing to Our Brains.
Final Thoughts
I don’t think AI will replace good software developers anytime soon (looking at you, Devin), but its impact is undeniable. To remain competitive, we must integrate AI into our daily toolset.
Programming is an area where AI can improve rapidly because it’s easier to train on reliable performance data. As of today, true expertise and problem-solving still require human intuition, but I’d expect AI to improve dramatically in the next few years in this particular field. Software developers will likely still be needed in the next decade, but what it means to be a developer will change significantly.
So, what’s your take? Do you think AI might replace your job? How can you stay relevant? And what would happen if AI replaced all jobs?
Looking forward to your comments!
Back to the top ↑