Also called: agentic
A process where an AI model runs several steps on its own, with checkpoints where a human or another system can step in.
Why it mattersMost real business automation lands here - not full autonomy, not a single prompt.
See also AI Agent, Human in the Loop, n8n
Also called: agent, autonomous agent
Software that takes a goal, decides its own steps, and uses tools to get there - instead of following a fixed script. It loops: think, act, check the result, try again.
Why it mattersThis is the shift everyone's talking about. A chatbot answers you; an agent goes and does the thing.
See also Agentic Workflow, Tool Use, Orchestration
The work of making a model behave the way people actually intend, including when nobody wrote a rule for the situation.
Why it mattersIt's why two models with similar raw ability can feel very different to work with.
See also RLHF, Guardrails
Also called: application programming interface
A way for your code to talk to a service. You send a request, you get a structured response back.
Why it mattersAnything beyond copy-pasting into a chat window goes through an API.
See also API Key, Rate Limit
Also called: secret key
A private string that identifies your account when you call an API. Treat it like a password.
Why it mattersLeaked keys get scraped from public repos within minutes and run up real bills.
See also API
Also called: AGI
A hypothetical system that can handle any intellectual task a person can, rather than being good at a narrow set.
Why it mattersNothing shipping today is AGI. When a vendor implies otherwise, that's marketing.
See also Artificial Intelligence
Also called: AI
The broad field of getting machines to do things we'd call intelligent - recognising, predicting, reasoning, generating.
Why it mattersIt's an umbrella, not a product. Ask what's underneath when someone says a tool is "AI-powered".
See also Machine Learning, Generative AI
Also called: self-attention
The mechanism that lets a model weigh which earlier words matter most when producing the next one.
Why it mattersIt's the idea that made transformers work, and the reason models track context across long passages.
See also Transformer, Context Window