Leanpub Header

Skip to main content

Filters

Category: "Large language models"

Books

  1. The Professional Handbook for Working with AI
    The Professional Handbook for Working with AI
    How to Save Time, Think Better, and Get More Done with AI at Work
    The Agile Mindset Ltd and Thomas Reynolds

    AI is becoming part of everyday professional work. This practical, non-technical handbook will show you how to use it effectively to save time, improve the quality of your work, make better-informed decisions, and get more done. Learn what AI does well, where human judgement matters, and how to work confidently with AI in the real world.

  2. Kubernetes & Cloud-Native Engineering
    Kubernetes & Cloud-Native Engineering
    Building, Deploying, and Operating Production-Grade Systems
    AhmedAdawy

    ​A system-first engineering guide to building, deploying, operating, and securing production-grade Kubernetes clusters, cloud-native platforms, and AI inference workloads.

  3. Agentic Cybersecurity: Engineering Autonomous AI Defense

    Agentic Cybersecurity: Engineering Autonomous AI Defense Cybersecurity is moving beyond traditional automation toward intelligent systems capable of continuously analyzing telemetry, investigating threats, using security tools, and executing controlled defensive actions. Agentic Cybersecurity: Engineering Autonomous AI Defense provides a practical technical overview of how to design, build, secure, and operate autonomous AI-driven cybersecurity systems.

  4. Distilling Intelligence
    Distilling Intelligence
    Industrial-Scale AI Model Distillation and API Security
    Steve Publications

    AI models do not have to be huge, slow or expensive. Distilling Intelligence explores how to build smaller models that perform at scale, then secure the APIs that serve them. From compression and distributed serving to extraction attacks, observability and incident response, this book covers what it takes to run AI reliably in the real world.

  5. The SGLang Production Handbook
    The SGLang Production Handbook
    Architecture, Deployment, and Optimization for Large Language Model Inference
    Steve Publications

    Take a practical journey through SGLang, from its core architecture to real-world deployment and optimization. Built for engineers who need to run LLM inference reliably at scale, this handbook breaks down the tools, techniques and operational know-how needed to build and maintain production-ready SGLang systems.

  6. Smart AI Agents
    Smart AI Agents
    Don't Let Tokens Eat Up Your Budget
    Juan Cabrera

    Build AI agents that reason when necessary, preserve what they learn, and stop paying the intelligence premium for work they already know how to perform. Smart AI Agents combines architecture, working implementations, public source code, and measured experiments to show how agents can learn once and execute many.

  7. Architecture at Machine Speed
    Architecture at Machine Speed
    Building Go Systems That Humans and AI Can Safely Change
    Nathan B. Crocker

    AI can write code at machine speed. Can your architecture keep up? Architecture at Machine Speed shows how to build Go systems that remain coherent as humans and AI agents change them at unprecedented velocity. Through a real-world application built from the ground up, you'll learn to turn architectural intent into explicit boundaries, enforceable constraints, and automated safeguards—because when code becomes abundant, coherence becomes the scarce resource.

  8. Mastering Claude Fable 5.1 Prompting
    Mastering Claude Fable 5.1 Prompting
    From First Principles to Advanced Workflows: A Complete Guide for Developers, Analysts and Power Users
    Steve Publications

    Unlock the full potential of Claude Fable 5.1 with practical prompting techniques built for real-world work. Learn how to get better results from coding, research and complex workflows, avoid common mistakes and build reliable AI systems with proven strategies and ready-to-use prompts.

  9. AI in the Browser
    AI in the Browser
    Building Privacy-Preserving Local Intelligence with WebGPU, WebAssembly, and On-Device LLMs
    Steve Publications

    What if your browser could run AI without sending your data to a server? AI in the Browser shows you how to build fast, private and fully local AI applications using WebGPU, WebAssembly and on-device LLMs. From GPU compute to a complete local chat interface, you’ll build everything yourself with practical code.

  10. Enterprise AI Platform
    Enterprise AI Platform
    Lab Guide — GPU Infrastructure, Model Serving and Operations
    Thomas Zachmann

    Somewhere there is a server with two GPUs for which no operational process exists. This book turns that into an operable platform — hands-on, in 23 labs: vLLM, KServe, LiteLLM, the NVIDIA GPU Operator, Keycloak, OpenBao, ArgoCD, pgvector. Not a tutorial: a reference work that shows the derivations behind every setting.

  11. Forecasting with Large Language Models
    Forecasting with Large Language Models
    A Complete Guide to Time Series Prediction from Classical Methods to LLMs
    Steve Publications

    Forecasting is changing fast. This practical guide takes you from ARIMA and exponential smoothing to Transformers, PatchTST and foundation models like Chronos and TimesFM. With clear explanations, hands-on Python examples and an honest look at what works and what fails, you’ll learn how to build forecasting systems that hold up in the real world.

  12. TypeScript in the AI Era
    TypeScript in the AI Era
    Building Modern Applications with Type-Safe Code and Intelligent Systems
    Steve Publications

    Build production-ready applications with TypeScript in the age of AI. Go beyond the basics to master type-safe development, modern full-stack architectures, LLMs, intelligent agents, tool calling and the Model Context Protocol. With practical, runnable examples throughout, this book shows you how to build, test, secure and deploy serious TypeScript AI systems.

  13. CLAUDE.md Under Test: What Claude Code Rules Actually Do
    CLAUDE.md Under Test: What Claude Code Rules Actually Do
    Thirty-nine measured trials on whether written rules are obeyed, when Claude Code hooks earn their place, and how both fail - with the full harness and every trial's data.
    yurukusa

    My pitch was that rules written in CLAUDE.md get skipped, so you need enforcement. Then I measured it. In 22 trials with the ban written in, the banned command was never attempted. In 17 without it, 17 out of 17. This is the whole record: the instrument, every trial, the limits, and the harness so you can check me.

  14. From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    From Zero to Agents: A Foundational AI/ML Course, Built From First Principles
    Volume 2: Sequences, Fine-Tuning, and Agents
    Junaid Hassan

    The second half of a from-scratch AI/ML course that refuses to skip the hard parts: LSTMs, real attention, a working transformer, LoRA fine-tuning derived and measured, and a genuine multi-tool, multi-agent system — every mechanism built by hand, then checked against PyTorch and real numbers.

  15. The Local AI Stack: Building a Sovereign Machine Learning Workstation with Hyper-V, WSL2, and GPU Virtualization

    The Local AI Stack: Building a Sovereign Machine Learning Workstation with Hyper-V, WSL2, and GPU Virtualization Renting GPU time from AWS costs more than the GPU. Every prompt you send to a cloud API is a prompt someone else logs. If your ML work runs on hardware you don't own, on a network you don't control, then you don't own your ML work.