ZeroHour

Source: The Decoder

2 stories in the last 3d

Google launches Gemini 3.8 Live to take on OpenAI's GPT-Live-1 at a fraction of the cost

Google DeepMind launches Gemini 3.8 Live speech-to-speech models, topping Artificial Analysis leaderboard at 82.6% with much cheaper pricing than OpenAI.

Google DeepMind released Gemini 3.8 Live and 3.8 Live Extended Thinking, audio models for voice agents available through the Gemini API and Google AI Studio, supporting over 97 languages plus background API calls and visual input. The Extended Thinking variant ranks first on the Artificial Analysis Speech-to-Speech Leaderboard with 82.6%, ahead of OpenAI's GPT-Live-1 models. Google charges $0.005 per minute for audio input and $0.018 for output, versus OpenAI's $0.05 per minute, though OpenAI retains full-duplex conversation quality advantages.

The Decoder · 3h agoModel release

Iris-mini and Iris-pro are the strongest open-weight search agents in their class

Chinese lab AllSpark releases Iris-mini (35B) and Iris-pro (397B) open-weight search agents claiming best-in-class results on BrowseComp and other research benchmarks.

AllSpark's paper introduces Iris-mini (35B parameters, built on Qwen3.6-35B-A3B) and Iris-pro (397B parameters, built on Qwen3.5-397B-A17B), both with 256,000-token context windows. Iris-pro scores 88.6 on BrowseComp, 85.1 on BrowseComp-ZH, 92.9 on DeepSearchQA, and 56.4 on Humanity's Last Exam; Iris-mini reaches 82.2, 84.8, 86.9, and 52.3 respectively. Training tasks are reverse-engineered from web link structure, filtered by a judge model, and refined via alternating SFT and reinforcement learning ('SFT-RL climbing') against live web search. Weights are available on Hugging Face, and the Iris Harness with agent loop, tools, and all four benchmarks is on GitHub.

The Decoder · 2d agoModel release1