Skip to content

Curated Resources

Prefer primary documentation and high-signal open-source curricula over random blogs. Links are entry points — always check for updates.


Open-source curricula (start here)

Resource Best for How to use with this course
DAIR.AI Prompt Engineering Guide · promptingguide.ai Prompts, CoT, ReAct, agents overview Modules 01–03, skim before building agents
mlabonne/llm-course LLM engineer track (RAG, deploy, quant) Modules 06–07, 09, 13, 17 — take “Engineer” not full “Scientist” unless training is your job
rasbt/LLMs-from-scratch Attention, GPT training loop Hybrid track + mental model for 06 / 17
huggingface/agents-course smolagents, LangGraph, agentic RAG Modules 11–12, 26, agentic pieces of 09
humanlayer/12-factor-agents Production agent design principles Modules 05, 11–13, 20–25
Anthropic / MCP 2026-07-28 Tools, resources, prompts protocol Module 08 (authoritative, current spec) + host policy in 21

Models & providers


RAG & embeddings


Agents & orchestration


Harness engineering


MCP

  • Model Context Protocolnot a load balancer; tools/resources/prompts over a standard host↔server protocol. Course teaches 2026-07-28 (stateless _meta + server/discover). The 2025 initialize + Mcp-Session-Id model is historical and still deployed.

Fine-tuning

  • PEFT
  • TRL
  • QLoRA paper: https://arxiv.org/abs/2305.14314

Evals & observability


Security

  • OWASP LLM Top 10 (search current version)
  • Prompt injection write-ups from major vendors (treat as living docs)
  • Microsoft Presidio (PII detection) for production redaction

MLOps & serving


Deep learning (hybrid track)


Classic data / ML


Course provenance

Pre-restructure originals: archive/source/ in this repository.
Progress (local XP): Progress & gamification.