Model (LLM)
The engine at the center of everything, a large language model trained to predict the most useful next words; Claude and GPT are models.
Agent
A program that uses a model to decide what to do next and then actually does it, in a loop, until a job is finished.
Chatbot
A model wrapped in a chat window that remembers the current conversation but cannot take actions outside it.
Prompt
The text you give a model; the clearer and more specific it is, the better the answer.
System prompt (soul file)
The standing instructions that set who an agent is, its name, voice, job, and rules, before any user even talks to it.
Skill
A single file that teaches an agent one job done well; stack many and the agent grows more capable.
Token
The unit models read and write in, roughly a word-piece; pricing and limits are counted in tokens, not words.
Context window
The amount of text a model can hold in mind at once, everything past it is forgotten unless stored elsewhere.