Realtime AI News
OpenAI Improves Prompt Caching for GPT-6
OpenAI has detailed a set of prompt caching improvements for GPT-6, including higher cache hit rates, new diagnostics, explicit breakpoints and additional controls. The changes aim to cut latency and cost for repeated prompts while making cache behaviour easier to observe and steer.
OpenAI has published a technical note describing prompt caching improvements for GPT-6, covering higher cache hit rates, new diagnostics, explicit breakpoints and additional controls.
The underlying idea of prompt caching is straightforward. When repeated requests share the same prefix, keeping that prefix's state means later calls do not have to recompute it from scratch. The higher the hit rate, the more of a repeated prompt is reused and the more is saved.
Each of the four changes addresses a different part of that pipeline. Better hit rates mean more repeated prefixes are actually reused. Diagnostics make it possible to see whether a cache hit occurred, and if not, why not.
Explicit breakpoints hand the decision about where caching begins back to the developer. That boundary was previously inferred by the system, leaving teams to guess; declaring it makes the layering of long prompts, system instructions and fixed context far clearer.
The controls round out the policy layer, letting teams adjust caching behaviour by request type, business line or cost target instead of accepting a single default.
All of it points at two measurable outcomes: latency and spend. For teams running models in production, every gain in hit rate shows up directly in response times and invoices, especially with long system prompts or multi-turn conversations.
What to watch next is whether developers converge on shared conventions for explicit breakpoints, and how cache diagnostics get folded into existing observability stacks.
Why it matters
Higher hit rates translate straight into lower latency and inference spend for prompt-heavy workloads. Explicit breakpoints and diagnostics turn caching from opaque default behaviour into a tunable, measurable engineering parameter.
Nearby Updates
All09/23, 04:00
Qualcomm Launches Two New Smartphone Chips With AI Focus
Qualcomm has launched two new smartphone chips, placing on-device AI at the centre of the announcement. The company says its top-end chip can run a 30B mixture-of-experts model locally, pushing larger model inference onto the phone itself.
09/23, 03:09
Meta admits Muse's likeness to OpenClaw isn't a coincidence
TechCrunch reports that Meta has acknowledged the resemblance between its AI assistant Muse and OpenClaw is not a coincidence, saying Muse was heavily inspired by OpenClaw. According to the report, that similarity extends to some workspace filenames and content.
09/23, 02:00
OpenAI launches GPT-6 Sol and Luna, pitching lower cost and fewer mistakes
OpenAI has launched two new models, GPT-6 Sol and GPT-6 Luna, describing them as cut from the same cloth as Astra while pitching lower cost and fewer mistakes. TechCrunch reports the pair arrived together, a sign that price and reliability, not just benchmark scores, are now the headline claims of a frontier release.
09/23, 00:30
Anthropic releases Opus 5.5 with lower prices and Fable-level performance
Anthropic has released Opus 5.5, describing it as the strongest-performing model the company has tested to date. The new flagship arrives with lower pricing and performance the report places at Fable level, putting cost alongside capability as a headline claim.