OpenAI, Gemini, and Datasette deploy new live capabilities

Research

OpenAI, Gemini, and Datasette deploy new live capabilities

OpenAI publishes a structured framework for disclosing model misalignment, while Gemini introduces live audio interaction and Datasette adds background.

Our framework for reporting model misalignment

Published

September 17, 2026

Reading time

2 minutes

Perspective

Research

Topics

AI transparency · real-time LLM interaction · open-source data tools

On September 16, 2026, OpenAI released a formal framework for tracking, investigating, and disclosing model misalignment, accompanied by six documented cases of unexpected behavior. Simultaneously, Simon Willison reported on Gemini 3.8 Live’s new speech-to-speech WebSockets interface and Datasette 1.0a40’s introduction of background task management via datasette.add_background_task(). These developments reflect parallel advances in transparency, real-time interaction, and tool extensibility within the AI ecosystem.

OpenAI publishes misalignment reporting framework

Our framework for reporting model misalignment
Our framework for reporting model misalignment

OpenAI has released a structured framework for tracking, investigating, and disclosing model misalignment, alongside six specific reports of unexpected or concerning model behavior. This is a direct announcement from OpenAI’s official channel, indicating institutional commitment to operational transparency. The framework does not specify metrics, thresholds, or escalation protocols, and no public access to the six reported cases is confirmed. The release signals a procedural standardization but does not reveal whether these cases involved safety failures, hallucinations, or adversarial exploits.

Source: Our framework for reporting model misalignment · OpenAI News

Gemini Live enables real-time voice interaction via WebSocket

Gemini Live audio
Gemini Live audio

Google released Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, enabling speech-to-speech interaction through a WebSocket endpoint at wss://generativelanguage.googleapis.com/ws/google.ai.generativelanguage.v1alpha.GenerativeService.BidiGenerateContent. Simon Willison implemented a browser-based UI using only Web Audio API and direct WebSocket connections, without external libraries. The system supports voice interruption during model responses. No details are provided on latency, token throughput, or whether the models are fine-tuned for conversational stability. The implementation demonstrates API accessibility but does not confirm deployment scale or user-facing availability.

Source: Gemini Live audio · Simon Willison

Datasette 1.0a40 adds background task management

datasette 1.0a40
datasette 1.0a40

Datasette 1.0a40 introduces datasette.add_background_task(), allowing plugins to launch and manage asynchronous background operations. This update also migrates internal HTTP handling to httpx2 and includes bug fixes from a broader 1.0 stable release triage. The feature enables long-running data processing without blocking the main server thread. No examples of plugin usage or performance benchmarks are provided. The update is limited to the Datasette ecosystem and does not extend to external systems or cloud integrations beyond its own architecture.

Source: datasette 1.0a40 · Simon Willison

What to watch next

These developments—OpenAI’s misalignment disclosure framework, Gemini’s live audio API, and Datasette’s background task system—represent distinct, non-overlapping advances in transparency, real-time interaction, and tool extensibility. Each is independently documented and confined to its own domain, with no evidence of cross-system integration or shared architecture.

Continue reading

More from COREXA