Anthropic shipped Claude Opus 4.8, and Simon Willison highlights the unusually restrained release language: a “modest but tangible improvement.” The model keeps most Opus 4.7 pricing and specs, while evaluations suggest it is more likely to flag uncertainty and less likely to ignore flaws in code it wrote. Developer-relevant changes include mid-conversation system messages and a lower prompt-cache minimum of 1,024 tokens.
Latent Space interviews Cognition's Walden Yan and OpenInspect's Cole Murray on the rise of async coding agents. The discussion centers on Devin-related workflows, including 80% Devin commits, spec-to-PR development, full VMs, agent memory, and PMs shipping code. The key theme is not a model release, but a shift toward agents that can work asynchronously inside more complete software delivery loops.
SQLite added an AGENTS.md file aimed at people pointing coding agents at its codebase, not at its own internal development. The file says SQLite does not accept agentic code, though it will accept agentic bug reports with reproducible test cases. The project has also split AI-generated bug reports into a new SQLite Bug Forum, where D. Richard Hipp is responding with commits.