Python AI Programming, 2nd Edition: Kickstart developing AI-ready apps with RAG, DSPy, MCP, agents, evals, observability and open-source models 2nd Edition.

Python AI Programming, 2nd Edition: Kickstart developing AI-ready apps with RAG, DSPy, MCP, agents, evals, observability and open-source models 2nd Edition. book cover

Python AI Programming, 2nd Edition: Kickstart developing AI-ready apps with RAG, DSPy, MCP, agents, evals, observability and open-source models 2nd Edition.

Author(s): Patrick J (Author)

  • Publisher: GitforGits
  • Publication Date: August 8, 2026
  • Edition: 2nd ed.
  • Language: English
  • Print length: 200 pages
  • ISBN-10: 9349174510
  • ISBN-13: 9789349174511

Book Description

The way we develop AI has completely changed. I mean, who builds models from scratch these days? Nobody.

Today’s developers are creating apps based on existing models, and this second edition teaches you how to do that in Python. We start with one API call and end up with a full production service that’s all set to go. As you go through the chapters, you build one application that grows with you, so you never throw anything out. With retrieval, you can supply real documents, get reliable, structured output with Pydantic schemas, allow DSPy to optimise your prompts against a measured metric, and give your assistant eyes, ears and hands through vision, speech and tool calling.

The book is deliberately practical. There’s no backpropagation or transformerthat’s been hand-built. Instead, there are working files, realistic cost estimates, actual failure modes, and the judgment to know when fine-tuning is worth it and when it’s not. The rest of the book looks at stuff like the Model Context Protocol, evaluation sets that spot regressions before customers do, safety and privacy checks, and observability with FastAPI and OpenTelemetry.

Key Learnings

  • Call hosted models reliably with retries, streaming, and controlled temperature settings.
  • Enforce structured output using Pydantic schemas with automatic validation and correction.
  • Build retrieval pipelines that ground every reply in your own documents.
  • Prepare messy PDFs and web content into passages worth embedding.
  • Optimise prompts programmatically with DSPy instead of hand-tuning them forever.
  • Judge honestly when fine-tuning repays its cost and when it never will.
  • Extract structured orders from photographs and transcribe spoken requests accurately.
  • Give models tools safely, with step limits and confirmation gates.
  • Expose capabilities through Model Context Protocol server’s reusable across applications.
  • Measure quality with eval sets, then trace cost and latency in production.

Table of Contents

  1. How AI Works Today?
  2. Working with Models
  3. Prompts that Works
  4. Reliable Outputs and Conversations
  5. Programming Prompts with DSPy
  6. Embeddings and Semantic Search
  7. Retrieval-Augmented Generation
  8. Getting Data Ready
  9. Model Needs Customization
  10. Working with Images and Sound
  11. Tools, Agents and MCP
  12. Examining AI with Evals and Safety Tests
  13. Shipping with FastAPI and OpenTelemetry

View on Amazon

未经允许不得转载:Wow! eBook » Python AI Programming, 2nd Edition: Kickstart developing AI-ready apps with RAG, DSPy, MCP, agents, evals, observability and open-source models 2nd Edition.