Earlier quoted context omitted.
Hoping Cursor will also adopt.
Cursor already has agents accessible from web/mobile https://cursor.com/blog/agent-web
Claude Code Remote Control
61–70 of 336 posts
Re: Claude Code Remote Control
#62Oh come on, now that I have a personal remote control already set up using hooks, specifically the PermissionRequest, and Home Assistant push notifications where I can allow or deny a specific action?
Re: Claude Code Remote Control
#63I feel like a lot of folks are saying this kills the Code on your Phone opportunity some start-ups are building for. I don't agree. I feel like coding agents are like streaming services, we will subscribe to multiple and switch between them. So for one there's value in a universal control plane. The other is that mobile as a coding interface should offer more than a remote control to the desktop. I think there's stil…
There's a comparison of the approaches as I see them here https://yepanywhere.com/subscription-access-approaches
Re: Claude Code Remote Control
#64I feel closer to realizing my dream of walking by a forest and whispering back and forth to an LLM to get shit done
Re: Claude Code Remote Control
#65Running Claude Code from a phone just seems like a recipe for Alzheimer’s. Rest, then focus and build.
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.
Re: Claude Code Remote Control
#66jfc no
Re: Claude Code Remote Control
#67I feel like a lot of folks are saying this kills the Code on your Phone opportunity some start-ups are building for. I don't agree. I feel like coding agents are like streaming services, we will subscribe to multiple and switch between them. So for one there's value in a universal control plane. The other is that mobile as a coding interface should offer more than a remote control to the desktop. I think there's stil…
The results are enough for me and I'm not doing things that allow me to differentiate the output between ChatGPT, Claude and, the others.
The agents are more like the radio in my car, whenever I want music, I switch channel until I find something good enough.
If I'm really in need of something special, I'll use Spotify on my phone.
And sometimes, I just drive with the radio off.
Re: Claude Code Remote Control
#68Earlier quoted context omitted.
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 find it often helps me to see a feature before I evaluate if it was really a good idea in the first place. This is my failing--but one thing I like about Claude is that it's now possible to just try stuff and throw away whatever doesn't work out.
Re: Claude Code Remote Control
#69We've re-invented GNU screen in the most inefficient way imaginable
Re: Claude Code Remote Control
#70Oh come on, now that I have a personal remote control already set up using hooks, specifically the PermissionRequest, and Home Assistant push notifications where I can allow or deny a specific action?
TIL that HA notifications can have associated actions. I have the exact same setup as you, except I only receive the notification and then walk over to the laptop to unblock the agent feeling like a human tool call. This will improve my workflow, thank you.
notification_payload=$(cat
Actionable notifications are a bit cumbersome on iOS since you need to long-press the notification for actions, but it does work.