The AI guides & blogs
AI
Build production features on top of LLMs — prompting, retrieval, agents — and evaluate, secure, and afford them.
56 guides & blogs·8 stages·≈ 10 hr·4 more being written
Start with Common Foundations — it counts on every subject.
- 01
ML & neural network foundations
≈ 2 hrThe ground floor: how models learn from data and what a neural network actually is.
- 02
How generative AI works
≈ 1 hrNext-token prediction, hallucinations, and the honest limits of generative models.
- 03
Large language models
≈ 2 hrTokens, embeddings, Transformers, attention, training, fine-tuning, and inference — the full anatomy.
- 04
Prompt engineering
≈ 2 hrFrom basic prompting to chain-of-thought, structured output, system prompts, and evaluation.
- 05
Retrieval-augmented generation
≈ 1 hrEmbeddings, chunking, vector databases, retrieval, re-ranking, and evaluating the whole pipeline.
- 06
AI agents
≈ 1 hrPlanning, memory, tool calling, multi-agent systems, MCP, and the frameworks that wire it together.
- 07
The economics of AI
≈ 1 hrGPUs, training costs, per-token pricing, and power — what your AI feature actually costs to run.
- 08
Shipping AI features
The gap between demo and product: evals, guardrails, fine-tuning decisions, and serving realities.
Evaluating LLM outputsbeing written
Will cover: golden datasets & regression evals · LLM-as-judge & its pitfalls · offline evals vs online metrics · evals as CI for prompts
Fine-tuning in practicebeing written
Will cover: when RAG beats fine-tuning (and vice versa) · LoRA & parameter-efficient methods · building a training set from logs · evaluating a fine-tune against the base model
Guardrails & safetybeing written
Will cover: prompt injection & jailbreaks · input/output filtering · PII & data-handling in prompts · human-in-the-loop patterns
Serving LLMs in productionbeing written
Will cover: choosing a model: quality vs cost vs latency · streaming, timeouts & retries · caching & batching strategies · observability for LLM calls