Skip to content

Generative AI Training Plan β€” Source of Trust ​

Source: Google Doc: [Huy Chau] Generative AI Training Plan
Doc ID: 1E80LeQMymp0Yu88JlNP0MV_6Kva1fISlIw5jXNuPAh0
Author: Huy Chau
Created/Updated: September 16, 2026
Workspace: /Users/huychau/Documents/working/training/ai


🧭 Plan Structure & Navigation ​

FilePhase / TopicDurationKey Focus
00_master_plan.mdMaster Curriculum & Overview10+ WeeksArchitecture, Objectives, Tech-Stack, Roadmap
01_phase1_engine_and_prompting.mdPhase 1: The Engine & Programmatic Prompting1 WeekModel Knobs, Prompt Architecture, LangFuse, Injection Defense
02_phase2_engineering_of_reasoning.mdPhase 2: The Engineering of Reasoning1 WeekCoT, Chain of Draft, ToT, ReAct, AlignmentCheck
03_phase3_modular_chaining_lcel.mdPhase 3: Modular Chaining & LCEL1 WeekRunnable Protocol, LCEL, Pydantic Structured Outputs, Fallbacks
04_phase4_context_engineering_agentic_rag.mdPhase 4: Context Engineering & Agentic RAG1.5 Weeks3-Layer Memory, Agentic RAG, GraphRAG, Ragas, BadRAG Defense
05_phase5_harness_engineering_mcp.mdPhase 5: Harness Engineering & MCP Consumption1.5 WeeksScaffolding, FastMCP/MCP, Build-Verify-Fix Loops, AIRateLimiter
06_phase6_stateful_graphs_hitl.mdPhase 6: Stateful Graphs & Human-in-the-Loop2 WeeksLangGraph v1, DCGs, TypedDict State, Checkpointing, HITL Gates
07_capstone_nexus_deep_researcher.mdCapstone: NEXUS (The Deep Agent)3.5 WeeksDeep Researcher (VFS, Reasoning Sandwich), Federated Swarm (A2A, L9)
08_production_evaluation_engineering.mdProduction Evaluation Engineering1 WeekLLM-as-a-Judge, Annotation Queues, Automated Data Flywheel
09_beyond_industrialization_ecosystems.mdBeyond: Industrialization & Ecosystems2 WeeksGuardrails, IoA, CA-MCP, Token Economics, Redis Caching, Streaming
10_rapid_development_deepagents.mdDeepAgents: Rapid Development Track1 Weekcreate_deep_agent, write_todos, VFS, Context Isolation

πŸ›  Technology Stack & Tools ​

  • Orchestration: LangGraph v1 (Stateful Graph & Functional API), LangChain (LCEL)
  • Protocol: Model Context Protocol (MCP), Agent-to-Agent (A2A) Protocol
  • Evaluation: RAGAS, DeepEval, Promptfoo, LLM-as-a-judge
  • Observability: LangFuse (Tracing, Trajectory Evals, Runs/Threads), LangSmith
  • Security: Meta LlamaFirewall (CodeShield, PromptGuard 2), LLM Guard, AWS Bedrock Guardrails, OWASP Top 10 for Agentic Apps (2026)
  • Engines & Storage: ChromaDB, Qdrant, Redis (Semantic Caching), vLLM

Master AI Architecture Training Program