<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: mst98</title><link>https://news.ycombinator.com/user?id=mst98</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 29 Jun 2026 22:43:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mst98" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mst98 in "Herdr: Agent multiplexer that lives in your terminal"]]></title><description><![CDATA[
<p>nice, not dissimilar to what i built for <a href="https://github.com/storozhenko98/beehive" rel="nofollow">https://github.com/storozhenko98/beehive</a></p>
]]></description><pubDate>Mon, 29 Jun 2026 07:25:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48715941</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=48715941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48715941</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: I built a sub-500ms latency voice agent from scratch"]]></title><description><![CDATA[
<p>This is so cool</p>
]]></description><pubDate>Tue, 03 Mar 2026 04:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47227960</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47227960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47227960</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>Point taken</p>
]]></description><pubDate>Thu, 26 Feb 2026 19:40:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47171004</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47171004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47171004</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>Ah, if in different repos that would map to different hives, so that would require switching between hives in the top left drop down. Still persistent, but not as streamlined as clones within the same repo / combs in same hive. I have been spoiled (?) by monorepos so that's why designed for this.</p>
]]></description><pubDate>Thu, 26 Feb 2026 19:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47170902</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47170902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47170902</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>Yeah probably. Then again, opencode is not provider-specific && I prefer it to claude code (though I do use CC for personal stuff outside work because $$) and I missed their zen black or whatever the opencode $200 is.</p>
]]></description><pubDate>Thu, 26 Feb 2026 19:30:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47170874</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47170874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47170874</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>Yeah, the idea is that you set up a repo for a project (the hive), and then once you have the hive, you can set up multiple combs (git clones, not workspaces) and work in parallel. Suppose you have like 3-5 issues / tickets you're working on - the idea is that you can do this in parallel, in isolated dirs, and jump between them in one place. I used to have to do this in tabs in zellij / sessions in tmux and remember which sessions is which issue / ticket. Also having to manually git clone everytime was annoying. So this is an abstraction to simplify this. Does that make sense?</p>
]]></description><pubDate>Thu, 26 Feb 2026 19:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47170831</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47170831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47170831</guid></item><item><title><![CDATA[New comment by mst98 in "Show HN: Beehive – Multi-Workspace Agent Orchestrator"]]></title><description><![CDATA[
<p>Oh this is great, did not know about this but going to check it out. I like that it also has a little git thing on the right. Thank you for sharing this.</p>
]]></description><pubDate>Thu, 26 Feb 2026 19:22:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47170776</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47170776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47170776</guid></item><item><title><![CDATA[Show HN: Beehive – Multi-Workspace Agent Orchestrator]]></title><description><![CDATA[
<p>hey hn,<p>i built beehive for myself mostly. it has gotten to the point where my work consists in supervising oc or cc labor at tasks for multiple issues in parallel. my set up used to be zellij with a couple tabs, each tab working in a separate dir and it was a pain to manage all that. i know i could use git worktrees but they're kind of complicated, if you don't know how to use them it is easy to mess up, and i just prefer letting agents run in separate dirs with their own .git and not risk it. while i like zellij and use it inside beehive, i dont like the tabs and i forget where i am half the time.<p>beehive is a way for me to abstract that away. the heuristic is simple - hives are repos, so you basically have a bunch of hives which correspond to repos you work out of. each hive can have many combs. a comb is a dir with the copy of the repo you're working on. fully isolated, standalone, no shared .git. so for work or for personal stuff, i usually set up the hive, and then have a bunch of combs that i jump between supervising the agents do their thing. if you have a big repo it takes a minute to clone, and you also need gh and git because i like the niceties of like checking if the repo is there at all and stuff like that.<p>the app is open source, mit license. i went with tauri because i hate electron. also i have friends and coworkers who updated to macos 26 and i dont know if the whole mem leak thing for electron apps has been fixed. the app is like 9 megs which is nice too. most of it is written with cc, but i guided the aesthetics and the approach. works on mac and there is a dmg signed and notarized (i reactivated my apple dev credentials).<p>sharing this to get a vibe check on the idea, also maybe this is useful for you. there are many arguments, reasonable ones, you can make for worktrees vs dirs. i just know that trees are too big brain for me, and i like simple things. if you like it, pls lmk and also if you want to help (like add linux support, or like add themes, other cool things) please make a pr / open an issue.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47135425">https://news.ycombinator.com/item?id=47135425</a></p>
<p>Points: 47</p>
<p># Comments: 22</p>
]]></description><pubDate>Tue, 24 Feb 2026 10:41:16 +0000</pubDate><link>https://storozhenko98.github.io/beehive/</link><dc:creator>mst98</dc:creator><comments>https://news.ycombinator.com/item?id=47135425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135425</guid></item></channel></rss>