AMAS: Agentic Multi-Agent Systems—systems composed of multiple LLM-based agents that autonomously coordinate, plan, and use tools to solve complex tasks
TRiSM: Trust, Risk, and Security Management—a framework ensuring AI systems are reliable, fair, secure, and privacy-preserving
CSS: Component Synergy Score—a proposed metric measuring the effectiveness of collaboration between different agents in a system
TUE: Tool Utilization Efficacy—a proposed metric assessing how accurately and efficiently agents invoke external tools
CoT: Chain-of-Thought—a prompting technique where the model generates intermediate reasoning steps before the final answer
ToT: Tree-of-Thoughts—a prompting strategy enabling exploration of multiple reasoning paths
ReAct: Reasoning + Acting—a paradigm where agents interleave reasoning traces with actions (like tool calls) and observations
RAG: Retrieval-Augmented Generation—enhancing model outputs by retrieving relevant information from external knowledge bases
ModelOps: Model Operations—practices for the deployment, monitoring, and lifecycle management of AI models
HITL: Human-in-the-Loop—incorporating human oversight or feedback directly into the AI system's decision process
prompt injection: An attack where malicious inputs manipulate the model's instructions to bypass safety filters or perform unauthorized actions
memory poisoning: Injecting malicious or false data into an agent's long-term memory to corrupt future decision-making