Hacker News Viewer

Show HN: Remoroo. trying to fix memory in long-running coding agents

by adhamghazali on 4/14/2026, 1:51:31 PM

I built Remoroo because most coding agents fall apart once the work stops being a short edit-and-run loop.<p>A real engineering experiment can run for hours. Along the way, the agent reads files, runs commands, checks logs, compares metrics, tries ideas that fail, and needs to remember what already happened. Once context starts slipping, it forgets the goal, loses track of the baseline, and retries bad ideas.<p>Remoroo is my attempt to solve that problem.<p>You point it at a repo and give it a measurable goal. It runs locally, tries changes, executes experiments, measures the result, keeps what helps, and throws away what does not.<p>A big part of the system is memory. Long runs generate far more context than a model can hold, so I built a demand-paging memory system inspired by OS virtual memory to keep the run coherent over time.<p>There is a technical writeup here: <a href="https:&#x2F;&#x2F;www.remoroo.com&#x2F;blog&#x2F;how-remoroo-works" rel="nofollow">https:&#x2F;&#x2F;www.remoroo.com&#x2F;blog&#x2F;how-remoroo-works</a><p>Would love feedback from people working on long-running agents, training loops, eval harnesses, or similar workflows.

https://www.remoroo.com

Comments

by: poszlem

I have no comments on the product and wish you all the best with it, but the AI copy on the page is so painful to read.<p>&quot;Not a coding agent. An autonomous research engine.&quot;<p>&quot;It didn&#x27;t guess. It proved.&quot;<p>&quot;▸ 30 experiments completed ▸ 8 kept · 22 discarded ▸ val_bpb: 2.24 → 1.55 ▸ VERIFIED · REPRODUCIBLE You slept through it.&quot;

4/18/2026, 8:20:58 PM