Readit News logoReadit News
botverse commented on Claude Code Remote Control   code.claude.com/docs/en/r... · Posted by u/empressplay
elliotbnvl · 17 days ago
I’ve been doing this for a while [1], but ultimately settled on a building a thin transport layer for Telegram to accept and return media, and persistent channels, vastly improved messaging UX, etc. and ended up turning this into a ‘claw with a heartbeat and SOUL [2].

[1] https://elliotbonneville.com/phone-to-mac-persistent-termina...

[2] https://elliotbonneville.com/claude-code-is-all-you-need/

botverse · 17 days ago
I ended doing a similar thing, but each tg bot can choose what repo/session to attend to.

https://github.com/botverse/tgcc

I found that cc is all you need indeed

botverse commented on Claude Code Remote Control   code.claude.com/docs/en/r... · Posted by u/empressplay
fny · 17 days ago
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 output instead of things like buttons

- One session at a time

- Sessions at times don't load

- Everytime you navigate away from Code you need to wait for your session to reappear

I'm sure I'm missing a few things.

botverse · 17 days ago
On top of that is something they should have had from earlier times. My biggest pain point is to not to be able to continue from my phone. I just use a service to pipe telegram to any cc session in the dev machine. This is the number 1 reason why I got excited by openclaw in the first place but its overkill to have it just to control cc
botverse commented on Claude Code On-the-Go   granda.org/en/2026/01/02/... · Posted by u/todsacerdoti
cadamsdotcom · 2 months ago
I have my very fast macbook pro at my desk in my office, and I use tmux and tailscale and git worktrees and I’ve built a notification setup like this author.

Thanks to tailscale and ssh I can vibecode on the go from my phone with this setup.

While it’s great to leave a task running, no matter what I do I can’t achieve the type of high quality work on the go that I can when I’m sitting at my desk.

For me working on a full SaaS.. I just can’t do quality work on my phone.

The only way I can do quality work is to sit at my desk where I’m focused on the work. To play with the result of a prompt, take copious notes, feed them back to the agent, not ship until the thing is polished to a shine. To feature flag the changes, review all code in excruciating detail as though it was written by a dyslexic intern, add all the metrics and logs one can think of (VictoriaMetrics), add user-behavior logging (Amplitude/Posthog) and monitor the thing like your livelihood depends on it. Because it’s a product and you have pride in your work.

All of that needs loads of screen real estate and a keyboard.

So I guess the more things change, the more they stay the same.

botverse · 2 months ago
Same here, I’m vibecoding a toy project where I never looked at the code from my phone, but I always seat for work. I’m using happy app and that’s good enough for now, I have the desktop in tailscale but I access it that way just for testing
botverse commented on Scripts I wrote that I use all the time   evanhahn.com/scripts-i-wr... · Posted by u/speckx
botverse · 5 months ago
I did something similar with copy until I found this which works across remote terminals too:

`alias clip="base64 | xargs -0 printf '\e]52;c;%s\007'"`

It just sends it to the client’s terminal clipboard.

`cat thing.txt | clip`

botverse commented on Google flags Immich sites as dangerous   immich.app/blog/google-fl... · Posted by u/janpio
simultsop · 5 months ago
It will take the same or less amount of time, to get where we are with current Web.

What we have is the best sim env to see how stuff shape up. So fixing it should be the aim, avoiding will get us on similar spirals. We'll just go on circles.

botverse · 5 months ago
Having a decade of fresh air is also a good incentive regardless of how it ends
botverse commented on If the moon were only 1 pixel: A tediously accurate solar system model (2014)   joshworth.com/dev/pixelsp... · Posted by u/sdoering
botverse · 9 months ago
I’ve been thinking about how to teach the size and proportions of the solar system to my kids, I’ve bought a couple of packs of blank RFID cards on which I intend to paint the planets over a starred background. And then walk with my kids the meters necessary to cover the distances before displaying them. What I don’t know is if there is a clever way to use the RFID tech, this website kinda offers an idea.
botverse commented on The Gentle Singularity   blog.samaltman.com/the-ge... · Posted by u/firloop
botverse · 9 months ago
I can’t seem to reconcile this with the fact that there has not been a significant improvement of the transformers since 8 years ago. None of the AGI components, in addition to those that emerged with hyper scale, have been achieved. Where is the superintelligence going to come from?
botverse commented on Ask HN: Recommendation for a SWE looking to get up to speed with latest on AI    · Posted by u/Rizu
senko · a year ago
I follow these:

* Matt Berman on X / YT

* AI-summarized AI news digest: https://buttondown.com/ainews by swyx

* https://codingwithintelligence.com/about by Rick Lamers

Then I manually follow up to learn more about specific topic/news I'm interested in.

botverse · a year ago
I have stopped following Matt Berman, his enthusiasm and love for OpenAI has unfortunately made him lose all semblance of critical thinking when it comes to this company, so his videos are too aligned with OpenAI marketing...
botverse commented on Building LLMs from the Ground Up: A 3-Hour Coding Workshop   magazine.sebastianraschka... · Posted by u/mdp2021
alecco · 2 years ago
Using PyTorch is not "LLMs from the ground up".

It's a fine PyTorch tutorial but let's not pretend it's something low level.

botverse · 2 years ago
#378

u/botverse

KarmaCake day218September 13, 2013View Original