<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Why Your AI UX Is Broken (and It's Not the Model's Fault) — Mike Christensen, Ably</title>
        <link>https://video.ut0pia.org/videos/watch/0899a7fe-b36e-476d-8e86-b7d6aa8b1e6d</link>
        <description>SSE ties a response stream to a single connection. The user refreshes the page, walks out of WiFi range, or opens a second tab and the in-progress response is gone. Abort and resume are mutually exclusive for the same reason: the only signal a client can send over a one-way pipe is closing it, so the agent cannot tell the difference between a cancel and a disconnect. Vercel's AI SDK documents this explicitly. Mike Christensen from Ably makes the case for treating the session itself as a durable shared resource, decoupled from any individual connection, device, or agent instance. Clients subscribe to the session rather than to a request, so reconnects resume automatically, any tab or device has full visibility of live activity, and concurrent agents write independently without routing everything through an orchestrator. The demo shows all of this: multi-tab sync, a forced network disconnect that self-recovers, two agents running in parallel, and a handoff to a human support agent who joins the session mid-conversation with the full interaction history already visible. Speaker info: https://x.com/christensencode, https://www.linkedin.com/in/mikescottchristensen/</description>
        <lastBuildDate>Wed, 20 May 2026 22:48:31 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.ut0pia.org</generator>
        <image>
            <title>Why Your AI UX Is Broken (and It's Not the Model's Fault) — Mike Christensen, Ably</title>
            <url>https://video.ut0pia.org/lazy-static/avatars/0287a09a-aae7-4840-9843-b416426e7046.webp</url>
            <link>https://video.ut0pia.org/videos/watch/0899a7fe-b36e-476d-8e86-b7d6aa8b1e6d</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.ut0pia.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.ut0pia.org/feeds/video-comments.xml?videoId=0899a7fe-b36e-476d-8e86-b7d6aa8b1e6d" rel="self" type="application/rss+xml"/>
    </channel>
</rss>