a skill to strictly separate evals from the code you optimize (for autoresearch) - is it useful? [P]
3/10In the last 6 month I was running a lot of autoresearch loops to train models for my research + as part of the startup I am in rn.
After spending months on this, I now realize that loops is now the dominant way i approach any kind of development: from model training (which is what my research about), to just coding (through TDD), and even text writing (where the agent iterates on an LLM as a judge an a set of rules).
It took me a while to converge to understand how to write the loops correctly, and what is my role in this exactly, so wanted to share my findings and hopefully get feedback! Th