← Browse

Europe 2026

Why Your AI UX Is Broken (and It's Not the Model's Fault) — Mike Christensen, Ably

Mike Christensen , Ably

Overview

This talk argues that the common direct HTTP streaming approach for AI chat applications fundamentally limits user experience quality. The default pattern, often using Server-Sent Events (SSE), creates a single, point-to-point connection between a client and an agent, which breaks down when users switch devices, experience network interruptions, or need to interact with a working agent. The presentation proposes a shift towards a decoupled architecture using durable sessions to enable more resilient, multi-surface, and interactive AI experiences.

Who should watch

Key takeaways

Notable quotes

*The default pattern is to use direct HTTP streaming.*
*This paradigm is kind of fundamentally oriented on the idea of a single client establishing a single connection to a single agent.*
*The root cause is because everything is coupled to a single request.*

Watch on YouTube →

Up next · Ship products, not demos

Watch next

Making AI-powered apps people don’t resent using.

The UX of AI: Making AI-Powered Apps Your Users Don't Hate - Kathryn Grayson Nanz, Progress Software

Full trail →

Unofficial community note. Prefer the recording for nuance.