CLAUDE LABJP
FORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as OctoberFORK — Claude Code 2.1.212 changes what /fork does: it copies your conversation into a new background session with its own row in claude agents, so you can keep working. The old in-session subagent is now /subtaskLIMITS — WebSearch calls are now capped at 200 per session by default, and subagent spawns get the same 200 ceiling, so a runaway search or delegation loop stops on its ownMCPBG — MCP tool calls running past two minutes now move to the background automatically, keeping the session usable. Tune the threshold with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MSPLANFIX — Fixed plan mode auto-running file-modifying Bash commands such as touch and rm without a permission prompt or an SDK canUseTool callbackSONNET5 — Claude Sonnet 5 is running on introductory pricing of $2 per million input tokens and $10 per million output. After August 31 it moves to $3 and $15IPO — Bankers are reportedly lining up investor meetings for Anthropic ahead of a possible public listing as soon as October
TAG

Multi-Agent

9 articles
Back to all tags
Related:
Claude Code4advanced3automation2agent-sdk2production2MCP2subagents1sales-automation1crm1python1SKILL.md1gh skill1
Claude Code/2026-06-13Intermediate

How Deep Should Nested Subagents Go? Rethinking My Delegation Tree After Claude Code's 5-Level Limit

Claude Code subagents can now spawn their own subagents, up to five levels deep. I rebuilt my automation around nesting and settled on three levels — here is why.

API & SDK/2026-05-06Advanced

The AI Sales Automation Your Team Actually Wants — Building a Multi-Agent Sales System with Claude Agent SDK

A complete guide to building a production-grade multi-agent sales automation system using Claude Agent SDK — covering lead scoring, proposal drafting, human review gates, CRM integration, and cost optimization with real code examples.

Claude Code/2026-05-06Advanced

Multi-Agent Skill Architecture with gh skill — Versioning, CI/CD, and Agent-Specific Optimization

A production-grade approach to managing SKILL.md across teams using gh skill. Covers repository structure, semantic versioning, GitHub Actions automation, agent-specific optimization, and monorepo patterns.

Claude Code/2026-05-06Advanced

Build a Personal AI Automation Hub with Claude Code and MCP — Cross-Service Integration Guide

How to build a personal AI automation hub spanning GitHub, Notion, and Slack with Claude Code and MCP — covering cross-service context, error-handling code, production pitfalls, and a measured ~60% token reduction.

Claude Code/2026-04-16Advanced

Claude Code Multi-Agent Parallel Execution — Task Tool and SubAgent Patterns That Hold Up in Practice

Measured results from parallelizing Claude Code with the Task tool and SubAgents. Covers what to split and what never to split, a validating aggregation layer in TypeScript, and the disk contention and stale-input traps I hit along the way.

API & SDK/2026-04-07Advanced

Production-Ready Stateful AI Agents with Claude API + LangGraph: Graph-Based Design, Persistence, and Human-in-the-Loop

A complete guide to building production-quality stateful AI agents with LangGraph and Claude API. Covers graph design, checkpoint persistence, human-in-the-loop, multi-agent coordination, error recovery, and observability.

API & SDK/2026-04-07Advanced

Vertex AI × Claude Enterprise Integration Guide: Prompt Caching, Multimodal, and Agent Design

A practical guide to enterprise-grade Claude integrations on Google Cloud Vertex AI. Covers prompt caching, BigQuery logging, multimodal processing, agent design, RAG, and production-ready patterns.

Claude AI/2026-03-20Advanced

Claude Practical Techniques [Part 2] — Production Operations, Multi-Agent & Monetization

Advanced techniques from Claude Lab premium articles. Part 2 covers multi-agent orchestration, production API operations, MCP server development, and SaaS monetization pipelines.

Claude Code/2026-03-15Advanced

Building Production-Grade Multi-Agent Systems with Claude Code: Complete Implementation Guide

Master advanced multi-agent orchestration patterns using Claude Code and Agent SDK. Learn parallel execution, dependency management, automatic retries, and dynamic task distribution. Complete implementations for financial analysis, web scraping, and complex workflows.