Home / Blog / Implementing AI in the Real World
AIPart 2 of 5 · Implementing AI in the Real World

How Forward Deployed AI Engineering actually works

The delivery model behind the case, in plain terms, and why the approach the big enterprises use fits a company your size.

How Forward Deployed AI Engineering actually works
Key takeaway: One senior engineer pairs with the person who knows your business and builds AI into a single workflow, to production, in weeks. The AI reads, fixed rules decide, a human signs off, and you own what gets built.

The term "Forward Deployed Engineer" comes from Palantir, the US software company that builds data and AI platforms for governments and large enterprises. Palantir found that selling a customer the software and leaving them to make it work did not solve hard problems, so it started sending its own senior engineers to sit with the customer and build the solution with them. It called that role the Forward Deployed Engineer. One thing to be clear about: this model is not new, and it is not really about AI. Palantir ran it for years on data and analytics problems, well before the current AI wave. It is a way of delivering software, not a technology. What is new is that AI now makes the custom build far cheaper, and that is what puts the approach within reach of a mid-sized company instead of only a government with a huge budget. The best way to understand it is to watch it run on a real engagement. Here is one of ours, fully anonymized, delivered to the people doing the work inside a single short phase.

A real engagement · anonymized
AI referral intake for a recuperative-care operator
~15-20 minwindow to win a referral
~1 monthfrom first email to live
98%of referrals to one inbox
1workflow, in production

The problem. A nonprofit runs recuperative-care beds: medical respite for homeless patients leaving the hospital. Hospitals send the same referral to four or five facilities at once, and the first to respond wins the patient. The operator's window was about fifteen to twenty minutes. Before, a staffer had to notice the email, open a dozen pages of attachments, read them, and decide. Every empty bed is lost revenue against a fixed payroll.

What we built. About a month after their first email to us, they had a live system running one workflow end to end:

Referral arrivesAI reads the packetYour rulebook applies your policyStaff get a secure alertA person accepts, holds, or declinesEvery action logged

The AI reads the packet in minutes and never guesses. A fixed rulebook, not the model, applies the operator's own admission policy, so every decision can be explained. A person makes the final call, with the source document on screen. Beds filled is the number it moves.

That system took a month of decisions, and the decisions are the method. Here is what actually happened.

The Forward Deployed Engineering method drawn as one loop, from picking a small pilot through to earned trust pulling the next workflow forward
The method as one loop: pick a small pilot, hear the workflow in the client's own words, decompose it to first principles, build a bounded system where the AI reads and fixed rules decide and a human signs off, put it in front of the owner and the people on shift, iterate on real feedback, and let earned trust pull the next workflow forward. Two things run alongside from day one: the automated delivery machinery, and the slow external approvals, built behind switches so they never block the pilot.

The model, in plain terms

A Forward Deployed Engineer is a senior engineer who embeds with your operation. "Embed" here does not mean a desk in your office. It means the working pairing: our engineer and the one person on your side who knows the business cold, working together in a tight, continuous loop, usually fully remote. The pairing is the unit of delivery, not a place. There are no hand-offs, and nothing gets lost between the business and the engineer. In this engagement that pair, our engineer and the operator himself, shipped a live system in about a month. The ontology is simply the map the software works from: the referral, the bed, the admission policy, the decision. Run that map live over the real operation and you have what Palantir calls a digital twin: the thing that lets AI act inside your business instead of just describing it.

Requirements come from talking, not a spec

Nobody wrote a requirements document. The requirements came from the people who live the work:

  • The operator's first email already held a ten-step description of his process and a real, de-identified sample referral.
  • His referral manager, the person who works referrals every day, sent an internal write-up so precise she worried it was "too detailed." It was not. It held the exclusion list, the payer traps, and the real decision deadline.
  • Planning calls were recorded and transcribed.
  • Where the sources were unclear, our engineer sent five specific questions and a decision diagram. The answers came back within a day and became tested rules the next.

The operator put the sequencing plainly, and it became the rule for the project: get the chassis built first, worry about the air conditioning later.

AI reads, fixed rules decide, a human always signs off

This is the core of the build, and every part of it is deliberate:

  • AI reads, and never guesses. It pulls facts from messy documents. If it cannot find something, it flags it as unknown, and every fact it pulls carries a note of where it came from and how confident it is.
  • Fixed rules decide. A rulebook, not the model, applies the operator's confirmed policy, so the same input always gives the same answer and every answer can be explained.
  • A person signs off. Every final call is a human's.

Decisions about money and patients have to be explainable, not a black box, and two choices kept it that way. When someone tried to let the AI judge whether an infection was "stable on antibiotics," it proved unreliable, so we made it a hard rule that sends every such case to a person. And the system launched in shadow mode: it recommended while people still decided, so we could compare the two before it held any authority. It holds by default whenever anything is uncertain, because a missed referral is worse than a wrong one.

What you own when it is done

Ask this first of anyone. Here is what the client owns:

  • The code, the rules, and the pipelines, built on open standards, with nothing they cannot export.
  • Their own cloud account, under a signed business associate agreement, with the AI model running inside that boundary. Patient data never left it, and never trains a model.
  • No new platform. The AI went into the systems they already run.

We keep our reusable methods; the client owns the result. That is the whole difference from renting a platform, where the map of your business sits inside someone else's system and you cannot take it with you if you leave.

The proof it was real

One engineer, running an automated delivery loop, shipped a lot in that first phase.

~220code changes shipped
106reviewed units of work
141tracked work items
85+live in production

Every release had to pass a live end-to-end test, not a lab test. On every change:

  • a real email with fake patient content sent into the live inbox;
  • the actual cloud pipeline processing it;
  • the recommendation checked against the known-correct answer;
  • the staff screen opened in a real browser to confirm the card appeared.

That test caught two problems before they reached production: a payer-matching bug that would have accepted a patient whose insurance was not covered, and a shortcut in the error handling that would have destroyed real data. A set of 51 test referrals with known answers covered every path a real referral could take, so we checked every case, not just the ones we expected. Nothing reached production without passing it.

The model in one line

A senior engineer paired with the person who knows the business. One workflow taken to production in weeks. The AI reading, fixed rules deciding, a person signing off, and you owning what gets built. It is not exotic, and it does not take a Palantir-sized budget. The harder question is which workflow to point it at first, and that is Part 3.

Free download · no email required
AI Workflow Opportunity Scorecard
Score up to three candidate workflows on the five tests, name the bottleneck, and pick the one to start with. Fill it on screen or print it.
Download →

Map your highest-opportunity workflow with our team

A free working session. We find the one workflow worth starting with, and what it could return.

Set up a conversation →
Next in this series · Part 3 of 5
How to pick the AI workflow that pays back this year
A simple five-part test for choosing the workflow that pays back fastest, at the lowest risk.
Read Part 3 →