archetype guide · forward-deployed
How to land a Forward-Deployed Engineer role in 2026
Land at the customer site. Ship something that wasn't there yesterday.
Forward-Deployed Engineer (FDE) is the role Palantir invented and the AI labs adopted. You parachute into a customer's office (literal or virtual), live inside their workflow for weeks or months, build whatever needs building, and leave behind a system the customer's team can run. The role is unglamorous: you write throwaway code, you take notes by hand, you eat catering with people who don't know what an embedding is.
It is also one of the most career-leveraged positions in AI right now. Two years as an FDE at Anthropic / OpenAI / Palantir gives you a customer rolodex and product instinct that most engineers spend a decade not earning.
If you've shipped a system inside another company's workflow — even as a consultant or contractor — you're an FDE candidate. This guide tells you how to position the experience and what the loop probes for.
Lakshya's corpus has 70+ A-G evaluations against FDE roles across 30 companies. The pattern that consistently scores 4.0+ overweights customer-immersion stories.
Who hires for this role
- Foundation labs (Anthropic, OpenAI, Cognition / Devin, Reflection) — FDE teams shipping to design-partner accounts
- Defense / intelligence AI (Palantir, Anduril, Scale AI Federal) — original FDE archetype, security clearances often required
- Vertical AI SaaS at enterprise tier (Hippocratic, Harvey, Sierra, Lindy) — FDE during the first 5-15 strategic deployments
- AI infra at design-partner stage (Modal, Replicate, Together, Fireworks) — FDE supporting the 10 design-partner accounts before broader launch
- Big tech AI customer-success (Microsoft AI customer engineering, Google Cloud Customer Engineering — AI specialty)
What this archetype actually does
The FDE day-to-day varies wildly by company stage. Common shape:
— **On-site immersion.** You live in the customer's office (literally or via daily video) for 2-12 weeks. You attend their stand-ups. You eat their catering. The goal: see the workflow that an external consultant or vendor would never see.
— **Custom code.** You write code specific to this customer. Sometimes this is a thin wrapper around your company's product. Sometimes it's a full standalone system. The code rarely ships back upstream — it's customer-specific by design. You over-engineer nothing.
— **Trade-off translation.** Customer asks for X. You explain why X doesn't work and propose X' which does. You're negotiating constantly between what's possible, what's affordable, and what the customer's procurement team will actually approve.
— **Knowledge transfer.** You leave behind a runbook, a video walkthrough, and ideally an internal champion at the customer who can run the system after you exit. Your success is measured by whether the system survives 6 months without you.
— **Feedback loop to product.** Patterns you see across customers become roadmap input. The most senior FDEs influence product direction more than most PMs.
— **Unstructured time on weekends.** This isn't a 9-5 role. The flip side: most FDEs take 4-week sabbaticals between deployments, which most other roles don't allow.
If you've worked closely embedded inside another company's workflow — consulting, contracting, or an internal tools role — you're qualified. The most common positioning mistake is leading with "shipped X feature." Lead with "deployed X feature INSIDE customer Y who ran it for Z months."
Why now (the 2026 window)
Foundation labs and frontier AI startups are at the design-partner stage with their AI products. The standard pattern: 5-20 design-partner accounts, each with a dedicated FDE, validating product-market fit before broader release. This phase will last 18-36 months at most companies. Once products generalize, FDE teams shrink — the role gets repurposed into customer success or pre-sales.
The 2026 window favors FDE candidates who can land at frontier-AI companies during the design-partner phase. By 2028 the role compresses. If you want to ride the FDE leverage to a CTO / VP role at a vertical AI SaaS, the next 12-18 months is the entry window.
Caveat: FDE roles often require U.S. citizenship or in-territory presence, especially at defense/intelligence employers (Palantir, Anduril). Frontier AI labs are more flexible — Anthropic and OpenAI hire FDE in major US cities and increasingly in London + Tokyo.
How to position your resume
The career-ops rubric scores FDE candidates harshly on Block F ("evidence of customer immersion"). Resumes that read like ordinary engineering CVs without customer specificity score below 3.5. Rewrite to surface:
— **Customer immersion duration.** "Embedded with Customer X for 6 weeks; co-located with their data-science team" beats "delivered project for client X." — **System hand-off success.** "Customer's engineering team operated the deployment for 14 months post-handoff with no escalations" — this is the gold-standard FDE bullet. — **Decisions made under customer pressure.** "Pushed back on customer's feature request that would have introduced a SOC-2 audit gap; renegotiated to a compliant alternative within 48 hours" beats "supported customer requirements." — **Patterns you fed back to product.** "Identified 3 deployment patterns from 5 design-partner deployments; product team built them into the roadmap." This signal separates FDE from generic consulting work.
Lakshya's CV tailor reframes consulting / SE work into FDE-aligned language without inventing facts. Run yours through /evaluate against an Anthropic FDE JD before applying — the rubric will tell you which signal is missing.
The interview loop, stage by stage
Recruiter screen
20-30 min phoneSignal: Customer-facing comfort + travel willingness + comp + clearance (for defense employers)
Prep: One-line summary of your most-immersive customer engagement. Ready to discuss travel up to 50% during deployments.
Hiring manager call
45-60 minSignal: Can you tell customer-immersion stories with specificity? Have you survived weeks at someone else's desk?
Prep: 2 stories: a deployment that worked and a deployment that didn't. The "didn't" story is more important — interviewers screen for self-awareness.
Coding interview
60-90 min, often pair-programmingSignal: Production-near code under time pressure. Comfort with unfamiliar codebases and APIs.
Prep: 3-4 problems oriented to customer integration: (1) wrap an unfamiliar third-party API in a clean adapter, (2) write a CSV → SQL ingest tolerant of dirty data, (3) build a prompt-template engine that customer engineers can extend, (4) implement a retry-with-circuit-breaker for an upstream LLM API.
Customer simulation / scoping
60 minSignal: Interviewer plays a skeptical customer with an ambiguous problem. You discover, scope, and propose a phased approach.
Prep: Practice listening before proposing. Default to clarifying questions for the first 15 minutes. Build a 30/60/90 plan aloud. Bring trade-offs explicitly: "we can do X in 2 weeks if we accept Y constraint, OR Z in 6 weeks if we want X without Y."
Architecture / system design
60-90 minSignal: Can you architect a customer-specific integration end-to-end? Reason about hand-off, monitoring, and customer ownership post-deployment?
Prep: Pre-draft 4 systems: (1) RAG over a customer's confidential corpus, (2) coding assistant integrated with their CI, (3) document classifier inside their existing review queue, (4) custom agent inside their CRM. Discuss runbook + handoff for each.
Behavioral / values
45-60 min, sometimes founderSignal: How do you handle ambiguity, customer pushback, scope creep, lonely deployments, weekends?
Prep: 4 STAR+R stories: a customer disagreement you owned the resolution of, a project where you cut scope smartly mid-deployment, a hand-off that survived without you, a weekend / off-hours work-life balance challenge you handled.
Skills inventory
Required
- Strong customer-facing communication (you'll be in front of CTOs)
- Production code under time pressure (Python or TS preferred)
- Comfort in unfamiliar codebases and stacks
- API integration depth — REST, OpenAPI, OAuth, webhooks
- Deployment knowledge: Docker, K8s basics, cloud-platform deploys
- Documentation discipline (you write the runbook nobody else will write)
- Quick recovery from setbacks at customer sites
Preferred
- Hands-on Anthropic / OpenAI / Gemini API integration
- Vector store deployment experience (pgvector, Weaviate, Pinecone)
- Customer-data sensitivity (HIPAA / SOC-2 / ITAR depending on role)
- Experience writing customer-facing case studies post-deployment
- Travel mileage — used to flying within and across regions
Bonus
- Security clearance (TS/SCI for Palantir / Anduril FDE)
- Domain depth in one regulated vertical (finance, healthcare, defense, gov)
- Multi-language fluency for international deployments
- Prior consulting or solutions-engineering experience at scale
- Open-source contribution to an integration framework / SDK
Salary bands by region
| Region | IC Senior | Staff | Principal |
|---|---|---|---|
| US (SF / NY) | $200-280k | $280-450k | $450-700k+ |
| US (Remote) | $180-260k | $260-400k | $400-600k |
| India (metro) | ₹45-85 LPA | ₹85-160 LPA | ₹160-300 LPA |
| Europe (London) | £100-160k | £160-260k | £260-400k |
| Defense/Intel US | $160-220k | $220-330k | $330-450k |
Sources: levels.fyi 2026Q1 + Anthropic / OpenAI FDE public ranges · levels.fyi geo-adjusted FDE · levels.fyi India + Palantir India ranges · levels.fyi UK + DeepMind / Anthropic London · Palantir / Anduril public ranges + clearance premium
Common rejection patterns + recovery
"Pure engineer with no customer time"
Why: Strong engineering resume but every story is internal-team-facing. No customer name, no embedded duration, no scoping conversations. Hiring manager fears the candidate will freeze up at the customer site.
Recovery: Pull from any customer-adjacent work: external partner integrations, supporting client projects on a contract basis, even strong cross-team work where another team functioned as a "customer." Lead with that.
"Senior consultant without depth"
Why: Strong customer-facing background but interviews surface technical depth gaps. Reads as "consultant trying to break into eng-titled role at higher comp."
Recovery: Build a substantial side project end-to-end. Use modern stack (foundation models, vector DB, k8s deploy). Talk about it in technical interviews. The depth-signal pivot lands quickly when there's real code behind it.
"No hand-off discipline"
Why: Resume features customer wins but every project ended with the candidate still owning it. No story of leaving behind a system the customer's team operates without them.
Recovery: Reframe at least one project around the post-handoff outcome. "Built X for customer Y; their team operated it for 14 months post-handoff with no escalations" is exactly the senior-IC FDE narrative.
"Domain mismatch"
Why: Strong FDE candidate but the entire prior career is in a different vertical from the target role. Defense lab won't hire from purely civilian background; healthcare AI won't hire from gaming.
Recovery: Apply to FDE roles at companies whose vertical aligns with your background. Career-ops users who matched FDE archetype to their domain landed roles 4x faster than candidates who applied broadly across verticals.
FAQ
- How much travel is realistic for an AI FDE?
- Frontier AI labs (Anthropic, OpenAI): 25-40% during active deployments, less between. Defense FDE (Palantir, Anduril): 40-60%, often weeks at single sites. Vertical AI SaaS: 20-30% with most deployment work remote. Set expectations honestly during the recruiter screen.
- Do I need a security clearance for AI FDE roles?
- For frontier AI labs no. For defense FDE (Palantir, Anduril, Scale Federal) yes — TS/SCI is the typical bar. If you don't have one, target frontier AI or vertical SaaS instead. Sponsorship for clearance is rare and slow.
- Is FDE a long-term career or a stepping stone?
- Both. FDE-to-PM, FDE-to-Director, FDE-to-startup-founder are all common 3-5 year arcs. Some senior FDEs stay in role 8+ years because the customer rolodex compounds. Treat it as optionality-rich.
- Will agents replace FDE roles?
- No. The role amplifies — agents handle more of the throwaway code, freeing the FDE to spend more time on customer conversation and pattern recognition. Senior-IC FDEs become more valuable, not less.
- How does Lakshya help specifically for this archetype?
- Three ways: (1) the archetype detector distinguishes FDE from solutions-architect from ai-platform on JDs that all use overlapping language. (2) The CV tailor surfaces customer-immersion duration and hand-off success metrics from existing experience. (3) The story bank captures customer-immersion stories tagged "forward-deployed" — high reuse value because every FDE loop probes similar themes (ambiguity tolerance, customer pushback, lonely deployment recovery).
Want to know if a real forward-deployed role fits you?
Paste any forward-deployed JD — get a 7-block A-G evaluation in 30 seconds. Free 3 evals/month.
Start free