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…
Exactly my experience, I know they vibe code features and that’s fine but it looks like they don’t do proper testing which is surprising to me because all you need bunch of cheap interns to some decent enough testing
Claude Code Remote Control
251–260 of 336 posts
Re: Claude Code Remote Control
#252This 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…
Exactly my experience, I know they vibe code features and that’s fine but it looks like they don’t do proper testing which is surprising to me because all you need bunch of cheap interns to some decent enough testing
Sounds like a problem AI can easily solve!
Re: Claude Code Remote Control
#253This 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…
Re: Claude Code Remote Control
#254Earlier quoted context omitted.
I have little doubt where things are going, but the irony of the way they communicate versus the quality of their actual product is palpable. Claude Code (the product, not the underlying model) has been one of the buggiest, least polished products I have ever used. And it's not exactly rocket science to begin with. Maybe they should try writing slightly less than 100% of their code with AI?
More generally, Anthropic's reliability track record for a company which claims to have solved coding is astonishingly poor. Just look at their status page - https://status.claude.com/ - multiple severe incidents, every day. And that's to say nothing of the constant stream of bugs for simple behavior in the desktop app, Claude Code, their various IDE integrations, the tools they offer in the API, and so on. Their mod…
Mobile app stops working..
It's a pain.
At least right now.
Re: Claude Code Remote Control
#255This 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…
Re: Claude Code Remote Control
#256Claude Code Team: Please fix the core experience instead of branching out into all these tertiary features. I know it is fun and profit to release new features but you need to go deeper into features not broader into there be dragons territory.
This is a classic case of vibe coding gets you 80% of the way there, but polishing takes the other 80%.
Re: Claude Code Remote Control
#257Earlier quoted context omitted.
You could put the transport protocol on the blockchain, I suppose
You are making me more creative. we can upload snapshot of zip files to blockchain, then notify customer via servers
Re: Claude Code Remote Control
#258Posted elsewhere but will copy here. Been doing this for a while. - - - get tailscale (free) and join on both devices install tmux get an ios/android terminal (echo / termius) enable "remote login" if on mac (disable on public wifi) mosh/ssh into computer now you can do tmux then claude / codex / w/e on either device and reconnect freely via tmux ls and tmux attach -t - - - You can name tmux and resume by name via tm…
Do you have an alias or something so that every time you open CC, tmux is running? How do you deal with multiple concurrent sessions of CC with this setup? How important is mosh? I wasn't able to get it set up the last time I tried... ran into a bunch of issues.
[terminal.shell]
args = ["-l", "-c", "tmux attach || tmux"]
program = "/opt/homebrew/bin/zsh"
tmux supports tabs so you can have multiple Claude Code sessions running concurrently. You do need to learn a few tmux keyboard shortcuts to use it effectively (e.g. opening/closing/switching tab).Re: Claude Code Remote Control
#259Earlier 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]
Re: Claude Code Remote Control
#260Posted elsewhere but will copy here. Been doing this for a while. - - - get tailscale (free) and join on both devices install tmux get an ios/android terminal (echo / termius) enable "remote login" if on mac (disable on public wifi) mosh/ssh into computer now you can do tmux then claude / codex / w/e on either device and reconnect freely via tmux ls and tmux attach -t - - - You can name tmux and resume by name via tm…
Been testing it today with Claude Code and it seems to work quite well switching between my laptop and phone.