<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: yoanwaidev</title><link>https://news.ycombinator.com/user?id=yoanwaidev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 03 Sep 2026 08:40:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yoanwaidev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yoanwaidev in "Claude Fable 5.1 and Claude Mythos 5.1"]]></title><description><![CDATA[
<p>as an anthropic employee, do you trust the benchmarks?</p>
]]></description><pubDate>Tue, 01 Sep 2026 21:14:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49528301</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49528301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49528301</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Claude Fable 5.1 and Claude Mythos 5.1"]]></title><description><![CDATA[
<p>Almost finished my weekly limit today! I am more excited from the usage reset!</p>
]]></description><pubDate>Tue, 01 Sep 2026 21:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49528290</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49528290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49528290</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Launch HN: Hoplite (YC S26) – Effortlessly deploy cloud coding agents"]]></title><description><![CDATA[
<p>Same instinct locally with git worktrees: one agent per worktree so they do not thrash the same checkout. Cloud VMs buy isolation and scale; worktrees buy cheap isolation when you already have a machine. I end up using both patterns depending on whether the bottleneck is compute or just not stepping on each other.</p>
]]></description><pubDate>Mon, 03 Aug 2026 22:18:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49162201</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49162201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49162201</guid></item><item><title><![CDATA[Reading agent status out of Claude Code's hooks]]></title><description><![CDATA[
<p>Article URL: <a href="https://agent-manager.dev/writing/claude-code-hooks/">https://agent-manager.dev/writing/claude-code-hooks/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49156473">https://news.ycombinator.com/item?id=49156473</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 14:42:53 +0000</pubDate><link>https://agent-manager.dev/writing/claude-code-hooks/</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49156473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49156473</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>You're not, and this won't convert you. The reason I stay in a terminal is that the agents already live in one, so a TUI is a view over what's running rather than a second place things live. If your agent already runs in a GUI, that argument doesn't apply to you.</p>
]]></description><pubDate>Sat, 01 Aug 2026 02:31:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49130545</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49130545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49130545</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>Different scope, as far as I can tell from their site: they describe a multiplexer for all work, spanning remote hosts, sandboxes, CI, production systems and shared terminals. This is a Go binary that drives tmux on the machine you're already on, and every session it creates is an ordinary tmux session you can attach to without it. Much smaller bet, and it stops where tmux stops.</p>
]]></description><pubDate>Sat, 01 Aug 2026 02:31:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49130542</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49130542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49130542</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>To be clear on the GUI point, since my last reply here answered a different question: this is a terminal tool and it won't convert you. The reason I stay in one is that the agents already live in terminals, so the manager is a view over what's running rather than a second place things live.</p>
]]></description><pubDate>Thu, 30 Jul 2026 21:13:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49115870</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49115870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49115870</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>herdr's a whole runtime, own multiplexer, plugins, socket api. mine sits on tmux and doesn't try to replace it, sessions stay normal tmux sessions.<p>overlap on the status sidebar is real. two things I lean on that I couldn't find a key for over there: space on a blocked agent types the answer into its pane without attaching, and ctrl+r opens its repo as full-file diffs where a comment on a line goes back to that agent as a prompt. herdr's socket api can push text into a pane, so the first one is scriptable at least. correct me if I missed something.<p>mouse and windows, herdr's ahead.</p>
]]></description><pubDate>Thu, 30 Jul 2026 15:29:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49111398</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49111398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49111398</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>agent-deck was the first one I actually tried to adopt, landed a couple of commits in it. wanted it to be the one.<p>what I kept missing was answering an agent without attaching to it. so space on a blocked one, type, enter, and it lands in that pane. on a project row it spawns a new agent already working on what you typed. the other half is review, ctrl+r opens what it changed as whole files with the diff tinted, c comments a line, C sends the notes into the pane.<p>deck does plenty I don't, worktrees, cost, forking. different bets.</p>
]]></description><pubDate>Thu, 30 Jul 2026 15:29:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49111394</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49111394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49111394</guid></item><item><title><![CDATA[New comment by yoanwaidev in "Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode"]]></title><description><![CDATA[
<p>I run three or four coding agents at once and the part that eats my time isn't the coding, it's that I can't tell what state any of them is in without tabbing through every terminal. One of them is usually sitting on a permission prompt I never saw.<p>agent-manager is a Go binary on top of tmux. No config file, no daemon, no server. Every agent shows up in one list with a live status, grouped by the project it's running in. Status comes from reading the pane, so adding a CLI is a few lines of regex in a toml file rather than an integration.<p>The keystroke I use constantly is space: press it on an agent, type, enter, and the prompt lands in that agent's pane without attaching. Press it on a project row and you get a new agent already working on what you typed. ctrl+r opens what an agent changed as whole files with the diff highlighted, and a comment left on a line is sent back to that agent as a prompt.<p>Sessions are plain tmux sessions, so quitting the manager leaves everything running and v reattaches a session with its conversation intact.<p>I built it for four agents and most days I use it with one. Still rough in places, and I'd like to hear what breaks for you.</p>
]]></description><pubDate>Thu, 30 Jul 2026 09:34:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49107750</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49107750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49107750</guid></item><item><title><![CDATA[Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/YoanWai/agent-manager">https://github.com/YoanWai/agent-manager</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49107749">https://news.ycombinator.com/item?id=49107749</a></p>
<p>Points: 98</p>
<p># Comments: 80</p>
]]></description><pubDate>Thu, 30 Jul 2026 09:34:27 +0000</pubDate><link>https://github.com/YoanWai/agent-manager</link><dc:creator>yoanwaidev</dc:creator><comments>https://news.ycombinator.com/item?id=49107749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49107749</guid></item></channel></rss>