Skip to content
← Projects
Tooling
Ongoing

Open Source

Small, well-documented tools built to remove friction from her own ML and research workflow — released in case they help someone else's.

PythonTypeScriptCLI tooling
View source ↗
01

Problem

Recurring friction in day-to-day research work — dataset versioning, experiment comparison, quick embedding visualization — rarely justifies a heavyweight tool, but is still worth solving properly.

02

Approach

Build the smallest useful tool for each recurring problem, document it well, and release it rather than let it stay a private script.

03

Architecture

A collection of independent, single-purpose packages rather than one large framework — each one easy to read end to end.

04

Results

  • Several tools adopted by former colleagues for their own ML workflows.
  • Maintained with issue triage and periodic releases.
05

Future work

Consolidating documentation across the collection and adding a small set of shared utilities where genuinely useful.