Agentic Coding Digest

What actually shipped.

A single daily edition of announcements from the AI coding tools you use, read from a curated source list, summarised, and linked back to the original. No infinite feed, no account, no advertising.

Leadtooling#

Your Claude Code sessions stop asking before most commands on 14 August

From 14 August, auto mode becomes the default permission mode in Claude Code on Pro, Max and Team plans, routing every tool call through a classifier that permits safe commands and blocks ones it judges irreversible, destructive or aimed outside your environment. Anthropic's study of 1,053 paid testers found human reviewers caught 13.6% of dangerous commands against 89% for the classifier, and its May-June figures put production-level harm at 2.4% of auto-mode sessions versus 6.3% of manually approved ones. A session escalates back to you after three consecutive blocks or twenty in total, Shift+Tab still switches modes, and Enterprise, API and cloud-partner deployments stay opt-in for now.

Anthropic · Read the originalXHacker NewsLinkedIn
02release#

A self-improving harness installs in one command and rewrites its own prompt

Prime Intellect open-sourced Prime Agent on 6 August under the MIT licence, a coding and research harness that puts tools, skills and sub-agents into a single persistent IPython kernel rather than behind tool schemas, so a sub-agent launches as a function call that returns immediately and reports back asynchronously. Its Continual Harness exposes a refine command that rewrites the agent's own prompt, sub-agents, skills and memory from its execution history, and agents idle for 30 minutes are dropped. It installs on Linux or macOS with one command against subscription providers, direct APIs or self-hosted endpoints, but worker and kernel processes run with your local user permissions, unsandboxed, so an isolated environment is the sane way to try it.

Open Source For You · Read the originalXHacker NewsLinkedIn