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.

This track is ordered for sequential learning. Start from the first part if you want the full mental model, or jump directly into a chapter if you already know the foundations.

Total Parts
35
Reading Load
511
MIN TOTAL
Estimated Commitment
8.5 HOUR LEARNING TRACK
35 PARTS511 MIN TOTALadjudicationagentsaiapprovalasyncaudit

Curriculum Map

Ordered progression from foundations to advanced topics

PART 0114 MIN

Kaufman Skill Map

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.

PART 0214 MIN

Target Performance and Skill Decomposition

Target performance, skill decomposition, deliberate practice plan, feedback loop, and 20-hour learning path for enterprise-grade stateful multi-agent AI systems in Python.

PART 0320 MIN

Enterprise AI System Mental Model

Build the core mental model for moving from a chatbot mindset to a stateful, auditable, enterprise decision system.

PART 0421 MIN

Agentic System Taxonomy

A practical taxonomy for distinguishing workflows, agents, multi-agent systems, copilots, autonomous workers, and enterprise AI platforms.

PART 0517 MIN

State Machines and Agent Lifecycle Engineering

State machines and agent lifecycle engineering for enterprise-grade stateful multi-agent AI systems in Python.

PART 0617 MIN

Control Plane vs Data Plane for AI Agent Platforms

Control plane versus data plane architecture for enterprise AI agent platforms built with Python.

PART 0719 MIN

Orchestration Topologies

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

PART 0813 MIN

Determinism vs Autonomy

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

PART 0916 MIN

Stateful Runtime Design

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

PART 1015 MIN

Python Agent Runtime Architecture

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

PART 1115 MIN

Domain State vs Conversation State vs Execution State

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.

PART 1212 MIN

Agent Contracts and Typed Boundaries

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

PART 1313 MIN

Command, Query, Event Model

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.

PART 1415 MIN

Idempotency, Retry, and Deduplication

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.

PART 1514 MIN

Agent Roles and Responsibility Modeling

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.

PART 1612 MIN

Planner-Executor-Critic Pattern

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

PART 1712 MIN

Supervisor-Worker and Routing Patterns

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.

PART 1813 MIN

Consensus, Voting, and Adjudication

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.

PART 1912 MIN

Human-in-the-Loop Control Points

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

PART 2014 MIN

Memory Architecture

Memory architecture for enterprise-grade stateful multi-agent AI systems: short-term, long-term, episodic, semantic, procedural, working memory, memory governance, retrieval, updates, and forgetting.

PART 2112 MIN

Context Engineering for Stateful Agents

Context engineering for enterprise-grade stateful agents: context assembly, relevance, sufficiency, isolation, compression, provenance, token budgets, policy context, and failure modes.

PART 2215 MIN

RAG as a System Component, Not a Feature

RAG as a system component for enterprise-grade stateful multi-agent AI systems: ingestion, indexing, retrieval, ranking, grounding, freshness, authorization, evaluation, and failure modes.

PART 2313 MIN

Knowledge Graphs and Symbolic State

Knowledge graphs and symbolic state for enterprise-grade stateful multi-agent AI systems: triples, entities, relationships, provenance, temporal validity, graph-RAG, reasoning, and governance.

PART 2415 MIN

Memory Governance and Forgetting

Memory governance and forgetting for enterprise-grade stateful multi-agent AI systems: retention, consent, deletion, supersession, provenance, privacy, evidence quality, audit, and operational controls.

PART 2512 MIN

Tool Contract Engineering

Tool contract engineering for enterprise-grade stateful multi-agent AI systems: safe, typed, observable, authorized, idempotent, versioned, and governable tool use.

PART 2614 MIN

MCP and Enterprise Tooling

MCP and enterprise tooling for stateful multi-agent AI systems: tools, resources, prompts, authorization, client/server boundaries, registry, security, governance, and runtime integration.

PART 2714 MIN

Permissioning and Policy Enforcement

Permissioning and policy enforcement for enterprise-grade stateful multi-agent AI systems: PDP/PEP, RBAC, ABAC, ReBAC, risk policy, tool policy, memory policy, decision logs, and policy-as-code.

PART 2812 MIN

Side Effects and Transaction Boundaries

Side effects and transaction boundaries in enterprise-grade stateful multi-agent AI systems: commands, sagas, outbox/inbox, idempotency, compensation, approval, reconciliation, and exactly-once illusions.

PART 2916 MIN

Threat Modeling Agentic Systems

Threat modeling agentic systems for enterprise-grade stateful multi-agent AI: prompt injection, tool abuse, data exfiltration, memory poisoning, RAG poisoning, supply chain, identity, policy bypass, and excessive agency.

PART 3013 MIN

Guardrails and Policy Runtime

Guardrails and policy runtime for enterprise-grade stateful multi-agent AI systems: input, output, tool, state, workflow, memory, RAG, and human review guards.

PART 3114 MIN

AI Governance and Risk Management

AI governance and risk management for enterprise-grade stateful multi-agent AI systems using NIST AI RMF-style governance, risk registers, control catalogs, accountability, evidence packs, and enterprise operating controls.

PART 3214 MIN

Evaluation Engineering

Evaluation engineering for enterprise-grade stateful multi-agent AI systems: golden sets, simulations, judges, trajectory evals, regression gates, RAG evals, tool evals, and CI/CD quality controls.

PART 3315 MIN

Reliability and Failure Modeling

Reliability and failure modeling for enterprise-grade stateful multi-agent AI systems: loops, drift, hallucination, deadlocks, cost explosions, retries, circuit breakers, graceful degradation, and chaos testing.

PART 3413 MIN

Observability and Runtime Forensics

Observability and runtime forensics for enterprise-grade stateful multi-agent AI systems: traces, spans, events, decisions, evidence trails, run manifests, audit, replay, and incident reconstruction.

PART 3521 MIN

Reference Architecture and Capstone

Reference architecture and capstone for an enterprise-grade stateful multi-agent AI case management system: runtime, state, orchestration, tools, memory, RAG, policy, human review, evaluation, reliability, observability, deployment, and operating model.