Skip to content

Field Deployment

Last reviewed: August 2026

A Forward Deployed Engineer (FDE) is embedded directly in a customer’s environment to land the product in production. Rather than design or advisory work, they write and own real production code.

This document summarizes the core knowledge an FDE needs in multicloud environments. It curates CloudPick’s existing documentation from an FDE perspective and adds FDE-specific context.


Palantir created this role in the mid-2000s while deploying Gotham to U.S. intelligence agencies. Classified data, undocumented schemas, and failures of conventional deployment approaches led to a model in which engineers are dispatched directly to the customer site to solve problems.

Since 2024, AI products have faced the same problem, causing the role to spread explosively. For a powerful but general-purpose product (LLMs, agents) to create real value in a customer’s complex legacy environment, someone needs to write code on-site.

Time Event Scale
May 2026 OpenAI Deployment Company founded (TPG-led investment) ~$4B
May 2026 Anthropic enterprise services JV “Ode” (Blackstone, Goldman Sachs) ~$1.5B
June 2026 AWS Forward Deployed Engineering organization established ~$1B
2025–2026 FDE job postings up 800%–1,000%+ year over year 39+ companies, 220+ open positions

FDEs and SAs (Solutions Architects) both connect customers with technology, but the key difference lies in code ownership and depth of embedding.

Criterion Solutions Architect (SA) Forward Deployed Engineer (FDE)
Primary activity timing Pre-sale – initial implementation Post-sale – production operations
Core work Architecture design, technical validation, PoC Writing production code, integration, live operations
Code ownership Low (PoC/demo level) High (directly owns production code)
Customer relationship Advisory Embedded
Deliverables Architecture diagrams, proposals, integration guides Production code, custom integrations, deployment scripts
Success metrics Sales conversion rate, platform adoption rate Deployment success rate, system stability, TTV (Time-to-Value)
Compensation (2026) $160K–$270K+ TC $180K–$550K+ TC (frontier AI labs: $1M+)
  • SA: When product-market fit is clear and technical objections are blocking deal closure
  • FDE: When the product is powerful but making it work in the customer’s environment requires custom code
  • SI: When a large-scale system build must be completed on schedule with headcount
  • Both: For large enterprise deals — the SA designs the architecture, the FDE executes it

FDEs and SIs (System Integrators) both write code on-site at the customer, but they differ in purpose and ownership structure.

Criterion FDE SI (System Integrator)
Affiliation Product company (model company, SaaS vendor) Separate consulting/SI firm
Purpose Land the company’s own product in the customer’s environment and feed product feedback back to headquarters Build and deliver a system within the SOW (statement of work) scope on schedule
Code ownership Can contribute to the product core; reusable patterns feed back into the product Owned by the customer; transitions to a maintenance contract after project completion
Duration Until the product lands (weeks to months, recurring) SOW duration (months to years, clearly ending)
Success metrics Product adoption rate, TTV, contribution to product improvement Meeting deadlines, passing acceptance tests, sign-off
Staffing model Small elite team (1–3 people) Large-scale staffing (dozens to hundreds)
Playbook None (works where a playbook doesn’t yet exist) Exists (methodology, deliverable templates)
Product feedback Core role — reflects field problems into the product roadmap Limited — separate organization from the vendor

The realities you encounter when first entering a customer environment. This is an FDE-specific challenge that SAs or typical SWEs don’t experience.

Challenge Description Related documentation
Working in someone else’s account Operating with least privilege in the customer’s AWS/Azure/GCP account Account and Organization Structure
Negotiated IAM Restricted access permissions coordinated with the customer’s security team IAM Overview
Air-gapped environments Air gaps, proxy-only access, restricted internet access Network Isolation
Remote access constraints Customer-specific VPNs, bastion hosts, zero-trust access Remote Access Management
Compliance Industry-specific regulations of the customer (finance: PCI-DSS, healthcare: HIPAA, public sector: FedRAMP) Compliance

An FDE must be able to work with whichever cloud the customer environment uses.

The customer’s security team is often an FDE’s toughest stakeholder.

If an FDE owns production code, they also need to understand operations.

Understanding and connecting the customer’s data is at the core of FDE work.

The direct driver behind the surge in FDE demand in 2025–2026.


Every customer environment differs, but these are the tools FDEs commonly work with.

Category Tools
Languages Python, TypeScript, SQL, Go/Java, Bash
Backend FastAPI, NestJS, Spring Boot
Frontend React, Next.js (ops dashboards, customer portals)
Data PostgreSQL, Spark, dbt, Airflow, Kafka
Cloud AWS, Azure, GCP (EC2, K8s, Lambda, S3, etc.)
Containers Docker, Kubernetes, Helm
IaC Terraform, Pulumi, CloudFormation
CI/CD GitHub Actions, GitLab CI, Argo CD
Observability Datadog, Grafana, Prometheus, Sentry
AI/agents LangGraph, CrewAI, Semantic Kernel, vector DBs

As of 2026, how FDEs work is changing.

Before: Writing glue code by hand on-site, manual integration, taking weeks to months

Now: A small human team combined with AI agents

  • Agents handle scaffolding, evaluation, and long-running workflows
  • Humans (FDEs) focus on discovery, governance, and go-live decisions
  • AWS’s AI-Driven Development Lifecycle formalizes this pattern

What doesn’t change: Resolving ambiguity in the customer environment, persuading stakeholders, and production ownership — these are not automated.


Path Description
IC track FDE → Senior → Staff/Principal FDE
Product transition Field feedback → PM/TPM (the person who best understands product gaps)
GTM leadership Leading a technical sales/deployment organization
Founding a company Many founders are former Palantir FDEs — the position that understands customer problems most deeply