RESOURCES

Curated, not collected

When another source teaches something better than we could, we send you there. Every entry says why it earns your time, and official documentation is preferred wherever a framework is being taught. No link dumps.

Frameworks

  • The canonical reference for the graph runtime Course 001 adopts in Module 03. Read persistence and interrupts before trusting either.

    AgentsDatabases Module 03

  • LangGraph persistence LangChain · docs

    Answers exactly what one checkpoint contains and which tables the Postgres saver writes. The primary source behind Module 03.

    DatabasesReliability Module 03

Agent runtimes

Evaluation

Observability

  • Self-hostable tracing that satisfies the course's observability contract: exact prompts, spans, tokens, cost, run correlation.

    Observability Module 09

Context/RAG

Coding agents

  • The coding-agent harness architecture from the team shipping Codex, and a live example of repository-as-durable-state.

    Coding agentsRepository engineering Module 13

Distributed systems

  • PostgreSQL documentation PostgreSQL · reference

    FOR UPDATE SKIP LOCKED, transactions, and the primitives the whole durability story stands on. Read the locking chapter once, properly.

    DatabasesDistributed systems Module 05

Deployment