Reference architecture used across customer deployments.
Reference architectures and engagement playbooks for production AI deployments.
git clone https://github.com/cmangun/fde-reference-architectures.git
cd fde-reference-architectures
cat architectures/01-rag-regulated.mdCopy into your customer repo:
cp -r architectures/ /path/to/customer/docs/This pattern typically delivers:
- 2x faster architecture reviews (pre-validated patterns)
- Zero compliance gaps (governance built into diagrams)
- Consistent delivery across engagements
┌─────────────────────────────────────────────────────────────┐
│ RAG System (HIPAA/SOC2) │
│ │
│ ┌──────────┐ ┌──────────────┐ ┌──────────────────┐ │
│ │ Users │───▶│ API Gateway │───▶│ RAG Service │ │
│ └──────────┘ │ (Auth/Rate) │ │ (Retrieval + │ │
│ └──────────────┘ │ Generation) │ │
│ │ └────────┬─────────┘ │
│ ▼ │ │
│ ┌──────────────┐ │ │
│ │ Governance │◀────────────┘ │
│ │ (PII, Cost) │ │
│ └──────────────┘ │
│ │ │
│ ┌───────────────┼───────────────┐ │
│ ▼ ▼ ▼ │
│ ┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ │ Vector DB │ │ Doc Store │ │ Audit Log │ │
│ │ (Pinecone)│ │ (S3) │ │ (append) │ │
│ └───────────┘ └───────────┘ └───────────┘ │
└─────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ Agentic Workflow System │
│ │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ Orchestrator │ │
│ │ ┌────────┐ ┌────────┐ ┌────────┐ ┌────────────┐ │ │
│ │ │ Plan │─▶│ Act │─▶│Observe │─▶│ Iterate │ │ │
│ │ └────────┘ └────────┘ └────────┘ └────────────┘ │ │
│ └──────────────────────────────────────────────────────┘ │
│ │ │
│ ┌────────────────┼────────────────┐ │
│ ▼ ▼ ▼ │
│ ┌───────────┐ ┌───────────┐ ┌───────────┐ │
│ │ Tool │ │ Tool │ │ Tool │ │
│ │ Search │ │ Execute │ │ Memory │ │
│ └───────────┘ └───────────┘ └───────────┘ │
└─────────────────────────────────────────────────────────────┘
| Playbook | Duration | Artifacts |
|---|---|---|
| Discovery | 1-2 weeks | Stakeholder map, success metrics |
| Pilot | 4-6 weeks | MVP, validation criteria |
| Stabilization | 2-4 weeks | Runbooks, monitoring, handoff |
- Copy the relevant architecture to customer repo
- Customize constraints (data residency, compliance)
- Present to stakeholders in design review
- Iterate based on customer feedback
- Add Kubernetes deployment manifests
- Add Terraform modules
- Add cost estimation templates
- Add security review checklist
- Add incident response playbook
MIT © Christopher Mangun
Portfolio: field-deployed-engineer.vercel.app
