Leanpub Header

Skip to main content

Filters

Category: "Artificial Intelligence"

Books

  1. Leading Engineering Teams in the AI Era
    Leading Engineering Teams in the AI Era
    The manager's playbook for AI-native engineering organizations
    CAIO INCAU

    The first book that addresses engineering management specifically for the AI-native era. Classic EM books like The Manager's Path and An Elegant Puzzle predate agentic coding tools — this one starts where they left off. Every chapter produces a concrete artifact: a hiring rubric, a performance calibration guide, a budget template, a rollout plan. By the end, you have a complete management playbook for leading engineering teams where agents write most of the code.

  2. Kubernetes Context Engineering
    Kubernetes Context Engineering
    Reconstructing Operational Meaning from Cluster State
    Luca Sepe

    Kubernetes exposes plenty of state, but operators still have to reconstruct operational meaning from scattered Pods, Services, EndpointSlices, Events, PVCs, owner references, and status fields. This ebook uses `kctx`, a small read-only Kubernetes context engine, to show how deterministic entities, relations, signals, graphs, namespace snapshots, CRD adapters, and stable JSON contracts can turn raw cluster data into reusable context for humans, tools, and AI agents. It is written for SREs, platform engineers, Kubernetes operators, infrastructure developers, and AI tooling builders who want better primitives than raw YAML and improvised troubleshooting pipelines.

  3. Bayesian mathematics for ai decision making
    Bayesian mathematics for ai decision making
    Inference probabilities programming and uncertainty modeling
    Anshuman Mishra

    How should an AI system make decisions when information is incomplete?How can machines quantify uncertainty instead of merely producing predictions?How can intelligent systems continuously update their beliefs as new evidence emerges?The answer lies in Bayesian Mathematics.In Bayesian Mathematics for AI Decision Making, Anshuman Mishra explores the powerful framework that enables modern AI systems to reason probabilistically, model uncertainty, and make rational decisions in complex environments.From Bayesian inference and probabilistic programming to uncertainty-aware deep learning, reinforcement learning, healthcare diagnostics, robotics, and financial forecasting, this book reveals how Bayesian thinking is shaping the next generation of Artificial Intelligence.Learn how uncertainty becomes knowledge—and how probability becomes intelligence.

  4. The Model Context Protocol (MCP) in Practice
    The Model Context Protocol (MCP) in Practice
    Building, Integrating, and Scaling Custom Tool Servers for AI Agents
    Yohan Rodriguez

    A hands-on guide to designing, building, testing, and deploying secure stdio and SSE MCP servers in Python and TypeScript (447 manuscript pages).

  5. AI Systems Engineering
    AI Systems Engineering
    From Prototype to Production
    AhmedAdawy

    A hands-on guide for engineers and architects to build, optimize, and deploy scalable production-grade AI systems and LLM infrastructure.

  6. The OpenClaw Playbook
    The OpenClaw Playbook
    A Prompt-First Guide to Making Your Agent Useful
    Dennis Steinberg

    You've set up your agent and taught it your name. With this book you teach it your patterns, your triggers, and the version of yourself you're working towards. 24 chapters. All prompts, no code.

  7. AI Watermarks
    AI Watermarks
    How a Model Signs What It Writes
    Ritesh Modi

    Every sentence an AI writes can carry a hidden signature, and the world's biggest models are already signing their output. AI Watermarking shows you exactly how it works, using a four-word vocabulary and arithmetic you can check with a pocket calculator. By the end you will know what a watermark can prove, what destroys it in seconds, and why short text can never be tested.

  8. Security by Design: Building Secure Digital Systems
    Security by Design: Building Secure Digital Systems
    A Practical Foundation for Secure Architecture, Cybersecurity, Privacy, AI Security & Digital Defense
    Mohammad Kamrul Hassan

    Security is no longer something you add after a system is built. It must be designed from the beginning.Security by Design explores how modern digital systems can be built to reduce risk, limit unauthorized access, protect sensitive data, detect threats, contain failures, and recover from attacks.From secure architecture and cybersecurity foundations to privacy, cloud security, DevSecOps, AI security, and digital resilience, this book provides a practical foundation for building systems that remain secure in an increasingly connected and AI-powered world.

  9. MCP in Practice
    MCP in Practice
    Servers, Tools, and Integrations with Model Context Protocol
    CAIO INCAU

    Build MCP servers from scratch — from protocol to production deployment. Learn Tools, Resources, Prompts, HTTP transport, authentication, testing, and server composition. 14 chapters, one real project, complete TypeScript code.

  10. Taste
    Taste
    Turning Vibe into Assets in the AI Age
    Finxter

    AI made creation cheaper. It also made judgment more valuable.Taste: Turning Vibe into Assets in the AI Age shows why the next wave of winners will not simply be the people with the best credentials or the biggest teams, but the ones who can turn instinct, clarity, and initiative into real assets.

  11. Securing Modern AI Applications
    Securing Modern AI Applications
    Practical Security for LLMs, RAG, AI Agents, Governance, Privacy, and AI Development
    Mohammad Kamrul Hassan

    Short Description of the BookSecuring Modern AI Applications is a practical guide to securing LLM-powered applications, RAG systems, AI agents, and modern AI development environments.The book explains AI-specific threats such as prompt injection, data leakage, RAG poisoning, insecure tool use, agent abuse, and AI supply-chain risks while also covering traditional application security, privacy, governance, secure development, monitoring, testing, and red teaming.Designed for developers, AI engineers, cybersecurity professionals, architects, and technology leaders, the book focuses on practical principles that remain useful as AI technologies continue to evolve.Build AI. Secure AI. Govern AI.

  12. Systems Thinking for Agentic AI
    Systems Thinking for Agentic AI
    A Software Architect’s Guide to Building Reliable LLM and Agent Systems
    Ediz Najim

    An LLM is not an AI system.Systems Thinking for Agentic AI shows software engineers and architects how to design reliable AI applications with prompts, RAG, tools, memory, orchestration, guardrails, evaluation, observability, and runtime control.Move beyond chatbot demos and learn how to build production-ready agentic AI systems you can reason about, measure, debug, operate, and improve

  13. Spec Driven Development - EN
    Spec Driven Development - EN
    From vibe-coding to software engineering
    J.C.Ködel

    AI can write code faster than you can read it—so why do projects still derail? The answer is the spec. This book teaches Spec-Driven Development hands-on, building a complete app one loop at a time with Spec Kit. Stop prompting and praying. Start shipping software AI actually gets right.

  14. CoreData, CloudKit & Vector Search

    Build a "Second Brain" for your apps by mastering SwiftData, CloudKit synchronization, and persistent AI memory. Implement hardware-accelerated vector search and HNSW indexing for lightning-fast retrieval of semantic embeddings. Architect thread-safe, GDPR-compliant data layers using Swift 6 actors and advanced privacy-preserving strategies. Scale from local prototypes to production-grade distributed intelligence with definitive Apple ecosystem blueprints

  15. Spec Driven Development
    Spec Driven Development
    Construye con IA sin Perder el Control
    Bezael Pérez

    Usar IA para programar es fácil. Usarla sin perder el control, no tanto. Spec-Driven Development es el método para convertir tu idea en una spec que la IA ejecuta con precisión — sin loops infinitos, sin código roto, sin empezar de cero.