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.
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.
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.
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 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.
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.
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 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.
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.