Leanpub Header

Skip to main content

Filters

Category: "Large language models"

Large language models

  1. Outlast the Tools
    Outlast the Tools
    A Game Producer's Field Guide to AI
    Rob Sandberg

    Game producers already have most of what AI collaboration requires. They have been managing context, decomposing work, and evaluating output for years. This book is the map from where they are to where the work is going.

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

  3. Mathematical  foundations  of ai and data science
    Mathematical foundations of ai and data science
    Discrete Structures, Graphs, Logic and Combinatorics in Practice
    Anshuman Mishra

    Mathematical Foundations of AI and Data Science: Discrete Structures, Graphs, Logic, and Combinatorics in Practice transforms abstract mathematical concepts into practical tools for computational problem-solving.Explore logic, set theory, relations, functions, combinatorics, discrete probability, graph algorithms, trees, algebraic structures, Boolean systems, recurrence relations, optimization.

  4. Engineering Memory for AI Agents
    Engineering Memory for AI Agents
    From First Principles to Production Systems
    Steve Publications

    AI agents don’t fail because they forget everything. They fail because they remember badly. This book shows you how to engineer memory that stays accurate, efficient and useful over time. From SQLite and PostgreSQL to vector indexes and multi-agent systems, you’ll learn what it takes to build agents that can run for days without losing the plot.

  5. Stateless MCP Servers in Action
    Stateless MCP Servers in Action
    Designing, Building, and Operating Scalable Model Context Protocol Infrastructure
    Steve Publications

    Build MCP servers that are ready for real production. This hands on guide shows you how to design, secure, deploy and operate stateless Model Context Protocol servers that scale with confidence. Packed with practical examples and proven patterns, it gives you the skills to build reliable AI infrastructure from the ground up.

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

  7. Kimi K3 Prompting Guide
    Kimi K3 Prompting Guide
    Master Prompt Engineering for Moonshot AI's 2.8T-Parameter Frontier Model
    Steve Publications

    Unlock the full potential of Moonshot AI's groundbreaking Kimi K3 with practical prompting techniques, real-world examples and production-ready strategies. Whether you are building AI applications, conducting research or deploying autonomous agents, this guide helps you get better results from one of the world's most capable open models.

  8. Envoy Proxy: The Definitive Production Guide
    Envoy Proxy: The Definitive Production Guide
    Architecture, Configuration, Operations, and Advanced Patterns for Cloud-Native Infrastructure and AI Workloads
    Steve Publications

    Envoy Proxy is the foundation of modern cloud-native networking, powering service meshes, API gateways and AI infrastructure. This practical guide shows you how to design, deploy and operate Envoy in production with expert guidance, real-world configurations and advanced patterns for scalable, resilient systems.

  9. The Model Context Protocol
    The Model Context Protocol
    A Complete Guide to Building Connected AI Applications
    Steve Publications

    Discover how the Model Context Protocol is transforming the way AI applications connect to tools, data, and external systems. With clear explanations and practical guidance, this book shows you how to build, secure, and deploy production-ready MCP solutions, from your first server to enterprise-scale AI applications.

  10. Mastering LangChain for Python Development
    Mastering LangChain for Python Development
    Building Intelligent Applications with LLMs, Chains, and Agents
    Steve Publications

    Build intelligent AI applications with LangChain using practical, production-ready Python examples. From intelligent agents and retrieval-augmented generation to scalable deployment and observability, this book equips you with the skills and architectural understanding needed to create reliable, real-world LLM-powered systems.

  11. Building AI Agents with the Claude Agent SDK
    Building AI Agents with the Claude Agent SDK
    From Fundamentals to Production Deployments
    Steve Publications

    Build AI agents that do more than generate text. This book shows you how to use the Claude Agent SDK to create autonomous systems that use tools, manage context, coordinate multiple agents, and solve complex tasks. With practical examples in Python and TypeScript, you will learn how to build secure, scalable agents ready for production.

  12. C# & AI Masterclass: High-Performance C# for AI. Span<T>, SIMD, and Optimizing Token Processing

    Bridge the gap between high-level C# and raw hardware execution. Eliminate GC pauses with zero-allocation Span<T> and SIMD vectorization. Learn to build blazing-fast tokenizers and local LLM inference engines. Stop waiting for the runtime—start engineering for extreme AI performance.

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

  14. Hermes Agent: The Self-Evolving AI Workforce
    No Description Available
  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.