All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

OpenAI Launches WebSocket Mode for Responses API to Reduce Latency by 40%

By

Rohan Chaubey

3mo ago· 1 min readenProduct

Summary

OpenAI has introduced WebSocket Mode for its Responses API, which maintains persistent connections to reduce latency by up to 40% in AI agent workflows. Instead of resending full context with each agent turn, the system only sends incremental inputs, significantly improving efficiency for heavy tool-call operations.

Key quotes

· 3 pulled
Every agent turn, you're resending the full context. Again. That overhead compounds fast.
WebSocket Mode for the Responses API keeps a persistent connection, sends only incremental inputs, and cuts end-to-end latency by up to 40% on heavy tool-call workflows.
That overhead compounds fast.
Snippet from the RSS feed
Every agent turn, you're resending the full context. Again. That overhead compounds fast. WebSocket Mode for the Responses API keeps a persistent connection, sends only incremental inputs, and cuts end-to-end latency by up to 40% on heavy tool-call workfl

You might also wanna read