What do think about this? A lot of the time, writing the code is not the slow part.
The slow part is everything after that. You run something. Wait. Check the results. Realize one assumption was wrong. Change a few things. Run it again.That loop eats hours. Sometimes days.
Especially in ML, robotics, and anything experimental, it can feel like engineers spend less time building and more time waiting to learn whether the last attempt worked.
Remoroo is an autonomous experimentation agent for code. Give it a repo, a metric, and a time budget. It edits code and configs, runs tests, benchmarks, and training jobs, keeps changes that improve results, reverts the rest, and leaves you with verified patches, benchmark deltas, and artifacts in the morning. Built for teams doing long-running engineering and research workflows.