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…
> - You can't interrupt Claude (you press stop and he keeps going!) This is normal behavior on desktop sometimes its in the middle of something? I also assume there's some latency > - At best it stops but just keeps spinning Latency issues then? > - It can get stuck in plan mode I've had this happen from the desktop, and using Claude Code from mobile before remote control, I assume this has nothing to do with remote…
Claude Code Remote Control
141–150 of 336 posts
Re: Claude Code Remote Control
#142For the vibe'y workflows, this would easily solve parallel long running work without skipping permissions: schedule 10 different tasks and go for a run. Occasionally review what the hallucination machine wants to do, smash yes a few times, occasionally tell it not to be silly, have a nice run. Essentially, solving remote development, though perhaps not quite in the way how people usually think of it.
> Limitations
> One remote session at a time: each Claude Code session supports one remote connection.
Hmm. Give it 1-12 months.
Re: Claude Code Remote Control
#143Re: Claude Code Remote Control
#144We've re-invented GNU screen in the most inefficient way imaginable
And in modern stacks, it almost necessitates a man in the middle - tailscale is common but it's still a central provider. So is it really the most inefficient way possible?
Re: Claude Code Remote Control
#145Earlier quoted context omitted.
One could just as easily argue hunching over your desk staring at your computer has neurological implications. My favorite way to vibe code is by voice while in the hot tub. Rest AND focus AND build.
[dead]
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 compete with.
Life never been a sprint, but it is a marathon, and if you spend all your young experience-less years on treating it as a sprint, you won't have any energy left for completing the marathon.
Take care of yourself, your mind and your body.
Re: Claude Code Remote Control
#146> Unlike Claude Code on the web, which runs on cloud infrastructure, Remote Control sessions run directly on your machine and interact with your local filesystem. The web and mobile interfaces are just a window into that local session. For the vibe'y workflows, this would easily solve parallel long running work without skipping permissions: schedule 10 different tasks and go for a run. Occasionally review what the ha…
Re: Claude Code Remote Control
#147Re: Claude Code Remote Control
#148Typing "/clear" in the terminal clears it, but the Claude iOS app just outputs raw XML instead and doesn't actually do anything:
/clear
clear
Re: Claude Code Remote Control
#149> Unlike Claude Code on the web, which runs on cloud infrastructure, Remote Control sessions run directly on your machine and interact with your local filesystem. The web and mobile interfaces are just a window into that local session. For the vibe'y workflows, this would easily solve parallel long running work without skipping permissions: schedule 10 different tasks and go for a run. Occasionally review what the ha…
This comment sounds like the basis for a nice Black Mirror episode.
And people have been remoting into their machines for a while, so now having a pretty-UI-but-walled-garden variety doesn't ring that many alarm bells. If they manage to get it right, it wouldn't be that much different from running some CI stuff on your machine while you're making tea, or reviewing pull requests while lounging around.
Re: Claude Code Remote Control
#150Earlier quoted context omitted.
That's a bummer. I was looking forward to testing this, but that seems pretty limiting. My current solution uses Tailscale with Termius on iOS. It's a pretty robust solution so far, except for the actual difficulty of reading/working on a mobile screen. But for the most part, input controls work. My one gripe with Termius is that I can't put text directly into stdin using the default iOS voice-to-text feature baked i…
How can the like most popular terminal emulator not accept voice input? That's crazy why hasn't someone made something better?