Leanpub Header

Skip to main content

Filters

Category: "Context Engineering"

Context Engineering

  1. Reliable Generative AI Context Engineering
    Reliable Generative AI Context Engineering
    A Practical Guide to Context Engineering, Reliability, and Enterprise Operationalization
    George Tome

    Move beyond individual prompts and engineer the full information environment an AI model receives. Learn to design, test, measure, and govern context for reliable AI workflows.

  2. Fine-Tuning Small Language Models for Local AI Agents
    Fine-Tuning Small Language Models for Local AI Agents
    A Practical Guide to Building Specialized Agentic Systems on Your Own Hardware
    Steve Publications

    Turn a small language model into an AI agent that runs on your own hardware. This practical guide takes you from choosing a base model to fine-tuning, tool use, evaluation and deployment. With reproducible code and real configurations throughout, you'll learn how to build specialized local agents that are capable, efficient and truly yours.

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

  4. Practical AI Security Engineering
    Practical AI Security Engineering
    Building and Operating Secure AI Systems in Production
    Steve Publications

    AI changes the security game. New attack paths demand new ways of thinking. This practical guide shows you how to build, deploy and defend AI systems with confidence using proven patterns, real code and production-tested techniques. Built for engineers who need security that works in the real world.

  5. Context Engineering - EN
    Context Engineering - EN
    Engineering Information for IA Systems
    J.C.Ködel

    This book shows how to structure project information so that AI produces software that is consistent, predictable, and aligned with your engineering practices.

  6. Context Engineering for AI Agents
    Context Engineering for AI Agents
    Context Engineering for AI Agents / Retrieval, Memory & Compression for AI Agents
    CAIO INCAU

    Prompt engineering got you a demo; context engineering ships it. This hands-on book teaches you to decide what goes into the model's context window — retrieval, memory, assembly, compression, caching — by building ctxkit, a real Python context engine, one chapter at a time.

  7. Vector Search from First Principles
    Vector Search from First Principles
    SIMD, Quantization, and Billion-Scale Retrieval
    Steve Publications

    Most vector search books start with the database. This one starts with the machine. Build a search engine from scratch, then push it from brute force to billion-scale retrieval with SIMD, HNSW, quantization and distributed systems. By the end, vector search won't be a black box. It'll be something you know how to build, tune and scale.

  8. Behavior-Driven Development for AI Agents
    Behavior-Driven Development for AI Agents
    A Complete Guide to Specification-First Software Engineering with Autonomous Coding Systems
    Steve Publications

    AI coding agents can move fast, but speed without clear intent creates expensive mistakes. This practical guide shows how Behavior-Driven Development turns specifications into a reliable contract between you and autonomous coding systems, helping agents build the right thing, catch problems earlier and produce software you can trust.

  9. Specification Engineering
    Specification Engineering
    The Complete Guide to Principles, Strategies, Methods, and Practical Application
    Steve Publications

    Specification Engineering turns complex ideas into clear, workable specifications. This practical guide takes you from core principles to advanced methods for defining, validating, managing and evolving requirements across products, software, systems and services. Built for real-world use, it gives you the tools to create specifications that people can understand and act on.

  10. ChatGPT: The Complete Guide
    ChatGPT: The Complete Guide
    From First Message to Advanced Mastery: A Practical Handbook for Everyday Use
    Steve Publications

    ChatGPT can save you time, sharpen your ideas and change the way you work, but only if you know how to use it well. This practical guide takes you from your first prompt to advanced techniques, with real-world examples for writing, research, coding, business and creativity. Learn what works, what doesn’t and how to get better results every day.

  11. Python AI Programming, Second Edition
    Python AI Programming, Second Edition
    Kickstart developing AI-ready apps with RAG, DSPy, MCP, agents, evals, observability and open-source models
    GitforGits | Asian Publishing House

    Vectors, embeddings, retrieval, agents, and evaluation are all built from first principles inside the chapter that needs them. No mathematics. No machine learning background. No prior AI experience and no framework knowledge is required. We build with plain Python and small, single-purpose libraries.  

  12. Redis for AI Applications: Building Fast, Intelligent Systems
    Redis for AI Applications: Building Fast, Intelligent Systems
    A Practical Guide to Caching, Vector Search, RAG, LLM Integration, and Production Deployment with Python
    Steve Publications

    Build smarter AI applications with Redis at the core. This practical guide shows you how to use vector search, RAG, semantic caching, agent memory and real-time inference to create fast, scalable systems. With runnable Python examples throughout, you’ll learn how to take AI projects from prototype to production.

  13. The Qwen 3.8 Prompting Guide
    The Qwen 3.8 Prompting Guide
    A Definitive Reference for Building Better Prompts with Alibaba's Advanced Language Model
    Steve Publications

    Unlock the full potential of Qwen 3.8 with a practical guide built for real results. Learn the techniques behind stronger prompts, avoid common mistakes, and create reliable outputs for coding, research, business, creative projects and AI agents with clear examples you can use right away.

  14. Software Development in the AI Era
    Software Development in the AI Era
    From Prompts To Specifications
    J.C.Ködel

    AI has changed the way code is written, but its true impact lies in software engineering. This book explains why specification, architecture, and context have moved to the center of modern development.

  15. Hardening MCP Servers
    Hardening MCP Servers
    Hands-on recipes to secure MCP Servers from code injection, rug pulls, OAuth flaws, and prompt attacks
    GitforGits | Asian Publishing House

    This book is a workshop where things go wrong on the page, in front of you, and then get fixed in code, with the output that proves the fix worked. There's no need to be a security expert to follow along. We'll be moving from the interpreter to the supply chain, from the token to the human clicking Allow, and from a single tool to a whole host of untrusting servers.