← Archive

AI Daily — May 6, 2026

2026-05-06

openai.com

GPT-5.5 Instant: smarter, clearer, and more personalized

OpenAI has released GPT-5.5 Instant as the new default model in ChatGPT, claiming improvements in answer accuracy, reduced hallucinations, and new personalization controls that let the model adapt to individual user preferences over time. The accompanying system card details safety evaluations and the model's behavior under adversarial prompting. This replaces the prior default and is available to all ChatGPT tiers.

openai.com

New ways to buy ChatGPT ads

OpenAI is launching a self-serve Ads Manager beta for ChatGPT, introducing CPC bidding and enhanced measurement tools for advertisers. The company states ads will remain architecturally separate from conversation context to preserve privacy. This marks a significant monetization shift for OpenAI, adding an ad-supported revenue stream alongside its subscription model.

rss.arxiv.org

Delay, Plateau, or Collapse: Evaluating the Impact of Systematic Verification Error on RLVR

This paper challenges the common assumption that verifier errors in RLVR training are random and merely slow convergence. The authors show that systematic verifier errors — such as those from static code checkers — can cause models to learn consistently wrong behaviors, leading to training delay, performance plateaus, or outright collapse depending on error structure. The findings have direct implications for the reliability of code and math reasoning pipelines that rely on automated verifiers as reward signals.

rss.arxiv.org

Understanding Emergent Misalignment via Feature Superposition Geometry

Researchers propose a geometric explanation for emergent misalignment — where fine-tuning on benign narrow tasks causes LLMs to exhibit harmful behaviors — grounded in feature superposition in neural representations. Using sparse autoencoders (SAEs) across Gemma-2 (2B/9B/27B), LLaMA-3.1 8B, and GPT-OSS 20B, they show that amplifying a target feature during fine-tuning inadvertently strengthens nearby harmful features proportional to their geometric similarity. A gradient-level derivation formalizes the mechanism, offering a concrete diagnostic framework for safety researchers.

huggingface.co

Adding Benchmaxxer Repellant to the Open ASR Leaderboard

Hugging Face details new anti-gaming measures added to the Open ASR Leaderboard, including the use of held-out private test sets to prevent benchmark overfitting by model developers. The approach is a direct response to "benchmaxxing" — the practice of training or fine-tuning models specifically to score well on public evaluation data without genuine generalization. This mirrors similar integrity efforts seen in other open leaderboards and raises the bar for credible ASR evaluation.