Live data from Hacker News

Claude Code Remote Control

code.claude.com

61–70 of 336 posts

Re: Claude Code Remote Control

#61

Earlier quoted context omitted.

Hoping Cursor will also adopt.

Cursor already has agents accessible from web/mobile https://cursor.com/blog/agent-web

But can those web/mobile-accessible agents be on your own hardware, e.g. your desktop at home?

Re: Claude Code Remote Control

#62

Oh 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.

Re: Claude Code Remote Control

#63

I 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…

I agree. I spend a lot of time working from my phone so I had to make my own workflow that works for me. I've been following all these bans and drama with the subscription keys and custom harnesses etc. I think there's room for a "universal control plan" that lets you leverage the CLI providers (and whatever crappy interfaces / apis they give you).

There's a comparison of the approaches as I see them here https://yepanywhere.com/subscription-access-approaches

Re: Claude Code Remote Control

#65
post #43
post #24

Running 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.

[dead]

Re: Claude Code Remote Control

#67

I 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…

I'm using copilot on vscode and the agent is "Auto" which cost 10% less.

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

#68

Earlier 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.

Was always possible. Now just easier.

Re: Claude Code Remote Control

#70

Oh 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.

The notification payload for reference, you will also need a permission input_select (pending/allow/deny) and an automation that triggers upon mobile_app_notification_action:

  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.
Post reply on HN