Daily digest
9 items · ~9 min · Week 2026-W33
Must-read (2)
Ouroboros: A Self-Developing Coding Agent That Evolves Its Own Harness Through Reviewed Commits
Ouroboros is a coding-agent harness whose tools, prompts, context assembly and core implementation evolve through reviewed commits, combining a recursive free-evolution loop with experience-driven changes surfaced by ordinary usage. Running on Opus 5, it reports 86.74% on Terminal-Bench 2.1 and 90.69% on OSWorld-Verified, both new best-reported results, plus SOTA on a five-rollout CL-Bench campaign.
BDH-CQ: Recurrent Latent Reasoning Model Breaks ARC-AGI-1 Cost-Efficiency Frontier
PathwayBDH-CQ combines in-context learning with recurrent latent reasoning: it updates a recurrent memory from inputs given at inference time and solves queries through iterative computation in latent space, without producing a verbalized chain-of-thought. A 150M-parameter configuration reaches 29.5% pass@2 on the public ARC-AGI-1 evaluation set at $0.0007 per task, beating the previously reported cost-accuracy Pareto frontier for that benchmark.
Worth knowing (3)
Claude Research Model Raises Riemann Zeta Zero Lower Bound from 41.6% to 67.2%
AnthropicAn unreleased Anthropic research version of Claude, working across two Claude Code sessions with about 60 sub-agents and 31M output tokens, improved a decades-old lower bound on the fraction of Riemann zeta zeros satisfying the Riemann hypothesis, combining recent number-theory results with Bombieri's 2000 work into a new Weil-quadratic-form argument. Two Anthropic mathematicians and outside experts (Brian Conrey, Dan Goldston) reviewed the result, and Claude also produced a Lean-verifiable version of the proof.
OpenAI Expands Daybreak Cybersecurity Program, Launches GPT-5.6-Cyber
OpenAIOpenAI expanded its Daybreak initiative for vetted security teams, adding a specialized GPT-5.6-Cyber model (built on GPT-5.6 Sol) for authorized vulnerability research and exploit validation, alongside two access tiers: Daybreak Blue for general-purpose defensive work and Daybreak Red for purpose-trained cyber models.
xAI Launches Grok Bot Public Beta, Always-On AI Agent Teammates
xAIxAI opened a public beta of Grok Bot, AI agents that get their own cloud computer, sign into a user's existing apps and tools, retain context across tasks, and carry out multi-step work autonomously, checking back only when approval is needed.
For reference (4)
VK Unifies User Data Across Services into a Single AI Neuro-Profile for Recommendations
VKVK combined anonymized user actions across VK Video, VK Clips, and VKontakte into a single transformer-based 'neuro-profile' to improve content recommendations, reporting a 5.5% increase in VK Clips watch time and higher engagement in testing.
Anthropic Extends Compliance API to Claude Cowork and Claude Code
AnthropicAnthropic expanded its Compliance API (beta, for Claude Enterprise customers) to cover Claude Cowork and Claude Code across desktop, web, mobile, and CLI, returning consolidated session transcripts with prompts, responses, and tool activity for audits and eDiscovery.
GitHub Copilot CLI v1.0.79 Adds Kimi-K3 Support and Reworks Sandbox Auth Settings
GitHub (Microsoft)GitHub Copilot CLI v1.0.79 adds support for the kimi-k3 model, switches large monorepos to trigram-indexed tgrep instead of ripgrep, reworks sandbox settings by moving git/gh auth under a new sandbox.auth.* namespace with no migration path, and renames allowDevToolCaches to allowDevToolAccess as a breaking change.
Claude Code v2.1.228 Hardens Skill Sync and Fixes Remote Control Session Leak
AnthropicClaude Code v2.1.228 hardens skills synced from claude.ai so they can no longer shadow local commands or MCP prompts, fixes a Remote Control /resume bug that leaked a resumed conversation's title/history into a connected session, and improves Vertex AI credential handling to fail fast on expired credentials instead of retrying for minutes.