AI Production Architecture
Knowledge from "AI Engineering" by Chip Huyen (Chapter 10). End-to-end production patterns for AI applications.
Quick Start
- Check
guidelines.mdto find which files to load for your task - Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
- Apply guidance to your work
Contents
References
| Category | Purpose |
|---|---|
architecture-patterns |
Step-by-step architecture (context, guardrails, router/gateway, caching, agents) |
monitoring-observability |
Metrics, logs/traces, drift detection, pipeline orchestration |
user-feedback |
Extracting conversational feedback, feedback design, biases, degenerate loops |
Workflows
| Task | Workflow |
|---|---|
| Build production AI architecture (5-step process) | workflows/build-production-architecture.md |
| Set up observability (metrics, logs, traces, drift) | workflows/setup-observability.md |
Guidelines
See guidelines.md for task-based file selection.