Skip to content

JIT map — pull when stuck, not before

No study weeks. This is the index you hit after the wall, organized by the wall. Timebox any dive to 90 minutes, then get back to the ship. (Descendant of this repo's retired 13-track curriculum — the residue that survived contact with the 90-day plan.)

Directing AI to build (spec-driven dev & agentic loops)

  • GitHub Spec Kit — spec-driven development made concrete: the spec is the source of truth, the code is regenerated. Steal the workflow.
  • Anthropic — Claude Code best practices — explore/plan/code/commit and the test-driven agentic loop; the practical version of Week 0's two methods.

Prompting & context engineering

Structured outputs & tool calling

  • Claude tool use — schemas, forcing tool choice, parallel calls.
  • Instructor — Pydantic validation + retries around any provider.

Evals (the moat)

  • Hamel Husain — evals — the one to reread quarterly: error analysis, judges, looking at your data.
  • Applied LLMs — a year of production lessons; evaluation and monitoring sections especially.

RAG & retrieval

Agents & MCP

Fine-tuning & open models

Local & serving

  • Ollama docs — local models behind an API in minutes.
  • vLLM docs — when you outgrow Ollama: real serving, batching, throughput. (Also the best place to understand KV cache and why long context costs what it costs.)

Multimodal

Safety & security (know the failure modes you ship)

Production & LLMOps (turning a demo into a service)

Staying at the frontier (the daily 15 minutes)

Release notes and model cards over courses, always: Anthropic news · OpenAI news · HF blog · Simon Willison's weblog — the last one is the field's best running changelog, and the model for the write-ups you're publishing.