LLM
A large language model. The engine behind most modern AI assistants. It understands and generates language, writes code, reasons over context and can be connected to multimodal systems for images, audio, prototypes and other outputs.
Example
Group 3,000 customer complaints into themes, then draft the first version of a customer issue report.
Prompt
The instruction you give the model. It can include the task, context, tone, examples, constraints and output format.
Example
Draft weekly revenue commentary for the exec team. Use plain language. Explain what changed, why it changed, and what needs a decision.
Context
The information the model can see while doing the task. Context is about relevance and quality.
Example
Draft a renewal risk note using CRM history, product usage, support tickets, contract terms and the account owner’s notes.
Context window
The amount of information the model can hold in view during one task. Context is quality. Context window is capacity.
Example
Analyse a contract pack, policy, pricing appendix and email thread together before drafting a negotiation summary.
Tokens
Chunks of text or data the model reads and writes. Tokens affect cost, speed and capacity.
Example
A support bot processing thousands of long customer messages can become expensive fast if every query sends the whole knowledge base.
Memory
Information the AI can retain, retrieve or reuse so it does not start from scratch every time.
Example
Remember the company’s board pack structure, preferred commentary style and recurring metrics.
Open-weights
A model where the trained weights are available to download and run under a licence. It is not always the same as open-source. You may not get the training data, training code or full recipe.
Example
Host an open-weight model inside your own cloud environment to process sensitive customer or patient records without sending every request to a third-party model API.
Fine-tuning
Taking an existing model and training it further on your own examples, so it gets better at a specific style, domain or task pattern. RAG helps the model look up facts. Fine-tuning changes how the model behaves.
Example
Fine-tune a model on thousands of approved support replies so it learns the company’s tone, escalation style and resolution patterns.
Owner
Use-case owner defines the goal. Data owner approves the dataset. AI/data team owns the tuning run and evaluation.
Hallucination
When the model produces something confident and wrong: a fact, a number, a source, a policy that does not exist. Not a bug you patch once. A property you design around.
Example
An AI drafts a supplier risk summary that cites a contract clause the contract does not contain.