Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kzahel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
kzahel
25d ago
This may be what you're looking for https://yepanywhere.com/
2.
▲
by
kzahel
6mo ago
That's my understanding too, though i haven't checked it. running claude -p would be horribly inefficient. I would not be surprised if openclaw added some compatibility layer to brute force prompts through claude -p as a workaroun
3.
▲
by
kzahel
6mo ago
Your project looks really solid! One of the best in this space I dare say. I have noticed that there are so many similar "remote agent management" offerings. I have been keeping an ongoing list here: https://github.com&
4.
▲
by
kzahel
7mo ago
I would love to be able to share all my sessions automatically. But I would want to share a carefully PII/secrets redacted session. I added a "session sharing" feature to my agent wrapper that just grabs innerHTML and uploads
5.
▲
by
kzahel
7mo ago
there will be plenty of "juniors" who can still code circles around you and me and will do just fine.
6.
▲
by
kzahel
7mo ago
Why would you be worried about junior engineers? I see this expressed a lot. It seems kind of condescending to me. It's just a different build toolchain. We can build faster, and having a lot of experience helps you know how things sho
7.
▲
by
kzahel
7mo ago
How can the like most popular terminal emulator not accept voice input? That's crazy why hasn't someone made something better?
8.
▲
by
kzahel
7mo ago
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
9.
▲
by
kzahel
7mo ago
But can those web/mobile-accessible agents be on your own hardware, e.g. your desktop at home?
10.
▲
by
kzahel
7mo ago
Same. When I can't be at my desk, my projects don't stop -- I just do the tasks that work well enough on the phone. Brainstorming, planning, etc. Or tasks that the agent can easily verify. Having access to my local repository and
11.
▲
by
kzahel
7mo ago
You can also just open the app on your phone and go to the sidebar and click on Code and then you'll see the session at the top of your session list.
12.
▲
by
kzahel
7mo ago
Yeah the remote control featureset is pretty limited right now. I did a comparison here https://yepanywhere.com/claude-code-remote-control/ (with my own project). I'm sure they'll iterate on it. Overall it&#x
13.
▲
by
kzahel
7mo ago
I left some notes about this. I agree with you directionally but practically/economically you want to let users leverage what they're already paying for. https://yepanywhere.com/subscription-access-approaches/
14.
▲
by
kzahel
7mo ago
It's not an argument whether you can be more productive on phone or desktop. Some people (like myself) simply don't have much time to be dedicated at desks so we have to build workflows that support being able to at least be reaso
15.
▲
by
kzahel
7mo ago
Judging from the installer sizes it's electron, not tauri?
16.
▲
by
kzahel
7mo ago
I tested it out a bit. Basically if you start up a claude terminal session, you can enable remote control for that one time, or you can go to /config and change the global setting so that by default each session will be auto-connectabl
17.
▲
by
kzahel
7mo ago
Will you add remote / a mobile control plane? I love your approach of using CLI. https://yepanywhere.com/ has a similar approach but it's mainly about access via mobile. [I'm frequently away from my desk] Ah,
18.
▲
by
kzahel
7mo ago
I made a basic "claw starter" that you could try. You can progressively go deeper. It starts with just a little "private data" folder that you scaffold and ask the agent to setup the SOUL and stuff, and then you can opti
19.
▲
by
kzahel
7mo ago
We think alike! https://github.com/kzahel/claw-starter Systemd basic script + markdown + (bring whatever agent CLI) That's I think basically what you describe. I've been using it for the past two days it'
20.
▲
by
kzahel
7mo ago
You wouldn't typically give it access to your own telegram account. You use the telegram bot API to make a bot and the claw gateway only listens to messages from your own account
21.
▲
by
kzahel
7mo ago
I think this is basically obvious to anyone using one of these but they're just they like the utility trade off like sure it may leak and exfiltrate everything somewhere but the utility of these tools is enough where they just deal wit
22.
▲
by
kzahel
7mo ago
https://yepanywhere.com/ But has no Cron system. Just relay / remote web UI that's mobile first. I might add Cron system to it, but I think special purpose tool is better / more focused (I am the author of th
23.
▲
by
kzahel
7mo ago
On Windows I noticed for my Tauri app I had to use this https://v2.tauri.app/distribute/windows-installer/#embedded-... ( https://github.com/kzahel/jstorrent/commit/10cc1c53#diff-f61.
24.
▲
by
kzahel
7mo ago
It doesn't even touch auth right? """ Usage policy Acceptable use Claude Code usage is subject to the Anthropic Usage Policy. Advertised usage limits for Pro and Max plans assume ordinary, individual usage of Claude Code
25.
▲
by
kzahel
7mo ago
When I first started using Claude I was pretty annoyed by the cute phrases. But when I built my own wrapper I started using them because I had gotten used to them. But added in a setting of course: [Fun Phrases Show playful status messages
26.
▲
by
kzahel
7mo ago
I think you're not supposed to use your claude max plans etc with external harnesses. In theory your account could get banned.
27.
▲
by
kzahel
7mo ago
Yeah this is a risk, the jsonl format is not a documented api surface. I have a similar project that started out as just a log viewer but is now a full session manager etc ( https://github.com/kzahel/yepanywhere ). My ap
28.
▲
by
kzahel
7mo ago
ADE! first time I've heard that acronym. (I assume it means Agent development environment?) Your interface looks pretty cool! I built something similar-ish though with a different featureset / priority ( https://github.c
29.
▲
by
kzahel
7mo ago
OpenClaw is probably overkill if you just want to have a nice remote UI to access claude code, do tool call approvals. There are a ton of remote cli apps and guides to setup ssh access via tailscale etc, but none that just work with a nice
30.
▲
by
kzahel
7mo ago
I've been working on this one for a few days now (building with my daughter) https://kyle.graehl.org/tilefun/ (source at https://github.com/kzahel/tilefun ) adding peerjs multiplayer right now
More ›