@svpino: I'm now *subagent-pilled* with Claude Code. This is the biggest update I've made in the way I work over the last 2 week…
Summary
Shares a workflow tip for Claude Code: use subagents to keep context windows separate, mix different models, and assign specific tools to each subagent.
Similar Articles
@svpino: You can now have Claude Code collaborate autonomously with Codex and any other agent. This is going to break the intern…
You can now have Claude Code collaborate autonomously with Codex and any other agent, enabling multi-agent cooperation in AI coding tasks.
@bcherny: Just landed nested subagent support in Claude Code Starting to experiment more with agents kicking off agents as a way …
Boris Cherny announced nested subagent support in Claude Code, allowing agents to spawn subagents for better context management, capped at depth 5 and rolling out in today's release.
@jasonzhou1993: I gave my coding agent a map across 3 of my repos: - Reduce ~50% token - a grep hook so every grep call has much richer…
Jason Zhou shares a technique to give coding agents a map across repos, reducing token usage by ~50% and enabling richer grep and call chain tracing. He also releases a Claude Code plugin marketplace called AI Builder Club Skills for setting up codebase harness and compounding agent loops.
I rebuilt the Claude Code-style terminal workflow as a hackable multi-provider coding agent
A developer releases a hackable, multi-provider coding agent that replicates the Claude Code terminal workflow, allowing users to integrate various AI models.
@0xMortyx: https://x.com/0xMortyx/status/2069002136873058485
A detailed guide on using Claude Code's Dynamic Workflows pattern to orchestrate multiple parallel subagents from a single lead agent, with 9 steps covering task decomposition, isolation, and review.