Show HN: AutoBot – live voice control for long-running AI work

14 pointsposted 5 hours ago
by demeyer1

3 Comments

saadn92

4 hours ago

Thank you for sharing! It's funny, yesterday I just built an iPhone Shortcut that allows me to dispatch async claude code tasks, i.e. fixing a bug just by saying "dispatch go" on my phone. Really cool to see other people working on stuff like this!

demeyer1

4 hours ago

Yeah, that is a perfect use case for commuting, going for a walk in between meetings, etc. Same concept here.

But then the next annoying thing is the endless approval and safety nags. So there is a somewhat hacky skill I posted on my GH that is designed to trick the models into approving each other (use cautiously, it can go sideways fast in full computer use mode).

saadn92

3 hours ago

Ha, I know. The way I end up solving it is to give full permissions to the claude/codex session and just try to lockdown any external actor from reaching my systems, but there's still a risk of course. The tools I work on are internal enough that I don't lose too much sleep over it, but prompt injections still scare me.