AI careers
Back to blogAI, ML, and Data Science Job Roles in 2026: Who Actually Does What
Most role comparisons list definitions side by side. This one follows a single project from idea to production and shows who owns each stage — and where the handoffs break.
You can read twenty articles comparing AI, machine learning, and data science roles and still not know what any of these people do on a Tuesday.
The definitions are easy and nearly useless. Data scientists analyze data. ML engineers deploy models. AI engineers build with foundation models. Fine. Now: who decides whether the project is worth doing? Who owns the eval set? Who gets paged at 2 a.m.? Who tells the VP the feature isn't ready?
Those are the questions that determine what a job actually feels like, and they only have answers in the context of real work. So let's follow one project all the way through.
First, the definitions — briefly, because they're nested
The terms aren't competing, they're concentric:
- Artificial intelligence is the umbrella: any system that performs tasks we'd associate with intelligence, from rule-based logic to modern language models.
- Machine learning is a subset of AI: systems that learn patterns from data instead of being explicitly programmed.
- Deep learning is a subset of ML: multi-layer neural networks, which is where nearly all recent progress has happened.
- Data science is not in that hierarchy at all. It's a practice — extracting insight from data — that borrows from ML but also from statistics, experiment design, and domain knowledge, and whose output goes to a human rather than into a system.
That last point is the one that matters for careers, and it's why the roles diverge. Machine learning is the shared technical middle; what differs is where the work ends up. If you want that distinction properly worked through, it deserves its own treatment. Here we're using it as a starting point.
One project: shipping an AI support assistant
A mid-sized company wants an assistant that answers customer questions from its own documentation. Realistic, common, and it touches every role. Here's who owns what.
Stage 1 — Should we build this at all?
Owner: data scientist (with product)
Before anyone writes code, someone has to answer: how many inbound tickets could plausibly be handled this way? What's the current cost per ticket? What resolution rate would make this worth the engineering months?
This is analysis, not modeling. Pull the ticket history, categorize it, size the addressable slice, and produce a number the company can decide against. Get this wrong and a team spends two quarters building something that addresses 4% of volume.
Where it fails: nobody does it. The project starts because a competitor shipped something, and the business case gets reverse-engineered afterward to justify what was already built.
Stage 2 — What does "good" mean here?
Owner: data scientist / AI data scientist
This is the most underrated stage in AI engineering and the one most teams skip.
Someone has to build the evaluation set: a few hundred real customer questions with agreed-upon good answers, spanning the easy cases, the ambiguous ones, and the ones where the correct behavior is refuse and escalate. Then define the rubric — what counts as correct, what counts as harmful, how partial credit works. Then validate the judging process itself, because if you're using a model to grade outputs you now have two systems that can be wrong.
Where it fails: the team demos on a handful of cherry-picked questions, everyone is impressed, and nobody discovers until production that it confidently invents refund policies.
Stage 3 — Build the retrieval system
Owner: AI engineer
Chunk the documentation, embed it, choose a vector store, implement hybrid retrieval because pure semantic search will miss exact product names, handle permissions so customers don't get internal docs, and tune what goes into the context window.
This is the bulk of the engineering, and almost none of it is machine learning. It's information retrieval plus systems design — which is why AI engineering is reachable for strong software engineers without an ML background.
Where it fails: teams treat retrieval as solved and spend their time on prompts. In practice, most quality problems in these systems are retrieval problems.
Stage 4 — Make it work well enough
Owner: AI engineer (measured by the eval set from stage 2)
Iterate. Change chunking, try reranking, adjust the prompt, tune retrieval depth — and re-run the eval every time. Without stage 2, this stage is people arguing about which version feels better, and there is no way to settle it.
Where it fails: no eval means no ratchet. Quality wanders. A change that fixes twelve cases quietly breaks nine and nobody notices.
Stage 5 — Make it fast and affordable
Owner: ML engineer / AI engineer, together
Working isn't shipping. Now: p95 latency under a target, cost per query at projected volume, caching for repeated questions, batching, maybe a smaller model for easy queries with escalation to a larger one. Sometimes the honest finding is that the unit economics don't work and stage 1's business case was wrong.
Where it fails: discovering the cost per query only after launch, when finance asks why the bill tripled.
Stage 6 — Deploy it properly
Owner: ML engineer
Containerize, set up serving infrastructure, autoscaling, rollout strategy so a bad version doesn't hit all customers, monitoring, alerting, rollback. Then the on-call rotation — because from here, this thing is a production system and someone's phone rings when it breaks.
Where it fails: it ships behind a feature flag with no monitoring, and the first signal of a problem is a customer complaint on social media.
Stage 7 — Find out what's actually happening
Owner: data scientist / AI data scientist
Production behavior never matches the eval set. Real users ask things nobody anticipated. Someone has to instrument it: which questions get escalated, where confidence is misplaced, whether resolution rate is really improving or whether customers are just giving up. Then run the experiment properly — assistant versus control — with guardrail metrics, because "tickets went down" might mean "customers stopped asking for help."
Where it fails: the launch metric is engagement, which goes up, and nobody checks whether the thing actually resolved anyone's problem.
Stage 8 — Keep it working
Owner: ML engineer, with data science
Documentation changes. Products launch. Language drifts. Somebody has to re-index, watch quality over time, expand the eval set as new failure modes appear, and retrain or re-tune when it degrades.
Where it fails: everywhere. This is the least glamorous stage and the one that determines whether the project was worth doing. Most AI features die of neglect, not of bad models.
The four handoffs where projects die
Follow that project again and notice that every failure clustered at a boundary.
1. Business case → build. Data science sizes the opportunity; engineering builds. When this handoff is skipped, you get technically excellent solutions to problems nobody had. The tell: nobody can state the target metric.
2. Eval → iteration. Data science defines "good"; AI engineering optimizes toward it. When skipped, quality becomes a matter of opinion and can't be defended to a customer or a regulator. The tell: "it seems better."
3. Prototype → production. AI engineering builds it; ML engineering makes it survivable. When skipped, you get demos that can't be operated. The tell: a launch date with no monitoring plan.
4. Production → learning. ML engineering runs it; data science figures out what it's doing. When skipped, you never find out whether it worked. The tell: the only metric anyone quotes is usage.
This is the real answer to "which role should I be." Pick the handoff you most want to be responsible for. All four of those failures are somebody's job to prevent, and each one suits a different temperament.
The role map
| Data Scientist / AI Data Scientist | AI Engineer | ML Engineer | |
|---|---|---|---|
| Owns | Stages 1, 2, 7 | Stages 3, 4 | Stages 5, 6, 8 |
| Deliverable | Understanding and measurement | A working AI feature | A reliable system |
| Core skill | Statistics, experiment design, evaluation | Retrieval, systems design, product engineering | Software engineering, infrastructure, operations |
| Background | Stats, econ, science, analytics | Software engineering | Software engineering, backend, infra |
| Needs deep ML? | Some | Surprisingly little | Some |
| On-call | Rarely | Sometimes | Yes |
| Comp (US median TC) | ~$175K | High, wide variance | ~$261K–$272K |
| Fails without | Business context | An eval set | Monitoring |
Two things stand out.
AI engineering needs less machine learning than people assume. Stages 3 and 4 are retrieval, systems design and iteration against a metric. That's why strong backend engineers move into AI engineering successfully and quickly — and it's currently the widest door into the field.
The compensation gap is paid for operations. ML engineers earn roughly 15–40% more than data scientists at median, and stages 5, 6 and 8 explain why. Latency budgets, on-call, and long-term maintenance are the premium.
Where do you fit?
Four honest questions.
What do you want to be woken up for? If the answer is "nothing," ML engineering is a hard fit — the on-call is structural. If the answer is "I'd rather be woken up than not know," you're an infrastructure person.
Do you want to be right or do you want it to work? Stage 2 people care whether the claim is defensible. Stage 6 people care whether the thing stays up. Both are rigorous; they're rigorous about different things.
How much ambiguity is tolerable? Stages 1 and 2 are the most ambiguous work here — you're deciding what to measure with no correct answer available. Stages 5 and 6 have clear targets. Neither is better, but the mismatch is what makes people miserable.
What do you already have? A statistics or science background points to stages 1, 2, 7. A backend engineering background points to 3, 4 — the fastest transition available in AI right now. Infrastructure or DevOps points to 5, 6, 8, which is the most consistently understaffed group in the industry.
If you're building the team
Order matters more than people expect.
First hire: someone who can do stages 1 and 2. Usually a data scientist. Without the business case and the eval set, everything downstream is unfalsifiable. Teams that hire engineering first frequently end up with excellent infrastructure serving a feature nobody validated.
Second: an AI engineer for stages 3 and 4, if you're building on foundation models. This is where the product actually gets built.
Third: an ML engineer for stages 5, 6 and 8 — before launch, not after. Retrofitting monitoring and deployment onto a prototype costs more than building it right, and the person who built the prototype usually doesn't want that job.
The mistake to avoid is one hybrid posting covering all eight stages. Nobody is strong across that range, the pipeline dilutes, and your interview panel ends up evaluating three different jobs.
Titles lie — read the responsibilities
Every company writes these differently, and the same title can mean genuinely different work.
- A "data scientist" at a large tech company is often doing stages 5–6 work — effectively ML engineering with a different title and, frequently, lower compensation.
- An "AI engineer" at a fifteen-person startup often does all eight stages, which is either the best learning opportunity available or an unsurvivable scope, depending on the team.
- An "ML engineer" at a company with no models in production is usually being hired to do stages 1 through 4 and doesn't know it yet.
- "Applied scientist" varies more than any other title in the field — it can mean research, or it can mean stage 2 evaluation work.
Match on the responsibility bullets, not the title. The first three bullets are usually written by the hiring manager and describe real work. The requirements list is often boilerplate. Weight them accordingly.
FAQ
Is machine learning the same as AI?
No. Machine learning is a subset of AI — systems that learn from data rather than being explicitly programmed. AI is the umbrella term and includes plenty of non-ML approaches. Deep learning is in turn a subset of machine learning.
Where does data science fit relative to AI and ML?
It isn't in that hierarchy. Data science is a practice whose output goes to a human decision-maker; AI and ML describe systems that act. They overlap in machine learning, which both use.
Which role has the best career prospects in 2026?
AI engineering is currently the fastest-growing title in the US, per LinkedIn's Jobs on the Rise 2026, and needs the least formal ML background. ML engineering pays the most. Evaluation-focused data science is the most consistently understaffed relative to demand.
Which role is easiest to move into from software engineering?
AI engineering, by a wide margin. Stages 3 and 4 are retrieval and systems design — mostly software engineering with a model as one component.
Do I need to know deep learning for these roles?
Less than you'd think for AI engineering, some for ML engineering and data science, and deeply only for research. Far more roles are gated on software engineering rigor than on modeling depth.
Can one person do all of these?
At a very small company, yes, and it's excellent training. Past roughly thirty engineers the stages need distinct owners, because the failure modes at each handoff need someone accountable for them.
Which stage should I specialize in?
Whichever handoff failure you'd find most intolerable to watch happen. That's a better predictor of job satisfaction than salary.
The short version
AI, ML, and data science aren't three competing careers. They're three positions around one workflow: decide and measure (data science) → build (AI engineering) → operate (ML engineering), with the loop closing back to measurement.
Every AI project that fails, fails at a handoff between those positions. Pick the handoff you want to own. That single decision tells you which skills to build, which postings to answer, and which résumé to send — and it will serve you better than any definition of the terms.
DevFound is an AI-first job platform for AI and ML talent — curated roles at AI-native companies, filtered by the work you actually want to do. Browse open AI and ML roles.
Sources
- IBM — definitional hierarchy of AI, machine learning, deep learning and neural networks as nested subsets
- Levels.fyi — reported US total compensation medians: ML engineer ~$261K–$272K, data scientist ~$175K
- LinkedIn Jobs on the Rise 2026 — AI engineer as the fastest-growing US job title
- Bureau of Labor Statistics — data scientist employment projected to grow 33.5%, 2024–2034
- Job-posting skill analysis, 2026 — 73.9% of data scientist postings emphasize communication; ML engineers carry the highest on-call burden of the three roles
Compensation figures are self-reported and skew toward large US tech employers. Job-posting analyses come from industry trackers with varying methodology.