Back to writing

What a Forward Deployed Engineer Actually Does in 2026

forward-deployed-engineeraicareersmcpagentic-ai

What a Forward Deployed Engineer Actually Does in 2026

The term "forward deployed engineer" has gone from niche Palantir jargon to one of the fastest-growing job titles in tech. According to Indeed data shared with Business Insider, US postings grew from 643 in April 2025 to 5,330 in April 2026, a 729% year-over-year increase. In India, TeamLease Digital's data cited through Inc42 puts the growth at roughly 800% over the same period.

That kind of growth always brings title inflation. Some of what is being posted as "FDE" right now matches the role described here. Some of it is sales engineering or professional services with a shinier label. This post tries to explain the difference clearly, and to be honest about where I sit relative to this role as someone who is actively targeting it.


Where the role came from

Palantir is the origin point. In the early 2010s, Palantir built a horizontal data platform (Gotham, then Foundry) and quickly discovered that "general-purpose" does not mean "self-deploying." Every enterprise customer had different data formats, different legacy systems, different internal politics around what counted as a source of truth. Palantir's solution was to embed engineers directly inside customer organizations with a mandate to write production code, not just advise on architecture.

Internally, Palantir called these people "Deltas" and contrasted them with "Devs," who built capabilities intended for all customers. The distinction matters: a Delta enabled many capabilities for a single customer; a Dev built one capability that could eventually reach many customers. FDEs fed field friction back to the Devs. The loop was the whole point.

By 2016, Palantir had more FDEs than software engineers. That ratio is probably not right for every company, but it illustrates how central the role was to their operating model.

The term spread to AI labs and AI-native startups starting around 2024. OpenAI built its FDE team to help enterprise clients use the technology on specific business problems. Anthropic's equivalent posting explicitly asks for people who can ship MCP servers, sub-agents, and agent skills as production artifacts. Google Cloud's 2026 FDE postings describe the job as bridging "frontier AI products and production-grade reality," with multi-agent systems and MCP servers listed as concrete requirements.


The four variants

"FDE" in 2026 is a family of roles, not a single job shape. The four variants that appear consistently across research and job postings:

Deployment-heavyProduct-feedbackStartup foundingAI-labPalantir · Scale AIDatabricksOpenAI · CohereAnthropicGlean · WarpHarvey · Luma AIGoogle CloudSalesforce AgentforceCORE MOTIONCORE MOTIONCORE MOTIONCORE MOTIONEmbed, integrate,ship, adoptDeploy + generalizefield signal to roadmapOwn discovery throughproduction soloAgents + evals +infra tradeoffsTRAVELTRAVELTRAVELTRAVEL25-50%20-50%10-25%25-50%~40% coding~35% coding~45% coding~40% coding~25% customer~25% customer~30% customer~20% customer

Deployment-heavy (Palantir, Scale AI, Databricks): the original model. Embedded with a customer, often on-site, building custom integrations and production workflows on top of a platform. Heavy travel. The work is operational, not advisory.

Product-feedback (OpenAI, Cohere, Anthropic's closest equivalent): the field-to-product loop is explicitly the job. You deploy frontier models for strategic customers, then feed eval results and failure modes back to research and product teams. OpenAI's posting language is direct: "Share field feedback that helps Research and Product understand where the models succeed and where they can improve."

Startup founding-FDE (Glean, Warp, Harvey): the first or early deployment hire, with ownership spanning discovery, scoping, building, and sometimes account management simultaneously. Warp's Founding FDE posting says the person will turn pilots into production, report directly to leadership, and define success criteria from scratch. This variant has the broadest ownership and the most founder-like risk profile.

AI-lab FDE (Google Cloud, Salesforce Agentforce, Databricks AI FDE): inside larger platform companies that have shipped AI-native product lines. Google's 2026 FDE posting explicitly asks for "agentic workflows incorporating MCP, tool-calling, and OAuth-based authentication." The technical bar here is the highest of the four.


FDE vs the roles it gets confused with

The single clearest distinction, per multiple 2026 job guides, is that a real FDE writes production code inside the customer's environment. A solutions engineer sells; an implementation consultant configures; a customer success manager manages the relationship. Only the FDE writes code that runs on the client's infrastructure and then generalizes that code back into the product.

~40%~25%~15%~10%~10%Writing code / integrationsCustomer workProduct feedback / playbooksTravelFirefighting / incidentsSplits vary substantially by variant and customer maturity. Travel weeks can flip coding and customer percentages entirely.

The coding share is real. Multiple 2026 job descriptions and first-person accounts (including Rippling FDE Kanav Bhatnagar's public account) explicitly distinguish the role from advisory work. The customer time is also real and not evenly distributed across the week: you can have two days of almost pure code followed by a full day of customer calls during a launch window.

What surprised me reading across all the research: the product feedback and playbook work (the 15%) is the part that most clearly separates a good FDE from a great one. Converting what you learned in a messy customer deployment into a reusable pattern, a new eval metric, or a documented failure mode that improves the product for everyone, that loop is what Palantir built the role around and what AI labs are now trying to replicate.


The market in 2026

The growth numbers are real and corroborated across multiple sources. 729% year-over-year in US postings (Indeed data, via Business Insider). Roughly 800% in India (TeamLease Digital, via Inc42). Around 9,000 global roles created by early 2026 according to Reuters.

The growth is not all a sign of product maturity. Much of it reflects how hard enterprise AI deployment actually is in practice. Companies still struggle to make AI useful inside their organizations, which is exactly what makes strong FDEs valuable, but also what creates the bifurcation between genuine engineering roles and lower-prestige services roles with the same label.

For India specifically, as of mid-2026 a range of companies were actively hiring for FDE and adjacent AI deployment roles: Sarvam AI (Bengaluru, two seniority levels), Cartesia (India, Founding FDE title), Google Cloud Applied AI (Bengaluru, multiple levels), Adobe (Bangalore, 2-5yr), Salesforce Agentforce (multiple India cities), Resilinc (India remote), HackerRank (Bengaluru hybrid), Databricks AI FDE (remote India), and several YC-backed startups including Peakflo, Deductive AI, and Mem0. Compensation in the India market splits sharply: entry-level or IT-services-adjacent roles tend to run ₹10-20L; AI-startup mid-level roles run ₹25-50L; one outlier (FuturePath AI) listed ₹35-50L for a senior profile.


Where I sit, honestly

I will use this section to be direct about how my background maps to this role, including the parts that are strengths and the part that is a genuine gap.

The technical side aligns well. I built CAG Deep Research, a 5-agent LangGraph research system with hexagonal architecture, verification loops, dual search integration, and report generation, in 10 days from a vague problem statement. The 10-day constraint was real, not a storytelling choice, and the system runs on actual hardware with real retrieval quality constraints. I have also shipped WebMCP integration into this portfolio, making it queryable via the W3C WebMCP protocol, which is an early production implementation of a standard that is now showing up in FDE job descriptions at Google and Anthropic. I merged a PR into the Anthropic MCP Python SDK. I navigate large, unfamiliar codebases regularly (vLLM has 200k+ lines; the MCP SDK is non-trivial to extend without reading the internals). I use Cursor, Claude Code, and Codex daily, not occasionally, and have for over a year.

The data and stakeholder work at Elite Hotel Group was real: defining metrics and SLAs with finance and operations stakeholders, building ETL pipelines, automating reporting across multiple properties. That gives me a genuine story about working in the loop between business requirements and technical delivery, which is closer to FDE motion than a pure SWE background.

The honest gap is external customer deployment. The hotel group work was internal. My agentic systems are personal and portfolio-scale. I have not yet owned a full deployment lifecycle for an external customer from discovery through production with post-launch iteration. The research I read on this role was consistent about naming this gap: "enough if framed narrowly, a stretch if framed broadly."

I am treating that as a concrete thing to close in the next 60 days, not as a reason to avoid targeting the role. The plan is one real external deployment with an actual user, a documented eval result, and a post-launch changelog. The blog posts are part of that too.


Closing thought

The FDE role is unusual in that the people who are best at it tend to dislike both the "pure coding" and "pure customer success" framings. The role suits engineers who find context-switching between code and stakeholders energizing rather than exhausting, who are curious about why something broke in production rather than just how to patch it, and who can hold a strong technical opinion while remaining open to being wrong about the customer's actual problem.

That description fits a specific kind of person. If it fits you, targeting FDE over generic SWE applications is probably the right call, even if the title is newer and noisier than it should be.