نظرة عامة

رصد مجتمع Hacker News هذا الخبر الذي حصد 3 نقطة و0 تعليق خلال ساعات قليلة، مما يجعله من أبرز أخبار الذكاء الاصطناعي اليوم. المصدر الأصلي: remoroo.com.

في هذا المقال نستعرض أبرز ما جاء في هذا الخبر، تحليله من منظور عربي، وما يعنيه للمستخدمين العرب المهتمين بأدوات الذكاء الاصطناعي.

التفاصيل

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.

المصدر الأصلي

هذا الخبر مأخوذ من منصة Hacker News — المجتمع التقني الأكثر متابعة في العالم.