Comment by furyofantares
10 hours ago
I've got a wrapper around tmux for an audience of one. I can operate claude code, codex, opencode, or just a shell, from any of my devices to any of my devices (via tailscale) or more commonly, operate it on my exe.dev server.
I often continue a session on my phone, sometimes with voice. I have buttons for viewing files or following links the agent has referenced, extracted from the stream of text, and I have some buttons for exactly the git stuff I need. I have a button to toggle between yolo mode and normal.
Basically, very simple UI for everything I actually use, easy to use on a phone - and maybe more importantly, no UI for anything I don't personally use. Also all my machines have the repo for the uh, harness-harness, so I just open the tab for it if I need some changes and prompt them into existence and get the changes live.
All this is great, except it enables me to work every waking hour of my life. That part might be bad.
Do you have a way to use voice on your smartphone?
I use a whisper wrapper (also "built for one") for Windows and connect through SSH but it only works well enough because of the laptop's ARC graphics card. I wish I could do that when connecting to SSH from my smartphone.
FUTO has a superb Android keyboard with on-device voice transcription using a fine-tuned Whisper model, which is quite performant for me (and actually does fairly impressive text autocorrect and prediction too): https://keyboard.futo.org/
They also do a pure play voice input keyboard, if that's your jam or you want to use it with other keuboards: https://voiceinput.futo.org/
You could always just use whisper as a keyboard on the phone: https://github.com/woheller69/whisperIME
I do the same also