Daily digest
8 items · ~8 min · Week 2026-W30
Must-read (1)
Anthropic releases Claude Opus 5
AnthropicAnthropic launched Claude Opus 5 on July 24, 2026, a faster and more cost-efficient Opus-tier model that approaches Claude Fable 5's frontier intelligence at the same $5/$25 per million token price as its predecessor Opus 4.8. It became the default model on Claude Max, the strongest available on Claude Pro, and shipped the same day as availability in GitHub Copilot for complex, long-running coding tasks.
Worth knowing (2)
Anthropic's Project Pilot tests whether AI models can fly drones
AnthropicAnthropic's Frontier Red Team, working with Andon Labs, published Project Pilot and a new Drone-Bench benchmark evaluating whether AI models can autonomously fly a quad-rotor drone indoors to locate and follow a person. Fifteen models from three developers were scored on five sub-tasks (reconstruct, localize, navigate, detect, follow); Claude Fable 5 led but reconstruction failures still blocked reliable end-to-end autonomous navigation.
OpenAI brings ChatGPT Voice to the desktop app with Codex control
OpenAIOpenAI rolled out ChatGPT Voice to its macOS and Windows desktop apps, powered by GPT-Live, letting users speak to control their computer and direct multiple coding agents running in ChatGPT Work or Codex simultaneously. Codex also gained multi-folder support for local projects in the same update.
For reference (5)
Midjourney releases V8.2 as new default image model
MidjourneyMidjourney made V8.2 the default model version on July 24, 2026, an update focused on aesthetics, image quality, and personalization rather than raw capability. The model produces more creative, bold, and sophisticated images and improves how Personalization profiles capture a user's aesthetic taste.
LLMs Get Lost in Evolving User Intent
Microsoft ResearchThe paper introduces a framework that converts standard single-turn tasks into multi-turn conversations where the user's objective shifts mid-exchange, then tests how well LLMs track those shifts. It finds that strong single-turn performance does not transfer to this evolving-intent setting, with substantial accuracy drops across model families.
NVIDIA-labs OO Agents: Native Python Object-Oriented Agents
NVIDIAThe paper proposes representing LLM agents as ordinary Python objects: methods are actions, fields are state, docstrings are prompts, and type annotations are contracts, with stub methods completed by an LLM at runtime while normal methods run as regular code. The framework is evaluated on SWE-bench Verified, Terminal-Bench 2.0, and ARC-AGI-3.
Claude Code v2.1.219 and v2.1.220 released
AnthropicClaude Code v2.1.219 (July 24, 2026) added Claude Opus 5 as the default Opus model with 1M context, a sandbox.network.strictAllowlist setting to deny non-allowlisted hosts, a DirectoryAdded hook, nested subagent support to depth 3, and mcp_server_errors reporting in headless stream-json mode. v2.1.220 (July 25, 2026) followed with bug fixes and reliability improvements.
opencode v1.18.5 released with adaptive-thinking and provider stability fixes
SSTsst/opencode shipped v1.18.5 on July 24, 2026, improving Claude adaptive-thinking handling across response formats, fixing OpenAI responses-phase disruptions, stabilizing Mistral prompt caching/reasoning history, fixing symlink path preservation in grep results, and adding desktop-app support for the current server terminal transport and session timelines.