Leanpub Header

Skip to main content

Filters

Category: "Agentic Engineering"

Books

  1. Loop Engineering: The Science of AI Agents
    Loop Engineering: The Science of AI Agents
    Designing Reliable, Self-Correcting AI Systems That Think Before They Act
    Steve Publications

    AI agents are only as good as the loops behind them. This book shows you how to build systems that plan, act, evaluate and improve with every step. Learn the patterns, frameworks and engineering practices behind reliable, self-correcting agents that solve real problems in production.

  2. Building AI Agents with Ollama
    Building AI Agents with Ollama
    Design, Deploy, and Scale Reliable Local AI Systems
    Steve Publications

    Build powerful AI agents that run entirely on your own hardware with Ollama. Learn practical patterns for RAG, multi-agent systems, security and deployment through clear explanations and production-ready code you can use right away. From first setup to reliable real-world applications, this book helps you build with confidence.

  3. Coffee Break AI
    Coffee Break AI
    Understand How Artificial Intelligence Really Works - One Short Chapter at a Time
    Finxter

    Every news feed is full of AI buzzwords: Transformers, tokens, embeddings, context windows, hallucinations, objective functions. Yet most explanations are either dense academic textbooks or empty marketing fluff. ☕ Coffee Break AI is your practical guide to AI. Written in plain English with warm real-world analogies. It breaks down the core mechanisms of AI into 40 bite-sized chapters.

  4. Agentic Coding avec Codex
    Agentic Coding avec Codex
    Construire des logiciels avec des agents IA sans perdre le contrôle
    Victor PEREZ

    Et si vous pouviez construire un logiciel avec Codex sans être ingénieur ? Ce livre explique comment transformer une idée en mission claire, comment ChatGPT prépare les prompts transmis à Codex et comment garder le contrôle grâce aux tests, à Git et à des preuves simples.

  5. Agentic Orchestration
    Agentic Orchestration
    How Process Discipline Governs and Scales AI Agents in Enterprise Operations
    Bernd Rücker and Amy Johnston

    Building an impressive AI agent demo is easy. Running one in production—reliably, at scale, with governance—is where most enterprises get stuck. Agentic Orchestration shows how BPMN-based process orchestration governs AI agents at scale, drawing on real deployments across banking, telecom, and healthcare. Reasoning without orchestration is expensive chaos. This book shows the way out.

  6. Spec Driven Development (de)
    Spec Driven Development (de)
    Die Methode, mit KI-Agenten zu bauen, ohne die Kontrolle über dein Projekt zu verlieren
    Bezael Pérez

    Die Nutzung von KI zum Programmieren ist einfach. Sie zu nutzen, ohne die Kontrolle zu verlieren, schon weniger. Spec-Driven Development ist die Methode, um deine Idee in eine Spezifikation zu verwandeln, die die KI präzise ausführt — ohne Endlosschleifen, ohne kaputten Code, ohne wieder bei null anzufangen.

  7. 从零构建 AI Agent
    从零构建 AI Agent
    16 步从 Hello World 到 Skill 插件系统——基于真实项目的实战笔记,附完整教学代码
    傅政

    16 章手写一个 CLI Agent。从 Hello World 到 Skill 插件系统,只用 Python 标准库 + OpenAI SDK。每章附真实项目踩坑笔记——来自 git 提交历史的 bug、设计失误和凌晨调试的教训。读完你会理解 Agent 的底层运作方式,而非只是会用某个框架。

  8. Measuring the Mind of Machines
    Measuring the Mind of Machines
    A Comprehensive Guide to AI Model Benchmarking
    Steve Publications

    The future of AI depends on how we measure it. This book cuts through the hype to show what benchmarks really tell us, where they fall short and why better evaluation leads to better models. Practical, clear and grounded in real-world experience, it is an essential guide for anyone building, studying or deploying modern AI.

  9. AI for Financial Risk, Compliance and Regulatory Reporting
    AI for Financial Risk, Compliance and Regulatory Reporting
    Production Systems and Architecture for Modern Banking
    Sreedhara Reddy Kotha

    A £4.1M PRA compliance failure. A fictional bank called Avon & Wessex. Sixteen chapters and 23 systems showing exactly how to build production-grade, auditable AI for credit, market, operational and liquidity risk, model governance, and regulatory reporting — the practitioner's guide UK banking has been missing.

  10. Evaluation Engineering for AI Systems
    Evaluation Engineering for AI Systems
    Building Reliable Evaluations from Benchmarks to Production
    Steve Publications

    Evaluation Engineering for AI Systems is a practical guide to building reliable AI evaluations for production. Learn how to measure performance, compare models, detect regressions and create evaluation pipelines using real-world examples, modern Python and proven industry practices.

  11. 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.

  12. The Claude Opus 5 Prompt Guide
    The Claude Opus 5 Prompt Guide
    The Definitive Reference for Mastering Anthropic's Most Capable Model
    Steve Publications

    Discover how to unlock the full potential of Claude Opus 5 with a practical guide built on Anthropic's official documentation and proven best practices. From writing your first effective prompt to designing sophisticated agentic workflows and production-ready systems this book gives you the techniques, patterns and insights needed to achieve more accurate, reliable and consistent results.

  13. Beyond "Ship and Pray"
    Beyond "Ship and Pray"
    Testing Agentic Systems with Geometric Ground Truth
    Agus Sudjianto and Wing Yan Lau

    An agent can score well on average and still fail exactly where it matters. Beyond “Ship and Pray” shows how to replace benchmark averages with designed experiments, geometric ground truth and failure attribution—so teams can discover when an agent breaks, identify the responsible component and test whether it fails safely under tool faults.

  14. Beyond "Chunk and Pray"
    Beyond "Chunk and Pray"
    Building Trustworthy RAG with Geometric Knowledge Graphs
    Agus Sudjianto and Wing Yan Lau

    Top-k is not relevance, retrieved text is not evidence and an LLM judging another LLM is not verification. Beyond “Chunk and Pray” shows how to build RAG that answers through a verified knowledge graph, preserves exact numbers, cites its sources and abstains when it cannot prove the answer.

  15. Computer Use Agents: A Practical Guide to Building AI That Controls Your Desktop
    Computer Use Agents: A Practical Guide to Building AI That Controls Your Desktop
    From First Prototype to Production-Ready Systems
    Steve Publications

    Build AI agents that can see screens, reason about tasks and control desktop applications and web browsers. Starting with a simple prototype, you'll learn how to create reliable production-ready systems that do real work on a computer.