Skip to content

Books

Start here. These give you the mental models and practical frameworks.

BookAuthor(s)YearWhy It Matters
Co-Intelligence: Living and Working with AIEthan Mollick2024NYT bestseller. Best starting point for understanding AI as a thinking partner. Introduces “centaur vs cyborg” framework.
AI EngineeringChip Huyen2025The definitive systems-design book. Deployment, monitoring, CI/CD for ML, data pipelines.
The LLM Engineering HandbookPaul Iusztin, Maxime Labonne2025Operations manual: prompt engineering, fine-tuning, RAG, evaluation, production patterns.

For when you want to understand how things actually work under the hood.

BookAuthor(s)YearWhy It Matters
Hands-On Large Language ModelsJay Alammar, Maarten Grootendorst2024Build-and-fine-tune approach using Hugging Face, LangChain. Learn by doing.
Build a Large Language Model (from Scratch)Sebastian Raschka2024Builds a transformer from scratch in PyTorch. Deep understanding of LLM internals.
Building LLMs for ProductionLouis-Francois Bouchard, Louie Peters2024Latency, cost optimization, observability, deployment architecture.
BookAuthor(s)YearWhy It Matters
Prompt Engineering for LLMsJohn Berryman, Albert Ziegler2024Few-shot, chain-of-thought, prompt patterns. Covers Claude and other models.
Prompt Engineering for Generative AIJames Phoenix, Mike Taylor2024Written by GitHub Copilot architects. Text, image, and code generation strategies.
BookAuthor(s)YearWhy It Matters
Building Agentic AI SystemsAnjanava Biswas, Wrick Talukdar2025Autonomous agents, reasoning, planning. Auto-GPT, BabyAGI, LangGraph patterns.
Designing Machine Learning SystemsChip Huyen2022Foundational. ML systems design under real-world constraints.