Founding story
The spreadsheet that started everything
In 2021, Kevin Nakamura was the ML platform lead at a mid-size financial technology company in Seattle, running a team responsible for roughly 40 production models spanning fraud detection, credit scoring, and customer churn. Those models worked. They just didn't stay working.
Every quarter, someone on the team discovered — usually because a downstream business metric had gone sideways — that a model's input distribution had shifted weeks earlier. The tooling gap was obvious: there was no systematic way to watch 40 models simultaneously, no automated trigger to retrain when drift was detected, and no immutable record of which model version had been running when an incident happened. The team tracked model states in a shared spreadsheet. Retraining was triggered by Slack messages and gut feeling.
Kevin spent two years trying to stitch together MLflow for versioning, Prometheus for metric scraping, and custom Python scripts for drift scoring. It worked — barely, and only as long as the team that built it stayed employed there.
In early 2023, Kevin moved to Seattle's Capitol Hill neighborhood and started building Inferpathio with two engineers from his former team: a full lifecycle platform that handles experiment tracking, model versioning, drift monitoring, and retraining automation as a connected graph rather than four separate tools.
Inferpathio is not a monitoring dashboard. It's not an experiment tracker. It's the connective layer between those things — so when drift is detected, retraining starts automatically, and the new model version is registered with full provenance back to the original training run. The loop closes without a human in the middle.
We're a small, bootstrapped team. We take on customers we can actually serve, not ones we need to fake references for.