TLDRocket
Sign in

Large Language Models

291 summarised stories about Large Language Models, each linking back to the original source. Browse all topics →

Wednesday, 22 April 2026

Making ChatGPT better for clinicians

OpenAI Blog 2 months ago

OpenAI released a free version of ChatGPT designed specifically for clinicians, available to verified U.S. physicians, nurse practitioners, and pharmacists. The tool supports three main functions: clinical care, medical documentation, and research activities. Healthcare providers can now access this specialized version at no cost, pending verification of their credentials.

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.