[All remote jobs](https://jobicy.com/jobs.md)Open role[![SWORD Health logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/5dda1790-221.jpg)](https://jobicy.com/company/sword-health.md)Remote opportunity at[SWORD Health](https://jobicy.com/company/sword-health.md)

# Senior ML Engineer (Europe-based/Remote)

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/sword-health.md)Share21 Aug 2026Published72Listing views6Application actions21 Sep 2026Apply before  Opportunity details

## About this role.

AI SummarySword is seeking a Europe-based Senior ML Engineer to build and operate production AI systems for a clinical-care platform. The role centers on reliable agentic LLM workflows, including retrieval, tool use, orchestration, evaluation harnesses, monitoring, and continuous improvement. The engineer will own projects from ambiguous exploration through deployment, while selecting techniques such as prompting, RAG, distillation, or fine-tuning based on evidence. Success requires strong production engineering judgment and close collaboration with product, clinical, and engineering stakeholders in a high-stakes healthcare environment. The position also includes code review, knowledge sharing, and mentoring of less-experienced engineers.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

5/5RelaxedFast-paced

### Autonomy Level

5/5GuidedFull ownership

### Communication Load

5/5IndependentCollaborative

AI insightThis is a senior, end-to-end role requiring deep ML and software engineering capability, particularly in production LLM systems and rigorous evaluation. Clinical use cases raise the quality, safety, reliability, and stakeholder-management expectations beyond those of a typical ML engineering position.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$165,000US market range$125k–$210k0$231k

AI insightNo salary range was provided. For a senior ML engineer building production LLM and healthcare AI systems remotely across Europe, an estimated total annual compensation range is USD 125,000 to USD 210,000, with a midpoint of USD 165,000; actual pay should vary materially by country, local employment structure, experience, and equity valuation.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Machine Learning Engineering](https://jobicy.com/jobs?search_keywords=Machine%20Learning%20Engineering.md)[LLM Systems](https://jobicy.com/jobs?search_keywords=LLM%20Systems.md)[Agentic AI](https://jobicy.com/jobs?search_keywords=Agentic%20AI.md)[Retrieval-Augmented Generation](https://jobicy.com/jobs?search_keywords=Retrieval-Augmented%20Generation.md)[MLOps](https://jobicy.com/jobs?search_keywords=MLOps.md)[Model Evaluation](https://jobicy.com/jobs?search_keywords=Model%20Evaluation.md)[Healthcare AI](https://jobicy.com/jobs?search_keywords=Healthcare%20AI.md)[Python](https://jobicy.com/jobs?search_keywords=Python.md)[Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed%20Systems.md)[Clinical Safety](https://jobicy.com/jobs?search_keywords=Clinical%20Safety.md)

Sample interview questionsDescribe an LLM system you shipped to production and how you measured whether it was successful.I would explain the user problem, system architecture, model and retrieval choices, launch criteria, and production metrics such as task success, groundedness, latency, cost, escalation rate, and user outcomes. I would also describe the monitoring and iteration process used after launch.

How would you design an evaluation framework for a clinical-facing agentic LLM workflow?

I would begin with a representative, versioned evaluation set covering routine, edge-case, adversarial, and safety-critical scenarios. The framework would combine deterministic checks, task-specific quality metrics, structured LLM-as-judge scoring, expert clinical review, and regression gates that prevent releases when quality or safety declines.

When would you choose prompting, RAG, fine-tuning, or distillation for an ML problem?

I would start with clear error analysis and baseline measurements. Prompting is appropriate for fast iteration and well-supported general capabilities; RAG is useful when answers require current or proprietary evidence; fine-tuning can improve repeatable behavior or specialized tasks with sufficient quality data; and distillation is useful when lower cost or latency is needed after establishing a stronger teacher system.

How do you manage safety and reliability when an AI system can call tools or take multi-step actions?

I would constrain tool permissions, validate inputs and outputs, use structured schemas, require confirmation for consequential actions, and implement timeouts, retries, idempotency, and audit logging. I would also use policy checks, human escalation paths, simulation testing, and production monitoring to detect unsafe behavior early.

How would you communicate an ML tradeoff to clinical and product stakeholders?

I would frame the decision in terms of user and clinical impact, expected benefits, known failure modes, uncertainty, and operational cost rather than model terminology alone. I would present measurable options, recommend a safe rollout plan, and make explicit which risks require stakeholder or clinical-owner approval.

At Sword, we’re building AI to heal billions and unlock humanity’s full potential. In doing so, we’re pioneering AI Care, a fundamentally new approach to healthcare built for medical reasoning, safety, and real-time treatment, not generic technology applied after the fact. As both a clinical-centric frontier AI lab and an applied AI platform, Sword is reimagining how care is delivered at scale, removing traditional barriers like appointments, waiting rooms, and stigma so more people can access the care they need – and ultimately get back to lives lived in full.
Since 2020, Sword has expanded across Musculoskeletal, Women’s Health, Cardiometabolic, and Mental Health, and is now moving beyond the session to a fully AI-native, 24/7 care program that brings physical activity, therapeutic exercise, psychotherapy, nutrition, and behavior change into one connected experience. More than 1 million members across three continents have completed over 15 million AI sessions, helping 2,000+ enterprise clients avoid more than $1 billion in unnecessary healthcare costs. Backed by 59 clinical studies, 43 patents, and more than $500 million raised from leading investors including Khosla Ventures, General Catalyst, and Founders Fund, Sword is defining a new standard for healthcare. This position is open to candidates based anywhere in Europe.

## AI Proficiency at Sword

AI fluency is a core expectation at Sword. Every candidate is assessed against our three-level framework — be ready to share real examples of how AI is already part of how you work.

*

Explorer (Level 1) — Uses AI daily to boost personal productivity

*

Builder (Level 2) — Creates workflows and tools that elevate the whole team

*

Integrator (Level 3) — Embeds AI into products and processes at scale

Every hire must demonstrate at least Level 1. The expected level will vary depending on the seniority of the role.

## What you’ll be doing:

* Own ML projects end-to-end: take problems from exploration through production deployment and keep iterating once real users are on them;
* Build agentic LLM systems: design multi-step workflows with tool use, retrieval, and orchestration, and make them reliable enough for clinical settings;
* Treat evaluation as core engineering work: build eval sets, offline and online harnesses, LLM-as-judge pipelines with human review, and regression tests that catch quality drops before they reach users;
* Improve model quality with whatever fits the problem: prompting, retrieval, distillation, or fine-tuning, chosen on evidence rather than habit;
* Work across the full AI stack: data prep, model adaptation, serving, monitoring, and the feedback loops that keep systems improving in production;
* Partner with Product, Clinical, and Engineering: translate clinical requirements into technical decisions and surface tradeoffs early;
* Help the team get better: review code, share what you learn, and mentor engineers earlier in their careers.

## What you need to have:

* Experience shipping ML systems to production that people actually depend on;
* Hands-on LLM work in production: prompting, retrieval, tool calling, and agent-style workflows;
* A rigorous approach to evaluation: you’ve built eval datasets and frameworks, and you can tell a real improvement from noise;
* Strong ML fundamentals: you know which approach fits which problem and can reason clearly about tradeoffs;
* Comfort with ambiguity: you’ve taken loosely defined problems and turned them into something running in production;
* Solid engineering skills: production-quality code, familiarity with distributed systems, and the patience to debug messy ML pipelines;
* Clear communication with both technical and clinical stakeholders.

Bonus points

* Experience with fine-tuning or preference optimization (RLHF, DPO, or similar);
* Healthcare AI, or other high-stakes domains where errors carry real cost;
* Built agent frameworks or evaluation tooling from scratch;
* Open source contributions, technical writing, or other knowledge sharing.

*This range includes base, variable and equity As this role may be filled in different European countries, the compensation range will be adjusted to reflect local market conditions and cost of living in the country of hire.
These compensation bands are just the starting point. Once someone joins and proves they’re outlier talent, we adjust quickly to ensure their compensation aligns with their impact.
Our job titles may span more than one career level. Actual pay is determined by skills, qualifications, experience, location, market demand, and other factors. Compensation details listed in this posting reflect the base salary and any potential variable, bonus or sales incentives, and the Company’s estimation of the value of private company stock options, if applicable. The pay range is subject to change, future value of company stock options is not guaranteed, and compensation may be modified in the future. In addition to our total compensation, Sword offers a number of benefits as listed below.  Sword Benefits & Perks At Sword, we are committed to supporting our employees in every location. The benefits and perks applicable to this role are those standard to the country where the candidate will be based, in line with local regulations and market practices. SWORD Health, which includes SWORD Health, Inc. and Sword Health Professionals (consisting of Sword Health Care Providers, P.A., SWORD Health Care Providers of NJ, P.C., SWORD Health Care Physical Therapy Providers of CA, P.C.*) complies with applicable Federal and State civil rights laws and does not discriminate on the basis of Age, Ancestry, Color, Citizenship, Gender, Gender expression, Gender identity, Gender information, Marital status, Medical condition, National origin, Physical or mental disability, Pregnancy, Race, Religion, Caste, Sexual orientation, and Veteran status. Show more

[Apply now >](https://jobicy.com/jobs/151320-senior-ml-engineer-europe-based-remote.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Data Science & Analytics](https://jobicy.com/categories/data-science.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Liftoff logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c47aea9f-221.png)
Liftoff  Aug 21

### [Machine Learning Engineer](https://jobicy.com/jobs/151331-machine-learning-engineer-5.md)

Liftoff is a leading AI-powered performance marketing platform for the mobile app economy. Our end-to-end technology stack helps app marketers acquire and retain high-value users, while enabling publishers to maximize…

*
![Ruby Labs logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/0799a7b7-221-1.jpeg)
Ruby Labs  Aug 21

### [Data Analytics Engineer](https://jobicy.com/jobs/151318-data-analytics-engineer.md)

About usRuby Labs is a leading tech company that creates and operates innovative consumer products. We offer a diverse range of opportunities across the health, education, and entertainment industries. Our…

*
![Plain Concepts logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e2e67bbe-221-1.jpg)
Plain Concepts  Aug 21

### [Senior Data Engineer](https://jobicy.com/jobs/144144-senior-data-engineer.md)

🚀 We’re Growing Our Data Dream Team!Titles? Meh, we’re not big on them, but let’s call this one Data Engineer 😉As part of our international Data squad, you’ll craft tailor-made solutions that wow…

*
![Oowlish Technology logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c279fe91-221.jpg)
Oowlish Technology  Aug 21

### [Data Analyst (Product & Customer Analytics)](https://jobicy.com/jobs/149448-data-analyst-product-customer-analytics.md)

Join Our TeamOowlish, one of Latin America’s rapidly expanding software development companies, is seeking experienced technology professionals to enhance our diverse and vibrant team.As a valued member of Oowlish, you…

*
![Molina Healthcare logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/aff0375a-221.jpeg)
Molina Healthcare  Aug 21

### [Director, Data Analytics (Customer Experience / Member Growth & Retention)](https://jobicy.com/jobs/149452-director-data-analytics-customer-experience-member-growth-retention.md)

Job Summary As a member of the Customer Experience team, the Director, Data Analytics ensures timely creation of key Executive and Health plan management reports, as well as providing critical…

*
![Thermo Fisher Scientific logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/fbe52b8e-221.webp)
Thermo Fisher Scientific  Aug 21

### [Clinical Data Team Lead](https://jobicy.com/jobs/149471-clinical-data-team-lead.md)

Work ScheduleStandard (Mon-Fri)Environmental ConditionsOfficeJob DescriptionJoin Us as a Clinical Data Team Lead – Make an Impact at the Forefront of InnovationWe have successfully supported the top 50 pharmaceutical companies and…

*
![NielsenIQ logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e0156312-221-4.jpg)
NielsenIQ  Aug 21

### [Director, AI Commerce Analytics (USA Based Remote)](https://jobicy.com/jobs/149463-director-ai-commerce-analytics-usa-based-remote.md)

Company DescriptionThe Director, Product, AI Commerce Analytics & Data Strategy owns the AI and data strategy and the supporting architecture for NIQ’s AI Commerce partnerships and AI-driven product operations. The…

*
![Luxury Presence logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/05/f2b241fb769140fff2f70e8efaf5c0ff.jpg)
Luxury Presence  Aug 20

### [Senior Analytics Engineer – US](https://jobicy.com/jobs/151266-senior-analytics-engineer-us.md)

Luxury Presence is building the AI growth platform for real estate. Backed by Bessemer Venture Partners and other top investors, we’re a Series C company that has hit $100M in…

*
![Luxury Presence logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/05/f2b241fb769140fff2f70e8efaf5c0ff.jpg)
Luxury Presence  Aug 20

### [Senior Analytics Engineer – CANADA](https://jobicy.com/jobs/151263-senior-analytics-engineer-canada.md)

Luxury Presence is building the AI growth platform for real estate. Backed by Bessemer Venture Partners and other top investors, we’re a Series C company that has hit $100M in…

*
![Updater logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b6d59c36-221.jpg)
Updater  Aug 20

### [Lead Data Analyst, Product Analytics](https://jobicy.com/jobs/151213-lead-data-analyst-product-analytics.md)

View All Jobs Do you love turning messy behavioral data into the “aha” that changes a product roadmap? Do you want your dashboards to be the first thing product leaders…