Career Risk

Which Tech Jobs Are Safe From AI (From Someone Who Automates Things)

I build automations. That is a big part of what I do all day: wiring up systems that take a task a person used to do by hand and hand it to a model or a script instead. So when people ask what tech jobs are safe from AI, they are asking someone who has actually watched which tasks fall over to automation and which ones quietly refuse to.

Short answer: the jobs that are safest are the ones where the hard part was never the typing. Roles built around judgment, accountability, messy context, and cleaning up after the machine are holding up well. The roles most exposed are the ones that were already narrow and repetitive, where the whole job was producing a predictable output from a clear input. Almost every tech job sits somewhere on that line, not neatly on one side. This post is about where the line actually falls, based on both real numbers and what I see building this stuff.

What tech jobs are safe from AI right now

Start with the government's own count, because it is the least hyped source available. The Bureau of Labor Statistics projects that employment of software developers, QA analysts, and testers will grow 15 percent from 2024 to 2034, against 3 percent for all occupations, with about 129,200 openings a year. That is a field expanding through the exact decade AI coding tools are supposed to gut it. The BLS names AI itself as a growth driver, because someone has to build, wire up, and maintain all of it.

Information security is the sharper example. The BLS projects information security analyst jobs to grow 29 percent through 2034, nearly ten times the average, driven by attacks getting more frequent and more automated. When attackers use AI, defenders need more humans, not fewer. That is one of the most AI-resilient corners of tech going.

The World Economic Forum's Future of Jobs Report 2025, which surveyed employers covering more than 14 million workers, lands in the same place. Its fastest-growing roles by percentage are big data specialists, fintech engineers, and AI and machine learning specialists, with software developers and security management specialists right behind. The report expects AI and information-processing tech to create 11 million roles while displacing 9 million. That is churn, not collapse, and the roles being created are heavily technical.

So the honest version of the safe list looks like this:

If you want a broader view beyond tech specifically, the pillar on what jobs are safe from AI covers the same logic across other fields, and the roundup of high-paying AI-proof jobs shows where the resilient roles also pay well.

Why the practitioner view differs from the panic

Here is the part the headlines skip. AI is genuinely good at producing a first draft of code. It is not good at knowing whether that draft belongs in your system. Those are different skills, and only one of them is the actual job.

The 2025 Stack Overflow Developer Survey, which polled over 49,000 developers, caught this precisely. AI adoption climbed to 84 percent of developers using or planning to use these tools. In the same survey, trust in the accuracy of AI output fell to 29 percent, down from 40 percent the year before, and more developers now actively distrust it (46 percent) than trust it (33 percent). The most experienced developers were the most skeptical. They use it more and believe it less.

That gap is the whole story. I live in it. An automation I set up will draft something plausible, and the value I add is knowing it is subtly wrong before it reaches production. The model does not know it is wrong. It has no stake in the outcome. Verification, context, and the judgment to say "this looks right but it will break in three weeks" is exactly the work that does not automate, and it is where the durable jobs sit. For a fuller list of these, see the tasks AI still can't do.

Curious where your own role lands?

The free How AI-Proof Is Your Job? assessment scores your day-to-day tasks, not your title, and shows you which parts are exposed and which are safe.

The tech roles that are actually exposed

Being honest cuts both ways. Some tech work is genuinely at risk, and pretending otherwise helps nobody.

Computer programmer, as a distinct role, is the clearest case. The BLS projects programmer employment to decline 6 percent from 2024 to 2034 and notes that some of that work can be done from lower-wage locations or handled by tools. Note the split: "programmer" as narrow code translation is shrinking, while "software developer" as design plus judgment plus ownership is growing 15 percent. Same keyboard, very different exposure.

The pattern I see building automations: the more of a role that is turning a clear spec into a predictable output, the more of it a model can do. Basic CRUD endpoints, boilerplate front-end scaffolding, simple data transforms, first-pass unit tests, routine bug triage. I automate versions of these regularly. What survives in those same jobs is everything around the edges. Deciding what the spec should be. Catching the requirement nobody wrote down. Owning the on-call page at 3 a.m.

The takeaway is not "quit if you write a lot of code." It is that the code-typing portion of your job is compressing, so the value shifts to the judgment portion. If you want to check your specific role rather than a category, the guide on whether your job is at risk from AI walks through how to score it task by task.

How to make your tech job more AI-proof

You cannot control the projections. You can control which side of the line your daily tasks sit on. A few moves that actually work, based on what has kept my own work resilient:

Move toward ownership. The engineer who decides what gets built and answers for it is worth more the moment drafting gets cheap. The one who only translates finished specs into code is competing with a tool that translates faster.

Get good at verification. As trust in AI output falls even while usage rises, the person who can reliably tell good output from bad becomes the bottleneck everyone needs. That is leverage, not busywork.

Go where the stakes are high. Security, payments, infrastructure, healthcare systems. Places where a confident wrong answer costs real money or real safety are places that keep humans firmly in the loop.

Stack a second technical layer instead of starting over. You do not need to abandon coding to add ML deployment, data engineering, or security skills on top of it. The guide on how to reskill for AI without quitting covers doing this while you keep your current role, and the AI-proof jobs overview shows which adjacent skills compound best.

FAQ

Will software developers be replaced by AI?
Not on the current evidence. The BLS projects 15 percent growth for software developers through 2034 and names AI as a reason demand stays strong. The typing part of the job is compressing; the design, judgment, and ownership parts are growing.

What is the most AI-proof tech job?
By the numbers, information security is the strongest bet, with the BLS projecting 29 percent growth through 2034, nearly ten times the all-occupation average. When attackers automate, defenders need more people.

Is coding still worth learning in 2026?
Yes, but learn it as a way to build and reason about systems, not as pure syntax. AI drafts code fast, but 84 percent of developers use it while only 29 percent trust its accuracy, per the 2025 Stack Overflow survey. Knowing when the draft is wrong is the skill that pays.

Which tech jobs are most at risk from AI?
Narrow, spec-to-output roles are the most exposed. The BLS projects a 6 percent decline for computer programmers specifically, distinct from the growing software developer category. The more repetitive and self-contained the task, the easier it is to automate.

How do I know if my specific role is safe?
Titles hide the answer; tasks reveal it. Two people with the same job title can have very different exposure depending on how much of their week is routine output versus judgment. The How AI-Proof Is Your Job? assessment scores it at the task level.

If you take one thing from someone who automates work for a living: the machine is fast at the part of your job you could already describe in a sentence. Everything you cannot quite put into words yet is where you are still needed. Run your own role through the free How AI-Proof Is Your Job? assessment and find out exactly where you stand.

Published July 2026.