AI Transport v0.6.0: mid-run steering
AI Transport SDK v0.6.0 introduces mid-run steering, allowing clients to redirect an agent while it is still processing by sending a follow-up message into the same Run. The feature uses Ably channels…
AI Transport SDK v0.6.0 introduces mid-run steering, allowing clients to redirect an agent while it is still processing by sending a follow-up message into the same Run. The feature uses Ably channels…
Temporal's Workflow Streams, now in public preview for Python and TypeScript, delivers exactly-once, ordered streaming from a single Workflow to subscribers without a separate relay, but it does not r…
Fin, the AI agent platform formerly known as Intercom, retired its in-house realtime system Nexus after AI changed the infrastructure requirements from signaling to delivery, achieving 99.9999% reliab…
AI Transport v0.5.0 introduces Steps, a feature that enables durable execution of agent turns by allowing retries without duplicate output, integrating with frameworks like Temporal and Vercel WDK to …
Ably CEO Matt O'Riordan argues that HTTP's request-response model is insufficient for AI agents that run for minutes, citing connection drops, lack of bidirectional communication, and state synchroniz…
Ably released AI Transport v0.4.0, adding optional database hydration support for storing and reconciling AI conversation history. The feature allows developers to persist completed runs to an externa…
HTTP streaming (SSE) lacks built-in session recovery, causing AI chat streams to break on page refresh, network drop, or device change. The Vercel AI SDK's Redis-backed replay handles page-reload resu…
Ably and Durable Sessions have developed a demo that enables multiple people and AI agents to collaborate in a single chat session, allowing users to tag an AI assistant for help while maintaining a s…
McKinsey's 2025 State of AI survey finds only 39% of organizations report any EBIT impact from AI, despite 88% using AI in at least one business function. The article argues that measuring AI adoption…
Vercel AI SDK's useChat hook lacks a session layer for multi-device sync, multi-user conversations, and resumable streams. Ably AI Transport replaces the default transport to add these features, enabl…
Developers using the Vercel AI SDK are discovering that calling chat.stop() only closes the client connection, not the server-side generation, leading to continued billing. Fixing this requires a dedi…
Ably and Vercel released Wayfarer, an open-source demo of a collaborative AI travel-planning app that uses a durable session to synchronize real-time agent streams, shared state, and multi-user presen…
Ably released AI Transport v0.3.0, adding first-class support for presence and LiveObjects to AI sessions, enabling real-time visibility of online participants and synchronized shared state. The updat…
Ably discovered twelve hidden dashboards built as AI skills after employees lost trust in the official Metabase tool due to hundreds of ungoverned, inconsistent dashboards. The company now treats dash…
Vercel's AI SDK DefaultChatTransport, built for HTTP and serverless platforms, fails in production scenarios requiring persistent sessions, causing issues like undetectable disconnections and continue…
AI products are failing due to poor user experience caused by delivery-layer issues, not model capability, according to research from over 40 companies. Common failures include dropped sessions, silen…
Ably released v0.2.0 of its AI Transport SDK, reorganizing it around durable sessions rather than simple request/response turns. The update models AI conversations as multi-step, multi-party, and even…
AWS Application Load Balancer closes idle WebSocket connections after 60 seconds by default, causing AI agents to lose context mid-execution when they go silent during tool calls or LLM generation. Tr…
Ably launched a new AI Transport product that makes AI sessions durable, addressing a gap left by existing durable execution tools like Temporal. While Temporal crash-proofs backend workflow jobs, it …
Ably has developed a universal conformance test suite for its SDKs, leveraging LLMs to address inconsistencies in test coverage and implementation across its 12+ client libraries. The new approach rep…