FDE Track~13 min readUpdated Jul 2026
Role explainer

Applied AI Engineer:
the same job, a newer badge

The title appeared on frontier-lab careers pages and spread fast, and it causes real confusion — because “applied” is doing quiet, load-bearing work in it. It does not mean applied research. It means the model meets a real customer’s systems, and you are the person standing where that happens. Anthropic advertises the role as Forward Deployed Engineer, Applied AI, which is the clearest statement of what it is.10

01

What the job actually is

Applied AI Engineer, in one sentence

An engineer who builds and deploys model-backed systems with and for a specific customer — owning the problem from a vague business ask through prototype, integration, evaluation and production, rather than owning a component of a product used by everyone.

The useful signal is the published shape of the work. Anthropic’s job description for the role gives a 40/30/30 split: roughly 40% building with customers, 30% technical strategy and enablement, 30% feeding what you learn back into the product — and it names MCP servers, sub-agents and agent skills as deliverables.10 That last 30% is the part that separates this from consulting, and the part candidates most often fail to ask about.

A typical month containsIt does not usually contain
A discovery session that reframes what the customer asked forTraining or fine-tuning a foundation model
A prototype in days, thrown away or hardened depending on what it provedOwning a service for a million anonymous users
An integration with something undocumented from 2011A quarterly roadmap you plan and then execute undisturbed
An eval set that turns “it should be accurate” into a gatePublishing research
A conversation where you say no to a request and keep the relationshipWorking entirely inside your own codebase
A pattern generalised and handed to the product teamPredictability
02

How it differs from the adjacent titles

Four titles, genuinely different jobs, routinely used interchangeably by recruiters.

TitleWhose problemShips toCore skill
Applied AI EngineerA named customer’sTheir environmentTurning an ambiguous business problem into a model-backed system that survives their data
AI EngineerYour product’s usersYour productBuilding and operating LLM features at scale — retrieval, agents, latency, cost
ML EngineerA modelling problemA pipeline or serviceTraining, feature engineering, serving, drift — owning a model rather than using one
Research EngineerAn open questionA paper or a capabilityExperimental rigour at scale
→ The distinction that matters in an interview

An AI engineer is asked “how would you make this feature reliable?” An applied AI engineer is asked “the customer says their invoice process is broken and they want AI — what do you ask them?” If your loop contains a round where you are scored on your questions before you are allowed to propose anything, you are interviewing for the applied variant. That round is simulated in the decomposition lab.

For the full comparison against the software-engineering ladder and the AI-engineer track, see FDE vs AI engineer and FDE vs software engineer.

03

The title variants, and what each one tells you

Five badges, one family, and a few real differences hidden inside the naming.

1

Applied AI Engineer

Frontier labs and AI-native companies. Emphasis on the model being new enough that nobody knows the patterns yet, and on feeding discoveries back into the product.

2

Forward Deployed Engineer (FDE)

The original Palantir lineage, now adopted widely.12 Emphasis on being embedded at the customer. Often used interchangeably with the above — Anthropic’s posting uses both at once.10

3

Forward Deployed AI Engineer

A compound that is becoming common. It usually signals a company that had an FDE function first and added AI, rather than an AI company that added deployment — which tells you something real about where the leverage and the seniority sit.

4

AI Solutions Engineer

Frequently pre-sales-weighted: demos, proofs of concept, technical qualification. A meaningful share of postings using FDE-family titles are this shape.1 Neither better nor worse — a different rhythm, and worth knowing before you accept. See AI solutions engineer.

5

Deployment Strategist / FDSE

Palantir’s own split, and the sharpest one in the family: two distinct roles, only one of which is an engineering ladder.13 Covered in FDE vs FDSE vs deployment strategist.

→ Two questions that identify any of them

“What fraction of last quarter was spent pre-sale versus post-sale?” and “What did the last deployment contribute back to the product?” The first tells you whether you are being hired to sell or to build. The second tells you whether the org compounds or just accumulates customers. Two sentences, and they distinguish these five titles better than any job description does.

04

What every posting asks for

Across frontier labs, AI infrastructure companies and vertical startups, the same cluster recurs. The technical bar is a strong generalist engineer — the differentiator is everything attached to it.11

Technical

  • Strong general engineering — usually Python and TypeScript, plus whatever the customer runs.
  • LLM application patterns: retrieval, tool use, agents, structured output, context management.
  • Evaluation. The most-cited hard skill and the least-taught: golden sets, judges, CI gates. Handbook.
  • Integration reality: authentication, pagination, rate limits, idempotency, other people’s schemas.
  • Deployment where you do not own the cloud: IaC, VPCs, sometimes air-gapped.
  • Increasingly: MCP servers and agent harnesses as the deliverable.10

The part that decides who gets hired

  • Reframing a vague ask into a problem worth solving — before writing anything.
  • Learning an unfamiliar domain in days, well enough to be useful.
  • Saying no to a customer request and keeping the relationship stronger.
  • Judging when to ship something rough and when that is negligent.
  • Tolerating being the only person who understands the system, and then engineering your way out of it.
  • Writing down what generalises, every time, so the work compounds.
→ The honest description of the bar

These roles are hard to fill because the combination is rare rather than because any single skill is exotic. First Round’s account puts the bar at staff-engineer level for the engineering, plus a temperament most strong engineers have never been asked to develop.11 If you are technically strong and have never sat in front of an unhappy customer, that gap — not your algorithms — is what to work on.

05

Pay, and where the title sits

Compensation follows the employer tier far more than the title. The same words on a badge span roughly a seven-fold range depending on who is printing it, mostly because equity is reported at 55–70% of a frontier-lab package while job-board aggregates report base salary across every employer.1834

~$185Kmedian posted base, strict-definition FDE roles3
55–70%equity share of total comp at frontier labs18
~1/3of FDE-family postings are pre-sales-shaped1

The full breakdown — six employer tiers, five levels, and the six questions that change what an offer means — is in the salary handbook, and the comp explorer decomposes any combination into base, equity and bonus rather than one headline number.

If this is the role you want

Start with the interview shape

Applied AI loops are unusual: decomposition, a learning round, incremental coding, a defended take-home, and a values round that fails more people than the coding does.

Frequently asked

Quick answers

What is an Applied AI Engineer?

An engineer who builds and deploys model-backed systems with and for a specific customer — owning the problem from a vague business ask through prototype, integration, evaluation and production. "Applied" means the model meets a real customer’s systems, not applied research. Anthropic advertises the role as Forward Deployed Engineer, Applied AI, and publishes a roughly 40/30/30 split across building with customers, technical strategy and enablement, and feeding learnings back into the product.

Is an Applied AI Engineer the same as a Forward Deployed Engineer?

Usually yes. "Applied AI Engineer" tends to be used by frontier labs and AI-native companies, "forward deployed engineer" carries the Palantir lineage, and several postings use both in the same title. The differences worth checking are not in the words but in two answers: what fraction of the work is pre-sale versus post-sale, and what the last deployment contributed back to the product.

How does an Applied AI Engineer differ from an AI Engineer?

An AI engineer builds LLM features in their own product for many users, and is asked how to make a feature reliable. An applied AI engineer builds for one named customer in that customer’s environment, and is asked what they would ask the customer first. If the interview loop contains a round where you are scored on your clarifying questions before you may propose a solution, you are interviewing for the applied variant.

What skills do Applied AI Engineer postings ask for?

Strong general engineering (typically Python and TypeScript), LLM application patterns such as retrieval, tool use and agents, integration realities like authentication and rate limits, deployment into environments you do not own, and increasingly MCP servers and agent harnesses as deliverables. Evaluation is the most-cited hard skill and the least taught. The differentiator in hiring is rarely the technical list — it is reframing a vague ask, learning a domain fast, and saying no to a customer while keeping the relationship.

What does an Applied AI Engineer earn?

It depends far more on employer tier than on the title. A 2026 posting census put the median posted base for strict-definition FDE roles near $185K, while frontier-lab total compensation is reported much higher with equity at 55 to 70 per cent of the package. Job-board aggregates measuring base salary across all employers land far lower, which is why published figures for the same title differ by roughly seven times.

Receipts

Sources

Every number on this page traces to one of these. Where a figure is self-reported or crowd-sourced rather than first-party, it is labelled inline.

Cited on this page

  1. Bloomberry — “I analyzed 1,000 forward deployed engineer jobs” — posting growth, builder/pre-sales/internal split. bloomberry.com/blog/i-analyzed-1000-forward-deployed-engineer-jobs-what-i-learned/
  2. Plank — FDE job-market census — 1,206 strict-definition postings across 669 companies; median posted base $185K. www.joinplank.com/fde-job-market
  3. Anthropic — Forward Deployed Engineer, Applied AI (JD) — 40/30/30 split; MCP servers, sub-agents and agent skills as deliverables. jobs.menlovc.com/companies/anthropic/jobs/69674588-forward-deployed-engineer-applied-ai
  4. First Round Review — “So you want to hire a forward deployed engineer” — the staff-engineer bar. review.firstround.com/so-you-want-to-hire-a-forward-deployed-engineer/
  5. The Pragmatic Engineer — Forward deployed engineersnewsletter.pragmaticengineer.com/p/forward-deployed-engineers
  6. Palantir blog — “Dev versus Delta” — FDSE and Deployment Strategist as distinct forward-deployed roles. blog.palantir.com/
  7. Perspective — 2026 Forward Deployed Engineering compensation report (1,200 FDEs) — self-reported survey data; treat as medium confidence, not first-party. www.getperspective.ai/blog/2026-forward-deployed-engineering-compensation-report-1200-fdes
  8. ZipRecruiter — forward deployed engineer salary aggregate — job-board aggregate skewed toward non-frontier employers; low confidence for frontier-lab comp. www.ziprecruiter.com/Salaries/Forward-Deployed-Engineer-Salary
Applied AI Engineer, Explained · part of the FDE track · Vibe Engines · 2026
Finished this one? 0 / 206 Handbooks done

Explore the topic

See this alongside everything else on the same subject — handbooks, system designs, challenges and tools, in one place.