نظرة عامة

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

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

التفاصيل

Hey HN, we’re Avi, Kiet, and Satya. We’re building Superset (<a href="https:&#x2F;&#x2F;github.com&#x2F;superset-sh&#x2F;superset" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;superset-sh&#x2F;superset</a>), an open-source agentic IDE for running coding agents like Claude Code, Codex, OpenCode etc in parallel.<p>Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=YWDHn7gUwfg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=YWDHn7gUwfg</a><p>Try it: <a href="https:&#x2F;&#x2F;superset.sh&#x2F;">https:&#x2F;&#x2F;superset.sh&#x2F;</a><p>We’re three engineers who’ve built and maintained large codebases, and we kept wanting to work on more than one thing at a time. Once CLI coding agents got good enough we found ourselves running several of them in parallel: triaging Github issues, adding a few ui features, reviewing PRs, researching a refactor, etc.<p>The funny part was that we and a lot of our friends had all hacked together similar scripts around git worktrees. Worktrees are a nice primitive for this because each agent can get an isolated copy of the repo, but the workflows around them can feel pretty messy, setting up&#x2F;tearing down environments and managing dev servers.<p>We first posted here a few months ago when Superset was mostly an open-source terminal for managing git worktrees (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46368739">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46368739</a>). Since then, it has changed a lot based on feedback from people using it on real codebases, plus contributions from our open-source community. The product has grown into something closer to an IDE for managing agent work across many worktrees, repos, and machines.<p>The biggest thing we learned is that the hard part is not just “run more agents.” It is managing all the state around them: worktrees, ports, terminal sessions, environment setup, diffs, tasks, and PRs. Once you have five or ten agents running, the bottleneck often becomes remembering what each one is doing and actual human review. We added task &#x2F; issue tracking so work can move from issue → agent → diff → PR → review without losing the context all in Superset. But there&#x27;s a lot more work to improve this experience over time.<p>We also launched Remote Workspaces, currently in beta. The idea is that you can run coding agents on remote machines instead of using all the memory and CPU on your laptop, while still managing the work from the Superset desktop app.To support Remote workspaces, we isolated the core functionality of our Electron app into a headless Hono server such that it can be deployed into any workspaces and talk to any client (such as our desktop app, mobi

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

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