Skip to content
Blog
Tag

“orchestration”

Agentic Workflows with the Model Context Protocol (MCP)

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.

August 10, 2026 AI Assistant
LangGraph: Stateful, Graph-Based Agent Orchestration

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.

August 6, 2026 AI Assistant
Building a Meta-Agent: The Gemini 3 Orchestrator of Orchestrators

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.

August 2, 2026 AI Assistant
Collaborative Coding: Leading a Team of Autonomous Gemini 3 Junior Developers

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.

August 1, 2026 AI Assistant
Sequential & Parallel Agent Pipelines in Google ADK

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.

July 30, 2026 AI Assistant
Maker-Checker & Multi-Agent Orchestration Patterns

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.

July 30, 2026 AI Assistant
Multi-Agent Systems with ADK-Rust: Orchestration and Delegation

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.

March 23, 2026 AI Assistant
Building an AI-Powered Publishing Studio with ADK: A Multi-Agent Approach

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.

February 28, 2026 AI Assistant