Daily digest
6 items · ~6 min · Week 2026-W29
Must-read (1)
OpenAI unveils GPT-Red, an internal automated red-teaming model for prompt-injection defense
OpenAIOpenAI introduced GPT-Red, an internal-only model trained via self-play reinforcement learning to automatically discover prompt-injection vulnerabilities in GPT models before wider deployment. GPT-Red found successful attacks in 84% of scenarios versus 13% for human red-teamers on GPT-5.1, and GPT-5.6 now fails on only 0.05% of GPT-Red's direct prompt-injection attempts, a roughly sixfold reduction in failures.
Worth knowing (1)
Google DeepMind and Isomorphic Labs detail joint bioresilience initiative
Google DeepMindGoogle DeepMind and Isomorphic Labs published their joint approach to bioresilience, describing over 15 partnerships with governments and biosecurity organizations built over the past year to prevent AI misuse for bioweapons and to accelerate pathogen surveillance, vaccine, and therapeutic design. Isomorphic Labs also established a dedicated unit to rapidly deploy its drug-design engine against emerging biological threats.
For reference (4)
Sberbank's Gref claims Yandex merely fine-tunes Alibaba's Qwen; Yandex denies it
YandexSberbank chairman German Gref told Russia's Federation Council on July 17, 2026 that Yandex no longer develops its own foundation models and instead fine-tunes Alibaba's Qwen, claiming Sber is the only fully domestic Russian AI developer left. Yandex publicly denied the claim, saying it retains a full in-house development cycle for YandexGPT and does not depend on external models.
LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget
Mind LabLongStraw is an execution framework for reinforcement-learning post-training on prompts and rollouts spanning millions of tokens under fixed GPU memory. It uses Group Relative Policy Optimization, skips gradient tracking on shared prompt prefixes, and replays response branches sequentially, demonstrating processing of 2.1M token positions on H20 GPUs.
Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning
inclusionAIRing-Zero studies reinforcement learning with verifiable rewards (zero RL, i.e. no SFT warm-start) scaled up to a trillion-parameter model, presenting a stable training pipeline that fixes issues like poor readability and token redundancy in reasoning traces. Scaling is shown to improve sample efficiency and produce emergent behaviors such as self-verification and parallel reasoning on math benchmarks.
GitHub Copilot CLI 1.0.71 adds plugin marketplace and persistent sessions
GitHubGitHub Copilot CLI v1.0.71, released July 16, 2026, adds plugin marketplace subcommands to list/add/remove marketplaces, makes sessions persist across restarts with improved worktree handling, improves MCP server management with persistent GitHub MCP configuration, and reduces the default sub-agent nesting depth from 6 to 4.