← Back to Notes

What Does a Forward Deployed Engineer Actually Do? (2026 Guide)

Rohit Raj··10 min read

Forward deployed engineer went from a Palantir job title to the fastest-growing role in tech. Here is what an FDE actually does week to week, how the role differs from a software engineer, solutions engineer, or consultant, why AI companies hire for it so aggressively, and the three ways a company can get FDE capacity without a six-month search.

forward deployed engineerwhat does a forward deployed engineer doforward deployed engineer meaningforward deployed engineer role
Isometric render of an engineer workstation wired directly into a client control room, illustrating what a forward deployed engineer does

TL;DR

A forward deployed engineer (FDE) is a senior software engineer who embeds inside a customer's environment to scope, build, deploy, and own a system through to production — half engineer, half consultant, full owner. The role started at Palantir and became the fastest-growing title in tech once AI companies learned that models do not create value until someone integrates them into a customer's real systems. If your AI pilots keep dying at the demo stage, you need FDE capacity: hire one in-house, take one from your model vendor, or bring in a contract or fractional FDE.

What is a forward deployed engineer?

By Rohit Raj — AI Consultant · Forward Deployed Engineer · LinkedIn

A forward deployed engineer is a software engineer who works from inside the customer's organisation rather than from inside the vendor's product team. The "forward deployed" phrase is borrowed from the military: forward deployed units operate at the front, close to where things actually happen, instead of at headquarters.

Applied to software, that means the FDE sits with the customer — in their meetings, their data, their compliance rules, their half-documented legacy systems — and builds the thing that makes a product work *for that customer specifically*. They are not writing a ticket for someone else to pick up in two sprints. They are the person who ships it, deploys it into the customer's environment, and answers for it when it breaks.

Palantir made the role famous. Its engineers were split into product developers who built the platform and forward deployed engineers who lived at customer sites making the platform useful against real data. The insight was blunt: enterprise software fails at the last mile, and the last mile is different at every customer.

In 2025 and 2026 the role jumped from a Palantir quirk to an industry standard. OpenAI, Anthropic, Databricks, Snowflake, and a wave of AI startups hire forward deployed engineers, and industry tracking puts FDE job postings at roughly eight times their level a year earlier. The Wall Street Journal called it the hottest job in tech. The reason is the same one Palantir found: AI models are only valuable once they are wired into how a company actually works, and that wiring is engineering, not sales.

What an FDE actually does, week to week

Job descriptions list "collaborate with customers" and "build and deploy solutions". Here is what that looks like in practice.

1. Scoping inside the customer's context. The FDE starts by sitting with the people whose work is supposed to change — the operations lead, the support team, the analyst who runs the monthly report by hand — and mapping what actually happens today. Not the process diagram. The real one, with the spreadsheet nobody admits to.

2. Finding where the product creates value. Vendors sell a platform; customers have problems. The FDE translates: "you want fewer escalations, so the agent should triage tickets against your policy documents and route the rest, and here is the data we need to make that reliable."

3. Building the integration layer. This is most of the engineering. Connecting the product to the customer's CRM, ticketing system, data warehouse, identity provider. Writing the data pipelines that clean fifteen years of inconsistent records into something a model can use. In AI deployments today, this frequently means building MCP servers so agents can safely call internal systems.

4. Deploying into the customer's environment. Their cloud account, their VPC, their security review, their change-management process. An FDE knows how to get software through an enterprise's front door without a six-month procurement cycle.

5. Owning production. When the system misbehaves at 2 AM, the FDE is the last line of defence — and, more importantly, the person who then fixes the root cause rather than restarting the service. For AI systems this includes evaluation: measuring whether the agent's outputs are still correct after the customer's data shifted.

6. Feeding learnings back to product. What broke at this customer is what will break at the next ten. A good FDE turns bespoke fixes into product improvements, which is why the role sits between customer and product rather than fully inside either.

A concrete example from my own work: an India-based fintech-education company needed content and product engineering to run without a full-time team. Embedding as an FDE meant building a production platform on their infrastructure plus an autonomous daily pipeline — an agent that researches, writes, typechecks, and deploys a new article every day — and then owning it in production so it kept publishing while product features shipped alongside. That is FDE work: not a recommendation, a running system in their account.

Forward deployed engineer vs software engineer vs solutions engineer vs consultant

The titles overlap and hiring managers mix them up constantly. The clean separation is *where the person sits* and *what they own*.

RoleSits whereOwnsWrites production code?Typical failure mode
Software engineerVendor's product teamThe product roadmapYesShips features that do not fit any single customer's workflow
Solutions engineer / sales engineerPre-sales, between sales and customerThe demo and the technical winRarely; prototypes at mostDemo works, production is somebody else's problem
ConsultantAdvisory, outside the codebaseRecommendations and decksUsually noRecommends a system nobody builds
Forward deployed engineerInside the customer's environmentThe deployed system, through productionYes, in the customer's stackBuilds a bespoke system that never becomes product (the good FDE prevents this)

The FDE is the only one of the four who is both accountable for a production outcome *and* writing the code inside the customer's environment. A solutions engineer proves the product could work; the FDE makes it work. A consultant tells you what to build; the FDE builds it and stays.

If you want the extended version of this comparison, the forward deployed engineer vs solutions engineer question is the one I get asked most on scoping calls, and the answer is almost always "you have plenty of people who can demo it — you need the person who deploys it."

Why the role exploded in 2026

Three things happened at once.

AI pilots kept dying at the demo stage. Every company ran an LLM proof-of-concept in 2024 and 2025. Most never reached production. The model was fine; the problem was everything around it — data access, permissions, evaluation, integration with systems that predate the internet, and the absence of anyone accountable for pushing it through. Companies discovered that "adopting AI" is an engineering deployment problem, and the deployment problem is different at every company.

Model vendors learned that usage, not licences, is the business. An API key nobody integrates generates nothing. OpenAI and Anthropic built forward deployed teams for the same reason Palantir did: the vendor's revenue depends on the customer getting to production, so the vendor pays engineers to make that happen inside the customer's walls.

Agents raised the stakes of the last mile. A chatbot that answers questions can be wired up in a week. An agent that files tickets, reconciles invoices, or dispatches technicians has to be connected to real systems with real permissions, tested against real failure cases, and monitored. That is a deployment engineering problem with a security review attached, which is exactly the FDE skill set.

The result is a title that went from a few hundred postings to several thousand in a year, with salaries to match, and a scarce profile every AI company is competing for. That scarcity is also why companies outside the vendor ecosystem increasingly get FDE capacity on contract rather than waiting for a hire.

What forward deployed engineers build in AI companies

In 2026 the FDE portfolio is recognisable across companies:

  • Agents that do real work — ticket triage, dispatch, research, reconciliation, content operations — scoped to one workflow, with a human confirmation gate on anything destructive.
  • MCP servers and tool integrations that let agents read the CRM, query the warehouse, or file the ticket with least-privilege credentials and an audit trail.
  • Retrieval pipelines (RAG) over the customer's documents, with the unglamorous data cleaning that decides whether retrieval is accurate.
  • Evaluation harnesses — the test suite for AI behaviour — so the system proves it works before users meet it and keeps proving it after the data shifts.
  • Guardrails and observability: prompt-injection defences, rate limits, cost controls, and traces so a failure can be diagnosed rather than guessed at.
  • Enablement for the customer's own engineers, increasingly including Claude Code and agentic development workflows so the team can extend the system without the FDE.

Notice how little of that list is "prompting". The model is the cheap part. The FDE's value is the surrounding system and the ownership of it.

Skills that actually matter in an FDE

Interview loops for the role usually test coding plus a customer scenario. In practice, the engineers who thrive have a specific mix:

  • Full-stack breadth with integration depth. Comfortable across API design, data pipelines, auth, cloud deployment, and whatever the customer's legacy stack turns out to be. Depth in one language matters less than the ability to be useful in any of them by Tuesday.
  • Tolerance for ambiguity. The brief is "make AI useful for our claims team". The FDE has to turn that into a scoped system without waiting for a product manager to write it down.
  • Security and permission instincts. An agent connected to production systems is a liability until its boundaries are designed. FDEs think in least privilege, read-only defaults, and confirmation gates by reflex.
  • Evaluation discipline. Knowing that "it worked on the demo data" means nothing, and building the harness that says whether it works on the customer's data.
  • Communication with non-engineers. Weekly written updates a CFO can read. Explaining why the agent needs access to the ticketing system in words the security team accepts.
  • Ownership. The defining trait. The FDE does not hand off at "deployed"; they hand off at "your team can run this without me".

Three ways to get forward deployed engineering capacity

If your AI work is stuck between pilot and production, you have three options.

1. Hire an FDE in-house. Right when the AI workload reliably fills a full week, shapes your core roadmap, and you can win a scarce profile against the model vendors hiring for the same title. Expect a long search and a ramp before the first system ships.

2. Use your model vendor's FDE team. OpenAI, Anthropic, and the large platforms embed engineers with strategic customers. Excellent if you qualify, but the engagement is naturally biased toward the vendor's platform and reserved for accounts above a certain size.

3. Bring in a contract or fractional FDE. One senior engineer who embeds in your environment on either a fixed-scope pilot — one defined production outcome — or a fractional retainer of fixed days per week. You get the FDE model without the headcount, and the option to convert to a full-time hire once there is a working system to hire onto. This is how I work with companies: details on the forward deployed engineer engagement here.

A useful build-or-rent test: if you cannot name the next twelve months of AI work, rent first. A fractional FDE turns "we should do something with AI" into a shipped system and a prioritised backlog, and that backlog is what tells you whether the full-time hire is justified.

When you do not need a forward deployed engineer

Honesty about the role's limits:

  • Your problem is product, not deployment. If you are building an AI product from scratch for many customers, you need product engineers (or a fractional AI engineer working your backlog), not someone embedded in one customer's operations.
  • You have no systems to integrate with. A pre-seed startup with a Notion page and an idea needs a founding engineer to build the product first. FDEs are most valuable where there is already a business with data, workflows, and constraints.
  • You only need advice. Architecture reviews and strategy are consultant work. An FDE will happily give the advice, but you are paying for someone who builds; use that.
  • The task is genuinely one-off and tiny. A single API integration with a clear spec is a freelance task. Do not dress it up as an embedded engagement.

Frequently Asked Questions

Q: What does FDE stand for? Forward deployed engineer — a software engineer embedded inside a customer's environment to build, deploy, and own a system through to production. The term comes from Palantir, borrowing "forward deployed" from military usage.

Q: Is a forward deployed engineer the same as a solutions engineer? No. A solutions engineer works pre-sales and proves the product can work, usually with demos and prototypes. A forward deployed engineer works post-sale inside the customer's environment, writes production code in the customer's stack, and owns the deployed system.

Q: Why do AI companies hire forward deployed engineers? Because AI models generate value only once they are integrated with a customer's real systems, data, and permissions — and that integration is different at every customer. FDEs are how OpenAI, Anthropic, Palantir, and others get customers from pilot to production.

Q: What skills does a forward deployed engineer need? Full-stack engineering with integration depth, comfort with ambiguity, security and permission instincts, evaluation discipline for AI systems, clear communication with non-engineers, and end-to-end ownership of production outcomes.

Q: Can I hire a forward deployed engineer on contract or fractionally? Yes. Contract engagements are typically a fixed-scope pilot with one defined production outcome; fractional engagements are a fixed number of days per week on an ongoing retainer. Both keep the embedded, production-owning nature of the role without a full-time hire.

Bottom line

A forward deployed engineer is the person who makes software — and in 2026, mostly AI — actually work inside a specific company: scoped in the customer's context, built in the customer's stack, deployed in the customer's environment, and owned through production. The title is new; the job is the oldest one in enterprise software, which is closing the gap between what the vendor sold and what the customer needed.

If you have an AI initiative that keeps stalling between demo and production, that gap is exactly what an FDE closes. I work as a forward deployed engineer for companies that need AI shipped, either as a fixed-scope pilot or on a fractional retainer — here is how the engagement works.

Hire a Forward Deployed Engineer

Let's Talk →

Read Next

Qwen3.8-Flash-Next vs Qwen3.8-27B: The Local Memory Math Behind the "12GB VRAM" Headline (2026)

Qwen3.8-Flash-Next needs only 6B active parameters per token, so the internet decided it runs on 12G...

This Week in AI Dev: The Price War Reaches Anthropic's Flagship (Week 35 of 2026)

Anthropic's priciest model took 8.0% of its own customers' spend in July while Opus 4.8 took 28.0%. ...