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 4 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 Technology Management

    Detroit, MI
    5 days ago
  •  ...Integration & Execution Engineer Leads and generates technical solutions including specifying...  ...practices are applied/implemented Specifies and...  ...Strong software CI/CD deployments and integration Strong...  ...innovation, inclusion, and forward thinking . This is a unique... 
    Implementation
    Full time
    H1b
    Local area
    Work from home
    Flexible hours
    3 days per week

    General Motors

    Warren, MI
    1 day 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
    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...  ...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
    4 days ago
  • $72 - $75 per hour

     ...Collaborate with business, IT, and implementation partners to define ERP scope. Develop...  ...non-SAP systems. Work closely with technical teams (ABAP, Fiori, PCF) for solution delivery...  ...system configuration and support deployment activities. Provide post-go-live... 
    Implementation
    Hourly pay
    Contract work
    Monday to Friday

    EPITEC

    Dearborn, MI
    1 day ago
  • ## Engineering Group Manager, Information Access...  ..., you will lead a highly talented...  ...for designing and implementing product development...  ...requires strong technical and business judgment...  ...* Develop a forward-looking vision for...  ...processes and tools deployment* Understanding of... 
    Implementation
    Contract work
    H1b
    Relocation
    Relocation package
    3 days per week

    General Motors

    Warren, MI
    2 days ago
  • Advanced Manufacturing Engineer page is loaded##...  ...develop industry-leading automotive...  ...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 International Inc.

    Highland Park, MI
    2 days 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
    1 day ago
  •  ...skilled and motivated Robotics Software Engineer to lead the development of a next-generation...  ...will be responsible for architecting and implementing a robust, scalable ROS 2 software...  ...Coordination Develop, tune, and deploy advanced motion planning and manipulation... 
    Implementation
    Flexible hours

    Optimal CAE

    Warren, MI
    4 days ago
  • $65 per hour

     ...Senior Wireless Engineer Client Location : Detroit...  ...will work with Lead Wi-Fi Engineer and with...  ...architectures necessary to implement strategies that allow...  ...drive operational and technical efficiencies, improve...  ..., Wi-Fi network deployments. Solid Wi-Fi troubleshooting... 
    Implementation
    Long term contract
    Work at office
    Work from home

    3B Staffing LLC

    Detroit, MI
    1 day ago
  • $75k - $125k

     ...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

    Reply

    Detroit, MI
    16 days ago
  •  ...Storage Environment Technical Skills: Review, approve...  ...initiatives and assist with new implementations. Report on on-going...  ...procedures such as catalog forward recovery, alternate master catalog...  ...report for accuracy. Lead storage (tape and DASD) tech... 
    Implementation
    Weekend work

    Omni Inclusive

    Allen Park, MI
    1 day ago
  • $40 - $45 per hour

     ...DevOps Engineer/DataOps Engineer Detroit, Michigan, United States...  .... ~ Bachelors degree in a technical field or 3+ years of...  ...ensure proper knowledge and implementation of CI/CD processes and tools...  ...DevOps pipeline issues, and deployment issues. Partner with Enterprise... 
    Implementation
    Work experience placement

    Global Channel Management

    Detroit, MI
    2 days ago
  • $40 - $45 per hour

     ...looking for a Robotics Software Engineer in the Warren, Michigan area....  ...for architecting and implementing a robust, scalable ROS 2 software...  ...Other Responsibilities: • Lead the design and implementation...  ...management. • Develop, tune, and deploy advanced motion planning and... 
    Implementation

    Insight Global

    Warren, MI
    1 day ago
  • $27.51 - $42.98 per hour

    Technical Lead / Architect - Mobile Apps (React Native) & Agentic AI...  ...DevOps Testing & Quality Engineering Architect, build, and lead...  ...skill: Ability to design, implement, and operate end-to-end mobile...  .... Cloud AI platforms - Deploying or consuming AI services on... 
    Implementation
    Contract work

    Capgemini

    Dearborn, MI
    3 days ago
  •  ...Job : Firewall Engineer Location : Warren, MI Duration : 18 Months...  ...policies. Validate configurations post-deployment to confirm accuracy and intended policy...  ...activities. Perform root cause analysis and implement corrective actions; escalate complex... 
    Implementation
    Contract work

    3B Staffing LLC

    Warren, MI
    1 day ago
  •  ...Storage Engineer A Few Words About Us - Integrated...  ...professional who designs and implements enterprise IT backup...  ...is responsible for leading the vision and designs...  ...business and technical requirements and SLA's...  ...Maintaining an understanding of deployed customer solutions,... 
    Implementation

    Careers Integrated Resources Inc

    Detroit, MI
    1 day ago
  •  ...Software Engineer You will be involved in the design, implementation, and validation of software for a variety of vehicle...  ...continuously improving and streamlining deployment Develop AUTOSAR software...  ...and preventative measures Lead control system project planning... 
    Implementation

    Omni Inclusive

    Dearborn, MI
    3 days 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
    1 day ago
  • A leading IT services firm is seeking a WorkForce Software Deployment Lead in Dearborn, MI. The role involves managing and deploying workforce management solutions...  ...with WorkForce Software and large-scale implementations. A Bachelor's degree is required, along with excellent... 
    Implementation

    Stefanini, Inc

    Dearborn, MI
    5 days ago
  •  ...time Role Summary The AUTOSAR Bootloader Engineer will be responsible for the development...  ...Unit (VCU). This includes design and deployment of secure flashing and FOTA (Flashing...  ...Vehicle Control Unit projects. Support implementation and validation of Cybersecurity features... 
    Implementation
    Full time

    Tata Technologies

    Detroit, MI
    5 days ago
  • $83.59k - $115k

     ...talented and motivated Engineers to join our team!...  ...(PEO CS&CSS) Project Lead Integration (PL-I) Office...  ...Engineer Serves as a technical and program support specialist...  ...to develop and implement predictive logistics capabilities...  ...Apply today. We look forward to meeting you.... 
    Implementation
    Full time
    For contractors
    Work experience placement
    Work at office
    Local area
    Remote work
    Worldwide

    Huntington Ingalls Industries

    Warren, MI
    4 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
    2 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
    2 days ago
  •  ...Role Our Model Based Product Line Engineering team is dedicated to the...  ...Engineering across GM. We develop leading‑edge data solutions, processes, and tool implementations for requirements, model‑based systems...  ...will develop, implement, and deploy data solutions for requirements... 
    Implementation

    General Motors

    Warren, MI
    2 days ago
  • $77.79k - $190.5k

     ...customers. We’re seeking forward-thinking, laser-...  ...VEV Systems Integration Engineer - positions offered by...  ...(Dearborn, Michigan). Lead physical validation deliverables...  .... Manage software implementation, maintenance and...  ...leader, a changemaker, a technical expert, a culture... 
    Implementation
    Immediate start
    Flexible hours

    Ford Motor Company

    Dearborn, MI
    5 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

    Southfield, MI
    2 days ago
  •  ...Computer Vision Perception Engineer (Autonomous Driving) Position Type: Contract Location...  ...) 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

    Detroit, MI
    4 days ago
  • $101.9k - $140k

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

    Cengage Group

    Detroit, MI
    1 day ago
  • $84.48k

     ...selected candidate will lead architecture...  ...tracking architecture implementation, ECU development progress...  ...architecture implementation and deployment of incremental or new...  ...~ Assist team with technical question and dialog...  ...degree in Electrical Engineering, Mechatronics,... 
    Implementation
    Local area
    Immediate start
    Remote work
    Flexible hours

    Ford Motor Company

    Dearborn, MI
    2 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!