Glossary
A plain-English glossary of the methods and ideas behind modern AI. Search, sort, or jump to a letter.
6 terms
| Definition | ||
|---|---|---|
| Masked Language Modeling | Pretraining by predicting hidden (masked) tokens. | May 21, 2026 |
| Mixture of Experts | A sparse architecture that routes each token to a few specialized sub-networks. | May 21, 2026 |
| Mixture-of-Recursions (MoR) | An architecture that recursively reuses shared layers and routes each token to its own recursion depth for adaptive computation. | May 21, 2026 |
| Model Context Protocol (MCP) | An open standard (JSON-RPC) for connecting LLMs and agents to external tools, data, and resources via a uniform client–server interface. | May 21, 2026 |
| Monte Carlo Tree Search | A search method that samples and evaluates promising move sequences. | May 21, 2026 |
| Multimodal Learning | Models that jointly understand multiple data types. | May 21, 2026 |