Member Resource

AI Glossary.

Every term you need to understand AI — at the system level, not the hype level. Definitions are written for operators, not researchers.

Foundational

Foundational AI Terms

The concepts every AI user needs before they touch anything else.

Hallucination

When an AI generates information that sounds confident and credible but is factually wrong or completely made up. The model doesn’t “know” it’s wrong — it’s filling gaps with probability.

Why it matters: Hallucinations are invisible without verification. A well-governed AI flags uncertainty instead of guessing.

Prompt

The input you give an AI to generate a response. Can be a question, instruction, context, or combination of all three. Quality of the prompt directly determines quality of the output.

Why it matters: Most AI failures start with a bad prompt, not a bad model.

Token

The unit AI models use to process text. Roughly 1 token = ¾ of a word. Models have a maximum token limit per conversation — called a context window.

Why it matters: Long conversations or documents can exceed the context window, causing the AI to “forget” earlier content.

Context Window

The maximum amount of text (measured in tokens) an AI can process in a single session. Everything outside the window is invisible to the model.

Why it matters: If your conversation exceeds the context window, the AI loses earlier instructions and starts drifting.

Temperature

A setting that controls how creative or random an AI’s responses are. Low temperature = more predictable, focused output. High temperature = more varied, creative output.

Why it matters: For governed, reliable output — lower temperature is better. For brainstorming — higher works.

System Prompt

Instructions given to an AI before the conversation starts. Sets the rules, tone, role, and behavior for the entire session. This is what AI Blueprint™ generates.

Why it matters: A strong system prompt is the difference between consistent, governed output and generic, drifting responses.

Fine-tuning

Training a base AI model further on a specific dataset to make it better at a particular task or domain. Different from prompting — it changes the model itself, not just the instructions.

Why it matters: Fine-tuning is expensive and technical. Most operators don’t need it — a well-structured system prompt gets most of the way there.

Zero-shot / Few-shot

Zero-shot means asking the AI to do something without giving it any examples. Few-shot means giving it 2-5 examples before the task to guide the format or style of the output.

Why it matters: Few-shot prompting dramatically improves output quality for complex or format-specific tasks.

Chain of Thought

A prompting technique that instructs the AI to reason through a problem step by step before giving a final answer. Reduces errors on complex reasoning tasks.

Why it matters: “Think step by step” is one of the most effective prompt additions for accuracy.

Inference

The process of running a trained AI model to generate a response. When you send a prompt, the model performs inference to produce output.

Why it matters: Inference speed and cost determine how practical a model is for real-time, high-volume use.

Agentic AI

Agentic AI Terms

AI that doesn’t just answer — it acts. These terms matter when AI starts doing things on your behalf.

AI Agent

An AI system that can take actions autonomously — browsing the web, sending emails, executing code, or making decisions — without human input for each step.

Why it matters: Agents are powerful and risky. Without governance, they can take irreversible actions based on bad assumptions.

Agentic Workflow

A sequence of AI-driven tasks where each step triggers the next — often without human review between steps. The AI plans, executes, and adjusts on its own.

Why it matters: Errors compound in agentic workflows. One bad assumption early can cascade into a significant problem downstream.

Tool Use

The ability of an AI to call external tools — search engines, APIs, calculators, databases — to complete a task. Also called “function calling.”

Why it matters: Tool use extends what AI can do but introduces new failure points — especially when tools return unexpected data.

Orchestration

The coordination of multiple AI agents or tools working together toward a shared goal. An orchestrator directs which agent does what and when.

Why it matters: Complex orchestration requires clear governance — who has authority, what can be done autonomously, and where humans must approve.

Safe-State Protocol

iWasGonna™

A defined set of rules that tells an AI agent when to stop and ask for human approval before taking the next action. Prevents agents from executing irreversible decisions autonomously.

Why it matters: Without a safe-state protocol, agents either hover (wasting time) or run wild (creating risk). This is the governance layer for agentic AI.

Human-in-the-Loop

A system design where a human must review and approve AI output before it’s acted on or published. The opposite of full automation.

Why it matters: The right level of human oversight depends on stakes. Low-risk tasks can run autonomously. High-stakes decisions need human sign-off.

Autonomous vs Supervised AI

Autonomous AI acts without human review. Supervised AI requires human approval at defined checkpoints. Most real-world deployments sit somewhere in between.

Why it matters: The right balance depends on the task, the stakes, and how well the AI has been governed.

Governance

Governance Terms

The language of responsible, defensible AI use. These are the terms iWasGonna™ is built around.

AI Drift

iWasGonna™

The gradual degradation of AI behavior over time as sessions accumulate, instructions get diluted, and the model starts making assumptions it wasn’t authorized to make.

Why it matters: Drift is invisible until the output quality drops noticeably. Governed AI systems include mechanisms to detect and correct drift early.

Shadow Work

iWasGonna™

The hidden labor humans must perform to verify, correct, or undo unreliable AI output. When AI guesses instead of refusing, it shifts work downstream — invisibly.

Why it matters: Shadow work is the real cost of poorly governed AI. It doesn’t show up in productivity metrics but it’s there.

Validation Debt

iWasGonna™

The accumulated backlog of AI outputs that haven’t been properly verified. Teams rubber-stamp AI work to keep up with volume — building a liability that compounds over time.

Why it matters: One unverified hallucination in a published document, legal filing, or client deliverable can be costly. Validation debt makes that more likely.

Output Contract

iWasGonna™

A defined specification for what an AI is expected to produce — format, length, tone, structure, and what to include or exclude. Removes ambiguity from the instruction layer.

Why it matters: Without an output contract, AI interprets the request differently every time. Consistency requires specification.

Refusal

When an AI declines to answer or complete a task — either because it lacks sufficient information, the request violates its rules, or the output would be irresponsible.

Why it matters: In a governed system, refusal is a feature — not a failure. It means the system is working.

Truth Protocol

iWasGonna™

A set of rules that govern how an AI handles uncertainty — requiring it to label unverified claims, refuse to fabricate, and flag when it’s operating outside its knowledge.

Why it matters: Truth Protocol+ is the iWasGonna™ standard that prevents AI from presenting guesses as facts.

Confidence Bias

The human tendency to trust AI output because it sounds authoritative and professional — regardless of whether it’s accurate. Models are trained to sound confident even when wrong.

Why it matters: Confidence bias is one of the leading causes of AI-related mistakes. Governance systems are designed to counteract it.

Business & Ops

Business & Operator Terms

How AI fits into real work — decisions, delegation, and execution.

Delegation Framework

A structured system for deciding which tasks to hand off to AI and which to keep human. Defines the boundaries of AI authority in a workflow.

Why it matters: Without a delegation framework, teams either under-use AI (doing everything manually) or over-delegate (creating unreviewed risk).

SOP (Standard Operating Procedure)

A documented, repeatable process for completing a specific task. When combined with AI, SOPs become the instruction layer that governs how AI executes recurring work.

Why it matters: AI Blueprint™ Business maps your SOPs into AI-ready instructions so every team member gets consistent output.

Intent Translation

iWasGonna™

The process of converting a vague goal (“write an email”) into a specific, outcome-oriented instruction (“write an email that convinces the client to approve the budget by Friday”).

Why it matters: Most AI failures are intent translation failures. The model did what you asked — not what you meant.

Prompt Engineering

The practice of crafting prompts to get better output from AI. Focuses on the input — word choice, structure, examples, and constraints.

Why it matters: Prompt engineering is tactical. Prompt governance is strategic. iWasGonna™ focuses on governance — the system behind the prompts.

Workflow Automation

Using AI to execute a sequence of tasks automatically — triggered by an event, condition, or schedule — without requiring human input at each step.

Why it matters: Automation without governance creates invisible failure points. Every automated workflow needs defined checkpoints and refusal rules.

AI Blueprint™

iWasGonna™

The iWasGonna™ system for generating durable, reusable AI instructions tailored to how you think, work, and make decisions. Replaces generic prompting with a governed operating layer.

Why it matters: Prompts decay. Blueprints persist. AI Blueprint™ is the instruction foundation that makes every AI session more consistent and reliable.

Technical / RAG

Technical & RAG Terms

The infrastructure layer — how AI retrieves, processes, and ranks information at scale.

RAG (Retrieval Augmented Generation)

A technique where an AI retrieves relevant documents or data from an external source before generating a response — grounding its output in real, current information rather than training data alone.

Why it matters: RAG dramatically reduces hallucination for knowledge-intensive tasks by anchoring the AI to verified sources.

Embeddings

Mathematical representations of text (or other data) as vectors — lists of numbers that capture semantic meaning. Similar concepts have embeddings that are close together in vector space.

Why it matters: Embeddings are the foundation of semantic search and RAG systems. They let AI find relevant content by meaning, not just keyword match.

Vector Database

A database optimized for storing and searching embeddings. Used in RAG systems to quickly find the most semantically relevant documents for a given query.

Why it matters: Vector databases are the retrieval engine behind most production AI knowledge systems.

Semantic Search

Search that finds results based on meaning and intent rather than exact keyword matches. “What causes AI to fail?” finds results about hallucination even if that word isn’t in the query.

Why it matters: Semantic search makes knowledge retrieval far more accurate and useful than traditional keyword search.

Chunking

Breaking large documents into smaller pieces (chunks) before embedding them. The size and method of chunking affects how accurately an AI can retrieve relevant information.

Why it matters: Poor chunking leads to retrieval failures — the AI pulls the wrong section of a document and generates a misleading answer.

Re-ranking

A secondary step after initial retrieval that re-scores and reorders results by relevance before passing them to the AI. Improves precision when the initial retrieval returns too many or noisy results.

Why it matters: Re-ranking is the difference between a RAG system that returns the right answer and one that returns adjacent-but-wrong information.

Top-K Retrieval

Retrieving the K most relevant documents or chunks before passing them to the AI for generation. K is a tunable parameter — higher K = more context, more noise. Lower K = less context, more precision.

Why it matters: Tuning K is a core tradeoff in RAG system design. Too low and the AI misses relevant context. Too high and it gets confused by irrelevant material.

iWasGonna Guide

Find the right next step

Scroll to Top