AI Solution Architecture

Docs

View source

Capstone: Enterprise Knowledge Copilot For Architecture Review

The capstone is a concrete end-to-end AI solution architecture project. It connects all six course domains into one product scenario.

Scenario

Your organization wants an internal copilot that helps engineers and architects review architecture proposals, design documents, and production readiness plans. The copilot can retrieve internal knowledge, compare designs against architecture standards, call approved tools, produce review notes, and generate a release readiness summary.

Success Criteria

Milestones

flowchart TB M1[M1 Product and architecture context] --> M2[M2 Agent and workflow design] M2 --> M3[M3 RAG data contract] M3 --> M4[M4 Runtime and serving plan] M4 --> M5[M5 LLMOps and evaluation gate] M5 --> M6[M6 Security and production readiness]

Required Artifacts

ArtifactTemplate
Architecture decision recordADR
Runtime decision matrixRuntime Matrix
RAG data contractRAG Data Contract
LLMOps scorecardEvaluation Scorecard
Security reviewSecurity Review
Production readiness gateProduction Checklist

Suggested Stack

LayerCandidate Repositories
Agent/workflowOpenAI Agents Python, LangChain/LangGraph, LlamaIndex
RetrievalLlamaIndex or LangChain with Qdrant or Chroma
Model runtimeHosted API, vLLM, llama.cpp, or Transformers depending on constraints
AdaptationPEFT if domain style adaptation is needed; DeepSpeed only if scale requires it
Observability/evaluationLangfuse, Phoenix, TruLens, MLflow
Tool/platformMCP servers and Open WebUI for workspace/gateway patterns

Architecture Skeleton

flowchart LR User[Engineer or architect] --> UI[Copilot UI] UI --> Orchestrator[Agent/workflow orchestrator] Orchestrator --> Policy[Policy and guardrails] Policy --> Retrieval[RAG query engine] Retrieval --> VectorDB[Vector DB] Retrieval --> Sources[Architecture standards and docs] Policy --> Tools[MCP tools / approved APIs] Policy --> Runtime[Model runtime] Runtime --> Answer[Review answer with citations] Orchestrator --> Trace[Traces, scores, feedback] Trace --> Gate[Evaluation and release gate]

Review Questions

Vietnamese Summary

Capstone này là bài thiết kế một copilot nội bộ hỗ trợ review kiến trúc. Người học phải thiết kế toàn bộ hệ thống: agent/workflow, RAG, runtime mô hình, evaluation, governance tool, security và production readiness. Đầu ra không phải là demo chat đơn giản, mà là bộ artifact kiến trúc đủ để review trong môi trường enterprise.