A Definitions
Glossary
Key terms used throughout AI Maxims — defined clearly, without jargon where possible.
AGI (Artificial General Intelligence)
AI that matches or exceeds human performance across all cognitive domains. No agreed definition. Timeline estimates range from 2 years to never-as-defined.
See: Ch 17
Agentic AI / AI Agent
An AI system that plans, executes, and iterates on multi-step tasks with autonomy — rather than responding to a single prompt and waiting.
See: Ch 6, 17
Chain-of-thought prompting
A technique that asks an AI model to work through a problem step by step before producing a final answer, improving accuracy on complex tasks.
See: Ch 8
Context window
The maximum amount of text an AI model can process in a single interaction. Larger windows allow longer documents and more complex instructions.
See: Ch 1, 2
Deepfake
AI-generated synthetic media — video, audio, or images — designed to appear authentic. Used for both creative and malicious purposes.
See: Ch 16
Fine-tuning
Further training a pre-trained AI model on a specific dataset to improve performance on a particular task or domain.
See: Ch 3
Hallucination
When an AI model generates plausible-sounding but factually incorrect content — including fabricated citations and invented events — with full confidence.
See: Ch 1, 14
LLM (Large Language Model)
An AI model trained on large amounts of text data to predict the next most likely token, producing fluent contextually appropriate responses.
See: Ch 2
Meta-prompting
Asking the AI to first generate an optimal prompt for a given task, then execute it — effectively directing the model to direct itself.
See: Ch 8
Multimodal AI
AI models that process and reason across multiple input types — text, images, audio, and video — rather than text alone.
See: Ch 17
Prompt chaining
Using the output of one prompt as the input to the next, enabling complex multi-step tasks a single prompt cannot reliably complete.
See: Ch 8
Prompt library
A curated, documented collection of tested, refined prompts for recurring professional use cases — a core asset of a compounding AI practice.
See: Ch 7, 18, 19
RAG (Retrieval-Augmented Generation)
Enhancing AI responses by retrieving relevant information from a knowledge base before generating an answer, reducing hallucination.
See: Ch 2, 6
T-shaped practitioner
A professional with one area of deep expertise combined with broad AI collaboration skills — the profile the AI era rewards most.
See: Ch 17
Token
The unit of text AI models process — typically a word or sub-word. Most LLMs measure context window size and pricing in tokens.
See: Ch 2
Verification pass
A named, non-optional workflow step where specific factual claims and citations are checked against primary sources before output is used.
See: Ch 7, 14