Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Forward Deployed Engineer - Implementation Technical Lead

Proactive Skin Care

The Role

You are an embedded builder who bridges frontier AI products and production-grade reality inside our clients' operations. After our Fusion Discovery practice ships the prioritized roadmap, you are the named technical principal who turns that roadmap into running software — code, deploy, integrate, ship — inside the client's Azure subscription, against their data, under their compliance constraints, on the calendar they signed up for. 

You are the FDE in the literal sense the term means in 2026: an embedded operator with a founder's mindset who owns outcomes end to end. Discovery hands you a scoped milestone roadmap and a Statement of Work. You take it from there. You can expect to travel up to 30% of the time with this position.

What This Role Is — And What It Is Not 

The FDE market is hot in 2026 and the role definition varies wildly across companies. PTM's flavor is specific, and we are explicit about it. 

You will: write production code that ships into the client's runtime. Build agentic systems with PydanticAI. Stand up event-driven ETL on Azure Container App Jobs. Scaffold lovable.dev → Static Web App frontends backed by FastAPI or ASP.NET Core BFFs (Backends-for-Frontends). Provision the whole stack with Bicep + azd. Wire structured logging, LLM cost telemetry, and the auth gateway from commit #1. Own the engagement's technical outcome. 

You will not: run discovery interviews, facilitate executive prioritization workshops, or produce the Solution Architecture Document. Our Fusion Discovery practice does that upstream and hands you their output. You may sit in on the final readout to take ownership of the implementation phase. The customer-facing volume sits with Discovery. You carry the technical volume. 

If you came into the FDE category because you want to be the engineer who actually ships the system the slideware promised — at a firm where validators are written before production code, every interface gets a documented contract, and the first commit boots a working full local stack — this is the role. 

The Outcome We Hire You For

In your first twelve months, you will serve as the technical lead on three to five Fusion Development engagements. Each one ships: 

  • A working production deployment in the client's Azure subscription, deployed via azd up and reproducible on demand. 
  • Vertical slices of demonstrable client value delivered against the milestone roadmap from Discovery. 
  • At least one KPI moved, with structured telemetry to prove it. 
  • A clean handoff document for ongoing operations: runbooks, infrastructure contracts, and the digital twin of the decisions made along the way. 
What You Will Actually Do

Approximate time split: ~45% writing code, ~30% integration, infrastructure, and observability plumbing, ~15% client technical touchpoints (architecture standups, demo days, escalations), ~10% specifications, interface contracts, and engagement reflections. The customer-facing volume is lower than Big Lab FDE pool roles because PTM's Discovery practice carries the customer-facing volume upstream. 

  • Convert the Discovery roadmap into an executable engineering plan with swimlanes, interface contracts, and validator-first todos. 
  • Scaffold the first commit as a working local full stack — frontend, backend, database, auth gateway, observability, IaC (Infrastructure as Code) — bootable with one command on a fresh clone. We do not believe in scaffold-then-wire-later. 
  • Implement Python services (FastAPI BFFs, event-driven ETL on Azure Container App Jobs, PydanticAI agentic systems) under our RPIR validator-first loop: Research, Plan, Implement validators RED, implement production code GREEN, Review. 
  • Build ASP.NET Core BFFs when the client's existing investment or team strength calls for it. Use .NET Aspire AppHost for local orchestration when there are three or more services or any polyglot mix. 
  • Wire frontends scaffolded via lovable.dev into your BFF, hosted on Azure Static Web Apps. 
  • Stand up the Azure footprint with Bicep + azd: subscription-level deployments, module contracts, mandatory tagging, Key Vault-backed configuration, and what-if gates on every pull request. 
  • Instrument structured logging from commit #1 (structlog with callsite metadata), wire OTEL (OpenTelemetry) to the Aspire dev dashboard locally and to Azure Monitor in production, and emit LLM cost telemetry on every model call. 
  • Stand up the auth gateway: Traefik with ForwardAuth in containers, Microsoft Entra ID by default, with Auth0, Okta, Google Workspace OIDC, AWS Cognito, or generic OIDC as first-class alternates when the client's identity posture calls for it. 
  • Pair-program with the second engineer on the engagement under Maker-Checker. Solo delivery is not a PTM pattern. 
  • Address the blockers that prevent AI from reaching enterprise-grade maturity in real environments: data readiness, integration complexity, state management, identity boundaries, observability gaps, and LLM cost runaway. 
  • Feed lessons back into PTM's living digital twin — the Fusion Covenant, the persona library, the agentic-coding template, the methodology. Every engagement you ship updates our rules. 
The Stack You Will Work In 

PTM is Azure-first and opinionated. The stack is documented. Deviations require architect approval with written rationale captured in the SAD. 

  • Backend: Python (FastAPI, Pydantic, PydanticAI for agentic systems) and ASP.NET Core (latest LTS) for BFFs and APIs. Choose by client posture and team strength. 
  • Frontend: React + Vite scaffolded via lovable.dev, hosted on Azure Static Web Apps. 
  • Data: Azure SQL, Dataverse, Microsoft Fabric OneLake, Azure AI Search. PostgreSQL when extensions justify it (Azure Flexible Server or self-hosted on Azure VM). Pure Python ETL with duckdb + delta-rs over PySpark unless the client has a Fabric mandate. 
  • AI: Azure AI Foundry primary; OpenAI and Anthropic direct as alternates. PydanticAI for agentic systems with typed state, structured outputs, and tool calls. 12-factor agents principles. 
  • Infrastructure: Bicep + azd, GitHub Actions, Docker + Azure Container Registry. .NET Aspire AppHost for local orchestration when warranted. 
  • Observability: Azure Monitor, Log Analytics, Application Insights JS SDK on the frontend. Structured JSON logs with correlation IDs from day one. LLM cost telemetry mandatory on every model call. 
  • Identity: Entra ID default. Auth0, Okta, Google Workspace OIDC, AWS Cognito, and generic OIDC are first-class alternates. Traefik + ForwardAuth as the containerized gateway pattern. 
  • Local orchestration: .NET Aspire AppHost when there are three or more services, docker compose for homogeneous pairs, uv run for single-service spikes. 
  • One-off scripts: uv with PEP 723 inline metadata. Never a half-built requirements.txt. 
What PTM's Engineering Discipline Looks Like 

This is the part that differentiates PTM from a Big Lab FDE pool. We are opinionated about how engineering happens. 

  • Validators first, always. Tests, linters, and type-checkers are written and confirmed RED before production code is written. Production code exists to turn validators GREEN. Python projects mandate ruff + pyright on every commit. 
  • Contracts before code. Every interface — API boundary, DB schema, shared type, inter-service message — gets a formal .contract.md in /docs/schema/ during planning. Implementation does not begin until the contract is accepted. 
  • Right-sized process. Trivial fixes go direct. Medium work uses the RPIR loop. Large work decomposes into swimlanes with parallel specialists. We do not skip process for big work, and we do not over-process small work. 
  • First commit is a working local full stack. Frontend, backend, database, auth gateway, observability, IaC, bootable with one command on a fresh clone. No "scaffold first, wire later." This is the floor, not the ceiling. 
  • Maker-Checker over solo delivery. Pair on architectural choices, contracts, and material deliverables. 
  • Living digital twin. When reality drifts from specification, we update the specification. Every engagement-significant lesson is captured in a reflection and folded back into the methodology. 

If this sounds like overhead, this is not the right firm. If this sounds like the engineering culture you have been missing on FDE pool work, keep reading.

What "Senior" and "High-Agency" Mean Here 

Same as the FDE category at large, with PTM's specific edges: 

  • You can stand up a working greenfield Azure deployment from a Discovery roadmap, solo, in under a week of focused work. 
  • You can read a Discovery Solution Architecture Document and identify the three implementation risks the consultant did not see. You raise them in the engagement kickoff, not in production. 
  • You can write a contract for an interface that has not been built yet and have it be useful to a second engineer six weeks later. 
  • You can sit in a client architecture standup and defend a respectful "no" to a poorly-considered scope addition without losing the relationship. 
  • You own outcomes. The engagement either ships its milestones or it does not, and you carry that. 

PTM gives you scope (via the Discovery handoff), methodology (the Fusion Covenant, the agentic-coding template, the persona library), and a second engineer for Maker-Checker pairing. Within that, you operate with high autonomy. 

Requirements

Qualifications
  • Seven or more years of production software engineering experience, with at least three at senior-IC or tech-lead level. 
  • Deep Python: typed code, async, packaging via uv, FastAPI, Pydantic. PydanticAI or comparable agentic-systems experience is a strong plus. 
  • Working competence in TypeScript + React. You do not need to be a frontend specialist; you do need to be able to wire a lovable.dev scaffold into your BFF without help. 
  • Azure production experience: Container Apps, Functions, Static Web Apps, Azure SQL, Key Vault, Bicep + azd. Equivalent depth in another cloud is acceptable if you are willing to convert quickly. 
  • Observability fluency: structured logging, distributed tracing, OTEL, log-trace correlation. You have shipped a service where you knew what was happening in production because you instrumented it that way. 
  • Test discipline: you have written tests before production code on purpose, and you can explain why. pytest + property-based testing experience preferred. 
  • Comfort with client-facing technical work: architecture standups, escalations, demo days. You do not need to be a presenter; you do need to be able to defend a technical decision in a room that includes the client's CTO. 
  • US work authorization. 
Nice to Have 
  • ASP.NET Core / C# production experience. 
  • Healthcare engagement experience, particularly in HIPAA-aware system design, EHR integration, FHIR / HL7, claims data, or revenue-cycle-adjacent systems. The first twelve months of engagements are healthcare-weighted. 
  • Experience with dotenvx, SOPS, or comparable encrypted-configuration workflows. 
  • Experience with .NET Aspire AppHost or a comparable multi-service local orchestration tool. 
  • Prior FDE, solutions-architect, or embedded-consultant experience at a vendor or services firm. 
How This Role Differs from FDE Roles at the Big Labs 

You are watching the same market we are. Google Cloud is hiring FDEs aggressively under a shortened two-day interview cycle. The OpenAI Deployment Company is hiring hundreds inside a quasi-external entity capitalized by TPG and Advent. Anthropic is standing up a similar venture with Blackstone, Hellman & Friedman, and Goldman Sachs. Those roles are real, large, and visible. 

PTM is the alternative for senior engineers who would rather: 

  • Be a named principal on an engagement, with a documented Discovery handoff defining scope, instead of one FDE in a hundred-person pool inventing scope on the customer's whiteboard. 
  • Work inside a documented engineering discipline (validators-first, contracts-first, RPIR, Maker-Checker) instead of "high-agency" being a euphemism for "no resources, no spec, your problem." 
  • See your engagement lessons land in the firm's methodology within weeks, instead of filed as tickets that may or may not be read. 
  • Ship working systems on a documented stack instead of "white-glove" delivering whatever the customer's loudest stakeholder requested last week.
Why This Role Exists Now 

PTM's Fusion Development practice is scaling. The Discovery practice (see the companion role, Forward Deployed Engineer — AI Consultant) is generating fundable roadmaps faster than we can implement them. You will be one of the first technical leads on the Implementation side. The methodology, the stack, the IaC templates, the agentic-coding patterns, and the engagement pipeline are all real today. What is not yet built is the bench. That is the opportunity. 

Benefits

Possibility of contract-to-hire

  • Full Medical Benefits
  • 2 Weeks Paid Vacation
  • Full Time
  • Dental & vision insurance
  • 401(k) matching
Vacancy posted 2 days ago
Similar jobs that could be interesting for youBased on the Forward Deployed Engineer - Implementation Technical Lead in Detroit, MI vacancy
  •  ...Role Is — And What It Is Not  The Forward Deployed Engineer title in 2026 covers a wide spectrum,...  ...duration of a Discovery engagement, lead structured interviews, facilitate workshops...  ...through Statement of Work for the implementation phase.  You will not: write... 
    Implementation
    Full time
    Contract work
    For contractors

    Proactive

    Detroit, MI
    2 days ago
  •  ...Technical Lead, Forward Deployed Engineering Known for being a great place to work and build a career, KPMG provides audit, tax and advisory services...  ...leads, and cross-functional teams to design and implement AI systems that deliver tangible, measurable outcomes... 
    Suggested
    H1b

    Kpmg India

    Detroit, MI
    3 days ago
  • C&D Talent Advisory is looking for a Forward Deployed AI Engineer to establish their US presence. This role...  ...partnering with customers for effective implementation. The ideal candidate has experience with AI deployments and technical customer engagement, and will assist in... 
    Implementation
    Remote job

    C&D Talent Advisory

    Detroit, MI
    4 days ago
  • Proactivemgmt in Detroit, MI, is seeking a Senior Engineer who excels in Python and Azure environments. You will lead technical engagements, bridge AI products into...  ...applications. This role emphasizes ownership of implementation outcomes within Azure, requiring proven... 
    Implementation

    Proactivemgmt

    Detroit, MI
    3 days ago
  • $100k - $200k

     ...Talent Advisory - Academy is seeking a skilled AI Solutions Engineer to build and deploy AI agents that automate complex workflows. This role...  ...The ideal candidate will have 5+ years of experience in technical roles and a proven track record with AI deployments. The... 
    Suggested
    Remote job

    C&D Talent Advisory - Academy

    Detroit, MI
    13 hours ago
  •  ...seeking a Senior Execution Engineer - Material Flow & Robotics Deployment to join the Autonomous...  ...In this role, you will lead the execution of advanced...  ...role requires strong technical leadership, project execution...  ...clear timing, cost, and implementation plansPartner with... 
    Implementation
    Full time
    Local area
    Work from home
    Relocation package

    General Motors

    Warren, MI
    1 day ago
  • $113.52k - $226.56k

     ...R1 is the leading provider of technology-driven solutions...  ...orchestration.? The Forward Deployed Process Consultant will...  ...business requirements into technical architecture and implementation plans by conducting a...  ...Partner with Process Engineers and consulting teams to... 
    Implementation
    Local area

    R1 RCM

    Detroit, MI
    4 days ago
  • FTE Factory Advisors is looking for an AI Systems Engineer based in Detroit, Michigan. The role is focused on designing...  ...clients in manufacturing. You'll be responsible for leading technical decisions and implementations in real-world environments, ensuring solutions are... 
    Implementation

    FTE Factory Advisors

    Detroit, MI
    4 days ago
  • $85.4k - $143.2k

     ...understood across engineering, diagnostics, and service...  ...advanced technical strategy into deployable capabilities. If you...  ...consider joining our forward-thinking team. The...  ...interpretation), and lead the integration...  ...environment. AI/ML Implementation: 1+ years of... 
    Implementation
    Local area
    Immediate start
    Remote work
    Flexible hours
    Shift work

    Ford Motor Company

    Dearborn, MI
    1 day ago
  • $100k - $200k

     ...States, they are seeking a Forward Deployed AI Engineer to work directly with...  ...directly with customers from implementation through expansion Analyze...  ...production performance Lead customer workshops and...  ...trusted relationships with technical and business stakeholders... 
    Implementation
    Remote job
    Full time

    C&D Talent Advisory

    Detroit, MI
    13 days ago
  •  ...Technical Lead Opportunity Blue Cross Blue Shield of Michigan (BCBSM...  ...within the Service Engineering group. The Technical Lead...  ...build, and run the design & implementation of BCBSM's enterprise-wide...  ...relevance, appropriate timing and deployment. Evaluate and ensure the... 
    Implementation
    Contract work
    Temporary work
    Work experience placement

    UST HealthProof

    Detroit, MI
    2 days ago
  • $85.4k - $143.2k

     ...understood across engineering, diagnostics, and service...  ...advanced technical strategy into deployable capabilities. If you...  ...consider joining our forward-thinking team. The...  ...prove it. You will lead the system integration...  .... AI/ML Implementation: 1+ years of professional... 
    Implementation
    Local area
    Immediate start
    Remote work
    Flexible hours
    Shift work

    Ford Motor Company

    Dearborn, MI
    1 day ago
  • $77k - $202k

     ...responsible for designing, implementing and elevating the...  ...having a deep technical knowledge of...  ...when the path forward isn't clear, you...  ...experiences you need to lead and deliver value...  ...in Computer Engineering, Computer Programming...  ...Configuring and deploying cloud resources... 
    Implementation
    Full time
    H1b

    PwC

    Detroit, MI
    5 days ago
  •  ...develop industry-leading automotive technologies...  ...; design and engineering capabilities;...  ...experienced and forward-thinking Advanced...  ...Engineer to lead the deployment of digitization,...  ...smart technology implementation. Support...  ...leading complex technical projects within a... 
    Implementation
    Permanent employment
    Local area

    Magna Services

    Highland Park, MI
    13 hours ago
  • A global professional services firm is seeking a Deployment Manager to lead complex SAP implementations. This role involves managing project plans, collaborating with various stakeholders, and ensuring business readiness and successful execution of cutover strategies.... 
    Implementation
    Remote job

    Ernst & Young Oman

    Detroit, MI
    3 days ago
  •  ...seeking a Controls / Software Development Engineer to support the development and...  ...controllers. This role focuses on hands-on implementation of real-time control for steering, braking...  ...role supports a production program to deploy a Drive-by-Wire (DbW) solution on embedded... 
    Implementation

    FEV EVA GmbH

    Madison Heights, MI
    1 day ago
  •  ...Cybersecurity Architecture Engineer ) About Kyyba:...  ...for designing and implementing secure infrastructure...  ...by applying industry-leading practices to mitigate...  ...environments. Drive the deployment and adoption of...  ...Advisory: Provide security technical advisory & best... 
    Implementation
    Casual work
    Remote work
    Visa sponsorship
    Work visa

    Kyyba

    Detroit, MI
    3 days ago
  • $30 - $45 per hour

     ...YOUR RESPONSIBILITIES: Own the campaign implementation, management and monitoring on campaign...  ...dynamic content and trigger-based deployment. Monitor deployments & deliverability,...  ...Contract Job function Advertising and Engineering Industries Advertising Services #J-18... 
    Implementation
    Contract work

    Marketing Agency

    Detroit, MI
    4 days ago
  •  ...an experienced Application Engineer to lead advanced manufacturing applications...  ...In this role, you will own technical execution from concept...  ...development through plant implementation, including builds, trials,...  ...cycle. Capture and deploy lessons learned from development... 
    Implementation
    Full time
    Local area
    Work from home
    Relocation package

    General Motors

    Warren, MI
    4 days ago
  •  ...is seeking a Client Success Engineer, to ensure that end users of...  ...client feedback is captured, technical issues are addressed, and...  ...with the Mission Control and deployment teams to troubleshoot, resolve...  ...deployment team to improve implementation standards and user experience... 
    Implementation
    Flexible hours

    KODE Labs, inc.

    Detroit, MI
    4 days ago
  •  ...umbrella. The Senior Software Engineer is responsible for...  ...lifecycle which includes estimating, technical design, implementation, documentation, testing, deployment, and support of application developed...  ...skills. What You'll Do Lead and generate technical... 
    Implementation
    Work experience placement
    Local area
    Work from home
    Relocation package

    General Motors

    Warren, MI
    4 days ago
  •  ...will be responsible for implementing and supporting the LPS suite...  ...to the LPS system and deployment processes as we look forward to the next generation...  ...with plant and corporate engineering teams to understand the...  ...to simplify and convey technical concepts to non-technical... 
    Implementation

    Lear Corporation EEDS & Interiors

    Southfield, MI
    4 days ago
  • $99.55k

     ...; Consult with managerial, engineering, and technical personnel to suggest changes...  ...Analyze, design, develop, implement, and test systems software....  ...‑end development, testing, deployment and Support Writing reusable...  ...Chain Planning Consultant leads supply chain transformation... 
    Implementation
    Odd job
    Work experience placement
    Remote work
    Relocation
    Flexible hours

    aThingz

    Southfield, MI
    2 days ago
  • $101.9k - $163k

     ...achieve their goals and lead a choice-filled life...  ...: As the Software Engineering Manager, you will manage...  ...in developing, implementation, and operations. Following...  ...in your role as technical lead. Together you will...  ...Comfortable designing and deploying cloud native... 
    Implementation
    Work experience placement
    Live in
    Local area
    Remote work
    Worldwide

    Cengage Group

    Detroit, MI
    3 days ago
  •  ...HVAC Project Design Engineer Works independently and in support of Project Managers in designing and implementing Heating, Ventilation and Air Conditioning (HVAC) projects....  ...organizational planning. Authorizes and forwards preliminary project scope review, scope definition... 
    Implementation
    Work experience placement
    Shift work

    Talent Software Services

    Detroit, MI
    13 hours ago
  • Overview We are looking for a Microsoft O365 Engineer to join our ThyssenKrupp North America...  ...will be responsible for the design, implementation, and maintenance of multiple Microsoft...  ...in evaluating, planning, migrating, deploying, and managing Microsoft 365 services. Provide... 
    Implementation
    Work experience placement
    Work at office
    Local area

    ThyssenKrupp Materials NA

    Southfield, MI
    2 days ago
  •  ...Description CONTROLS ENGINEER, WARREN, MI RESPONSIBILITIES...  ..., review, and refine technical standards,...  ...support standardization and implementation activities Assist with the deployment and alignment of...  ...and gaps to the program lead Support onsite activities... 
    Implementation
    Visa sponsorship
    Work visa

    PIC/MER

    Warren, MI
    16 days ago
  •  ...Role: Computer Vision Perception Engineer (Autonomous Driving) Position Type: Contract...  ...: What You Will Do: Design and implement computer vision algorithms for object...  ...Work with ROS2 for integration and deployment of perception algorithms. Optimize... 
    Implementation
    Contract work

    Apolis

    Dearborn Heights, MI
    13 hours ago
  •  ...customized IoT solutions to implementing and managing them...  ...of IoT. The Industry 4.0 Engineer will lead the design, implementation,...  ...problem-solver with a strong technical background and a passion for...  ...manufacturing processes Develop and deploy data analytics platforms to... 
    Implementation
    Full time

    Concept Reply US

    Detroit, MI
    4 days ago
  • We are the Engineering, Technology and Low Voltage division of an electrical contractor...  ...Radio Frequency (RF) Engineer to lead DAS design and/or technical implementations along with other network projects...  ...for DAS and Small Cell pre-deployment, deployment and post-deployment... 
    Implementation
    For contractors
    For subcontractor
    Work at office
    Local area
    Relocation

    Motor City Electric

    Detroit, MI
    4 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Forward Deployed Engineer - Implementation Technical Lead. Be the first to apply!