Leanpub Header

Skip to main content

Filters

Category: "Large language models"

Books

  1. Claude Code for Legacy Modernization
    Claude Code for Legacy Modernization
    Recover Hidden Business Rules, Build a Verification Harness, and Modernize Critical Systems Without Breaking Production
    Thomas De Vos

    Legacy modernization is an evidence problem before it is a code-generation problem. Use Claude Code to recover hidden behavior, build a verification harness, and move critical systems in controlled, reversible slices without handing production decisions to AI. Includes 26 practical chapters, 86 diagrams, and a runnable companion lab.

  2. Under The Hood
    Under The Hood
    Build Every Layer of a Large Language Model from Scratch
    Ramchand Kumaresan

    Bestselling book on building LLMs. A practical, project-driven manual for engineers who want to understand how modern language models are built — and where they fail — by writing every layer themselves. From a scalar autograd engine to RLHF to fused specialists, in 36 hands-on projects with deliberate sabotage experiments. Build it. Break it. Measure it.

  3. Claude Code Masterclass
    Claude Code Masterclass
    Build Real-World Software with Claude Code, AI Workflows, and Hands-On Projects
    Luca Berton

    Learn Claude Code by building real projects. This hands-on companion turns the Claude Code Masterclass workshop into a practical self-paced guide for planning, coding, testing, reviewing, refactoring, and shipping software with AI.

  4. DSPy in Depth
    DSPy in Depth
    Programming Language Models from Zero to Production
    Steve Publications

    Learn to build production-ready LLM applications with DSPy through hands-on tutorials, complete runnable examples, and real-world projects. Master DSPy's core abstractions and create AI systems that improve with data instead of endless prompt tweaking.

  5. Irreplaceable
    Irreplaceable
    Learn the craft of working with AI, and your value goes up, not away.
    Duncan McTavish

    Written for people who never asked to become AI users and now are. Not a tour of the technology, but a practical guide to working with it well — the habits that make good results repeatable, and the judgement to know when to check.

  6. Agentic Coding Harnesses, Compared & Explained
    Agentic Coding Harnesses, Compared & Explained
    Master Claude Code, Aider, OpenCode, Goose, and Codex — Then Run Them Locally
    Yohan Rodriguez

    A vendor-neutral, mechanism-level field guide to operating and extending agentic coding harnesses (538 manuscript pages).

  7. The Art of Harness Engineering
    The Art of Harness Engineering
    Building, Testing, and Governing AI Systems in Production
    Steve Publications

    The hardest part of building AI is not the model. It is everything around it. The Art of Harness Engineering is a practical guide to turning AI prototypes into reliable products. It covers testing, guardrails, observability and governance, giving you the tools to build AI systems people can trust and organizations can run with confidence.

  8. The Agentic AI book
    The Agentic AI book
    From Language Models to Multi-Agent Systems
    Dr. Ryan Rad

    It's never been easier to build an AI agent — and never been harder to make one that actually works. This book takes you from language model foundations to production-ready multi-agent systems with the depth to predict failure before it happens, engineer graceful degradation over catastrophic failure, and take absolute architectural ownership. Get the paperback from amazon.

  9. vLLM and the Engineering of Fast LLM Inference
    vLLM and the Engineering of Fast LLM Inference
    A Systems Guide to High-Performance Large Language Model Serving
    Steve Publications

    Building fast LLM inference is about far more than turning the right knobs. This book takes you inside vLLM and the systems behind it, showing how memory, scheduling, GPUs and distributed serving shape real-world performance. Learn how to measure what matters, find bottlenecks and build inference infrastructure that scales without wasting money.

  10. Claude Code: From Basics to Mastery
    Claude Code: From Basics to Mastery
    The Complete Guide to Agentic Software Development in 2026
    Steve Publications

    Software development is changing fast, and Claude Code is at the center of that shift. Learn how to work effectively with AI agents to write code, automate workflows, and build larger projects with confidence. From setup and prompt design to real-world engineering practices, this book provides a practical guide to modern software development in 2026.

  11. Running Local LLMs on Your Own Hardware
    Running Local LLMs on Your Own Hardware
    A Practical Guide to Private, Offline, and Self-Hosted Large Language Models
    Yohan Rodriguez

    A hands-on guide to downloading, running, serving, and maintaining open-weight LLMs on your own machine (489 manuscript pages).

  12. Mastering Qdrant for RAG Applications
    Mastering Qdrant for RAG Applications
    Building Production Vector Search Systems with the Open-Source Vector Database
    Steve Publications

    Mastering Qdrant for RAG Applications is your practical guide to building production-ready RAG systems with the leading open-source vector database. Learn how to design, optimize, and scale high-performance vector search using Qdrant through clear explanations, real-world examples, and hands-on code.

  13. Beyond "Prompt and Pray"
    Beyond "Prompt and Pray"
    Building Governed Agentic Systems with Geometric Memory and Verification A Practical Tutorial on Perception, Planning, Tools, Memory, Evaluation and Runtime Governance
    Agus Sudjianto and Wing Yan Lau

    A language model predicts tokens. An agent acts—and must be held accountable. Learn to replace “prompt and pray” with governed tools, geometric memory, independent verification and auditable runtime controls.

  14. Building Pragmatic AI Agents That Use Tools and APIs
    Building Pragmatic AI Agents That Use Tools and APIs
    Building Systems That Use Tools and APIs with DSPy, Pydantic AI, Claude SDK, OpenAI Agents SDK, and Google ADK
    Steve Publications

    Most AI systems can talk, but few can actually do. This book shows you how to build AI agents that reliably use tools, call APIs and automate real workflows. Using DSPy, Pydantic AI, the Claude Agent SDK, the OpenAI Agents SDK and Google ADK, you'll learn practical patterns for building reliable agents that work in production.

  15. Building Large Language Models from Scratch
    Building Large Language Models from Scratch
    A Practical Guide to Training Your Own Transformer-Based AI in Python
    Steve Publications

    Learn how large language models work instead of relying on black-box APIs. Building Large Language Models from Scratch takes you through training a Transformer model in PyTorch, from raw text to a working inference API, covering tokenization, attention, distributed training, and alignment along the way.