Show HN: mlop – open-source ML Experiment Tracking

9 LakeeSiv 3 4/30/2025, 11:16:30 PM github.com ↗
Hey HN!

We built mlop (https://mlop.ai), a fully open source (https://github.com/mlop-ai) ML experiment tracking platform, much like Weights & Biases.

Unlike the existing competitors we focus heavily on performance (yes our ingestion backend is in Rust), and top tier user experience, and we are fully open sourced with easy self hosting using docker.

Why did we build this? WandB was misleading about their performance, they say they are non blocking, but in fact, they block user code (see video https://docs.mlop.ai/docs/demo), our logger tries to be minimally invasive and performant.

WandB is a great product, and is far better than the competitors, we believe our product has a shot at tackling WandB (and almost certainly outdoes the competitors).

Migration from WandB is dead simple, our API is compatible with theirs, and we developed our own scripts to easily migrate all of your existing data to our platform (leveraging a dumb security issue that WandB has)

Would love to know your thoughts and feedback on this!

Comments (3)

jqssun · 5h ago
Been working on this and auth0 might be a bad idea for a platform that's literally a glorified database
raufakdemir · 4h ago
what’s the best way to deploy this to azure?
LakeeSiv · 3h ago
You can deploy the entire app using Azure App Service via our Docker Compose (https://github.com/mlop-ai/server/blob/main/docker-compose.y...), anything that supports docker will work!