← Back to all entries
2026-07-03 🧭 Daily News

Background Sub-Agents by Default & Claude FM

Background Sub-Agents by Default & Claude FM — visual for 2026-07-03

🧭 Sub-Agents Now Run in the Background by Default

Claude Code sub-agents now run in the background by default — Claude keeps working on the main thread while a spawned sub-agent executes, rather than blocking until it returns. This is a default-behaviour change rather than a new capability: the underlying background execution model already existed (it's the same mechanism /code-review adopted on June 20), but sub-agents generally now inherit it without needing an explicit flag.

Worth re-reading any workflow that assumed synchronous sub-agents

If you've built prompts or scripts around sub-agents that assumed blocking behaviour — waiting for a sub-agent's result before the next step — check whether that assumption still holds after this default flip. Most workflows benefit from the change, but anything relying on strict ordering may need an explicit "wait for" instruction that wasn't previously necessary.

⭐⭐⭐ code.claude.com
sub-agents background execution Claude Code default behaviour workflow design

🧭 /radio Tunes Into Claude FM — a Lo-Fi Radio Easter Egg

A lighter addition to close the week: /radio now tunes Claude Code into Claude FM, a lo-fi radio stream, playable directly from the terminal. It's a small, playful addition rather than a productivity feature — but it's a reminder that Anthropic ships the occasional easter egg alongside the steady drumbeat of safety, model, and enterprise features, and it costs nothing to be aware such commands exist if you like discovering them.

⭐⭐⭐ code.claude.com
/radio Claude FM Claude Code easter egg
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research