5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules — 11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories — 2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU — 2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions — 2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns — 5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says — 2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work — 1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition — 1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text — 1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research — 1 src5.0 Anthropic CEO Amodei calls for slower AI development and shared safety rules — 11 src2.7 Agility Robotics unveils Digit 5 humanoid for warehouses and factories — 2 src2.5 Apple ships rebuilt Siri with Google Gemini, but not in the EU — 2 src2.2 Siri AI in macOS 27 Golden Gate: FAQ, Germany availability, privacy questions — 2 src1.8 Sam Altman says OpenAI will not go public in 2026, citing AI safety concerns — 5 src1.4 OpenAI contractors review real ChatGPT conversations to rate responses, report says — 2 src1.4 Anthropic data retention policy prompts firms to limit Claude use for sensitive work — 1 src1.4 VoiceCodeBench arXiv paper proposes benchmark for exact structured-token recovery in speech recognition — 1 src1.4 Arabic-Russian Parallel Corpus and LLM Benchmark for Scientific Text — 1 src1.4 Study Analyzes Self-Reported Limitations in NLP Research — 1 src
A new arXiv preprint introduces Dream-RSI, a method aimed at recursive self-improvement for autonomous AI agents. The approach centers on exploration, using evolving environments to help agents find high-value solutions in complex domains. The work appears to target the difficulty of managing and improving exploration as agent capabilities grow.
A revised arXiv paper examines why exploration helps in reinforcement learning, arguing it only pays off when agents revisit similar states repeatedly. The authors show that without such retries, a purely greedy policy would be optimal, and study how exploration behavior can emerge in policy gradient methods.
A newly updated arXiv paper presents a reinforcement learning approach that moves beyond the usual objective of a single deterministic, reward-maximizing policy by incorporating uncertainty over rewards to generate varied behaviour. The authors argue this diversity is essential for applications like fine-tuning language models and accelerating scientific discovery, where multiple distinct solutions are more useful than one optimized output. The v2 release is cross-listed in both the cs.AI and cs.LG categories.
Researchers at OpenAI developed Random Network Distillation, a technique that rewards reinforcement learning agents for encountering unfamiliar states as a way to drive exploration. The approach uses prediction errors from a randomly initialized neural network as an intrinsic reward signal. Agents trained with this method surpassed average human scores on Montezuma's Revenge for the first time, a game known for being difficult to explore.
WHY IT MATTERS ↘Sparse-reward exploration has been a core bottleneck keeping RL confined to games and simulations, so a general intrinsic-reward mechanism that needs no task-specific reward engineering makes real-world deployment meaningfully cheaper. It also strengthens OpenAI's position in the basic-research layer that underlies agent capabilities, where such methods tend to diffuse quickly across the field rather than remain proprietary.