cd/sources/ably-auto-discovered· home sources Ably (auto-discovered)
cat /sources/ably-auto-discovered.feed | wc -l → 8

Ably (auto-discovered)

articles 8 domain ably.com → feed RSS
15:34
2026-05-29
ably.com
artificial-intelligence

HTTP Streaming and AI

Direct HTTP streaming for AI applications fails in production due to four critical limitations: streams break on disconnection, sessions cannot span multiple devices, clients cannot send signals back …

09:44
2026-05-26
ably.com
artificial-intelligence

Is WebSockets enough for AI chat?

WebSockets are the correct protocol for production AI chat, but enterprise load balancers and proxy timeouts routinely drop connections during tool execution waits, causing clients to lose tokens, too…

11:22
2026-05-13
ably.com
ai-tools

We built a Custom Transport for Vercel's AI SDK

Ably built a custom transport for the Vercel AI SDK that replaces the default HTTP-based streaming transport with Ably's realtime pub/sub platform. The new transport enables multi-device and multi-use…

14:19
2026-05-08
ably.com
ai-tools

Conversation tree branching in @ably/ai-transport

Ably has released `@ably/ai-transport`, a new SDK that introduces branching conversation trees for AI interactions, allowing users to regenerate replies, edit messages, and navigate between sibling br…

10:57
2026-05-07
ably.com
ai-agents

The model is fine. The session is broken.

A new report from Ably, based on interviews with 38 companies building AI products at scale and evaluations of 37 vendors, finds that the primary obstacle to deploying AI agents in production is not m…

13:29
2026-05-06
ably.com
large-language-models

Engineering message appends for AI Transport: three vignettes

Ably shipped AI Transport, a drop-in transport layer for streaming LLM output over Ably channels that includes resumability and multi-device continuity guarantees. The system uses a new "append" messa…

14:19
2026-04-30
ably.com
ai-infrastructure

Why we built a dedicated SDK for realtime AI streaming

Ably launched a dedicated AI Transport SDK to solve streaming reliability problems in conversational AI products. The SDK replaces standard HTTP connections with persistent channels that support resum…