Machine Learning Engineer · Nashville, TN

Production ML for systems
that can’t fail.

I’m Sam McDevitt. For 4+ years I’ve built and shipped machine learning in regulated, high-stakes environments — computer vision and sensor fusion for DHS and DoD, medical imaging models in healthcare, and secure agentic LLM systems — on a foundation of safety-critical embedded engineering.

CBP technical challenge score
98.9%
Production contract my system won
$25M
Reduction in radiologist corrections
20%
Years shipping production ML
4+

Selected Work

Systems in the field, not the lab

Deployed for government field trials, clinical review pipelines, and live operations — each one owned from data pipeline to production.

U.S. Customs & Border Protection

Cargo & vehicle anomaly detection

Designed and deployed a production computer-vision system — detection plus model ensembling over X-ray, camera, and CT modalities — that scored 98.9% on the government’s technical challenge and became the direct basis for a $25M, five-year production contract. Fused X-ray imagery, structured text, and vehicle records in a cloud-native AWS pipeline for live field trials.

  • PyTorch
  • Ensembling
  • AWS
  • Edge inference

Medical Imaging · AI Metrics

Clinical CT/MRI segmentation & classification

Led modernization of the company’s core AI codebase — framework selection, migration strategy, and measurable gains in segmentation Dice and regression R² over the legacy baseline. Improved a production classifier to cut required radiologist corrections by 20%, and architected AWS infrastructure for distributed hyperparameter tuning in a regulated healthcare environment.

  • Segmentation
  • CT / MRI
  • AWS
  • Regulated ML

Real-time Sensor Fusion

Radiation source-carrier attribution

Engineered a real-time system fusing Intel depth cameras with radiation detectors to attribute and track radioactive sources to their carriers. Built explainability into the deployment pipeline — Grad-CAM, RISE, hierarchical occlusion — so non-technical field operators could trust and adopt the models.

  • Depth + radiation
  • Tracking
  • Explainable AI

U.S. Air Force · SBIR

Prototypes that won production

Led prototype development for two U.S. Air Force SBIR contracts — $2.5M combined — and both demos secured follow-on production deployments. Owned the full model lifecycle: proof-of-concept, vehicle-region segmentation paired with anomaly classification, through production with versioning, monitoring, and CI/CD.

  • Rapid prototyping
  • MLOps
  • CI/CD

Experience

From missile seekers to medical AI

A deliberate arc: safety-critical embedded systems first, production machine learning built on top of that discipline.

  1. Jun 2025 — Present

    Lead AI/ML Engineer · AI Metrics

    Leading the modernization of the core medical-imaging AI codebase and the team’s ML practice. Production preprocessing pipelines across multi-modal medical datasets, distributed tuning on AWS, and translating clinical and regulatory requirements into model acceptance criteria with physicians and business stakeholders.

  2. May 2023 — May 2025

    Senior AI/ML Engineer · Analytical AI

    Computer vision and sensor fusion for DHS and DoD. Shipped the CBP detection system behind a $25M award, led two winning Air Force SBIR prototypes, optimized models for real-time edge inference, and mentored junior engineers on MLOps — versioning, monitoring, CI/CD.

  3. Aug 2022 — May 2023

    Software Engineer · Boeing — Advanced Development & Prototype Systems

    Developed and verified mission-critical embedded algorithms for PAC-3 (Patriot) missile seeker systems in Ada, VHDL, and MATLAB — requirements engineering, verification testing, and documentation in a safety-critical defense environment.

  4. Aug 2021 — Aug 2022

    Computer Engineer III · Dynetics

    VHDL development and test for satellite communications systems; contributed to a hypersonic missile software program; built a Kalman-filter-based control system in Python for a seeker testbed.

  5. Aug 2020 — Aug 2021

    Graduate Research Assistant · Mississippi State University, Sensor Lab

    CNN segmentation models in TensorFlow/Keras for autonomous-driving perception; multi-modal sensor fusion — camera, LiDAR, depth — for ROS-based autonomous vehicle demonstrations.

Clearances U.S. Secret (previously held — Boeing/Dynetics) · DHS (previously held — CBP contract) · eligible for reinstatement

Featured Projects

Built, shipped, and running

Personal systems I design, deploy, and operate end to end — one live in production right now, both open on GitHub.

Secure Medical RAG Pipeline

Agentic, access-controlled, federated retrieval-augmented generation over live PubMed — air-gap-capable, exposed over MCP. Hand-built, no LLM framework.

  • Agentic retrieval that can’t escalate itself. An agentic RAG loop (Claude) over 27K live PubMed abstracts (34K chunks) decomposes multi-hop questions and reformulates its own queries — with the caller’s clearance bound so the agent cannot raise its own access, making retrieval resistant to prompt injection from retrieved text.
  • Need-to-know enforced before the model. Access control as a vector-store pre-filter — unauthorized documents never reach the model — with an append-only audit log, and federated retrieval across governed silos with two-level authorization and provenance-tagged, distance-merged results.
  • MCP-native, air-gap-capable. The access-controlled retriever is an MCP server callable from any MCP client with caller clearance still enforced; a pluggable generation layer swaps between the Claude API and fully local Ollama with zero code change.
  • Evaluated, not vibes-checked. Hand-built chunking, retrieval, and citation over local-GPU bge-small embeddings and ChromaDB; a label-free eval harness (Precision@k, nDCG@k, LLM-judge faithfulness) used to reject a reranker that failed to beat the bi-encoder baseline, plus a pytest suite verifying access controls hold on the real index.

College Baseball Predictor

NCAA Division I win-probability and analytics platform — twelve stacked models behind a self-hosted dashboard that runs live all season.

  • Twelve models and a meta-learner, not one big net. Elo, Pythagorean, Poisson, LightGBM, XGBoost, a neural model, and situational models (venue, rest/travel, upset) feed an XGBoost meta-ensemble — lifting accuracy from 64.8% to 77.8% and Brier score from 0.231 to 0.155 on a 634-game replay cohort.
  • Leakage treated as a first-class threat. Every prediction is provenance-tagged (live vs. refresh vs. backfill) and excluded from training if it wasn't truly pregame; features are as-of clean, and retraining is strict chronological walk-forward — no random holdouts anywhere.
  • Calibrated, not just accurate. A canonical benchmark harness reports Brier, log loss, and expected calibration error (0.112 → 0.058), and closing-line-value tracking scores every prediction against the market's final answer.
  • Live in production every game day. Automated ingestion from StatBroadcast, SIDEARM, and ESPN — runners, counts, live win probability — on scheduled pipelines, with a Flask dashboard self-hosted behind a Cloudflare Tunnel.

Technical Skills

The toolkit

AI / ML

  • PyTorch
  • TensorFlow / Keras
  • Object detection
  • Segmentation
  • Model ensembling
  • Anomaly detection
  • Sensor fusion
  • Transformers
  • Grad-CAM / RISE

GenAI & RAG

  • LLMs
  • Agentic systems
  • MCP
  • Embeddings
  • ChromaDB
  • LLM evaluation
  • Prompt-injection defense
  • Claude API
  • Ollama

Cloud & MLOps

  • AWS (EC2, S3, SageMaker)
  • Docker
  • CI/CD
  • Model versioning
  • Monitoring
  • FastAPI
  • GPU inference
  • Edge & air-gapped deployment

Languages & Data

  • Python
  • C++
  • SQL
  • C
  • MATLAB
  • NumPy / Pandas
  • scikit-learn
  • OpenCV
  • ETL & pipeline design

Education

  • M.S., Electrical & Computer Engineering

    Mississippi State University · 2020 – 2022 · GPA 3.80

  • B.S., Computer Engineering

    Mississippi State University · 2016 – 2020 · GPA 3.83

Publication

McDevitt S, et al. “Wearables for Biomechanical Performance Optimization and Risk Assessment in Industrial and Sports Applications.” Bioengineering (Basel), 2022.

Contact

Building something that has to work?
Let’s talk.