Why OpenAI, Anthropic, and Google Are Hiring 'Forward Deployed Engineers' to Fix AI's Biggest Problem
Forward Deployed Engineers are software specialists who work embedded within a customer's technical environment, writing and deploying real code that runs in production systems rather than sitting in a home office writing documentation. The role differs fundamentally from traditional consulting because FDEs own implementation and delivery, staying with clients until systems run reliably in production.
What Problem Are Forward Deployed Engineers Actually Solving?
The standard software-as-a-service (SaaS) model works fine for well-understood products like customer relationship management tools or project management software. These have documented application programming interfaces (APIs), predictable behavior, and large communities sharing implementation patterns. But artificial intelligence systems break this model entirely.
There is a knowledge gap on both sides of the table. A client's engineers understand their business deeply: the data schemas, compliance requirements, edge cases, and legacy system architecture. But they do not understand how AI language models behave in production. Meanwhile, AI lab engineers know prompt engineering, retrieval-augmented generation (RAG) strategies, and evaluation frameworks, but they do not know the client's business. Neither side has the other's knowledge, and you need both to ship something that actually works.
This gap is not theoretical. MIT NANDA's State of AI in Business 2025 report found that 95% of enterprise generative AI pilots show no measurable business impact. The models themselves are not the problem. The deployment is.
How Did the Forward Deployed Engineer Role Originate?
The term "Forward Deployed Engineer" was coined by Palantir in the early 2010s, emerging from a specific problem the company could not solve any other way. Palantir was founded in 2003 to help U.S. intelligence agencies make sense of large, fragmented datasets. The challenge was not purely technical. Intelligence agencies could not clearly describe what they needed, could not openly share their data, and their workflows changed constantly. A traditional software product could not keep up, so Palantir's engineers had to go inside the agencies and work out the problem on-site. These early embedded engineers were called "Deltas".
Until 2016, Palantir had more FDEs than software engineers. That ratio is unusual by software company standards and shows how central the embedded model was to the business from the start. The FDE role was even inspired by how high-end French restaurants operate, where front-of-house staff are deeply integrated with the kitchen and empowered to tell customers "no" if they are ordering incorrectly. Palantir applied that same philosophy to enterprise software delivery.
What Technical Skills Do Forward Deployed Engineers Actually Need?
FDEs bridge specific technical gaps that standard documentation and customer success managers cannot address. The skills required reflect the complexity of modern AI deployment in enterprise environments.
- Prompt Architecture: Writing a prompt that works in a demo is not the same as one that works reliably across thousands of production inputs. FDEs design prompt architectures including system prompts, few-shot examples, structured output formats, and guardrails that hold up under real-world variation.
- Retrieval-Augmented Generation Pipelines: Most enterprise use cases require the model to reason over internal company data absent from the model's training data. RAG involves embedding documents into a vector database, retrieving relevant chunks at inference time, and injecting them into the prompt context. FDEs configure this for the client's specific data, including chunking strategy, embedding model selection, similarity metrics, and reranking logic.
- Evaluation Frameworks: Building evaluation suites that catch hallucinations, regressions, bias, and grounding gaps before production is a non-negotiable FDE skill in 2026. Anthropic's FDE job specification explicitly requires "production experience with LLMs including advanced prompt engineering, agent development, evaluation frameworks, and deployment at scale."
- Agent Development: As enterprises move from single-step inference to multi-step agentic workflows, FDEs need hands-on experience with agent frameworks including LangGraph, LangChain, CrewAI, and DSPy, as well as multi-step tool-use chains where models call external APIs, read from databases, or write to internal systems within a single workflow.
- Production Observability: Models behave differently in production than in development. FDEs implement logging, monitoring, and alerting systems that track model outputs over time, including latency, token usage, error rates, and output drift.
- Security and Compliance: Enterprise clients in financial services, healthcare, and government have strict data handling requirements. FDEs must understand how to deploy models inside client-controlled infrastructure, which often means running models on-premises or in a private cloud rather than calling a public API endpoint.
How Are OpenAI and Anthropic Hiring for This Role?
OpenAI began building its Forward Deployed Engineering team in late 2024 and accelerated hiring through 2025. The company's FDE job description states that "Forward Deployed Engineers lead complex deployments of frontier models in production. You will embed with customers where model performance matters, delivery is urgent, and ambiguity is the default." The role required up to 50% travel, with salaries ranging from $160,000 to $280,000 annually for mid-level positions in San Francisco.
Anthropic has similarly made FDE hiring a priority, with job specifications emphasizing production experience with large language models, advanced prompt engineering, agent development, evaluation frameworks, and deployment at scale. The team operates at the intersection of customer delivery and core product development, feeding deployment patterns back into the company's roadmap.
OpenAI's FDE work at BBVA, a major global bank, provides a documented example of the model in action. What began as a ChatGPT Enterprise deployment expanded into a more comprehensive AI-native banking initiative, with FDEs embedded in the bank's technical teams to design and implement production systems.
Why Does the Forward Deployed Engineer Model Actually Work?
Palantir's financial results provide the strongest proof of concept. The company went public via direct listing on September 30, 2020, with a reference price of $7.25 per share. The stock opened at $10 and closed its first day at $9.50. It rose to highs near $39 in early 2021, then dropped to around $6 in late 2022, with critics questioning the model throughout this period. The FDE approach looked too expensive and did not scale like a pure SaaS product.
However, Palantir's operational results tell a different story. The company's Q1 2026 investor release confirmed 85% total year-over-year revenue growth, U.S. government revenue up 84% year-over-year, and U.S. commercial revenue up 133% year-over-year. Palantir raised its full-year 2026 revenue guidance to 71% year-over-year growth. These numbers reflect what the embedded deployment model produces at scale, in a competitive market, after years of iteration.
The FDE model produces a specific kind of revenue: sticky revenue. When an FDE team spends months inside a client organization building a system that integrates with the client's internal data pipelines, that client does not switch vendors the following year. The switching cost is not a subscription cancellation. It is rebuilding an entire system woven into how the organization operates. This creates high acquisition cost, very high retention, and very high contract value. That is the economic structure the FDE model produces.
Steps to Understanding Forward Deployed Engineering in Your Organization
- Assess Your AI Deployment Complexity: Evaluate whether your organization's AI use cases involve custom data integration, complex workflows, or strict compliance requirements that standard SaaS tools cannot address.
- Identify Knowledge Gaps Between Teams: Map the specific technical and domain knowledge gaps between your internal engineering team and potential AI vendors to understand where embedded expertise would add the most value.
- Evaluate Long-Term Partnership Models: Consider whether you need a vendor who will embed engineers with your team for months to ensure production-ready systems, rather than traditional consulting or standard customer success support.
- Plan for Evaluation Frameworks: Develop internal capabilities to build custom evaluation suites that measure model performance against your specific business metrics and edge cases before deploying to production.
The emergence of Forward Deployed Engineers at OpenAI, Anthropic, and Google signals a fundamental shift in how enterprise AI deployment works. Rather than selling models as products, these companies are selling expertise embedded directly in customer environments. For enterprises struggling to move AI pilots into production, this model addresses the real bottleneck: not the models themselves, but the knowledge required to deploy them reliably at scale.