Subprojects
An open GitHub resource library and a private 20-hour learning sprint that uses it.
A Claude-assisted plan for getting to first FDE competence in 20 focused hours, then continuing into the original 12-week interview-backward curriculum.
This version keeps the original 12-week plan and adds a faster Claude-assisted path: first turn the best FDE materials into an open resource project, then use a curated subset to run a personal 20-hour starter sprint.
An open GitHub resource library and a private 20-hour learning sprint that uses it.
Enough time to learn the FDE map, build a thin slice, explain tradeoffs, and run a mock loop.
A public, curated answer to: “If I want to become an FDE, what matters most?”
The original long-form curriculum remains available as the next layer after the sprint.
Build an “AI Deployment Assistant” for a realistic business workflow. In the 20-hour version, the goal is not production depth; it is a defensible thin slice that proves you understand discovery, architecture, evals, and rollout.
This section adapts Rahul's X article, “How To Learn Anything 10x Faster Using Claude,” into an FDE plan. The full method is six prompts: learning ladder, 20-hour plan, quiz until failure, one-page cheat sheet, signal-in-noise resource curation, and the Feynman loop.
source: Rahul on XBreak FDE into five levels, from beginner to confident practitioner. Each level needs a milestone, a hands-on exercise, common mistakes, and a self-check before moving forward.
Extract the 20% of FDE concepts that create 80% of real-world progress, then structure them into ten 2-hour sessions with one resource, one exercise, and five review questions each.
After each session, use active recall: ten progressively harder questions, one at a time, with grading, gap detection, and re-teaching only what was missed.
Compress each FDE topic into a scannable page: definition, key concepts, mental model, examples, common mistakes, checklist, and rapid-fire memory questions.
Limit the resource set to the five highest-leverage materials. For each one, capture why it matters, what it teaches, who it fits, how to use it, and what not to waste time on.
Explain the concept in simple language, then explain it back. Claude identifies gaps, re-teaches only the weak parts, and repeats until the explanation is simple and complete.
Turn the resource collection into a public GitHub project with a clear editorial stance: not “everything about AI,” but the most important resources for becoming useful as a Forward Deployed Engineer.
repo name: awesome-fde-resourcesUse the public title “Awesome FDE Resources,” with a clear subtitle for discoverability: “A curated resource map for learning Forward Deployed Engineering.”
README.md: opinionated learning map and quick start.resources/: links grouped by FDE task.CONTRIBUTING.md: resource acceptance criteria.LICENSE: license for original writing and notes.A resource earns a place only if it helps someone ship or explain an FDE artifact: customer discovery, AI architecture, LLM app engineering, RAG, evals, security, deployment, or executive communication.
This repo should answer four questions fast: What does an FDE actually do? What should I learn first? Which resources are worth my limited time? What artifacts prove I am improving?
This is an execution plan, not a reading list. Each 2-hour session has resources, timed work, a Claude prompt, a required output, and a pass/fail check. The goal is to finish with a defensible FDE thin-slice project and interview narrative.
Resources: Anthropic FDE posting, OpenAI FDE posting, Awesome FDE Resources section 1.
Claude prompt: “Break FDE into 5 levels for me personally. For each level, define mastery, key concepts, one milestone, one hands-on exercise, common mistakes, and a self-check question. Assume my goal is to become credible enough to discuss and prototype enterprise AI deployments.”
Output: one-page FDE learning ladder and personal gap list. Pass: you can explain what an FDE does in 90 seconds without saying only “build AI apps.”
Resources: Stanford Enterprise AI Playbook, Google use-case guide, RAND AI failure report.
Claude prompt: “Act as an enterprise AI deployment advisor. Given these candidate workflows, help me score value, feasibility, data readiness, risk, adoption path, and AI fit. Push back on weak assumptions. Recommend one workflow for a 20-hour FDE prototype and explain which two I should reject.”
Output: use-case memo with selected workflow, rejected alternatives, target user, metric, non-goals, and adoption risk. Pass: you can defend why this workflow deserves a pilot.
Resources: YC How to Talk to Users, Google People + AI Guidebook, Atlassian project poster.
Claude prompt: “Act as a skeptical customer discovery coach. Review my workflow and questions. Find vague assumptions, missing stakeholders, adoption risks, and questions that would produce shallow answers. Rewrite my discovery plan so it can uncover whether this AI deployment is worth building.”
Output: discovery script and scope poster. Pass: your questions would reveal data readiness, workflow ownership, and adoption risk.
Resources: Anthropic Building Effective Agents, OpenAI agent guide, AWS enterprise agentic AI architecture, System Design Primer.
Claude prompt: “Review this AI architecture like a senior FDE. Tell me where I am overusing agents, where deterministic workflow is better, what data and permission boundaries are missing, what can fail, and what I must log/evaluate before pilot.”
Output: architecture memo. Pass: every component has a purpose and every major risk has a mitigation.
Resources: FastAPI tutorial, FastAPI testing guide, Microsoft REST API guidelines.
Claude prompt: “Act as my backend reviewer. Given this API contract for my FDE prototype, critique the data model, validation, error handling, integration boundaries, and tests. Keep it minimal enough for a 20-hour prototype.”
Output: backend skeleton or precise implementation spec. Pass: another engineer could implement the API without guessing the workflow.
Resources: OpenAI structured outputs, Claude tool use docs, Anthropic writing tools for agents.
Claude prompt: “Design a structured output schema and tool-call flow for this workflow. Include validation rules, fallback behavior, when to escalate to a human, and what logs I need for debugging and evals.”
Output: one end-to-end AI thin slice. Pass: the output is typed, reviewable, and has a defined failure path.
Resources: Claude RAG guide, Azure AI Search RAG overview, Microsoft GraphRAG docs.
Claude prompt: “Evaluate whether this FDE prototype needs RAG. If yes, design chunking, metadata, permissions, retrieval tests, citations, and failure debugging. If no, explain what simpler data access pattern is enough for the first pilot.”
Output: knowledge architecture note and retrieval test set. Pass: you can explain whether RAG is necessary and how you would debug wrong answers.
Resources: OpenAI Evals guide, Hamel/Shankar Evals FAQ, OWASP LLM Top 10, NIST AI RMF.
Claude prompt: “Act as a strict AI eval and security reviewer. Given my workflow and architecture, create an eval set, scoring rubric, failure taxonomy, and threat model. Identify what must be fixed before pilot users touch it.”
Output: eval report and risk register. Pass: you have concrete examples of failure, not generic warnings.
Resources: Stanford Enterprise AI Playbook, Klarna case, Morgan Stanley case, Air Canada case, McDonald's drive-thru AI case, RAND failure report.
Claude prompt: “Use these enterprise AI success and failure cases to critique my rollout plan. Find adoption risks, accountability gaps, measurement gaps, and places where the customer may lose trust. Rewrite the plan so it is credible for a controlled pilot.”
Output: rollout memo and deployment narrative. Pass: the plan names an owner, metric, rollback path, and trust boundary.
Resources: all artifacts from S1-S9.
Claude prompt: “Act as a strict FDE interviewer. Ask one question at a time across use-case selection, customer discovery, architecture, implementation, RAG/tools, evals, security, adoption, and communication. Grade each answer, push on vague claims, and end with my top 5 gaps.”
Output: cheat sheet, answer bank, and 12-week follow-up backlog. Pass: you can give a 5-minute coherent story of the deployment and survive follow-up questions.
“I want to learn Forward Deployed Engineering step by step. Break FDE into 5 levels from complete beginner to confident practitioner. For each level, define mastery, key concepts, one milestone, one hands-on exercise, common mistakes, and one self-check question.”
“I want to learn FDE in 20 focused hours. Identify the 20% of concepts and skills that create 80% of practical FDE competence. Build a 10-session plan, 2 hours each, with a goal, concepts, exercise, one resource, expected outcome, and 5 review questions.”
“I just studied this FDE topic. Ask me 10 progressively harder questions, one at a time. After each answer, grade me out of 10, tell me what I got right, identify the exact gap, and re-explain only what I missed.”
“Create a one-page cheat sheet for this FDE topic. Include a simple definition, key concepts, a mental model or flow, concrete examples, common mistakes, a before-you-use-this checklist, and 5 rapid-fire questions.”
“Act as my FDE learning curator. Select the 5 highest-leverage resources for this FDE skill. For each, explain why it matters, what it teaches, learner fit, difficulty, how to use it, and what not to waste time on. Rank them in order.”
“Teach this FDE concept in simple language. Then ask me to explain it back. Review my explanation, identify gaps or mistakes, re-teach only the weak parts, and repeat until my explanation is simple, accurate, and complete.”
Use the filters to focus your study. Check off each week when your deliverable and test are done; progress is saved locally in this browser.
The weekly tests are built from common FDE interview loops: AI architecture, AI use-case selection, production LLM engineering, customer discovery, security, execution under ambiguity, and communication. Each week gives you questions to answer out loud and artifacts to prove the answer is real.
This is a lightweight prototype for the weekly tests. It is not a true LLM grader yet; it acts like a rubric agent in the browser, checking whether your answer covers the interview prompt, architecture/use-case reasoning, evidence, risks, and next actions. If this proves useful, the next version can connect to a real evaluator backend.
Pick a week, paste your answer, then run the evaluator. Good answers usually include a clear recommendation, tradeoffs, measurable success criteria, risks, and implementation details.
Feedback will appear here after you submit. The evaluator is intentionally strict: vague answers score low even if they sound polished.
An FDE profile is strongest when it can move beyond model demos and answer deployment-risk questions in business language. These are the questions the curriculum now trains toward.
This is the interview package. It should feel like a real deployment story, not a toy notebook.
Deployed capstone with auth-like access assumptions, realistic data ingestion, RAG or tools, and an observable backend.
Problem, users, system design, model choices, data flow, security posture, failure modes, and rollout plan.
Golden dataset, metrics, examples of pass/fail behavior, manual review rubric, and cost/latency notes.
Five-minute customer-style demo showing before/after workflow value, not just a tour of features.
This section mirrors the weekly curriculum. Strong supplemental knowledge bases are kept when they support a specific week, and each resource appears once.