OpenAI
4 recent stories
Also today

OpenAI Publishes Methodology for Separating Signal from Noise in Coding Evaluations
OpenAI has released a detailed post on their approach to coding evaluations, specifically addressing how to distinguish genuine capability signals from benchmark noise and contamination artifacts. This is a methodologically important contribution — coding benchmarks have been increasingly gamed or inflated, and a principled framework for evaluation design helps the broader community build more trustworthy leaderboards. For developers choosing models for coding tasks, this provides a lens for interrogating benchmark claims made by any lab. The post likely covers factors like test set leakage, prompt sensitivity, and evaluation harness design. Engineers who run internal model evaluations or maintain coding agent pipelines should read this to tighten their own evaluation discipline.
OpenAI Blog
OpenAI Releases GPT-Live and GPT-Live-1 Mini: Full-Duplex Voice Models Backed by GPT-5.5 Reasoning
OpenAI has launched GPT-Live and GPT-Live-1 mini, two full-duplex voice models designed for real-time, natural spoken conversation. The key architectural decision is that deeper reasoning tasks are delegated to GPT-5.5 underneath, meaning the voice layer stays low-latency while complex queries still get a capable backbone. This is a significant departure from bolt-on TTS/STT pipelines — developers building voice assistants, customer support bots, or real-time interfaces now have a dedicated model optimized for that modality. The mini variant presumably offers cost and latency tradeoffs for lighter use cases. Developers working on conversational AI should evaluate whether this replaces their current STT + LLM + TTS stack and check the API availability for integration.
OpenAI Blog
OpenAI Ships GPT-Realtime-2.1 and GPT-Realtime-2.1-mini for Low-Latency Voice Agents
OpenAI has released two new models via its Realtime API: GPT-Realtime-2.1 and a smaller GPT-Realtime-2.1-mini, both targeting low-latency voice agent applications. These models are accessible now through the API, meaning developers building voice interfaces, phone bots, or multimodal agents can swap them in immediately. The mini variant is positioned for cost- and latency-sensitive deployments where full model quality is less critical than response speed. This continues OpenAI's push to make real-time speech a first-class API primitive rather than a bolted-on feature. Developers working on voice-first agents should test these against existing Whisper plus TTS pipelines to evaluate end-to-end latency and quality tradeoffs.
OpenAI Blog
OpenAI releases GPT-5 with major reasoning improvements
OpenAI has announced GPT-5, claiming significant improvements in reasoning, coding, and multimodal understanding compared to its predecessor.
OpenAI Blog