MCP: Model Context Protocol—a standard from Anthropic enabling agents to share context and capabilities via structured messages
A2A: Agent-to-Agent protocol—Google's protocol for hierarchical agent coordination
Differential Privacy: A formal definition of privacy ensuring that the output of an algorithm does not significantly depend on any single individual's data
Zero-Knowledge Proof: A cryptographic method allowing one party to prove they know a value or performed a computation without revealing the value itself
RAG: Retrieval-Augmented Generation—fetching relevant data to ground LLM responses
NER: Named Entity Recognition—identifying and classifying key information (names, organizations, locations) in text
Linkability Attack: An attempt to re-identify users or entities by correlating data across multiple independent sessions or datasets
Sanitization: The process of modifying data (masking, abstracting, or adding noise) to protect sensitive information while retaining utility