Lesson 12 · The Move & Beyond
Landing the Role
The FDE interview loops decoded — take-homes, the decomposition round, portfolio positioning, and an honest map of the market from Australia.
This is optional track A. If you're here to land an FDE role, this lesson is your playbook — work it fully. If you took this course purely to upskill, skim it and move to Lesson 13; nothing downstream depends on it. And if you're not sure yet: do both tracks. You lose nothing, and a published portfolio is worth having even if you never interview. Here's the shift this lesson makes: for eleven lessons you've been building capability. Now you package it as evidence — because FDE loops don't test whether you can learn this job. They test whether you can already show it.
The loops, decoded
The good news about FDE interviews in 2026: the major loops are documented and they rhyme. Exponent's guide — the closest thing to a canonical source — breaks down the three that matter most.1 Palantir runs the longest loop, up to seven stages, starting with a Karat-administered coding screen and building to its signature decomposition round. OpenAI runs recruiter screen → a take-home budgeted around five hours → a walkthrough of what you built → a three-to-four-hour onsite. Anthropic runs a take-home, a 90-minute coding interview, and a mission-alignment conversation.1 Same species throughout: real-world building plus consulting judgment, thin on LeetCode-style puzzles.
| Company | Loop shape | What actually gets scored |
|---|---|---|
| Palantir | Up to 7 stages: Karat coding screen → technical rounds → decomposition round → final rounds | Structuring a vague, messy problem before solving it |
| OpenAI | Recruiter → ~5-hr take-home → walkthrough → 3–4 hr onsite | Scoping decisions and narrated reasoning about trade-offs |
| Anthropic | Take-home → 90-min coding interview → mission alignment | Production LLM judgment plus genuine motivation fit |
The take-home: scope beats completeness
The take-home is where strong engineers sabotage themselves, because they play it like a feature sprint: build everything, polish everything, sleep never. What's actually scored — per Paraform's analysis of OpenAI's loop — is scoping and narrated reasoning.2 A submission that ships a smaller, working core and includes a README saying "here's what I deliberately cut, here's why, and here's what I'd build next with another day" beats a sprawling half-finished everything-app. That's not interview theater — it's the FDE job itself. Every engagement is a scoping decision under a time budget, and the take-home is a rehearsal of it with the interviewer watching. Then comes the walkthrough, where the artifact matters less than your ability to narrate the decisions inside it: why this architecture, why this eval, what breaks first at scale, what you'd never ship to production as-is.2
The decomposition round: don't touch the solution
Palantir's decomposition round hands you a deliberately vague enterprise problem — "a logistics company wants to reduce delays" — and watches how you structure it. The single most common rejection reason, per Exponent: jumping to a solution before the problem is decomposed.1 Everything you trained in Lesson 10 is the counter-move: who are the actors, what does the current process actually look like, where's the data, what would "better" measurably mean, which constraint binds first? Only after that skeleton exists do you propose anything — and then you propose the smallest thing that tests the riskiest assumption. This round is problem discovery under exam conditions, and it's trainable: the lab below gives you a timed rep.
Your portfolio: a case-study index, not a code dump
Nobody reads code first. A hiring manager gives your repo ninety seconds, and what they can absorb in ninety seconds is stories with evidence — which is why your portfolio README becomes a case-study index: one section per artifact, each stating the problem, what you built, the eval evidence it works, and a link into the code for whoever wants depth. Your capstone from Lesson 11 is the anchor case study — including its "what we recommended NOT to build" section, which quietly demonstrates the AI judgment hiring managers say is hardest to find. Anthropic's own posting asks for "production experience with LLMs including advanced prompt engineering, agent development, evaluation frameworks"4 — your repo should let a reader tick each phrase against a named artifact without opening a single source file.
Targeting: three markets, three trades
Three places hire this shape, and they trade off differently. Frontier labs (Anthropic, OpenAI) pay the most — roughly $300–550K total comp mid-senior, $600K–1.2M at staff level3 — with the highest bar and heavy travel; Anthropic's posting lists $200–300K base with 25–50% travel.4 AI-forward enterprises and platforms (Databricks and its peers) pay strong-but-lower comp for a broader mandate across more customers.6 Consultancies and services firms are the most accessible entry — genuine customer-facing delivery reps, lighter LLM depth, a stepping stone rather than a destination. The market is expanding across all three tiers as companies discover deployment, not modeling, is the bottleneck.3
Now the honest paragraph for readers in Australia: most frontier-lab FDE roles are anchored to US and European hubs, with travel to customers from there.4 A Sydney-based frontier-lab FDE role exists occasionally, not reliably. Your realistic near-term market is: remote-friendly FDE and applied-AI roles at AI-forward companies, the local offices of global platforms, and Australian enterprises building AI capability in-house — banks, health tech, government suppliers — where your virtual-healthcare domain depth is a genuine differentiator, not trivia. Aim applications at that market now, keep frontier-lab loops as the stretch target, and remember the skills are identical — only the letterhead differs.
The resume and the stories
Finally, the framing layer. FDE resumes and behavioral rounds run on engagement stories: STAR-format narratives (situation, task, action, result) where the result is a business outcome, not a technical fact. "Built a RAG pipeline" is a feature; "cut clinician document-lookup from minutes to seconds, verified by an eval suite the customer now runs in CI" is an outcome — and hiring data shows the market has shifted toward exactly this hybrid of technical depth and customer-facing evidence.3 Your course artifacts are legitimate story material: they're simulated engagements, and you say so plainly — honesty about the synthetic setting plus concrete eval evidence beats vague claims about real work every time.
🧪 Practical steps: portfolio publish + interview kit (~90 min)
This lab turns D:\Projects\FDE-Portfolio from a folder of lab
outputs into a published, interview-ready asset — the moment eleven lessons of artifacts
become hiring evidence. Full instructions are in labs/0012-interview-kit.md; the
kit lands in D:\Projects\FDE-Portfolio\l12-interview-kit\ and is tracked in the
course's artifact tracker.
- Polish the portfolio README as a case-study index. One section per
artifact: problem → what I built → eval evidence → link. Lead with the Lesson 11 capstone.
Pick your public GitHub repo name now — short, descriptive, professional
(e.g.
applied-ai-field-portfolio). - Publish to GitHub — private first, then run the pre-public checklist: no API keys or secrets anywhere in history, no real PII, a clear synthetic-data disclaimer in the README. Flip to public only when all three pass.
- Write 3 engagement stories in STAR format from your course artifacts
(capstone, evals lesson, integration lesson are the richest). Each must end in a stated
outcome — a number, a decision, or a shipped thing. Save as
engagement-stories.md. - Run one timed 30-minute mock decomposition. The lab file contains a
prompt that turns your AI assistant into an interviewer holding a vague enterprise problem.
Your one rule: decompose aloud or in writing — actors, process, data, success measure,
binding constraint — before proposing anything. Save the transcript as
decomposition-rep-01.md.
Feedback loop: bring the README, the stories, and the decomposition transcript back to your AI assistant with the review prompt below. This kit is the terminal artifact of the portfolio thread that started with your Lesson 01 gap map — re-score that gap map now and put the before/after in the README; it's an interview story in itself.
No chat here — this box replaces it. Copy the prompt into any AI assistant (Claude, ChatGPT, Gemini…), then paste your kit after it.
You are an experienced Forward Deployed Engineer hiring manager reviewing my interview kit: a portfolio README written as a case-study index, three STAR-format engagement stories from simulated engagements, and a transcript of a timed 30-minute mock decomposition exercise. Grade each criterion as Strong / Adequate / Missing, with one sentence of evidence: - README scannability: in 90 seconds a hiring manager can name each artifact's problem, what was built, and the eval evidence — without opening code. - Story outcome-strength: every STAR story ends in a concrete outcome (a number, a decision, a shipped thing), not a technology list — and is honest that the engagement was simulated. - Decomposition discipline: in the transcript I mapped actors, process, data, success measure, and constraints BEFORE proposing any solution; flag the earliest moment I started solutioning. Be skeptical — find the weakest story and interrogate it like a behavioral round. Then tell me the one change to the README that most improves my odds of a callback. My interview kit follows below.
- Update your LinkedIn headline toward applied-AI work — name what you build (e.g. "building production LLM systems"), not just your current title. Recruiters search on the verbs.
- DM one working FDE and ask for 20 minutes about what their week actually looks like. One real conversation beats ten blog posts — and it's a warm contact when you apply.
- Do one decomposition rep on a real problem from your own company: take a vague current initiative and write the actors/process/data/success-measure skeleton before anyone proposes a solution. Share it with the owner.
Check yourself — think like a candidate being scored
Scenarios, not recall. Diagnose from the mental model — don't scroll up. Wrong picks stay live.
Scenario A
You're 4 hours into a take-home budgeted at "about 5 hours". The core pipeline works and has a small eval, but two stretch features from the brief are unbuilt, and the README is still a stub. You could work through the night and deliver everything. What's the move that scores best?
Scenario B
In your take-home walkthrough, the interviewer points at your retrieval design and asks "why this approach?" You built it quickly from a pattern you've used before and it works well. How do you answer to score what the round is measuring?
Scenario C
Two offers. A frontier-lab-adjacent US-remote role: higher base, but you'd be one of many FDEs on mature accounts with scoped work handed down. A smaller AI-forward enterprise in your region: lower base with an equity component, but you'd run discovery, scoping, and delivery end-to-end on new engagements. You want to be a strong frontier-lab candidate in two years. What's the sharper evaluation?
Recommended learning
Hand-picked follow-ups. None are required — the primary source above comes first.
- Article OpenAI Forward Deployed Engineer role guide — Paraform The deepest public look at one lab's loop — including why scoping and narrated reasoning outscore completeness in the take-home.
- Article 2026 FDE Hiring Trends: What 1,000 Job Posts Reveal — Perspective AI The comp and skill-demand data behind your targeting decisions, drawn from a thousand real postings.
- Article Using your GitHub profile to enhance your resume — GitHub Docs GitHub's own short guide to profile READMEs and pinned repos — the mechanics that make your case-study index findable.
- YouTube Palantir Decomposition Interview Process, Interview Questions and Tips A walkthrough of the round this lesson trains for — watch it before your timed mock rep, not after.
- YouTube How to ACE the Take Home Interview Project Practical take-home craft — scoping, README quality, and presenting decisions — that generalizes straight to FDE loops.
References
- Exponent, "Forward Deployed Engineer Interview: The Definitive 2026 Guide" (2026) — the Palantir, OpenAI and Anthropic loops; decomposition round; most common rejection: jumping to a solution.
- Paraform, "OpenAI Forward Deployed Engineer role guide" (2026) — ~$350–550K TC mid-senior; take-home and walkthrough emphasis on scoping and narrated reasoning.
- Perspective AI, "2026 FDE Hiring Trends: What 1,000 Job Posts Reveal" (2026) — comp $300–550K mid-senior, $600K–1.2M staff at frontier labs; hybrid technical-plus-discovery skill shift.
- Anthropic, Forward Deployed Engineer, Applied AI — job posting (2026) — $200–300K base, 25–50% travel, "production experience with LLMs including advanced prompt engineering, agent development, evaluation frameworks".
- Gergely Orosz, "What are Forward Deployed Engineers?", The Pragmatic Engineer (2025) — who's hiring FDEs and why now.
- Databricks, AI Engineer, FDE — job posting (2026) — the AI-forward-platform tier of the FDE market; GenAI production experience bar.