AI App / Agent Architecture
Agent loops, workflow graphs, handoffs, memory, tools, multi-agent boundaries, and retrieval orchestration.
Bilingual knowledge system
A course-style architecture guide synthesized from 17 AI repositories across agents, serving, training, RAG, evaluation, LLMOps, tools, and production governance.
The course connects application control, model runtime, data retrieval, training, evaluation, tools, security, and production operations into one decision model.
flowchart LR
User[Users and workflows] --> App[AI app and agent architecture]
App --> Tools[Tools, MCP, platform gateway]
App --> RAG[RAG and vector data]
App --> Serving[Model serving and inference]
Training[Training and adaptation] --> Serving
Serving --> LLMOps[Observability, evaluation, LLMOps]
RAG --> LLMOps
Tools --> Governance[Security and governance]
LLMOps --> Governance
Governance --> Release[Production readiness]
Each domain includes English and Vietnamese learning material plus detailed repository-grounded notes.
Agent loops, workflow graphs, handoffs, memory, tools, multi-agent boundaries, and retrieval orchestration.
Runtime selection, batching, scheduling, quantization, token streaming, and serving operations.
Adapter tuning, distributed training, checkpoint recovery, optimizer state, and reproducibility.
Embeddings, chunks, metadata, indexing, tenancy, durability, hybrid retrieval, and search quality.
Tracing, scoring, feedback, datasets, lineage, prompt governance, and promotion gates.
Tool contracts, MCP servers, provider gateways, self-hosted AI workspaces, and admin boundaries.
Search the core course, toolkit, capstone, assessments, and deep dives from one place.
The repo is designed to be used, not only read. Copy the templates, run the capstone, and score the architecture.
ADR, runtime matrix, RAG contract, LLMOps scorecard, security review, and production readiness checklist.
A concrete architecture review copilot scenario that exercises all six domains in one product.
English and Vietnamese exam tracks with scoring rubric and answer keys for self-evaluation.
Use this path to study the full course in English.
Đường học đầy đủ bằng tiếng Việt cho solution architect và senior developer.
The course is backed by bilingual architecture notes for the selected AI repositories.
| Domain | Repositories | Docs |
|---|---|---|
| AI App / Agent Architecture | OpenAI Agents Python, LangChain, AutoGen, LlamaIndex | Group 01 |
| Model Serving / Inference | vLLM, llama.cpp, Transformers | Group 02 |
| Fine-tuning / Training | PEFT, DeepSpeed | Group 03 |
| RAG / Vector Database | Qdrant, Chroma | Group 04 |
| Observability / Evaluation / LLMOps | Langfuse, Phoenix, MLflow, TruLens | Group 05 |
| Tooling / MCP / AI Platform | MCP servers, Open WebUI | Group 06 |