Tools & Usage48

The terms you meet when actually using and connecting AI. Agents, APIs, open-source models, running locally, multimodal, plugins: what you need to know to pick and combine AI services.

Level
A/B Test

A test that shows two versions to real people and compares results

Evaluation Beginner
AI Agent

An AI that takes a goal and works through the steps on its own

Beginner
AI Assistant

A tool that takes a spoken request and carries out the steps for you

Beginner
AI Coding Assistant

A tool that helps out beside you while you write code

Beginner
AI Notebook

A workspace that reads only what you put in and answers from that

Beginner
AI Search

A search that reads the web for you and hands back a written answer

Beginner
API

The fixed format two programs use to trade requests and answers

Beginner
API Key

The ID you present when you call an API

Beginner
Browser AI

AI that runs inside a web page with nothing installed

Beginner
Caching

Keeping an answer around to reuse for the same request

Intermediate
Checkpoint

A saved snapshot of training at one point in time

Training Beginner
Compute

The total amount of calculation it takes to run a model once

Architecture Intermediate
Computer-Use Agent

AI that watches the screen and moves the mouse and keyboard for you

Intermediate
Conversation Memory

Re-reading past conversation every time to keep it going

LLM Beginner
Document Q&A

Ask questions about one document and get answers pulled from it

Beginner
Function Calling

A model requesting a tool in a fixed, structured form

LLM Intermediate
Guardrails

The safety fence set up in advance to keep AI from crossing a line

Ethics Beginner
Human in the Loop

Keeping a person in place before anything irreversible happens

Ethics Beginner
Latency

The time between sending a request and getting an answer back

Beginner
Local LLM

Running an AI model directly on your own computer

Beginner
Model Card

The document that spells out what a model can and can't do

Intermediate
Model Hub

A place where open models are collected for anyone to grab

Beginner
Model Serving

Putting a finished model to work answering everyone's requests

Intermediate
Model Size

How many numbers a model is carrying

Architecture Beginner
Multi-Agent

Several AIs splitting up roles and passing work between them

Intermediate
Multimodal

AI that handles text, images, and sound together

Beginner
No-Code AI

Building an AI by clicking through a screen, with no code

Beginner
On-Device AI

AI that a device's own hardware handles directly

Beginner
Open Weights

A model that hands out only the finished trained numbers

Intermediate
Open-Source Model

An AI model that shares how it was made, not just the result

Beginner
Orchestration

Wiring several steps and tools together to run in a fixed order

Intermediate
Persona

The role and tone you assign an AI to speak as

Beginner
Plugin

An attachment you snap onto a base tool to add a capability

Beginner
Prompt

The written request you hand an AI, spelling out what to do

LLM Beginner
Quantization

Coarsening the scale numbers are written on to make a model lighter

Architecture Intermediate
RAGRetrieval-Augmented Generation

Fetching relevant material before answering, then writing from it

LLM Intermediate
Rate Limit

A ceiling on how much you can use within a set stretch of time

Beginner
Real-Time Inference

Finishing a judgment within a fixed window, every single moment

Vision Intermediate
SDK

A pre-built kit of parts that makes it easy to connect a service

Intermediate
Semantic Search

Search that finds things close in meaning, not matching letters

LLM Intermediate
Small Language Model

A language model shrunk down to run on ordinary devices

LLM Intermediate
Streaming

Sending each piece of an answer the moment it's ready

LLM Beginner
System Prompt

The operating rules a service lays down before a conversation starts

LLM Intermediate
Tool Use

Choosing the right outside means and using it when needed

Intermediate
Vector Database

A store that keeps sets of numbers so the nearest ones surface fast

LLM Intermediate
Voice Assistant

An AI you speak commands to, and hear answers from

Beginner
VRAM

The workspace where a graphics card lays out its numbers to compute

Architecture Beginner
Workflow Automation

Chaining several steps so they run through on their own

Beginner