AI Engineering
·
Apr 26, 2026
·
21 min read Use Magentic orchestration for autonomous planning: a manager keeps facts, delegates to workers, reassesses, and replans when stuck.
AI Engineering
·
Apr 26, 2026
·
18 min read Let a Triage agent route the conversation to Math or History specialists, handle handbacks, and guard against loops in production.
AI Engineering
·
Apr 26, 2026
·
13 min read Use a centralized manager to pick speakers each round, compare round-robin and agent-driven strategies, and cap runaway loops.
AI Engineering
·
Apr 25, 2026
·
14 min read Use SequentialBuilder or BuildSequential to pass one conversation through Writer, Reviewer, and Finalizer agents without hand-built adapters.
AI Engineering
·
Apr 25, 2026
·
14 min read Fan one input out to an expert panel, aggregate the responses, and keep wall-clock time bounded by the slowest branch cleanly.
Deep Dive
·
Apr 12, 2026
·
14 min read Revised with .NET examples — A newer version of this article, covering both Python and .NET, is available as part of the MAF v1: Python and .NET series: MAF v1 — 14-handoff-orchestration, MAF v1 — Putting it all together (Ch21).
Deep Dive
·
Apr 12, 2026
·
21 min read Revised with .NET examples — A newer version of this article, covering both Python and .NET, is available as part of the MAF v1: Python and .NET series: MAF v1 — 09-workflow-executors-and-edges, MAF v1 — 10-workflow-events-and-builder.