Show HN: Logis – a searchable scientific log in your Git commit history

by rorytbyrneon 2/16/2025, 1:45 PMwith 3 comments

I built this tool that auto-commits your code when you run an experiment, storing structured metadata in the commit message. A bit like `wandb` but local.

There is a small CLI that lets you query for (e.g.) `metrics.accuracy > 0.9`, to find the code state that produced a good results.

This is the first release, and there are quite a few planned features if anyone wants to submit a PR.

by madalinab_on 2/16/2025, 1:55 PM

Looks really useful! What's the advantage of having this done locally, aside from being free and not requiring a subscription?

by doctorslimmon 2/16/2025, 7:02 PM

looks useful