Independent reading architecture · 90 books

From enterprise vision to model depth.

A learning architecture that starts with boardroom decisions, descends through change and product leadership, and ends with engineering, model internals, evidence, and deliberate specialization.

The Product Management Playbook coverThe Profitable AI Advantage coverThe Agentic Enterprise coverThe Art of Statistics coverReal covers. Independent scores. Publisher and retailer links kept distinct.

The depth hierarchy

Layers 01–04 decide what and why to build. Layers 05–08 map to the AI Engineer’s Handbook. Evidence begins with engineering and stays active throughout; specialization remains problem-led.

Open the Engineer Handbook →
High-level judgmentDeep technical expertise
Decision & leadershipEnterprise, strategy, innovation, and product.
Build & operateEngineer Handbook Parts 1–9.
Evidence spinePracticed from engineering onward.
Extend deliberatelyParts 10–11 plus domain branches.
01
Rewired, Second Edition cover

Enterprise

Value, economics, operating model, scaleAIBill Decision Track · Layer 01

Decide where AI belongs in the business and how the organization must be rewired around it.

Must-readRewired, Second EditionEric Lamarre, Kate Smaje, Robert Levin, Alex Singla, and Alexander Sukharevsky · 95/100Company-wide transformation operating model
02
The Agentic Enterprise cover

Strategy & Change

Readiness, portfolio, governance, adoptionAIBill Decision Track · Layer 02

Turn business problems into defensible AI bets, manage risk, and create executive and workforce alignment.

Must-readThe Agentic EnterpriseBabak Hodjat and Antoine Blondeau · 87/100Enterprise agent readiness and architecture
03
Empire of AI cover

Innovation

Power, incentives, disruption, new value systemsAIBill Decision Track · Layer 03

Challenge inherited assumptions and understand AI's impact on institutions, labor, resources, and power.

Must-readEmpire of AIKaren Hao · 92/100Critical context for the AI industry
04
The Product Management Playbook cover

Product

Discovery, value, UX, lifecycleAIBill Decision Track · Layer 04

Find real user problems, shape viable solutions, lead delivery, and earn adoption for probabilistic products.

Must-readThe Product Management PlaybookJulia Barham · 89/100End-to-end product craft
05
AI Engineering cover

AI Engineering

Probabilistic systems, evaluation, architecture, productionEngineer Handbook · Parts 1 + 8

Design reliable compound AI systems and make explicit trade-offs across quality, latency, cost, and operations.

Must-readAI EngineeringChip Huyen · 96/100Foundation-model application engineering
06
Build a Large Language Model (From Scratch) cover

LLM Foundations

Models, prompting, context, retrieval, memoryEngineer Handbook · Parts 2–4

Understand the model layer and engineer the context and knowledge it receives before adding autonomy.

Must-readBuild a Large Language Model (From Scratch)Sebastian Raschka · 96/100Model internals by construction
07
Agentic Design Patterns cover

Agent Systems

Tools, loops, planning, orchestration, human controlEngineer Handbook · Parts 5–6

Design autonomous workflows, choose appropriate patterns, and coordinate reliable single- and multi-agent behavior.

Must-readAgentic Design PatternsAntonio Gullì · 92/100Reusable agent architecture patterns
08
LLMs in Production cover

AI Operations

Evaluation, deployment, observability, security, governanceEngineer Handbook · Parts 7–9

Operate probabilistic systems through measurable quality, production safeguards, incident readiness, and lifecycle controls.

Must-readLLMs in ProductionChristopher Brousseau and Matthew Sharp · 88/100Model-to-production operating plan
09
An Introduction to Statistical Learning with Python cover

Statistics & Evidence

Uncertainty, inference, causality, measurementEvidence spine · Start alongside Layer 05

Begin this evidence lens with engineering and use it throughout; know when metrics support a decision and when they mislead.

Must-readAn Introduction to Statistical Learning with PythonGareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, and Jonathan Taylor · 94/100Statistical learning and evidence
10
Practical AI Security cover

Specialization Branches

Adaptation, patterns, security, data, multimodal, robotics, industriesHandbook Parts 10–11 + domain branches

Extend or specialize only when a real system limitation or domain problem demands it.

Branch examplePractical AI SecurityHarriet Farlow · 92/100Choose one of five deliberate branches

The essential AI stack

Nine books, nine distinct jobs. Read this broadly reusable core before choosing a technical or industry specialization.

01Rewired, Second Edition cover
Layer 01 · Enterprise

Rewired, Second Edition

Eric Lamarre, Kate Smaje, Robert Levin, Alex Singla, and Alexander Sukharevsky95 Essential
Company-wide transformation operating model

What it unlocks: Translate AI ambition into domains, talent, platforms, data, adoption, risk, and scale.

Know the limit: Its center of gravity is the large enterprise, not hands-on agent implementation.

Deep read · 624 pages
02The Agentic Enterprise cover
Layer 02 · Strategy & Change

The Agentic Enterprise

Babak Hodjat and Antoine Blondeau87 Strong
Enterprise agent readiness and architecture

What it unlocks: Evaluate use cases, ROI and TCO, governance, interoperability, architecture, and lock-in.

Know the limit: A strategy-to-architecture bridge; lighter on day-to-day delivery mechanics.

Focused read · 190 pages
03Empire of AI cover
Layer 03 · Innovation

Empire of AI

Karen Hao92 Essential
Power, incentives, labor, compute, and environmental context

What it unlocks: Challenge inevitability narratives and understand the institutions and people bearing AI's costs.

Know the limit: An investigative and critical lens, not an implementation manual.

Narrative deep dive · 496 pages
04The Product Management Playbook cover
Layer 04 · Product

The Product Management Playbook

Julia Barham89 Strong
End-to-end product craft

What it unlocks: Practice discovery, delivery, launch, in-market management, stakeholder influence, and product leadership.

Know the limit: A broad PM foundation; only part of its value is specific to AI.

Working handbook · 304 pages
05AI Engineering cover
Layer 05 · AI Engineering

AI Engineering

Chip Huyen96 Essential
Foundation-model application engineering

What it unlocks: Connect evaluation, data, adaptation, retrieval, serving, latency, cost, and reliability.

Know the limit: Focused on compound AI applications, not pretraining a frontier model.

Technical cornerstone
06Build a Large Language Model (From Scratch) cover
Layer 06 · LLM Foundations

Build a Large Language Model (From Scratch)

Sebastian Raschka96 Essential
Model internals by construction

What it unlocks: Build intuition for tokenization, attention, GPT architecture, pretraining, and fine-tuning.

Know the limit: Educational model scale; production infrastructure is outside its main scope.

Code-along · 368 pages
07Agentic Design Patterns cover
Layer 07 · Agent Systems

Agentic Design Patterns

Antonio Gullì92 Essential
Reusable agent architecture patterns

What it unlocks: Gain a durable vocabulary for tools, reflection, collaboration, planning, memory, and orchestration.

Know the limit: Framework examples can age faster than the underlying pattern vocabulary.

Pattern reference · 427 pages
08LLMs in Production cover
Layer 08 · AI Operations

LLMs in Production

Christopher Brousseau and Matthew Sharp88 Strong
Model-to-production operating plan

What it unlocks: Connect data, training, serving, Kubernetes, monitoring, cost, security, and edge deployment.

Know the limit: More model and platform operations than product discovery.

Hands-on operations · 456 pages
09An Introduction to Statistical Learning with Python cover
Layer 09 · Statistics & Evidence

An Introduction to Statistical Learning with Python

Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, and Jonathan Taylor94 Essential
Statistical learning and evidence

What it unlocks: Ground decisions in regression, classification, resampling, regularization, trees, SVMs, and unsupervised learning.

Know the limit: A classical ML foundation rather than a generative-AI book.

Free textbook + Python labs

Choose a specialization branch

The first nine layers are broadly reusable. Open one of these branches when a real role, risk, or project creates demand.

Every book by depth

All books remain visible by default. Narrow the shelves by domain, editorial priority, author, title, or topic.

Catalog index

Find your next book

Showing 90 of 90 books
01 · Domains
02 · Priority

01 · Enterprise

5 shown · ranked by editorial score
Rewired, Second Edition book cover

Rewired, Second Edition

By Eric Lamarre, Kate Smaje, Robert Levin, Alex Singla, and Alexander Sukharevsky

Deep enterprise transformation: economics, domains, operating model, talent, platforms, data, adoption, risk, and scale.

95/ 100
The Agentic Enterprise book cover

The Agentic Enterprise

By Babak Hodjat and Antoine Blondeau

A focused bridge from agent technology to enterprise readiness, ROI, architecture, governance, interoperability, and vendor lock-in.

87/ 100
Architecting for Autonomy book cover

Architecting for Autonomy

By Anjali Jain and Philip O'Shaughnessy

Excellent intended scope across strategy and architecture, but too incomplete to anchor the stack.

84/ 100
Leading Enterprise AI Programs book cover

Leading Enterprise AI Programs

By Patrick Bangert

Good operating-model and portfolio scope, but overlaps Rewired and has limited independent validation.

80/ 100
Agentic Artificial Intelligence book cover

Agentic Artificial Intelligence

Edited by Pethuru Raj, B. Sundaravadivazhagan, Muthu Ramachandran, Vijayan K. Asari, and Neha Singhal

A broad agent-business overview covering foundations, use cases, leadership, and scaling.

80/ 100

02 · Strategy & change

8 shown · ranked by editorial score
Mastering Technical Sales, Fourth Edition book cover

Mastering Technical Sales, Fourth Edition

By John Care

Best direct complement for trusted-advisor behavior, discovery, RFPs, executive trust, and technical-commercial translation.

88/ 100
The Human-Agent Orchestrator book cover

The Human-Agent Orchestrator

By Pascal Bornet, Jochen Wirtz, Tarja Stephens, Rachel Wood, Frederique Covington Corbett, Shigeki Yamaguchi, Rakesh Gohel, Helen Yu, and Nima Schei

Distinctive human-agent leadership, autonomy, accountability, and organizational-design specialization.

84/ 100
The Profitable AI Advantage book cover

The Profitable AI Advantage

By Tobias Zwingmann

Strong presales workbook for financial sizing, opportunity qualification, roadmaps, and prototypes.

84/ 100
Return on Intelligence book cover

Return on Intelligence

By Kristin L. Milchanowski

Executive transformation and governance principles; concise but less agent-specific.

81/ 100
Untangling AI book cover

Untangling AI

By Matt Kesby

A practical adoption framework spanning strategy, people, technology, and execution.

79/ 100
Demonstrating to Win! book cover

Demonstrating to Win!

By Robert Riefstahl

Valuable if complex software demonstrations are a central part of the role.

78/ 100
Your AI Survival Guide book cover

Your AI Survival Guide

By Sol Rashidi

Sound deployment lessons, now superseded by newer and more specific choices.

77/ 100
The Business Case for AI book cover

The Business Case for AI

By Kavita Ganesan

Useful classic AI framework, but predates the mainstream GenAI and agent era.

73/ 100

03 · Innovation

8 shown · ranked by editorial score
Empire of AI book cover

Empire of AI

By Karen Hao

Released · 2025

A deeply reported account of OpenAI, concentrated compute power, data labor, environmental cost, and the institutional incentives driving the AI race.

92/ 100
Supremacy book cover

Supremacy

By Parmy Olson

Released · 2024

A reported history of the OpenAI–DeepMind rivalry and the tension between public-interest missions, corporate control, and commercial scale.

88/ 100
The Coming Wave book cover

The Coming Wave

By Mustafa Suleyman with Michael Bhaskar

Fills the geopolitical, societal, state-power, containment, and labor perspective missing from the implementation stack.

86/ 100
The AI Con book cover

The AI Con

By Emily M. Bender and Alex Hanna

Released · 2025

A rigorous counterweight to industry hype, examining automation claims, labor, data extraction, accountability, and who benefits from AI narratives.

86/ 100
The Thinking Machine book cover

The Thinking Machine

By Stephen Witt

Released · 2025

A focused history of Nvidia, accelerated computing, and the hardware economics underpinning the modern AI industry.

86/ 100
AI Value Creators book cover

AI Value Creators

By Rob Thomas, Paul Zikopoulos, and Kate Soule

Useful value-creation lens and free access, but broad and IBM-influenced.

77/ 100
Cognitive Kin book cover

Cognitive Kin

By Christophe Kolb and Jan Rosen

An ambitious future-of-work synthesis that favors philosophical breadth over operational detail.

77/ 100
Reimagined: Building Products with Generative AI book cover

Reimagined: Building Products with Generative AI

By Shyvee Shi, Caitlin Cai, Yiwen Rong, and Jia Li

Older GenAI product overview with weaker differentiation and less durable evidence.

69/ 100

04 · Product

8 shown · ranked by editorial score
The Product Management Playbook book cover

The Product Management Playbook

By Julia Barham

A practical pure-PM guide with 21 methods across discovery, delivery, launch, in-market management, and influence.

89/ 100
The Art of AI Product Development book cover

The Art of AI Product Development

By Janna Lipenkova

Best AI-specific product book assessed: opportunity discovery, technical options, UX, governance, adoption, and stakeholders.

88/ 100
INSPIRED, Second Edition book cover

INSPIRED, Second Edition

By Marty Cagan

Best conceptual picture of excellent product teams, discovery, and outcome-led product culture.

88/ 100
Sentient Design book cover

Sentient Design

By Josh Clark and Veronika Kindred

Released · 2026

A human-centered guide to treating AI as a design material for adaptive, agentic interfaces rather than merely a productivity tool.

86/ 100
Designing Assistant Technology book cover

Designing Assistant Technology

By Christopher Noessel

Released · 2026

A distinctive framework for designing AI that expands human capability while reducing dependency, over-automation, and deskilling.

84/ 100
Building AI-Powered Products book cover

Building AI-Powered Products

By Marily Nika

Useful lifecycle overview, displaced by the stronger Lipenkova book and mixed reader feedback.

78/ 100
The AI Product Playbook book cover

The AI Product Playbook

By Marily Nika and Diego Granados

Broad coverage, but early feedback suggests dry treatment and limited actionable depth.

75/ 100
Corporate Product Management book cover

Corporate Product Management

By David Vega

Excellent enterprise-politics premise, but too new and insufficiently validated.

74/ 100

05 · AI engineering

9 shown · ranked by editorial score
AI Engineering book cover

AI Engineering

By Chip Huyen

A technical cornerstone for foundation-model applications, evaluation, adaptation, serving, cost, and reliability.

96/ 100
Designing Machine Learning Systems book cover

Designing Machine Learning Systems

By Chip Huyen

Excellent systems thinking, though portions overlap AI Engineering.

92/ 100
Hands-On Machine Learning book cover

Hands-On Machine Learning

By Aurélien Géron

A comprehensive implementation-first foundation in classical ML and deep learning.

92/ 100
Designing Large Language Model Applications book cover

Designing Large Language Model Applications

By Suhas Pai

Released · 2025

A holistic treatment of LLM data, pretraining, adaptation, inference, application design, and production trade-offs.

90/ 100
Grokking AI Algorithms, Second Edition book cover

Grokking AI Algorithms, Second Edition

By Rishal Hurbans

A broad, approachable visual foundation across search, optimization, neural nets, reinforcement learning, LLMs, and diffusion.

86/ 100
Solutions Architect's Handbook book cover

Solutions Architect's Handbook

By Saurabh Shrivastava and Neelanjali Srivastav

Broad solution-architecture foundations spanning NFRs, cloud, security, data, ML, and stakeholder work.

77/ 100
Architecting AI Software Systems book cover

Architecting AI Software Systems

By Richard D. Avila and Imran Ahmad

A concise introduction to AI architecture, requirements, conceptual design, and integration.

74/ 100
Data Engineering with Python book cover

Data Engineering with Python

By Paul Crickard

A practical introduction to building Python-based data pipelines.

74/ 100
The AI Engineering Bible book cover

The AI Engineering Bible

By Thomas R. Caldwell

A broad self-published overview of production AI systems; useful as a survey, but independent validation and editorial provenance remain limited.

62/ 100

06 · LLM foundations

7 shown · ranked by editorial score
Build a Large Language Model (From Scratch) book cover

Build a Large Language Model (From Scratch)

By Sebastian Raschka

The cleanest missing model-internals layer: tokenization, attention, GPT architecture, pretraining, and instruction fine-tuning.

96/ 100
Build a Reasoning Model (From Scratch) book cover

Build a Reasoning Model (From Scratch)

By Sebastian Raschka

High-quality optional depth in inference-time reasoning, verifiers, RLVR/GRPO, and distillation.

95/ 100
Understanding Deep Learning book cover

Understanding Deep Learning

By Simon J. D. Prince

Foundation · 2023

An unusually clear, mathematically grounded bridge from neural-network fundamentals to modern architectures, generative models, and transformers.

95/ 100
Hands-On Large Language Models book cover

Hands-On Large Language Models

By Jay Alammar and Maarten Grootendorst

A strong visual and practical reference for language models, embeddings, generation, and fine-tuning.

93/ 100
Introduction to Foundation Models book cover

Introduction to Foundation Models

By Pin-Yu Chen and Sijia Liu

Released · 2025

A broader foundation-model treatment spanning language, vision, diffusion, robustness, adaptation, and safety.

89/ 100
How Large Language Models Work book cover

How Large Language Models Work

By Edward Raff, Drew Farris, and Stella Biderman

Released · 2025

An accessible but substantive explanation of tokenization, training, RLHF, evaluation, RAG, risks, and LLM-powered workflows.

88/ 100
LLM Customization and Fine-Tuning book cover

LLM Customization and Fine-Tuning

By Amit Bahree and Weehyong Tok

Early access · 2026

A reproducible comparison of prompting, RAG, LoRA, QLoRA, supervised fine-tuning, distillation, DPO, and their operational trade-offs.

82/ 100

07 · Agent systems

9 shown · ranked by editorial score
Agentic Design Patterns book cover

Agentic Design Patterns

By Antonio Gullì

Released · 2025

A framework-agnostic catalog of 21 reusable agent patterns, supported by runnable examples across LangGraph, CrewAI, and Google ADK.

92/ 100
Build an AI Agent (From Scratch) book cover

Build an AI Agent (From Scratch)

By Jungjun Hur and Younghee Song

Framework-free agent implementation covering loops, tools, context, memory, RAG, MCP, planning, multi-agent systems, and evals.

90/ 100
Building Applications with AI Agents book cover

Building Applications with AI Agents

By Michael Albada

A practical, research-based treatment of single- and multi-agent system design, implementation, collaboration, and evaluation.

87/ 100
AI Agents in Practice book cover

AI Agents in Practice

By Valentina Alto

Production-oriented agent patterns, orchestration, multi-agent systems, ethics, monitoring, and scale.

82/ 100
Build a Multi-Agent System (From Scratch) book cover

Build a Multi-Agent System (From Scratch)

By Val Andrei Fajardo

Early access · 2026

Builds agent loops, tools, memory, human oversight, MCP, and A2A infrastructure without hiding the mechanics behind a framework.

82/ 100
AI Agents in Action, Second Edition book cover

AI Agents in Action, Second Edition

By Micheal Lanham

A broad implementation curriculum for agentic applications; still incomplete.

80/ 100
Context Engineering book cover

Context Engineering

By Boni García

Early access · 2026

Treats instructions, retrieval, tools, memory, state, skills, and context compression as one coherent reliability discipline.

80/ 100
Designing AI Agents book cover

Designing AI Agents

By Jia Huang

A high-level perspective on agent design, interaction, and system behavior; quality evidence remains immature.

77/ 100
Generative AI with LangChain, Second Edition book cover

Generative AI with LangChain, Second Edition

By Ben Auffarth and Leonid Kuligin

Framework-specific content will age quickly and duplicates stronger fundamentals.

77/ 100

08 · AI operations

7 shown · ranked by editorial score
Observability Engineering, Second Edition book cover

Observability Engineering, Second Edition

By Charity Majors, Liz Fong-Jones, and George Miranda

Released · 2026

A modern observability foundation with direct treatment of LLM telemetry, evaluations, reliability feedback loops, SLOs, and production learning.

91/ 100
LLM Engineer's Handbook book cover

LLM Engineer's Handbook

By Paul Iusztin and Maxime Labonne

A production-oriented LLMOps project spanning data pipelines, RAG, fine-tuning, evaluation, inference optimization, deployment, and AWS.

88/ 100
LLMs in Production book cover

LLMs in Production

By Christopher Brousseau and Matthew Sharp

Released · 2025

An end-to-end operational guide covering datasets, training, adaptation, serving, Kubernetes, monitoring, cost, security, and edge deployment.

88/ 100
Building Reliable AI Systems book cover

Building Reliable AI Systems

By Rush Shahani

Early access · 100%

Production reliability across hallucination reduction, bias, performance, RAG, agents, optimization, deployment, and maintenance.

85/ 100
LLMOps book cover

LLMOps

By Abi Aryan

An operations reference spanning deployment, evaluation, monitoring, cost, and governance.

85/ 100
Designing AI Systems book cover

Designing AI Systems

By Suhas Suresha and Dewang Sultania

Early access · 2026

A platform-oriented guide to shared model access, memory, enterprise knowledge, tools, routing, cost controls, and safe operations.

82/ 100
LLM Design Patterns book cover

LLM Design Patterns

By Ken Huang

Large and broad, with substantial overlap across data, evaluation, RAG, and agentic patterns.

78/ 100

09 · Statistics & evidence

4 shown · ranked by editorial score
An Introduction to Statistical Learning with Python book cover

An Introduction to Statistical Learning with Python

By Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, and Jonathan Taylor

A free, authoritative classical ML and statistics foundation with Python labs.

94/ 100
The Art of Uncertainty book cover

The Art of Uncertainty

By David Spiegelhalter

Released · 2024

Extends statistical judgment into chance, ignorance, risk, luck, belief updating, model limits, and decision-making under uncertainty.

91/ 100
The Art of Statistics book cover

The Art of Statistics

By David Spiegelhalter

A rigorous and accessible guide to uncertainty, evidence, causality, risk, inference, and communication.

89/ 100
Storytelling with Data book cover

Storytelling with Data

By Cole Nussbaumer Knaflic

Useful communication craft for proposals and executive presentations, though not AI-specific.

85/ 100

10A · Governance, safety & security

5 shown · ranked by editorial score
Practical AI Security book cover

Practical AI Security

By Harriet Farlow

Released · 2026

A first-principles, hands-on treatment of adversarial ML, prompt injection, agent and RAG threats, defenses, red teaming, safety, and governance.

92/ 100
Unmasking AI book cover

Unmasking AI

By Joy Buolamwini

Foundation · 2023

A grounded account of algorithmic bias, facial-analysis failures, encoded exclusion, and the social and civil-rights responsibilities of AI builders.

90/ 100
Agentic AI for Cybersecurity book cover

Agentic AI for Cybersecurity

By Omar Santos

Released · 2026

A security-first domain guide covering autonomous defenders, offensive agents, MCP/A2A, orchestration, threat modeling, and agent incident response.

86/ 100
AI-Native LLM Security book cover

AI-Native LLM Security

By Vaibhav Malik, Ken Huang, and Ads Dawson

Released · 2025

A lifecycle security reference covering trust boundaries, OWASP risks, data and model attacks, secure architecture, LLMOps, monitoring, and incident response.

84/ 100
AI Governance book cover

AI Governance

By Engin Bozdag and Stefano Bennati

Early access · 2026

Translates GenAI governance into deployment controls for privacy, security, bias, prompt injection, monitoring, incident learning, and regulation.

78/ 100

10B · Data, knowledge & retrieval

5 shown · ranked by editorial score
Designing Data-Intensive Applications, Second Edition book cover

Designing Data-Intensive Applications, Second Edition

By Martin Kleppmann and Chris Riccomini

Released · 2026

The modern systems foundation for storage, replication, streaming, consistency, distributed trade-offs, vector embeddings, and data-intensive architecture.

96/ 100
Knowledge Graphs and LLMs in Action book cover

Knowledge Graphs and LLMs in Action

By Alessandro Negro, Vlastimil Kůs, Giuseppe Futia, and Fabio Montagna

Released · 2025

A practical guide to connected enterprise knowledge, graph construction, explainable reasoning, and knowledge-graph-powered RAG.

90/ 100
Essential GraphRAG book cover

Essential GraphRAG

By Tomaž Bratanič and Oskar Hane

Released · 2025

A focused implementation guide to hybrid vector and graph retrieval, knowledge extraction, Cypher generation, evaluation, and agentic RAG.

88/ 100
Vector Databases book cover

Vector Databases

By Nitin Borwankar

Released · 2026

A practical introduction to embeddings, similarity search, indexing, hybrid retrieval, metadata, evaluation, and production vector-database architecture.

86/ 100
Retrieval Augmented Generation: The Foundational Ideas book cover

Retrieval Augmented Generation: The Foundational Ideas

By Ben Auffarth

Early access · 2026

Explains RAG through its defining research papers, failure modes, retrieval architectures, evaluation methods, and reliability trade-offs.

82/ 100

10C · Multimodal & generative media

4 shown · ranked by editorial score
Hands-On Generative AI with Transformers and Diffusion Models book cover

Hands-On Generative AI with Transformers and Diffusion Models

By Omar Sanseviero, Pedro Cuenca, Apolinário Passos, and Jonathan Whitaker

Released · 2024

A broad open-model guide to generating and adapting text, images, audio, and music with transformers, diffusion, fine-tuning, and evaluation.

90/ 100
Generative Deep Learning, Second Edition book cover

Generative Deep Learning, Second Edition

By David Foster

Deep generative models across VAEs, GANs, transformers, diffusion, and music generation.

89/ 100
Practical Machine Learning for Computer Vision book cover

Practical Machine Learning for Computer Vision

By Valliappa Lakshmanan, Martin Görner, and Ryan Gillard

An end-to-end production computer-vision specialization.

87/ 100
Build a Text-to-Image Generator (From Scratch) book cover

Build a Text-to-Image Generator (From Scratch)

By Mark Liu

Released · 2025

Builds vision transformers and diffusion models for classification, captioning, image generation, editing, and deepfake understanding.

87/ 100

10D · Decision systems & robotics

5 shown · ranked by editorial score
Reinforcement Learning: An Introduction book cover

Reinforcement Learning: An Introduction

By Richard S. Sutton and Andrew G. Barto

Foundation · 2018

The canonical foundation for value functions, temporal-difference learning, planning, policy optimization, and learning through interaction.

97/ 100
Algorithms for Decision Making book cover

Algorithms for Decision Making

By Mykel J. Kochenderfer, Tim A. Wheeler, and Kyle H. Wray

Foundation · 2022

A rigorous bridge across probabilistic reasoning, planning, reinforcement learning, partial observability, model uncertainty, and multi-agent decisions.

95/ 100
Causal AI book cover

Causal AI

By Robert Osazuwa Ness

Released · 2025

A code-first bridge from causal graphs and Bayesian inference to counterfactuals, causal generative models, reinforcement learning, and LLMs.

93/ 100
Multi-Agent Reinforcement Learning book cover

Multi-Agent Reinforcement Learning

By Stefano V. Albrecht, Filippos Christianos, and Lukas Schäfer

Released · 2024

A comprehensive modern foundation combining reinforcement learning, game theory, cooperation, competition, communication, and multi-agent evaluation.

93/ 100
Robotics, Vision and Control book cover

Robotics, Vision and Control

By Peter Corke

Foundation · 2023

A practical physical-AI foundation spanning robot kinematics, planning, control, computer vision, SLAM, deep perception, and visual servoing in Python.

92/ 100

10E · Industry applications

6 shown · ranked by editorial score
Modern Time Series Forecasting with Python book cover

Modern Time Series Forecasting with Python

By Manu Joseph

A practical forecasting specialization spanning classical, ML, and deep-learning approaches.

87/ 100
LLMs and Generative AI for Healthcare book cover

LLMs and Generative AI for Healthcare

By Kerrie Holley and Manish Mathur

Released · 2024

A healthcare-focused view of clinical assistance, administration, drug discovery, public health, patient experience, ethics, and deployment constraints.

85/ 100
LangChain for Life Sciences and Healthcare book cover

LangChain for Life Sciences and Healthcare

By Ivan Reznikov

Released · 2025

A domain implementation guide to RAG, agents, knowledge graphs, biology, drug discovery, clinical applications, evaluation, and guardrails.

83/ 100
Generative Artificial Intelligence in Finance book cover

Generative Artificial Intelligence in Finance

Edited by Pethuru Raj Chelliah, Pushan Kumar Dutta, Abhishek Kumar, Ernesto D. R. Santibanez Gonzalez, Mohit Mittal, and Sachin Kumar Gupta

Released · 2025

A multi-author survey of generative AI across accounting, forecasting, banking, risk, regulation, automation, and financial operations.

78/ 100
Applied Time Series Analysis and Forecasting book cover

Applied Time Series Analysis and Forecasting

By Changquan Huang and Alla Petukhina

An applied introduction to forecasting workflows in Python.

77/ 100
Hands-On Simulation Modeling with Python book cover

Hands-On Simulation Modeling with Python

By Giuseppe Ciaburro

Simulation and modeling for problems that require synthetic experimentation.

73/ 100