Five teams inside the Rust project have adopted an LLM usage policy for the rust-lang/rust monorepo, written by Nelson. The policy summarizes itself in one line: "It's fine to use LLMs to answer questions, analyze, distill, refine, check,…
In the News: August 5, 2026, Morning
Rust adopts an LLM policy that permits review but not creation, plus a Claude Code isolation fix and a look at MCP's simpler stateless spec.
Morning edition
Machine-readable
Download Markdown
Story
Rust adopts a policy: LLMs may review, not create
Read story →
Story
Claude Code closes a worktree isolation gap
Version 2.1.222 fixed two containment gaps in the same release. Worktree-isolated sessions and their subagents could run destructive git commands against the main checkout; isolation now applies to file edits and Bash in every session type.
Story
Stateless MCP has recaptured my interest
The July 28 Model Context Protocol specification collapses MCP's stateful two-request handshake, initialize a session, then call the tool, into a single stateless HTTP call, removing the need for a server to track session IDs or route…