Enterprise AI
Why every major AI vendor is building a forward-deployed engineering arm
Forward-deployed engineering is the AI industry admitting the model was never the bottleneck. Why OpenAI, Databricks, and ServiceNow now sell engineers, not just models.
On June 11, Databricks announced it was standing up a forward-deployed engineering organization — engineers who embed inside a customer’s business and build what doesn’t exist yet. It was the third major AI platform to do this in five weeks. ServiceNow and Accenture launched their version on May 6. OpenAI spun up a separate company for it on May 11, with more than four billion dollars behind it.
Read those three announcements next to each other and a pattern falls out that’s more honest than anything in the marketing. Forward-deployed engineering is the AI industry admitting, with a budget line, that the model was never the bottleneck.
TL;DR: Within five weeks, ServiceNow/Accenture, OpenAI, and Databricks each stood up a forward-deployed engineering arm — vendor engineers who sit inside the customer and build the AI system in their environment. The work they all describe is integration, process redesign, and connecting models to messy enterprise data. That’s the operator’s argument, now stated by the people selling the models: the model is commoditized, and the value is in the unglamorous layer underneath it. You can rent that work or own it, but you can’t skip it.
Three platforms, five weeks, the same admission
This isn’t a vibe. The events are specific and close together.
| Vendor move | Announced | What they say the work is |
|---|---|---|
| ServiceNow + Accenture Forward Deployed Engineering program | May 6, 2026 | Teams “in the customers’ environments,” taking agents “from enterprise pilot to production at scale” |
| OpenAI’s Deployment Company — $4B+, ~150 forward-deployed engineers (from the Tomoro acquisition) | May 11, 2026 | ”Redesign workflows and operational processes,” connect models to customer data, ship production systems |
| Databricks Forward Deployed Engineering | June 11, 2026 | ”Engineers who build what didn’t exist yet,” from migration through production AI agents |
Three different companies, three press releases, one job description. None of them is selling a smarter model in these announcements. They’re selling people who will come into your building, figure out how your process actually runs, and wire a model into it. That is consulting with an engineering title — and the fact that the model vendors themselves are now doing it is the part worth sitting with.
What “forward-deployed” actually means
The term came from Palantir, where forward-deployed engineers embedded with customers to build on top of a platform that didn’t configure itself. In 2026 the AI platforms borrowed the label because they hit the same wall.
Here’s the wall. A model is now something a competent team can stand up in an afternoon. The weights are downloadable, the APIs are interchangeable, and the gap between the best model and the second-best one closed to something most workflows can’t feel. So the model stopped being a moat. What didn’t get easier — what got harder, if anything — is making that model do useful work against a real company’s systems. That part still requires someone to understand that the CRM’s “customer” is a billing account and the ERP’s “customer” is a legal entity, and to decide which one the agent should believe.
Forward-deployed engineering is the vendors pricing that reality in. If the model were the product, they’d sell the model and move on. Instead they’re spending billions to put engineers next to your data, because that’s where the deal actually closes — and where it actually fails.
They’re describing your broken process, in their own words
The quotes give it away. OpenAI’s chief revenue officer, Denise Dresser, framed the new company’s purpose plainly: the challenge now is helping companies integrate these systems into the infrastructure and workflows that power their businesses. Not “build a better model.” Integrate it into the workflows.
Databricks led its announcement with a line from JPMorgan Chase’s CTO: “We didn’t need more consultants, we needed engineers who could build what didn’t exist yet.” And Databricks described the shift in what customers ask for — from “help us migrate and build data pipelines” to “help us solve our business problem.” That’s a vendor saying, out loud, that the platform on its own didn’t solve the business problem. The engineers in the room did.
Every one of these is the operator thesis wearing a vendor’s logo. The bottleneck is the integration, the data, and the process — the seam between the model and the work. The model is the last, smallest step. I’ve made this argument from the other side of the table for two years; it’s strange and a little vindicating to watch it show up in OpenAI’s org chart.
Why pilots stall — and what forward-deployed teams are really fixing
The reason this whole category exists is a number the industry keeps rediscovering. Accenture’s Pulse of Change research found that only 32% of leaders report sustained, enterprise-wide AI impact, and Accenture’s read is blunt: the gap comes from delivery challenges, not technology limitations. Pilots don’t die because the model underperformed in a benchmark. They die at the point where a clean demo meets a company whose two order systems disagree on whether an order is closed, and whose definition of “active customer” lives in three places that don’t match.
A forward-deployed engineer’s actual day is spent there. Reconciling a field that’s a required value in the warehouse and optional in the app that feeds it. Discovering that the “completed” status the agent keys off of means invoiced in one system and shipped in another. Tracing why a nightly sync silently drops every record with a non-ASCII character in the name. None of that is model work. All of it is the work that decides whether the model’s output is right or confidently wrong.
That’s the same failure layer I keep coming back to. Integration and data contracts are what decide whether agents work at all, and an agent’s reliability is a systems problem long before it’s a model problem. The vendors building forward-deployed arms have, in effect, conceded both points.
The working version: rent the work, own the result
So the model vendors agree with the operators now. Good. Here’s the part their press releases won’t tell you: a forward-deployed team doesn’t transfer ownership when it leaves.
When the vendor’s engineers go, the process knowledge they built has to live somewhere on your side, or the next initiative stalls in exactly the same place — and you pay the integration tax again. The data contracts, the reconciliation rules, the map of which system is the source of truth for which field: those are assets, and they belong on your books, not in a departed consultant’s head. Otherwise you’ve rented a working system and kept the broken process.
Make one process legible first. Pick a single cross-system workflow and document what actually happens — every field, its owner, every exception — not the flowchart on the wall. This is the work that comes before any agent, and it’s the work I do first on every engagement.
Write the data contracts and keep them. Define the shape and meaning of the data moving between systems, decide which system wins when two disagree, and store that decision where your team can find it. A contract turns an agent handoff from a hope into an interface — and it’s the artifact that outlives whoever built it.
Then connect the model. On a legible process with real contracts, the model does what the demo promised, because the thing it’s connected to is sound. You usually need far less of it than the architecture diagram assumed.
I’ve built this layer the slow way — a Salesforce, ServiceTitan, and NetSuite integration with an internal MCP server giving agents governed access to the data underneath, where the model was always the small part. The forward-deployed model the vendors are now selling is that work, productized and priced. You can buy it from them, hire it independently, or build it in-house. What you can’t do is pretend the model alone was ever going to be enough — the people who make the models just told you it isn’t.
The operator read
For two years the pitch was that the model was the product and everything else was a detail. Now the same companies are spending billions to send engineers into your building to handle the detail, because the detail is the whole job. The org chart is the confession.
If a model vendor’s answer to “why didn’t the pilot reach production” is to embed an engineer in your process for six months, the model was never the thing standing in the way. That’s the conversation worth having.
FAQ
- What is forward-deployed engineering in enterprise AI?
- It's a delivery model where the vendor sends its own engineers to sit inside your business and build the AI system in your environment, instead of selling you a license and a quickstart guide. They map the actual process, connect the model to your systems of record, reconcile the data, and ship something that runs in production. Palantir popularized the term; in 2026 the AI platforms adopted it wholesale. The tell is in the job description — it's integration and process work, not model work.
- Why is every AI vendor launching a forward-deployed engineering arm in 2026?
- Because the model stopped being the hard part and they know it. Three major platforms stood up forward-deployed engineering organizations in five weeks: ServiceNow with Accenture on May 6, OpenAI's $4-billion-plus Deployment Company on May 11, and Databricks on June 11. The work they're all selling is the same — getting agents from pilot to production by fixing the integration and the process underneath. A model you can download in an afternoon isn't a moat. Putting engineers inside the customer's building to make it actually work is.
- Does hiring forward-deployed engineers fix why AI pilots fail in production?
- It addresses the right layer, which is more than most pilots do. AI pilots fail in production because the process is illegible, the systems disagree on what a record means, and no one owns the data the agent acts on — not because the model underperformed. Forward-deployed engineers work on exactly that layer. But renting a vendor's team doesn't transfer the ownership: when they leave, the process knowledge and the data contracts have to live with someone on your side, or the next pilot stalls in the same place.
- Do you need to hire a vendor's forward-deployed team to make AI work?
- No. You need the work done, not the brand on the badge. The job is to make one cross-system process legible, write down what each field means and who owns it, reconcile where systems disagree, and then connect the model. A vendor's forward-deployed team can do that, an independent operator can do that, or your own people can — what matters is that it happens before the agent ships, and that someone inside the company owns the result afterward.
- What does the rise of forward-deployed engineering tell us about where AI value comes from?
- That the value was never in the model alone. If the model were the product, the vendors would ship it and move on. Instead they're spending billions to embed engineers who redesign workflows and wire models into legacy systems. Their own org charts now say what operators have said for two years: the integration and the process are the work, and the model is the small last step that runs on top of them.