logoalt Hacker News

simlevesquelast Thursday at 7:41 PM1 replyview on HN

I'm trying to make a go library that implements a wide ranges of MOT algorithms and can gather metrics for all of them.

Reading all the papers once isn't the same as this. I find it very useful.

I can ask an LLM to do the basic implementations, then I can refine them (make the code better, faster, cut on memory use), then I can ask the LLM if I'm still implementing the algorithms as they're described in the paper.


Replies

giancarlostoroyesterday at 2:28 AM

> then I can ask the LLM if I'm still implementing the algorithms as they're described in the paper.

Unit testing would save on tokens... unit testing is perfect for validating refactors, or when re-writing a project from one language to the next, build unit tests first.