Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Books

  1. Retrieval-Augmented Generation
    Retrieval-Augmented Generation
    An Engineer's Guide to Building RAG Systems with Your Own Data
    Jeroen Herczeg

    The engineer's guide to RAG systems that survive a deploy.

  2. Next.js – The Comprehensive Guide
    Next.js – The Comprehensive Guide
    From React Fundamentals to AI-Powered Full-Stack Apps
    Florian Wessels

    Learn Next.js by building a real AI-powered application, from project setup to production deployment. This book covers the complete journey: TypeScript, React, Next.js App Router, Prisma, authentication, the Vercel AI SDK (chat, RAG, tool calling), testing, security, and deployment. One project, 29 chapters, no toy demos.

  3. Writing Use Cases for AI
    Writing Use Cases for AI
    How to write use cases for stakeholders, engineers, and AI agents
    Simon Martinelli

    Your use cases have a new reader: an AI agent that turns them directly into code and tests. Implementation is now cheap but expressing intent precisely is the bottleneck. This guide teaches you to write use cases that work for stakeholders, engineers, and the AI agents that implement from them.

  4. Beyond Chat: Managing Complex Projects with Claude
    Beyond Chat: Managing Complex Projects with Claude
    Managing Complex Projects with Claude
    Hatem M.

    Claude can write a chapter, a module, or a report section in minutes — that's exactly what makes long projects dangerous. Beyond Chat is a practical system for staying in control of long, complex work: how to define a project so it holds together, keep a memory that survives sessions, and know when things have quietly drifted off course.

  5. 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).

  6. Build Your First LLM
    Build Your First LLM
    A Hands-On Guide to Language Models
    Hasan Degismez

    Learn how large language models work by building one from scratch. This hands-on guide walks you from first principles to a working Transformer you understand inside out.

  7. Clarity Forge : Local coding agent done right
    Clarity Forge : Local coding agent done right
    An OpenSpec × Grill Mini Book
    Volodymyr Pavlyshyn

    Monday morning. You typed "add multi-tenancy to the billing service" into Claude Code. Eight hours later: forty-three files touched. Half the tests yellow. You cannot explain to your tech lead what was decided, by whom, or against which constraint.The code looks fine. The intent is gone.The Clarity Forge is the antidote — a small, opinionated pipeline that forces every fuzzy idea through explicit spec, structured interrogation, and tailored artifacts before a single line of production code is written.Six stages. Six copy-paste prompts. One iron rule:The spec is the durable artifact. The code is the side effect.Pairs the frontier-grade Architect (Opus, GPT-5, Sonnet 4.6+) with a local Contractor (Gemma, Qwen). Pairs OpenSpec's directory convention with the Grill skills that surface ambiguity before it metastasises into code.A weekend read. A Monday-morning toolkit. Worked example included.Stop vibe-coding. Start clarity-trading.

  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. Knowledge Graph Embeddings as Geometric Operators

    What if TransE, ComplEx, RotatE and the rest of the knowledge graph “model zoo” were different views of one geometric operator? Learn the mathematics, code and practical design principles behind structured memory for trustworthy AI.

  10. Claude Code: Building Production Agents That Actually Scale
    Claude Code: Building Production Agents That Actually Scale
    Build, Evaluate, Secure, and Operate Production AI Agents with Claude Code, MCP, Hooks, and the Claude Agent SDK
    Thomas De Vos

    A best-selling book. The practitioner's guide to Claude Code in production. Thirty-one chapters covering the agent loop, tools, hooks, MCP, the Claude Agent SDK, permissions, multi-agent orchestration, evals, observability, and cost engineering. Includes a full walkthrough of Anthropic's financial services reference agents. Code from real production systems, not toy examples.

  11. The Code Is Lying
    The Code Is Lying
    Engineering with Coding Agents
    Alen Joy

    When code gets cheap, understanding gets expensive. The Code Is Lying follows a team of engineers as coding agents move the bottleneck from writing software to reviewing, verifying, and trusting it. Every chapter ends with field notes on the habits and checks that keep the practice honest.

  12. Swarm Intelligence: A Tactical Handbook To Agentic Advantage
    Swarm Intelligence: A Tactical Handbook To Agentic Advantage
    Lessons from Ant Colonies, Wolfpack Admirals, and StarCraft Champions for Leading Distributed AI at Scale
    Rhys Fisher

    Ant colonies, submarine wolfpacks, and StarCraft champions all cracked the same code: how to make distributed agents outperform centralized control. This tactical field guide translates their hard-won patterns into the SWARMS framework -- six interlocking capabilities for deploying agentic AI swarms that sense faster, strike harder, and adapt before your competitors know the game has changed.

  13. My Adventures with Large Language Models
    My Adventures with Large Language Models
    Build foundational LLMs from Transformers to DeepSeek, from scratch, in PyTorch.
    Prathamesh S.

    Build GPT-2, Llama 3, and DeepSeek from scratch in PyTorch. Every chapter has runnable end-to-end code and loads real pretrained weights. Goes well past where most LLM tutorials stop.

  14. Agentic Software Engineering
    Agentic Software Engineering
    The Definitive Governance Framework
    Hugo L. Villalobos

    Stop treating AI like a deterministic compiler and wondering why your codebase is degrading into hallucinated spaghetti code. Agentic Software Engineering provides the architecture, constraints, and rigorous governance needed to safely transition your team from manual typists to AI Orchestrators.

  15. 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).