Ask HN: How you manage local long lived research projects and LLM's?

5 pointsposted 8 hours ago
by ripplefringe

Item id: 48836288

1 Comments

tylerhackbart

8 hours ago

Accessibility data collection, I am running a local application with a mongoDB connection so that when I decide to deploy it fully after validation then I can without having to collect the data again.

Honestly data structures don't have to be perfect unless you are feeding it into another service that you don't control. If you end up wrapping the research into another piece of the puzzle you control both sides anyways.