YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

OpenAI adds WebSocket mode to Responses API

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

OpenAI adds WebSocket mode to Responses API
OPEN LINK ↗
// 82d agoPRODUCT UPDATE

OpenAI adds WebSocket mode to Responses API

OpenAI's Responses API now supports a persistent WebSocket mode that lets long-running agents send only incremental inputs and chain turns with `previous_response_id` instead of resending full context. For coding agents and orchestration loops with 20-plus tool calls, OpenAI says the feature can improve end-to-end latency by roughly 40% while remaining compatible with `store=false` and Zero Data Retention.

// ANALYSIS

This is the kind of plumbing upgrade that matters more than a flashy model bump for agent builders. OpenAI is turning the Responses API into something that behaves more like a real session transport for tool-heavy workflows, not just another stateless wrapper around inference.

  • Persistent sockets plus incremental inputs attack a real bottleneck: repeated context transfer across every tool call in an agent loop
  • The feature is squarely aimed at coding agents and orchestration systems, where latency compounds fast once a task fans out into dozens of model-tool turns
  • Compatibility with `store=false` and Zero Data Retention is a big deal for teams running agents over private code or sensitive internal workflows
  • The tradeoffs are real: one in-flight response per connection, no multiplexing, a 60-minute connection cap, and cache misses can still break continuation with `previous_response_not_found`
  • Net effect: agent frameworks built on OpenAI can lean less on custom transport hacks and more on the platform's native continuation model
// TAGS
openai-responses-apiapiagentllmautomation

DISCOVERED

82d ago

2026-03-06

PUBLISHED

82d ago

2026-03-06

RELEVANCE

9/ 10

AUTHOR

Theo - t3․gg