No Result
View All Result
SUBMIT YOUR ARTICLES
  • Login
Saturday, August 8, 2026
TheAdviserMagazine.com
  • Home
  • Financial Planning
    • Financial Planning
    • Personal Finance
  • Market Research
    • Business
    • Investing
    • Money
    • Economy
    • Markets
    • Stocks
    • Trading
  • 401k Plans
  • College
  • IRS & Taxes
  • Estate Plans
  • Social Security
  • Medicare
  • Legal
  • Home
  • Financial Planning
    • Financial Planning
    • Personal Finance
  • Market Research
    • Business
    • Investing
    • Money
    • Economy
    • Markets
    • Stocks
    • Trading
  • 401k Plans
  • College
  • IRS & Taxes
  • Estate Plans
  • Social Security
  • Medicare
  • Legal
No Result
View All Result
TheAdviserMagazine.com
No Result
View All Result
Home Market Research Startups

We tend to assume AI is replacing jobs because coding is complex work it has mastered, but the World Economic Forum found the opposite is true: AI is more likely to replace coders than truck drivers not because coding is harder, but because the training data is easier to come by

by TheAdviserMagazine
1 month ago
in Startups
Reading Time: 7 mins read
A A
We tend to assume AI is replacing jobs because coding is complex work it has mastered, but the World Economic Forum found the opposite is true: AI is more likely to replace coders than truck drivers not because coding is harder, but because the training data is easier to come by
Share on FacebookShare on TwitterShare on LInkedIn


The first mistake in thinking about AI and jobs is to imagine that machines climb the labour market in order of difficulty. Simple work first. Complex work later. Manual work before professional work. Routine jobs before skilled ones.

That is not how the current wave of AI has moved. The surprise is that some difficult white-collar tasks became exposed earlier than many supposedly more routine physical tasks. Coding is one of the clearest examples. Driving a truck through weather, traffic, loading yards, broken signage, roadworks and human unpredictability is not obviously more intellectually demanding than writing software. But it is harder to turn into the kind of training problem that large language models can learn from.

This article is built mainly around one strand of analysis, not a universal prediction about every developer or every driver. The World Economic Forum’s 2023 white paper Jobs of Tomorrow: Large Language Models and Jobs, produced with Accenture, examined the likely impact of large language models on work. The important lesson is not that AI neatly replaces one occupation and leaves another alone. It is that exposure depends on the fit between a job’s tasks and the material AI systems can observe, imitate and produce.

That is why coding appears vulnerable in a way that feels backwards. It is not because software engineering is easy. It is because code is unusually available as data.

The wrong question is whether the work is hard

We often talk about automation as if difficulty were the main barrier. If a job is skilled, creative or well paid, it must be protected. If a job looks repetitive, it must be exposed. That older instinct came from a world where machines were best at standardised physical or clerical routines.

Large language models changed the sorting mechanism. They are strongest where work leaves behind large amounts of text-like material: documents, tickets, emails, transcripts, code repositories, examples, logs, answers and revisions. They do not need a job to be simple. They need the job’s outputs and intermediate steps to be visible enough to learn patterns from them.

Software has that visibility. Code is written in formal languages. It is stored in repositories. It comes with comments, documentation, tests, issue threads, pull requests and examples of how one version became another. Much of that material is public or semi-public, especially through open-source projects. That gives AI models a vast record of how programmers solve problems, name things, fix errors and assemble working systems.

Truck driving has data too, but it is a different kind of data. It is sensor data, road context, weather, maps, vehicle dynamics, logistics rules, safety obligations and real-world edge cases. It is expensive to collect, hard to label, and dangerous to test badly. The work happens in physical space, where a wrong answer can put people at risk. That does not make truck driving intellectually superior to coding. It makes it less available to a language model trained mostly on text and code.

Code became unusually legible to machines

The OpenAI paper Evaluating Large Language Models Trained on Code introduced Codex as a GPT model fine-tuned on publicly available code from GitHub. The production version powered GitHub Copilot. That detail is central to the current labour-market debate. Coders did not merely create software. They also created a public archive of software work.

For a model, code has another advantage. It is text, but it can also be checked. A paragraph can sound plausible while being wrong. Code can be run, tested, linted and compared against expected behaviour. That makes feedback loops easier to construct. A model can be trained or evaluated not only on whether its answer resembles code, but whether the program works under given conditions.

This helps explain why programming tasks became a natural target for AI assistants. A model can suggest a function, translate between languages, write a boilerplate component, explain an error, draft a test or refactor a small block. None of that is the whole job of a software engineer. But it touches enough of the visible surface of programming to matter.

By contrast, a truck driver does not leave behind a neat public trail of labelled decisions: here is the moment the driver noticed the van drifting, here is the slight brake pressure, here is the glance at the mirror, here is the judgement about whether the warehouse gate is wide enough, here is the informal call to a dispatcher, here is the decision not to trust the satnav. Some of that can be instrumented. Much of it cannot be collected as cheaply or safely as code.

Exposure is not the same as replacement

This is where the language needs discipline. AI exposure does not mean a job disappears. It means some tasks inside that job overlap with what a model can plausibly assist, accelerate or automate. The World Economic Forum’s framing is about the impact of large language models on jobs and the choices businesses, workers and policy-makers face. It is not a calendar for layoffs.

The OpenAI and University of Pennsylvania working paper GPTs are GPTs makes a similar distinction. The authors measured exposure as a proxy for potential economic impact, not as proof of labour replacement. They found that programming and writing skills were positively associated with exposure to LLMs, while manual routineness and robotics exposure showed negative correlations.

That is the twist. The jobs most exposed to LLMs are not necessarily the jobs people once imagined as easiest to automate. Many exposed roles are well paid, educated and computer-based. Their tasks are often complex, but they are performed through language, symbols and software interfaces. That makes them reachable by models whose native territory is language and code.

Driving is different. Autonomous vehicle systems are not just language models with wheels. They require perception, mapping, control, hardware, regulation, liability frameworks, fleet operations and a tolerance for rare but serious edge cases. Progress in autonomous trucking is real, but it is constrained by the road, not just by the quality of the next model release.

The training-data economy has a strange politics

The coding example also exposes a deeper power question. The work most easily learned from is often the work most completely recorded. Developers created open repositories, tutorials, Stack Overflow answers, documentation and issue histories because that made software culture faster and more collaborative. Those same records later became material for systems that can perform parts of software work.

This does not mean open source was a mistake. It does mean that data-rich professions may face a different kind of automation pressure. The more a field turns its practice into searchable examples, the easier it becomes for models to learn the surface patterns of that practice.

There is an irony here. Coders spent decades building tools, habits and platforms that made their work legible. Version control preserved every change. Public repositories made knowledge reusable. Q&A sites turned mistakes into indexed lessons. Documentation translated specialised work into text. That culture helped humans learn faster. It also gave machines something to learn from.

Truck drivers have no equivalent public archive of expert driving judgement. Their skill is embodied, local and situational. It is partly in the hands and eyes, partly in the vehicle, partly in the road, partly in the weather, partly in tacit knowledge of routes and depots. There are datasets for autonomous driving, but they are expensive and incomplete compared with the ordinary public abundance of code.

Why this matters for workers

For software workers, the lesson is not that coding is finished. That is too crude. The more plausible change is a shift in what employers value. If models can generate routine code, explain common errors and produce first drafts, the scarce human work moves toward problem framing, system design, judgement, review, security, product understanding, coordination and responsibility for consequences.

That shift can still be painful. Entry-level work often contains the tasks that tools can now imitate most easily. Junior developers learn by doing small fixes, writing tests, reading errors and turning clear requirements into code. If companies automate too much of that layer, they may weaken the training path that creates experienced engineers later.

For truck drivers, the exposure pattern is different. Automation may still reshape the occupation, especially on long highway routes or controlled logistics corridors. But the barrier is not only whether AI can “understand” driving. It is whether a whole physical and regulatory system can operate safely, economically and legally without the driver in the cab.

That is a higher deployment burden than asking a model to draft code inside an editor while a human reviews it. The software tool can be wrong, corrected and rerun. A heavy vehicle has much less tolerance for a bad guess.

The broader lesson is about data, not status

The coding-versus-trucking comparison is useful because it breaks a comfortable assumption. AI does not move through the economy by respecting status, pay or professional identity. It moves where tasks are digitised, recorded, repeatable enough to model, and connected to software channels where output can be delivered.

That makes some highly skilled workers more exposed than they expected. It also leaves some manual workers less exposed than old automation stories suggested, at least to language models. The line is not between smart work and simple work. It is between work that has become data and work that remains embedded in the physical world.

The World Economic Forum’s report is useful because it pushes the debate away from a single dramatic question: will AI take jobs? The better question is which parts of which jobs are visible to the machine, and why. Coding is visible because generations of developers made it so. Truck driving is harder to capture because the world does not present itself as a clean repository.

But that gap may not hold. Cameras are getting cheaper, sensors are spreading into vehicles and warehouses, and every delivery route, forklift movement and depot manoeuvre is slowly being logged somewhere. So what happens when the physical world starts producing the same dense, public trail of recorded behaviour that code has produced for decades? Does the current shape of AI exposure look like a permanent feature of the economy, or like an accident of which professions happened to document themselves first?

Maybe the safer question is not which jobs AI can read today, but which jobs are quietly becoming readable next — and whether the workers inside them know it yet.



Source link

Tags: assumeCodersCodingcomplexdataDriversEasiereconomicForumharderJobsMasteredreplaceReplacingTendtrainingtrucktrueworkworld
ShareTweetShare
Previous Post

SUI Group Expands Bluefin Loan To 6 Million SUI To Back Suilend Acquisition

Next Post

Gardens Were Missing from These City Neighborhoods. Residents Are Changing That

Related Posts

edit post
Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

by TheAdviserMagazine
August 8, 2026
0

Retirement procrastination is usually described as a failure of discipline. The forms have been sitting in a folder for months....

edit post
The self-improvement industry sells becoming your best self through grit and mindset, but the large meta-analyses are deflating: grit turns out to be mostly conscientiousness renamed, and growth-mindset programmes move academic results only slightly

The self-improvement industry sells becoming your best self through grit and mindset, but the large meta-analyses are deflating: grit turns out to be mostly conscientiousness renamed, and growth-mindset programmes move academic results only slightly

by TheAdviserMagazine
August 8, 2026
0

Become your best self is one of the most profitable sentences in modern culture. It sells books, courses, apps, and...

edit post
Most advice on becoming happier assumes it is up to you, but the evidence is humbler: much of the variation is dispositional, the claim that 40 per cent sits within your control does not hold up, and what works best points outward, towards other people

Most advice on becoming happier assumes it is up to you, but the evidence is humbler: much of the variation is dispositional, the claim that 40 per cent sits within your control does not hold up, and what works best points outward, towards other people

by TheAdviserMagazine
August 7, 2026
0

The advice on how to become happier is endless, confident, and mostly built on the same assumption: that your happiness...

edit post
Malachyte Raises M to Solve E-Commerce’s Biggest Blind Spot: the Visitor Who Never Logs In – AlleyWatch

Malachyte Raises $10M to Solve E-Commerce’s Biggest Blind Spot: the Visitor Who Never Logs In – AlleyWatch

by TheAdviserMagazine
August 7, 2026
0

E-commerce brands now spend roughly 40% more to acquire each new customer than they did in 2023, yet the website...

edit post
Psychology says the ability to eat alone in public is a sign of quiet confidence because it takes a certain kind of security to occupy a table built for two and not feel the empty chair as an accusation

Psychology says the ability to eat alone in public is a sign of quiet confidence because it takes a certain kind of security to occupy a table built for two and not feel the empty chair as an accusation

by TheAdviserMagazine
August 7, 2026
0

Somewhere in your city tonight, a person is going to walk into a restaurant they have wanted to try for...

edit post
The barrier to starting a conversation is usually a bad forecast, not a lack of charm: people underestimate how much others like them, and commuters made to talk to a stranger enjoyed the trip more than those left alone, the opposite of what they predicted

The barrier to starting a conversation is usually a bad forecast, not a lack of charm: people underestimate how much others like them, and commuters made to talk to a stranger enjoyed the trip more than those left alone, the opposite of what they predicted

by TheAdviserMagazine
August 7, 2026
0

Some people seem to strike up conversations anywhere, with the person next to them in a queue, a stranger at...

Next Post
edit post
Gardens Were Missing from These City Neighborhoods. Residents Are Changing That

Gardens Were Missing from These City Neighborhoods. Residents Are Changing That

edit post
Goldman Sachs’ India bets: 8 stocks rally up to 85% in CY26; one new addition – Mixed Stock Performance

Goldman Sachs’ India bets: 8 stocks rally up to 85% in CY26; one new addition - Mixed Stock Performance

  • Trending
  • Comments
  • Latest
edit post
Georgia Senior SNAP and Meal Resources Older Adults Can Use

Georgia Senior SNAP and Meal Resources Older Adults Can Use

July 24, 2026
edit post
New Jersey Tax-Relief Events: Three July Dates Near Seniors

New Jersey Tax-Relief Events: Three July Dates Near Seniors

July 13, 2026
edit post
Judge Who Helped Violent Illegal Alien Evade ICE Faces New Test

Judge Who Helped Violent Illegal Alien Evade ICE Faces New Test

July 31, 2026
edit post
2 judges suspended in separate cases after being indicted on criminal charges

2 judges suspended in separate cases after being indicted on criminal charges

July 9, 2026
edit post
Driving the Noncitizen Voting Scandal: Registration With License

Driving the Noncitizen Voting Scandal: Registration With License

July 26, 2026
edit post
Garbage Trucks Surveillance Florida Neighborhoods

Garbage Trucks Surveillance Florida Neighborhoods

July 29, 2026
edit post
Explained: How BSE traded fewer contracts after CAS but premiums rose 75% in first week

Explained: How BSE traded fewer contracts after CAS but premiums rose 75% in first week

0
edit post
E.W. Scripps Q2 2026 Loss Widens to -.68/Share, Revenue Down 9%

E.W. Scripps Q2 2026 Loss Widens to -$12.68/Share, Revenue Down 9%

0
edit post
Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

0
edit post
Four AI Escapes Just Redefined “Responsible AI”

Four AI Escapes Just Redefined “Responsible AI”

0
edit post
Bill Ackman’s hedge fund made janitors and receptionists millionaires—and its investment team summer together

Bill Ackman’s hedge fund made janitors and receptionists millionaires—and its investment team summer together

0
edit post
Kalshi Predicts Bitcoin Price Could Reach K in August

Kalshi Predicts Bitcoin Price Could Reach $68K in August

0
edit post
Bill Ackman’s hedge fund made janitors and receptionists millionaires—and its investment team summer together

Bill Ackman’s hedge fund made janitors and receptionists millionaires—and its investment team summer together

August 8, 2026
edit post
Links 8/8/2026 | naked capitalism

Links 8/8/2026 | naked capitalism

August 8, 2026
edit post
Wisconsin: The Next Frontier for Socialists

Wisconsin: The Next Frontier for Socialists

August 8, 2026
edit post
Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

Psychology says procrastination about retirement may be less about discipline than identity — brain scans found people often represent their future selves more like strangers than like themselves, and experiments using age-progressed faces made tomorrow’s person feel real enough for participants to save more money for them

August 8, 2026
edit post
Why You Should Be Wary of Aspartame, but Not Totally Rule It Out

Why You Should Be Wary of Aspartame, but Not Totally Rule It Out

August 8, 2026
edit post
Kalshi Predicts Bitcoin Price Could Reach K in August

Kalshi Predicts Bitcoin Price Could Reach $68K in August

August 8, 2026
The Adviser Magazine

The first and only national digital and print magazine that connects individuals, families, and businesses to Fee-Only financial advisers, accountants, attorneys and college guidance counselors.

CATEGORIES

  • 401k Plans
  • Business
  • College
  • Cryptocurrency
  • Economy
  • Estate Plans
  • Financial Planning
  • Investing
  • IRS & Taxes
  • Legal
  • Market Analysis
  • Markets
  • Medicare
  • Money
  • Personal Finance
  • Social Security
  • Startups
  • Stock Market
  • Trading

LATEST UPDATES

  • Bill Ackman’s hedge fund made janitors and receptionists millionaires—and its investment team summer together
  • Links 8/8/2026 | naked capitalism
  • Wisconsin: The Next Frontier for Socialists
  • Our Great Privacy Policy
  • Terms of Use, Legal Notices & Disclosures
  • Contact us
  • About Us

© Copyright 2024 All Rights Reserved
See articles for original source and related links to external sites.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Home
  • Financial Planning
    • Financial Planning
    • Personal Finance
  • Market Research
    • Business
    • Investing
    • Money
    • Economy
    • Markets
    • Stocks
    • Trading
  • 401k Plans
  • College
  • IRS & Taxes
  • Estate Plans
  • Social Security
  • Medicare
  • Legal

© Copyright 2024 All Rights Reserved
See articles for original source and related links to external sites.