“orchestration”
Agentic Workflows with the Model Context Protocol (MCP)
A single prompt is not a workflow. Learn how to build multi-step agentic workflows on top of the Model Context Protocol: planning loops, tool chaining, human-in-the-loop gates, and orchestration patterns that survive production.
LangGraph: Stateful, Graph-Based Agent Orchestration
LangGraph turns an agent into an explicit graph of nodes with durable state. Learn StateGraph, checkpointers, thread_id, and crash-resilient execution.
Building a Meta-Agent: The Gemini 3 Orchestrator of Orchestrators
A meta-agent is a higher-order agent that operates on other agents. Learn the orchestrator-of-orchestrators pattern: hierarchical planning, sub-agent split, lazy tool discovery, and Git-like execution traces.
Collaborative Coding: Leading a Team of Autonomous Gemini 3 Junior Developers
The junior-developer rung has been digitized. Learn how to orchestrate, review, and govern a team of autonomous Gemini 3 coding agents in 2026.
Sequential & Parallel Agent Pipelines in Google ADK
Master multi-agent orchestration primitives in Google ADK using SequentialAgent for ordered pipelines and ParallelAgent for concurrent execution.
Maker-Checker & Multi-Agent Orchestration Patterns
Learn advanced multi-agent patterns including Maker/Checker separation, fan-out/fan-in sub-agent orchestration, background scheduled loops, and autonomous goal-seeking systems.
Multi-Agent Systems with ADK-Rust: Orchestration and Delegation
Explore how to build complex multi-agent systems in Rust using ADK, from simple delegation to sophisticated graph-based orchestration.
Building an AI-Powered Publishing Studio with ADK: A Multi-Agent Approach
Explore how a multi-agent system built with the Agent Developer Kit (ADK) can automate and optimize the entire publishing pipeline from research to editing.