RAG: Retrieval-Augmented Generation—enhancing model responses by fetching relevant data from external sources.
CoT: Chain-of-Thought—a prompting strategy where the model generates intermediate reasoning steps.
ToT: Tree-of-Thought—a planning method allowing models to explore multiple reasoning paths and backtrack.
ReAct: Reasoning and Acting—a paradigm where agents generate reasoning traces and task-specific actions in an interleaved manner.
SFT: Supervised Fine-Tuning—training a model on labeled examples to adapt it to specific tasks.
RL: Reinforcement Learning—training agents to maximize a reward signal through trial and error.
DyLAN: Dynamic LLM-Agent Network—a framework that dynamically adjusts collaboration structures based on agent contribution.
MetaGPT: A multi-agent framework that encodes Standard Operating Procedures (SOPs) into agent roles for software development.
DSPy: Declarative Self-improving Python—a framework for programming LLMs that can optimize prompts and weights.
PE: Prompt Engineering—optimizing the textual input to an LLM to guide its behavior.