Infrastructure
APIs, models, hosting and the plumbing behind AI products.
beginner4 min read
API
An API (Application Programming Interface) is a defined set of endpoints and rules that lets one program request functionality or data from another.
Read definition →
intermediate6 min read
MCP (Model Context Protocol)
The Model Context Protocol is an open standard for connecting AI models to external tools, data and services through a shared JSON-RPC interface.
Read definition →
intermediate5 min read
Vector Search
Vector search is a retrieval technique that ranks results by similarity between numeric embeddings, enabling meaning-based (semantic) matching rather than lexical matching.
Read definition →
Other categories