Hacker News new | ask | show | jobs
by jessehu 645 days ago
Awesome launch! Just curious, what does the "run everything locally, send results to a server" approach mean and why do you love it?
1 comments

Thank you! By that we mean, all processing, i.e. data, forward run, evaluator run is done locally in, let's say, Jupyter Notebook. While it's running locally, it sends all the run data / stats to the server for storage and progress tracking.

We love it because we tried putting things into the UI, but found it to be much more limiting rather that letting users design evals and run them however they want.