The hot question today is: Will AI take my job? Headlines about mass layoffs and viral posts claiming an entire team can be replaced with a single prompt make the fear feel immediate. Scrolling LinkedIn or Twitter, you see dramatic claims and quick takes.
Many of those claims are exaggerated, for now. Companies cut headcount for many reasons: cost, restructuring, strategic shifts, and sometimes, "AI" is just a convenient narrative. Dismissing AI as a simple chatbot hype is also a mistake. The reality is that AI, mostly agentic AI, will change our relationship with work and how enterprises create value.
Agentic AI is real, and some roles will be replaced, just as roles shifted during the Internet, SaaS, and cloud revolutions. In this post, I’ll try to identify which roles are most at risk, suggest ways to protect and reskill yourself, and show how AI can create new opportunities. Like past technological revolutions, Agentic AI will destroy some roles, like steam trains removed the need for diligence, but it will create others.
Generative AI is a powerful tool that can process texts based on general knowledge. It excels at producing and transforming text-based artifacts: contracts, job descriptions, support tickets, documentation, and code. Agentic AI goes further by orchestrating workflows and subtasks autonomously. If your role is primarily about following a strict, repeatable process to produce standardized outputs, an agent can often do it faster and cheaper.
Examples include analysts, consultants, HR processes, and other roles where a defined input yields a standardized output. Developers face partial automation too: AI can generate boilerplate code, tests, and scaffolding quickly. Accounting and routine financial reporting are vulnerable. Many managerial tasks, such as synthesizing and distributing information from up and down, can be automated or augmented.
We already see concrete examples of agentic systems accelerating decision cycles. In high-stakes contexts, automated analysis of multiple data sources can reduce days of work to minutes. Similar acceleration is appearing in HR workflows and financial analysis, where agents aggregate, filter, and summarize large datasets. In the current war in the Middle East, the Pentagon is using agentic AI to analyze multiple data sources to make decisions.
If your role is primarily execution, producing outputs from well-defined and static processes without having to make any design or judgment, it’s at high risk of automation. Execution can be delegated to agents cheaply. It scales much more than humans can do. Does that mean you’ll lose your job? Not necessarily.
Generative AI is powerful but limited: it doesn’t make value judgments, exercise domain judgment, or possess taste. Those human skills, judgment, critical thinking, navigating ambiguity, domain expertise, and taste, become stronger differentiators in an AI-augmented workplace.
Be proactive: learn how AI works beyond the surface of simple prompts. You don’t need to be an expert or LLM engineer, but you should understand core concepts, how models generate text or images, what tokens and context windows are, and how parameters like temperature affect output. It will help you to have a better vision of what generative AI can do, cannot do, and why hallucinations happen.
Get hands-on with agentic AI platforms and tooling. Explore multiple ecosystems (Anthropic, OpenAI, GitHub Copilot, and others) and experiment with APIs, MCP, agent orchestration, and observability. Use vendor resources and community tutorials to build practical experience.
To learn more about the Anthropic ecosystem, you can use these courses published here
You can also learn GitHub Copilot CLI, it is for developers, but you can try to learn it with this beginner course (if you want to learn more, this page will be useful).
You may also try on local AI tool, where you can use a model on your local device. A good start is to set up Foundry local (https://learn.microsoft.com/en-us/azure/foundry-local/get-started?view=foundry-classic).
You can also try any other alternative AI tools, for example, Mistral AI (https://mistral.ai/products/studio).
Don’t wait for corporate training. Start learning on your own and build demonstrable projects. Early adopters will have an advantage over peers who delay.
Don’t be desperate, AI will also create new roles. Here are practical examples of emerging job categories where human expertise will remain essential:
- Agent governance and compliance, to add policies, audit data access, and permissions for agents.
- AI debt management, to identify, track, and remediate risks from unsupervised agent usage.
- Agent developer/integrator, for designing, building, and maintaining task-specific agents and orchestrations.
- Data discoverability and indexing, to ensure agents can reliably find and use the right data (the “AI SEO” problem).
- AI-assisted code reviewer/verifier, for validating code produced by agents and ensuring security, correctness, and maintainability.
- Token and cost optimization engineer for minimizing inference costs and optimizing model usage patterns.
- AI infrastructure engineer, to deploy and operate compute resources, networking, and observability stacks for agentic workloads.
These are predictions,s and I may be wrong. But like past revolutions, agentic AI will eliminate some roles and create new ones, often in places we don’t yet fully anticipate. Things about the Steam train, it revolutionized the world of transportation and the economy.
AI will reshape work, but it won’t simply “replace” people overnight. Tasks that are repeatable and execution focused are most at risk; judgment, design, domain expertise, and governance remain human strengths. The practical strategy for engineers is clear: learn how agents work, build hands-on experience, and pivot toward roles that require oversight, orchestration, and measurable impact. Those who combine technical fluency with judgment and governance skills will be best positioned in this new tech revolution.
Top comments (0)