Share E-Book

Building AI Agent Platforms (for Isabel Garcia) (Ben OMahony and Fabian Nonnenmacher)(Z-Library)

Author Ben O'Mahony and Fabian Nonnenmacher

ai
Language English

Generative AI is quickly becoming essential infrastructure for business. But while building a single AI-powered app is relatively simple, creating a platform that allows multiple teams to build, deploy, and maintain agents--securely, reliably, and at scale--is a far greater challenge. Too often, organizations add GenAI capabilities to existing systems without a strategic plan. The result? Cost overruns, governance blind spots, and stalled adoption.

Format EPUB
Size 2.5 MB
192
Views
0
Downloads
0.00
Total Donations

AI Guide

AI Reading Assistant

Whole-book reading guide from stratified index samples; jump to passages in the text

Full assistant
AI guide
【One-Line Pitch】 A practical field guide for engineering leaders and platform teams who want to move beyond single AI demos and build the secure, scalable, and governable infrastructure that lets an entire enterprise ship and operate AI agents reliably. 【Book Arc】 - **Opening (~0%–9%)**: The book opens by framing Generative AI as essential business infrastructure and contrasts building a single AI app with building a platform for many teams. It sets the core problem—cost overruns, governance blind spots, stalled adoption—and introduces the need for a strategic, platform-level approach rather than ad-hoc feature additions. - **Early (~9%–25%)**: Chapter 1 defines what an AI application is, introduces foundation models and LLMs as the core building blocks, and explains tokenization, the transformer architecture, and why understanding token economics matters for cost control. It also establishes the key adoption criteria: valuable, easy to validate quality, and a motivated human in the loop. - **Early (~25%–38%)**: The book surveys real-world use cases—coding assistance, image/video generation, transcription/translation, education, information aggregation, data organization, and workflow automation. It highlights which use cases drive adoption and warns against automating processes that shouldn't exist in the first place. - **Middle (~38%–53%)**: The focus shifts to architecture patterns. It covers chat interfaces, the importance of conversation history and context windows, and Retrieval Augmented Generation (RAG) as a technique to reduce hallucination and overcome training cut-offs. It explains how vector databases and embeddings enable semantic search, and introduces practical implementation patterns with code examples. - **Late (~53%–100%)**: The book moves into platform-specific concerns: agent execution environments, observability and tracing, SRE, security and guardrails, templates and reference implementations, and low-code/no-code platforms. It also explores using agents to help build the platform itself and discusses platform evolution strategies to stay ahead of the AI curve. 【Key Takeaways】 - **Platform thinking beats app thinking** (Opening): The core thesis is that building one AI app is easy, but building a platform that supports many teams, securely and at scale, is the real challenge. Organizations that skip strategic planning face cost overruns and governance blind spots. (Early) - **Understand tokens to control costs** (Early): LLM APIs are billed by token, and words ≠ tokens—token counts are often much higher than expected. Understanding tokenization (e.g., Byte Pair Encoding) is vital for cost estimation and efficient prompt design. (Early) - **Adoption hinges on three criteria** (Early): The book identifies valuable, easy to validate quality, and a motivated human in the loop as the key drivers of GenAI adoption. Coding assistance is the standout example because it meets all three. (Early) - **RAG is the workhorse for domain knowledge** (Middle): Retrieval Augmented Generation fetches specific knowledge at runtime and feeds it to the LLM, reducing hallucinations and overcoming training cut-offs. It works best with vector databases and embedding models for semantic search. (Middle) - **Chat interfaces are a pattern, not a product** (Middle): Wrapping a plain LLM with a chat interface adds little value since many providers offer it out of the box. But chat remains a common interaction pattern inside more complex AI applications. (Middle) - **Automate only what should exist** (Middle): Workflow automation is a major enterprise focus, but automating a broken process just makes it faster. The book advises mapping processes and value streams first, then co-building workflows with the business. (Middle) - **Quality validation is the adoption bottleneck** (Early): Use cases where AI output is hard to validate—like customer support—are slower to adopt. The book emphasizes that easy validation and human feedback loops are critical for scaling AI applications. (Early) 【Reading Tips】 - **Skim the use-case survey** (Early, ~25%–38%): The chapter on use cases is useful for context but not deeply technical. Skim it to identify which patterns apply to your organization, then move on to the architecture sections. - **Deep-read the RAG and architecture sections** (Middle, ~44%–53%): These are the technical heart of the book. Pay close attention to how RAG works, how vector databases enable semantic search, and the code examples for implementing these patterns. - **Focus on the platform chapters if you're an architect** (Late, ~53%–100%): Chapters on execution environments, observability, SRE, security, and guardrails are where the platform-specific value lies. These are the chapters that differentiate this book from generic AI tutorials. - **Watch for the anti-patterns** (Throughout): The authors repeatedly contrast best practices with common anti-patterns, such as automating broken workflows or building chat wrappers. These warnings are practical and worth noting. - **Don't expect deep LLM theory** (Early): The book explicitly says it won't explain how LLMs work in depth. If you need that, look elsewhere; here, the focus is on the engineering and platform implications. 【Coverage Limits】 The excerpts cover the opening chapters (definitions, use cases, architecture patterns) and provide a chapter map for the rest of the book. Detailed content on later topics like observability, security, persistence, and multi-agent patterns is listed but not fully excerpted in this guide.

Passage locations

Excerpt 1
5: First Release See https://oreilly.com/catalog/errata.csp?isbn=9798341666382 for release details. The O’Reilly logo is a registered trademark of O’Reilly M...
View in text
Excerpt 2
ortant to get a basic understanding of their core mechanics. This will help get an intuitive understanding of their characteristics, which define the specifi...
View in text
Excerpt 3
nt moderation is the ying to the yang of content generation. Being able to detect and remove inappropriate content is a key challenge for content generation....
View in text
Excerpt 4
e at runtime and provides it as additional input to the LLM. By providing this additional knowledge, RAG is a common technique to reduce hallucination and ov...
View in text

Recommended for You

Loading recommended books...
Failed to load, please try again later

Tip the Site

Scan the WeChat Pay or Alipay code to tip. No login required.

WeChat Pay
Alipay
Back to List