Claude Code Remote Control
281–290 of 336 posts
Re: Claude Code Remote Control
#282Earlier quoted context omitted.
You can't seriously claim points 2) and 3) if you've ever actually paid for and watched cable
I'm in central europe, atm 70 TV channels is $15/month.
I still almost always prefer the streaming services I pay for than the linear, ad-supported old TV format.
Re: Claude Code Remote Control
#283This 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…
Re: Claude Code Remote Control
#284Earlier 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…
But it’s also true that Anthropic products are super buggy.
Re: Claude Code Remote Control
#285This 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
They bring down production because the version string was changed incorrectly to add an extra date. That would have been picked up in even the most basic testing since the app couldn't even start.
https://news.ycombinator.com/item?id=46532075
The fix (not even a PR or commit message to explain) https://github.com/anthropics/claude-code/commit/63eefe157ac...
No root cause analysis either https://github.com/anthropics/claude-code/issues/16682#issue...
Re: Claude Code Remote Control
#286Earlier 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…
I've been using email and Cloudeflare email router. You don't get the direct feedback of a terminal, but it's much easier to read what's happening in html formatted email. It also feels kind of nice to just fire off an email and let it do it's thing.
Do you have a blog outlining how you set it up? I'm curious to learn more.
Re: Claude Code Remote Control
#287This 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…
Frequently chews through lots of expensive Opus tokens, then it just stops with no communication about why or what's next.
No way to tell what it's done, what's remaining to complete.
Only choice is to re-run everything and eat the cost of the wasted time and tokens.
Re: Claude Code Remote Control
#288Posted 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…
Re: Claude Code Remote Control
#289Re: Claude Code Remote Control
#290Earlier quoted context omitted.
Sounds like something that was vibe coded :)
I'm willing to bet most of their libraries are definitely vibe coded. I'm using the claude-agent-sdk and there are quite a few bugs and some weird design decisions. And looking through the actual python code it's definitely not what I would classify 'best practice'. Bunch of imports in functions, switching on strings instead of enums, etc. I had to downgrade to an earlier release because an update introduced a regres…