LLMs tutorials
45 articles · page 3 of 3Hand-written tutorials, ordered as a recommended learning path.
- 41 Transformers Walk through the transformer architecture that powers modern LLMs: tokens, embeddings, self-attention, multi-head attention, feed-forward layers, residuals, and the path from input to output.
- 42 Anthropic SDK A practical tour of the Anthropic Python SDK: messages, streaming, tool use, prompt caching, and patterns for shipping Claude in production.
- 43 LangChain Basics Learn LangChain by building real components in Python: prompt templates, chains, tool calling, and memory. Practical patterns you can ship today.
- 44 Embeddings API A practical tutorial on text embeddings: vector intuition, calling an embeddings API, choosing dimensions, computing cosine similarity, and caching the results.
- 45 OpenAI Python SDK A working tour of the OpenAI Python SDK: chat completions, streaming, structured output, embeddings, tool calls, and production-grade error handling.