TLDRocket
Sign in

Developer Tools

294 summarised stories about Developer Tools, each linking back to the original source. Browse all topics →

Wednesday, 22 April 2026

Speeding up agentic workflows with WebSockets in the Responses API

OpenAI Blog 2 months ago

Anthropic added WebSocket support to its Responses API to reduce latency in agentic workflows by enabling persistent connections and caching. The optimization reduced API overhead for multi-turn agent loops, with connection-scoped caching handling repeated requests without regenerating responses. This allows agents to execute tool calls and process feedback faster without repeated network round-trips.

Introducing OpenAI Privacy Filter

OpenAI Blog 2 months ago

OpenAI released an open-source model designed to identify and remove personally identifiable information from text. The model achieves state-of-the-art accuracy on standard benchmarks for PII detection tasks. Organizations can now deploy this tool locally to redact sensitive data without sending content to external services.