ALL_SERIES
SERIES_OVERVIEW // CURRICULUM_MAP

Learn Python Enterprise-Grade Stateful Multi-Agent AI Systems

// Kaufman-based skill map for learning enterprise-grade stateful multi-agent AI systems in Python, focused on deconstruction, self-correction, practice design, and engineering invariants.

35 Lessons511 Min Total04 Phases

This overview is designed to help you choose the right entry point quickly. Follow the full track from lesson one, continue from your last checkpoint, or jump straight into a phase that matches what you need right now.

adjudicationagentsaiapprovalasync+93 more

Curriculum Map

Navigate by phase, then choose the lesson that matches your current depth.

07

Orchestration Topologies

19 min

Orchestration topologies for enterprise-grade stateful multi-agent AI systems: router, supervisor, swarm, graph, pipeline, blackboard, handoff, and hierarchical control.

08

Determinism vs Autonomy

13 min

Determinism versus autonomy in enterprise-grade stateful multi-agent AI systems: autonomy budgets, authority boundaries, guardrails, policy gates, and production control.

09

Stateful Runtime Design

16 min

Stateful runtime design for enterprise-grade AI agents: sessions, threads, runs, checkpoints, hydration, resume, interrupts, replay, state ownership, and schema evolution.

10

Python Agent Runtime Architecture

15 min

Python runtime architecture for enterprise-grade stateful multi-agent AI systems: async orchestration, structured concurrency, isolation, backpressure, deadlines, cancellation, and runtime safety.

11

Domain State vs Conversation State vs Execution State

15 min

Domain state, conversation state, and execution state in enterprise-grade stateful multi-agent AI systems: ownership, mutation rules, event logs, state drift, and recovery boundaries.

12

Agent Contracts and Typed Boundaries

12 min

Agent contracts and typed boundaries for enterprise-grade stateful multi-agent AI systems using Pydantic, JSON Schema, event envelopes, schema versioning, and compatibility rules.

13

Command, Query, Event Model

13 min

Command, Query, and Event model for enterprise-grade stateful multi-agent AI systems: explicit intent, read models, event envelopes, proposed vs committed events, outbox/inbox, auditability, and agent-safe side effects.

14

Idempotency, Retry, and Deduplication

15 min

Idempotency, retry, deduplication, and exactly-once illusions in enterprise-grade stateful multi-agent AI systems: safe side effects, retry budgets, outbox/inbox, crash windows, and tool execution safety.

15

Agent Roles and Responsibility Modeling

14 min

Agent roles and responsibility modeling for enterprise-grade stateful multi-agent AI systems: authority, ownership, RACI, bounded context, capability scope, escalation, accountability, and anti-patterns.

16

Planner-Executor-Critic Pattern

12 min

Planner-Executor-Critic pattern for enterprise-grade stateful multi-agent AI systems: typed plans, execution control, critics, verifiers, replanning, failure modes, and governance.

17

Supervisor-Worker and Routing Patterns

12 min

Supervisor-worker and routing patterns for enterprise-grade stateful multi-agent AI systems: delegation, routing, specialist selection, bounded autonomy, task contracts, aggregation, and failure handling.

18

Consensus, Voting, and Adjudication

13 min

Consensus, voting, and adjudication for enterprise-grade stateful multi-agent AI systems: disagreement modeling, ensemble patterns, judge design, confidence, evidence weighting, quorum, and human escalation.

19

Human-in-the-Loop Control Points

12 min

Human-in-the-loop control points for enterprise-grade stateful multi-agent AI systems: approval, review, override, escalation, audit, decision packages, interrupts, and governance.