Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Forward Deployed Engineer (FDE) Roadmap

A practical, project-based learning hub to become a Forward Deployed Engineer in the AI era.


GitHub Stars GitHub Forks GitHub Watchers License: MIT PRs Welcome Maintained

YouTube LinkedIn Medium Website GitHub


⭐ If this roadmap helps you, please Star and Fork this repository! It helps more engineers discover this resource and motivates continued updates.

πŸ‘‰ ⭐ Star this repo Β· 🍴 Fork this repo Β· πŸ“Ί Watch on YouTube


Table of Contents


What is a Forward Deployed Engineer?

A Forward Deployed Engineer (FDE) is a customer-facing technical engineer who embeds with enterprise clients to solve real business problems using AI, software, and data. FDEs don't just recommend solutions β€” they build them on-site, at speed, in production.

FDEs operate at the intersection of five disciplines:

Discipline Role in FDE Work
Software Engineering Build production-grade systems and integrations
AI Engineering Design and deploy LLM-powered solutions
Cloud & DevOps Deploy, scale, and operate reliably on cloud infrastructure
Product Thinking Translate business needs into technical solutions
Consulting Discover problems, communicate ROI, influence decisions

The FDE Mindset

Problem First β†’ Technology Second β†’ Business Outcome Always

Companies like OpenAI, Anthropic, Palantir, Scale AI, Cohere, and Databricks hire FDEs to deploy AI at enterprise customers. This roadmap teaches you how to think and build like one.


Why This Roadmap?

Most AI and DevOps learning resources teach skills in isolation. This roadmap is different:

  • Project-based from day one β€” every skill ties to a real deliverable you can put in your portfolio
  • Enterprise-focused β€” covers ERP/CRM integration, multi-tenancy, AI governance, and FinOps that other roadmaps skip
  • End-to-end coverage β€” from Python APIs to multi-agent LangGraph systems to communicating ROI to a CTO
  • FDE-specific framing β€” every module is anchored to customer-facing AI deployment scenarios
  • Built by a practitioner β€” created by a working Senior Cloud & DevOps Engineer with real corporate training experience

Who This Is For

This roadmap is built for engineers who want to:

  • Build production-grade AI solutions for enterprise customers
  • Work at companies like OpenAI, Anthropic, Palantir, Scale AI, Cohere, or Databricks
  • Transition from software engineering, ML engineering, or DevOps into AI deployment work
  • Develop full-stack skills to take a problem from discovery through production
  • Land an FDE, AI Solutions Engineer, or Technical Customer Success Engineer role

Prerequisites: Basic programming experience. No ML research background required.


Skill Map

Layer Overview

Layer Modules What You Learn
Foundation 01–04 Python, Cloud, DevOps, SRE β€” the engineering base every FDE needs
AI Core 05–09 LLM APIs, RAG, Agents, AI Security β€” the AI deployment layer
Enterprise 10–12 Enterprise integration, system design, business consulting

Full Skill Coverage

Skill Area Module
Python, REST APIs, Testing, Design Patterns 01 β€” Software Engineering
AWS/Azure/GCP, Terraform, Docker, IAM 02 β€” Cloud Engineering
CI/CD, Kubernetes, GitOps, Secrets Management 03 β€” DevOps Platform
SLIs/SLOs, Prometheus, Grafana, OpenTelemetry 04 β€” SRE & Observability
LLM APIs, Prompt Engineering, Embeddings, Evaluation 05 β€” AI Engineering
GPT-4, Claude, Llama, Token Economics, Fine-tuning 06 β€” LLMs
RAG Architecture, Chunking, Vector Search, RAGAS 07 β€” RAG
Agents, ReAct, LangGraph, CrewAI, AutoGen 08 β€” Agentic AI
Prompt Injection, OWASP LLM Top 10, Guardrails, PII 09 β€” AI Security
ERP/CRM/ITSM Integration, AI FinOps, Governance 10 β€” Enterprise AI
Scalability, CAP Theorem, API Design, Caching, Queuing 11 β€” System Design
Discovery Workshops, ROI Modeling, Executive Communication 12 β€” Business Consulting

Roadmap

Layer 1: Foundation

Build the engineering base. Without this layer, AI work is fragile and undeployable.

# Module What You Learn
00 Overview FDE definition, mindset, skill map, how to navigate this roadmap
01 Software Engineering Python, REST APIs, databases, testing, design patterns
02 Cloud Engineering AWS core services, Terraform, containers, IAM, networking
03 DevOps Platform CI/CD pipelines, Docker Compose, Kubernetes basics, secrets management
04 SRE & Observability Logging, metrics, tracing, alerting, incident response

Layer 2: AI Core

The AI deployment layer. Build, evaluate, secure, and scale AI systems in production.

# Module What You Learn
05 AI Engineering LLM APIs, prompt engineering, embeddings, AI pipelines, evaluation
06 LLMs How LLMs work, major model families, fine-tuning vs RAG tradeoffs
07 RAG Full RAG pipeline: load, chunk, embed, retrieve, rerank, generate
08 Agentic AI ReAct loops, tool use, multi-agent systems, LangGraph, CrewAI
09 AI Security Prompt injection, OWASP LLM Top 10, guardrails, PII handling

Layer 3: Enterprise

The FDE differentiator. Most engineers skip this layer β€” it's what separates FDE work from internal ML engineering.

# Module What You Learn
10 Enterprise AI ERP/CRM integration, data governance, AI FinOps, compliance
11 System Design Scalability, reliability, API design, caching, queueing patterns
12 Business Consulting Discovery workshops, stakeholder mapping, ROI modeling, exec communication

Projects

End-to-end projects that combine multiple skills across all three layers. Build these for your FDE portfolio β€” each is designed to be walked through both technically and from a business perspective.

# Project Core Skills
01 AI Email Automation LLM classification, RAG, email API integration
02 Enterprise RAG Full RAG pipeline, access control, evaluation with RAGAS
03 AI Invoice Processor Vision models, structured extraction, SAP integration
04 Customer Support Agent LangGraph agent, tool use, Zendesk integration
05 AI Operations Agent Autonomous ops, Kubernetes tools, incident response automation
06 Enterprise AI Platform AI gateway, multi-tenancy, model routing, FinOps dashboard

Case Studies

Real-world deployment scenarios with architecture decisions, tradeoffs, and lessons learned.

Industry Case Study What You Learn
Fintech AI Compliance Document Review Regulated AI, audit trails, document intelligence
Healthcare Clinical Documentation Assistant HIPAA constraints, clinical NLP, EHR integration
E-Commerce AI Customer Support at Scale High-volume agent systems, escalation logic, CRM sync
Logistics AI Operations Intelligence Real-time data pipelines, predictive ops, fleet integration

Career

Resources to help you land and grow in an FDE role.

Resource What It Covers
FDE Career Path Levels, transitions in/out, skills that accelerate growth
FDE Skills Inventory Full skills list with self-assessment template
FDE vs. AI Engineer Key differences, when to choose each path
FDE vs. Solutions Architect Role spectrum, overlap, and differentiation
FDE Interview Guide Interview rounds, prep strategies, common questions and answers

How to Use This Roadmap

Starting from scratch? Go through modules in order: 01 β†’ 12. Each module links to the next. Tackle projects as you complete the relevant modules. Expect 6–12 months for a thorough pass.

Strong software engineering background? Skip to 05 β€” AI Engineering and work through the AI Core and Enterprise layers. Return to Foundation modules only for specific gaps.

Already doing ML or AI work? Focus on 10 β€” Enterprise AI, 11 β€” System Design, and 12 β€” Business Consulting β€” these layers differentiate FDE from internal ML engineering.

Preparing for interviews? Start with the FDE Interview Guide. Build at least one project and be able to walk through it technically and from a business outcome perspective.


Repository Structure

forward-deployed-engineer-roadmap/
β”œβ”€β”€ README.md                              ← You are here
β”œβ”€β”€ 01-roadmap/                            ← Learning modules (00–12)
β”‚   β”œβ”€β”€ 00-overview/README.md
β”‚   β”œβ”€β”€ 01-software-engineering/README.md
β”‚   β”œβ”€β”€ 02-cloud-engineering/README.md
β”‚   β”œβ”€β”€ 03-devops-platform/README.md
β”‚   β”œβ”€β”€ 04-sre-observability/README.md
β”‚   β”œβ”€β”€ 05-ai-engineering/README.md
β”‚   β”œβ”€β”€ 06-llms/README.md
β”‚   β”œβ”€β”€ 07-rag/README.md
β”‚   β”œβ”€β”€ 08-agentic-ai/README.md
β”‚   β”œβ”€β”€ 09-ai-security/README.md
β”‚   β”œβ”€β”€ 10-enterprise-ai/README.md
β”‚   β”œβ”€β”€ 11-system-design/README.md
β”‚   └── 12-business-consulting/README.md
β”œβ”€β”€ 02-projects/                           ← End-to-end project guides
β”‚   β”œβ”€β”€ 01-ai-email-automation/README.md
β”‚   β”œβ”€β”€ 02-enterprise-rag/README.md
β”‚   β”œβ”€β”€ 03-ai-invoice-processor/README.md
β”‚   β”œβ”€β”€ 04-customer-support-agent/README.md
β”‚   β”œβ”€β”€ 05-ai-operations-agent/README.md
β”‚   └── 06-enterprise-ai-platform/README.md
β”œβ”€β”€ 03-career/                             ← Career guides and interview prep
β”‚   β”œβ”€β”€ 01-fde-career-path/README.md
β”‚   β”œβ”€β”€ 02-fde-skills/README.md
β”‚   β”œβ”€β”€ 03-fde-vs-ai-engineer/README.md
β”‚   β”œβ”€β”€ 04-fde-vs-solutions-architect/README.md
β”‚   └── 05-fde-interview-guide/README.md
β”œβ”€β”€ 04-case-studies/                       ← Real deployment scenarios
β”‚   β”œβ”€β”€ 01-fintech/README.md
β”‚   β”œβ”€β”€ 02-healthcare/README.md
β”‚   β”œβ”€β”€ 03-ecommerce/README.md
β”‚   └── 04-logistics/README.md
└── 05-docs/                               ← Architecture diagrams and resources
    β”œβ”€β”€ architecture/
    β”œβ”€β”€ diagrams/
    └── resources/

πŸ‘¨β€πŸ’» About the Author

Arbind Kumar Mahato β€” Senior Cloud & DevOps Engineer | AWS Community Builder | AI & Agentic AI Corporate Trainer

Arbind Kumar Mahato is a Senior Cloud & DevOps Engineer specializing in AWS, Kubernetes, Terraform, Platform Engineering, DevSecOps, and AI-driven automation. He creates practical, hands-on content focused on cloud, DevOps, Kubernetes, AI engineering, and modern platform engineering.

Under the Tech Mahato brand β€” India's #1 Cloud DevOps & Agentic AI Training β€” Arbind has trained hundreds of engineers across India in cloud-native and AI technologies through live workshops, corporate training, and free YouTube content.

Connect & Follow

Platform Link
🌐 Website techmahato.com
πŸ“Ί YouTube youtube.com/@techmahato
πŸ’Ό LinkedIn linkedin.com/in/arbindmahato
✍️ Medium medium.com/@techmahato
πŸ’» GitHub github.com/techmahato

πŸ“Ί Subscribe to Tech Mahato on YouTube for free video content on Cloud, DevOps, Kubernetes, Terraform, and Agentic AI.


🌟 Support This Project

If this roadmap helped you:


Contributing

Contributions are welcome. Before opening a PR:

  • Follow the naming convention: lowercase-kebab-case for all folders and files
  • Every folder must have a README.md with real, substantive content β€” no placeholders
  • Content must be technically accurate β€” cite sources for any statistics or external claims
  • Follow the FDE mindset: practical, business-outcome-oriented, not purely theoretical
  • Verify that all internal links resolve correctly before submitting
  • Keep PRs focused β€” one topic or fix per PR makes review faster

Built with ❀️ by Arbind Kumar Mahato | Tech Mahato β€” India's #1 Cloud DevOps & Agentic AI Training

This roadmap is a living document. The AI field moves fast β€” content is updated as practices evolve.

About

A practical Forward Deployed Engineer (FDE) roadmap covering AI engineering, Agentic AI, software engineering, cloud, DevOps, SRE, system design, enterprise AI, and hands-on projects.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors