术语表
A quick reference for key terms used in AI Summary Hub.
| Term | Definition |
|---|---|
| RAG | Retrieval-augmented generation — combining 检索 with LLM generation. |
| LLM | Large language model. |
| Transformer | Architecture based on self-attention (例如 BERT, GPT). |
| Agent | System that perceives and acts toward goals. |
| Subagent | Agent within a hierarchical agent system. |
| RDD | Retrieval-决策-设计 — spec-driven 推理 pattern. |
| CoT | Chain-of-thought — step-by-step 推理. |
| ReAct | Reasoning + acting in interleaved steps. |
More terms will be added as topics are expanded. See individual topic docs for detailed definitions.