4 comments

  • scka-de 13 hours ago ago

    Building on the video issue—if it's a self-hosted PWA, the real bottleneck is probably streaming Claude's agentic outputs over a mobile connection. Polling for completion works, but WebSocket or Server-Sent Events would let you skip the "notification when done" step and just watch the agent work live. That's where the UX gets interesting on mobile.

    • salvozappa 13 minutes ago ago

      It actually works pretty well on mobile (tested on 5g, 4g on a train). I didn't show it in the video as I find the asynchronous workflow more useful

  • sabzil37 17 hours ago ago

    The demo video isn't playing. I'd really appreciate it if the videos worked properly for these kinds of installations

    • salvozappa 17 hours ago ago

      My bad, it should be fixed now.