Live data from Hacker News

Herdr is joining Y Combinator. The runtime stays open

herdr.dev

191–197 of 197 posts

Re: Herdr is joining Y Combinator. The runtime stays open

#191

Congrats to Can on the pre-seed funding. genuinely wishing you all the best. The terminal multiplexer / multi-agent coding space is getting very crowded. YC alone has funded many competing startups in this space: herdr, Superset, cmux, Emdash, Orca, Bullet, Conductor (Conductor was in YC before pivoting from chat->coding). I’m probably missing a few, and that’s before counting companies outside YC such as Superlogica…

> Is OSS important because you want to inspect the code, fork it, self-host it, avoid vendor lock-in, or simply because you trust open-source developer tools more? Or, for desktop software like IDEs is open source mostly a nice-to-have rather than a requirement? So I’m curious where HN lands on this

Are you doing a survey for customer discovery purposes? This sure sounds like it… but if you are why not just disclose that and be open about it? I don’t like the ethical leap that you made to do this. Why should I trust your product if you don’t care enough to tell the truth about your questions?

Re: Herdr is joining Y Combinator. The runtime stays open

#192

Congrats to Can on the pre-seed funding. genuinely wishing you all the best. The terminal multiplexer / multi-agent coding space is getting very crowded. YC alone has funded many competing startups in this space: herdr, Superset, cmux, Emdash, Orca, Bullet, Conductor (Conductor was in YC before pivoting from chat->coding). I’m probably missing a few, and that’s before counting companies outside YC such as Superlogica…

I’m the founder of scape.work - and it’s precisely why we’re not free, not open source. I want to build something with a mission of helping people own their infrastructure around AI tooling locally. If I raise money I am legally bound to my shareholders to create value, as opposed to my customers and my mission. Bootstrapping has never made more sense, when code is so cheap.

completely agree! not interested in getting funding at all.

thought about it and kept remembering that scene from Silicon Valley, “Nobody told me I could take less!”

Re: Herdr is joining Y Combinator. The runtime stays open

#193
post #137
post #57

Earlier quoted context omitted.

I just wouldn't bet against Mitchell. He doesn't need the money. He does it for the love of it.

Though what I genuinely don't understand is, why then Mitchel needs funding? If he needs funding - why accept it from weird contraversial figures? He has the freedom of choice, like no other.

why even take funding at all?

Re: Herdr is joining Y Combinator. The runtime stays open

#194

Okay, back to tmux it is then.

I started noticing problems with MCP auth state failing inside herdr, but working in a normal terminal session or with tmux, so I switched back to using tmux and it's been flawless. I also noticed that herdr was causing errors/warnings in ordinary terminal sessions so it's more trouble than it's worth at the moment (at least for me). It's a shame though, since I otherwise think it's a good tool.

could you help me understand the appeal of running everything in tmux? i use tmux if i have long running scraping/db backup or restore, or something similar.

it seems like an awesome thing to geek out on.

but i keep claude code sessions running for days that sometimes get interrupted that are easily resumed. without the tmux latency or giving up aspects of rendering.

Re: Herdr is joining Y Combinator. The runtime stays open

#195

Ironically a lot of YC hate despite the fact that we are literally in their forum.

Like the articles, hate the influence of VC on open source. Even if it stays open it still gets ruined. See Bun for an example.

just made oam.js and released it yesterday. check er out.

https://oamjs.org

optimized for typescript and running js/ts mcp servers.

Re: Herdr is joining Y Combinator. The runtime stays open

#196

Earlier quoted context omitted.

I started noticing problems with MCP auth state failing inside herdr, but working in a normal terminal session or with tmux, so I switched back to using tmux and it's been flawless. I also noticed that herdr was causing errors/warnings in ordinary terminal sessions so it's more trouble than it's worth at the moment (at least for me). It's a shame though, since I otherwise think it's a good tool.

could you help me understand the appeal of running everything in tmux? i use tmux if i have long running scraping/db backup or restore, or something similar. it seems like an awesome thing to geek out on. but i keep claude code sessions running for days that sometimes get interrupted that are easily resumed. without the tmux latency or giving up aspects of rendering.

I haven't experienced any latency in tmux, so I'm not sure what you're experiencing. For rendering, you may have to change your `TERM` value in your shell.

Tmux is highly keyboard driven and I hardly use any graphical applications outside of my browser. My workflow is basically the same regardless of whether I'm using Linux, macOS or Windows because my workflow lives in the terminal. If I close the terminal, I can continue the session and I can SSH into the machine from another machine.

It's also got a rich plugin ecosystem and is available on pretty much any package distribution. You can also preprogram your layouts if you always do your layouts the same way.

Re: Herdr is joining Y Combinator. The runtime stays open

#197

Earlier quoted context omitted.

could you help me understand the appeal of running everything in tmux? i use tmux if i have long running scraping/db backup or restore, or something similar. it seems like an awesome thing to geek out on. but i keep claude code sessions running for days that sometimes get interrupted that are easily resumed. without the tmux latency or giving up aspects of rendering.

I haven't experienced any latency in tmux, so I'm not sure what you're experiencing. For rendering, you may have to change your `TERM` value in your shell. Tmux is highly keyboard driven and I hardly use any graphical applications outside of my browser. My workflow is basically the same regardless of whether I'm using Linux, macOS or Windows because my workflow lives in the terminal. If I close the terminal, I can co…

appreciate the reply!
Post reply on HN