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…
Struggled with it also, given up (for now). I thought coding was a solved problem Boris?
Claude Code Remote Control
211–220 of 336 posts
Re: Claude Code Remote Control
#212Earlier quoted context omitted.
Struggled with it also, given up (for now). I thought coding was a solved problem Boris?
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?
Their models are so good that they make dealing with the rest all worth it. But if I were a non-research engineer at Anthropic, I wouldn't strut around gloating. I'd hide my head in a paper bag.
Re: Claude Code Remote Control
#213This 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
Re: Claude Code Remote Control
#214Re: Claude Code Remote Control
#215Posted 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.
Could even use cc to check in on and/or "send-keys"
What wasn't working about mosh? Just install mosh and use mosh to connect
Re: Claude Code Remote Control
#216Posted 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…
Yes. Doing the same. What is the advantage of this new feature? Tmux/Tailscale/Termius give you full control of your terminal. Or mainly to save the end user the hassle to set it up correctly?
It's this.
Don't have a Dropbox moment ;) [1]
Re: Claude Code Remote Control
#217Running Claude Code from a phone just seems like a recipe for Alzheimer’s. Rest, then focus and build.
There are two types of software engineers: Those who do and then think, or those who think and then do. Claude Code seems to strictly be for the former, while typically the engineers who can maintain software long-term are the latter. Not sure if we have any LLM-tooling for the latter, seems to be more about how you use the tools we have available, but they're all pulling us to be "do first, think later" so unless yo…
i think it still pulls to do then think because you cant tell what the agent understood of what you asked it to do from that first think, until its actually produced something.
Re: Claude Code Remote Control
#218This 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
#219Earlier quoted context omitted.
Yes. Doing the same. What is the advantage of this new feature? Tmux/Tailscale/Termius give you full control of your terminal. Or mainly to save the end user the hassle to set it up correctly?
> Or mainly to save the end user the hassle to set it up correctly It's this. Don't have a Dropbox moment ;) [1] [1]: https://news.ycombinator.com/item?id=9224
What I posted "just works".
Re: Claude Code Remote Control
#220For example, maybe I have an idea for a feature and I want to spin up a new branch and have agents work on that. But then I get stuck or bored (I'm talking personal usage), so decide to park it. But maybe after a few days I have a shower thought and want to resume it.
The current method of listing sessions and resuming them can work, but you need to find the right session. If there is something that shows all the branches, a docs overview of what that feature it, and the current progress it would make this workflow a lot more effective. Plus I switch LLMs when I hit rate limits.
I'm probably going to just build it myself, but wondering if anyone has something that does this already.