Live data from Hacker News

Claude Code Remote Control

code.claude.com

291–300 of 336 posts

Re: Claude Code Remote Control

#291

Earlier quoted context omitted.

I think everyone started out with this

I'm still doing this. Is there a better setup? It's already very convenient and secure.

I'm still doing this, too! The only thing I added was setting up notifications on my local machine using hooks in Claude Code (using a reverse ssh tunnel from my local machine to a VPS).

As for fancier setups, I keep bookmarking them, but haven't gotten around to trying any of them, yet.

Re: Claude Code Remote Control

#292

Earlier quoted context omitted.

Struggled with it also, given up (for now). I thought coding was a solved problem Boris?

He is trolling to increase the stock price before IPO

OK, but seriously... if Anthropic is on the "best" path, aside from somehow nuking all AI research labs, an IPO would be the most socially responsible thing that they could do. Right?

Re: Claude Code Remote Control

#293

Anthropic is spitting out software in 2 weeks that took enterprises 24 months to ship 5 years ago (and was still buggy AF, let's please actually think about all the vmware citrix enterprise trash you tolerated). It'll get hardened over the next couple weeks. You all can pretend the software dev cycle hasn't changed... get real.

Except this time around the code is only maintainable using AI agents.

Re: Claude Code Remote Control

#294
post #93

This is an extremely clunky and buggy prerelease, so don't try to hot fix prod from the toilet without a different mobile frontend. Right now: - You can't interrupt Claude (you press stop and he keeps going!) - At best it stops but just keeps spinning - The UI disconnects intermittently - It disconnects if you switch to other parts of Claude - It can get stuck in plan mode - Introspection is poor - You see XML in the…

Why couldn't they prompt Claude code to fix all the issues?

They've run out of token quota.

Re: Claude Code Remote Control

#295
post #69

Earlier quoted context omitted.

[dead]

tmux/screen is literally less work to use than this thing. You need to learn to type less than a dozen total characters including the command. Not to mention a lot of terminals automatically integrate with tmux so you don’t have to do anything but open the terminal. Sure, different tools for different people. And if you want to use a new fangled triangular wheel they just invented, no one’s going to stop you It’s sti…

[dead]

Re: Claude Code Remote Control

#296
post #65

Earlier quoted context omitted.

[dead]

> The false binary of "rest OR work" is dissolving Sounds like someone hasn't yet worked multiple years with software engineering, or any job for that matter. Your mind might trick you into believing it won't matter, but your body and mind NEEDS to be disconnected from work, 100%, at some point during your regular rhythms of life, otherwise you'll burn out much faster than the people you seemingly are trying to compe…

[deleted]

Re: Claude Code Remote Control

#297
post #65

Earlier quoted context omitted.

[dead]

"The false binary of "rest OR work" is dissolving." If you're like most people in this forum, there are people who stand to gain financially if you convince yourself that you don't need boundaries between work and rest. You may even believe that you stand to gain financially, and that this will be best for you in the long term. Please, take some time to rest for a day or two and really think about what you want your…

[dead]

Re: Claude Code Remote Control

#298
post #170

Weird all these companies struggle so much to support remote services, ssh has been working for me pretty seamlessly for like the 20 years I've been using it and has allowed me to remote-control any computer I own with relatively reliable authentication (with some hiccups that tend to be patched pretty rapidly when found) throughout that entire period. I hear tell it worked even before I was using computers professio…

Lol. I've been looking at this stuff wondering what the hell I was missing and what it was trying to solve.

I was starting to think I've really fallen behind or something. I feel relief AND horror.

Re: Claude Code Remote Control

#299
post #65

Earlier quoted context omitted.

[dead]

> The false binary of "rest OR work" is dissolving Sounds like someone hasn't yet worked multiple years with software engineering, or any job for that matter. Your mind might trick you into believing it won't matter, but your body and mind NEEDS to be disconnected from work, 100%, at some point during your regular rhythms of life, otherwise you'll burn out much faster than the people you seemingly are trying to compe…

[dead]

Re: Claude Code Remote Control

#300

Earlier quoted context omitted.

Ease of setup is the biggest reason. I use this setup as well, but there are other UX niceties that would be a lot better with a dedicated mobile app: push notifications when Claude needs your input (I use a hook for this that connects to Pushover, but that's another service and extra setup), voice input, autocorrect that's right for this context, etc.

Very interesting. Tell me more about your push notification setup!

I have a hook in my claude.json that fires on "Stop", it calls a shell script (written by Claude, of course) that calls the Pushover API: https://pushover.net/, which lets you send push notifications to your device. It's paid, but just a one-time fee when you install the app on your phone.

The shell script takes a message which includes Claude's message, but unfortunately there's no deeplinking back to my ssh app (for obvious reasons, the notification just routes you to the pushover app), so instead of tapping the message, I know to just open my Blink shell app to respond to Claude.

This is also quite noisy when I'm just sitting at my desk working, but I usually turn off phone notifications while working anyway.

Post reply on HN