Anthropic released Claude Opus 5 on 24 July, positioning it as near-Fable 5 intelligence at roughly half the cost, with software engineering as the headline strength. Artificial Analysis now has Claude Opus 5 (Adaptive Reasoning, Max Effort) at the top of its intelligence index at 60.7, with a coding score of 78 —…
Tencent's WorkBuddy Bench evaluates coding agents across code, web, office and security domains, with task construction designed to resist training-data contamination. ICAE-Bench takes a different angle, scoring agents on building software from incomplete product intent rather than from a tidy specification. Both are…
On The AI Native Dev podcast, Patrick Debois — who coined 'DevOps' — lays out the recurring patterns he's seeing in AI-native software development. A companion episode, 'From Living Room Hack to 30 AI Agents at Cyera,' traces one team scaling from a prototype to dozens of production agents. Together they're a useful…
The Pragmatic Engineer's latest Pulse flags a fast-emerging trend: teams shipping AI-generated code are drowning in review load, with reviewers now the bottleneck rather than authors. For anyone building with coding agents, it's an early sign that the constraint is shifting from writing code to verifying it. Worth…
Poolside released Laguna S 2.1, positioning it as cheaper than DeepSeek V4 Flash and stronger than V4 Pro, and it's climbing Hugging Face's trending list. Latent Space's interview with founder Eiso Kant details the integrated "model factory" pipeline behind it for training coding models. A signal that well-funded…
AREX, a Hugging Face paper with 115 upvotes, describes an agent that recursively self-improves at deep research tasks. It's part of a run of work on agents that refine their own strategies rather than staying fixed after training. Early research, but a signal of where autonomous research agents are heading — worth a…
Block (Jack Dorsey) shipped Buzz, positioned as a single tool combining team chat, AI agents, and git hosting — announced on Block's own engineering blog and picked up widely (364+ points on HN). Another entrant in the "AI-native workspace that also does version control" category alongside the coding-agent IDEs; worth…
A new paper (SWE-Pruner Pro) proposes that coding-focused LLMs already carry enough internal signal to identify which parts of a large context window are safe to prune, rather than needing a separate pruning model. Early-stage research, not yet something to build on, but worth watching given how much agentic-coding…