logoalt Hacker News

Show HN: Loopsy, a way for terminals and AI agents on different machines to talk

38 pointsby todiencetoday at 10:25 AM8 commentsview on HN

I've always had the urge to have my two macbooks communicate. Having one idle while working on the other felt like underutilization of resources. So I built Loopsy. Initially the goal was to do file transfer via local network, and then came running commands. I then tried running coding agents from one machine to the other, and it worked.

Later I figured there should be a better way to continue my claude sessions remotely on my phone from the gym. So I did a cloudflare worker that connects to my local machine. I just need to ensure the laptop is plugged in.

I know I might be reinventing the wheel, but I love that it just works. Still working on E2E encryption. iOS app still in review.

Lemme know your thoughts.


Comments

tekacstoday at 3:52 PM

Even if alternatives and (for now shoddy) 'official solutions' exist, I just like...

> I know I might be reinventing the wheel, but I love that it just works.

Not calling _you_ a learner, just calling out to this -- when teaching people to program I've almost invariably told them to focus on getting something practical working.

I hope that a lot more people get to experience this pattern as a result of LLMs. With enough experimentation I'm excited for what creativity we draw out of people.

show 1 reply
sixtyjtoday at 5:37 PM

Well done.

Dependence on Cloudflare… have you considered making it a service that I could install on my own server?

show 2 replies
vaporaviatorlabtoday at 5:51 PM

love this. It feels less like “remote control” and more like turning all your machines + agents into one coherent organism.

Curious how you think about the overlap with something like Tailscale, and where you see Loopsy being strictly better or worse.

show 1 reply
esafaktoday at 6:14 PM

A coworker does this with OC + tailscale + https://github.com/NeuralNomadsAI/CodeNomad

show 1 reply
sitebirdstoday at 7:17 PM

[flagged]

rachidsahdetoday at 4:48 PM

[flagged]