LIBRARY
technical terms

Explore definitions and explanations of essential AI and technology concepts.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Showing 44 of 44 terms

Zero-shot / Few-shot learning

Solving tasks with no or a handful of examples embedded in the prompt (in-context learning).

Application

Zero-shot / Few-shot learning

Application

Definition

Solving tasks with no or a handful of examples embedded in the prompt (in-context learning).

1 / 7
All

Wearables

On-body devices (glasses, rings, earbuds) that can host/mediate AI and help make computing ambient.

Interfaces

Wearables

Interfaces

Definition

On-body devices (glasses, rings, earbuds) that can host/mediate AI and help make computing ambient.

1 / 7
All

Vector database

A storage/indexing system for embeddings to enable fast semantic search and retrieval-augmented generation.

Application

Vector database

Application

Definition

A storage/indexing system for embeddings to enable fast semantic search and retrieval-augmented generation.

Reference

1 / 7
All

Ubiquitous computing

Ubiquitous computing is a new paradigm where intelligent systems are seamlessly embedded into everyday environments, making technology effectively invisible while continuously supporting human activity. Unlike traditional computing that requires explicit prompts and fragmented devices, ubiquitous computing leverages context-awareness, memory, and integration to deliver adaptive, anticipatory, and user-centric experiences.

Interfaces

Ubiquitous computing

Interfaces

Definition

Ubiquitous computing is a new paradigm where intelligent systems are seamlessly embedded into everyday environments, making technology effectively invisible while continuously supporting human activity. Unlike traditional computing that requires explicit prompts and fragmented devices, ubiquitous computing leverages context-awareness, memory, and integration to deliver adaptive, anticipatory, and user-centric experiences.

1 / 7
All

Temperature

A decoding setting controlling randomness/creativity; higher values yield more diverse outputs.

Performance

Temperature

Performance

Definition

A decoding setting controlling randomness/creativity; higher values yield more diverse outputs.

1 / 7
All

Transformer

A neural architecture built on attention mechanisms; foundation of modern LLMs.

Architecture

Transformer

Architecture

Definition

A neural architecture built on attention mechanisms; foundation of modern LLMs.

1 / 7
All

Token

The unit of text (or audio/video chunk) a model processes; counts affect cost/latency.

Architecture
Performance

Token

Architecture
Performance

Definition

The unit of text (or audio/video chunk) a model processes; counts affect cost/latency.

1 / 7
All

Synthetic data

AI-generated data used to supplement scarce or sensitive real data (with care for drift and artifacts).

Training

Synthetic data

Training

Definition

AI-generated data used to supplement scarce or sensitive real data (with care for drift and artifacts).

1 / 7
All

SFT (Supervised fine-tuning)

Supervised learning stage using instruction–response pairs to teach task formats and tone.

Training

SFT (Supervised fine-tuning)

Training

Definition

Supervised learning stage using instruction–response pairs to teach task formats and tone.

1 / 7
All

Scaling laws

Empirical relationships between data/parameters/compute and model performance that inform roadmap decisions.

Training
Performance

Scaling laws

Training
Performance

Definition

Empirical relationships between data/parameters/compute and model performance that inform roadmap decisions.

1 / 7
All

Responsible AI / Safety

Policies, controls, and lifecycle practices that mitigate misuse, harm, and failure modes (safety filters, audits, governance).

Safety

Responsible AI / Safety

Safety

Definition

Policies, controls, and lifecycle practices that mitigate misuse, harm, and failure modes (safety filters, audits, governance).

1 / 7
All

Reinforcement learning from human feedback (RLHF)

Fine-tuning with human preference data to align outputs with desired style/behavior.

Training

Reinforcement learning from human feedback (RLHF)

Training

Definition

Fine-tuning with human preference data to align outputs with desired style/behavior.

1 / 7
All

Prompt engineering

The instruction/context you give a model for it to complete a task; includes system prompts, examples, constraints, and tool schemas.

Application

Prompt engineering

Application

Definition

The instruction/context you give a model for it to complete a task; includes system prompts, examples, constraints, and tool schemas.

1 / 7
All

RAG (Retrieval-augmented generation)

Fetching relevant context (via search/vector DB) and injecting it into the prompt to ground responses in current or proprietary data.

Application

RAG (Retrieval-augmented generation)

Application

Definition

Fetching relevant context (via search/vector DB) and injecting it into the prompt to ground responses in current or proprietary data.

1 / 7
All

Pretraining

Initial large-scale training on broad data before specialized tuning (SFT, RLHF).

Training

Pretraining

Training

Definition

Initial large-scale training on broad data before specialized tuning (SFT, RLHF).

1 / 7
All

Parameters

Learned numeric values inside a model (billions+ for frontier LLMs) that encode patterns from training data.

Architecture

Parameters

Architecture

Definition

Learned numeric values inside a model (billions+ for frontier LLMs) that encode patterns from training data.

1 / 7
All

Orchestration / Function calling

Mechanisms that let models call tools (search, databases, emails, code) and stitch steps together into workflows—key for agents. Agents will need to conduct widespread orchestration across different websites, apps, and platforms.

Application
Interfaces

Orchestration / Function calling

Application
Interfaces

Definition

Mechanisms that let models call tools (search, databases, emails, code) and stitch steps together into workflows—key for agents. Agents will need to conduct widespread orchestration across different websites, apps, and platforms.

Examples

For example, for an agent to purchase a plane ticket, it needs to navigate across many channels to search for the ticket, select the seat, add to cart, etc.
1 / 7
All

Neural network

A layered function approximator trained to minimize loss via gradient descent. Breakthroughs in AI stem from this idea of a neural network where machines can make connections and think in the same way a human brain functions, rather than having to follow basic commands that tell it step-by-step, right from wrong.

Architecture

Neural network

Architecture

Definition

A layered function approximator trained to minimize loss via gradient descent. Breakthroughs in AI stem from this idea of a neural network where machines can make connections and think in the same way a human brain functions, rather than having to follow basic commands that tell it step-by-step, right from wrong.

1 / 7
All

LLM (large language model)

A transformer-based model trained on massive text corpora to generate/analyze language; increasingly multimodal. Ex: ChatGPT, Claude, Gemini, etc.

Architecture

LLM (large language model)

Architecture

Definition

A transformer-based model trained on massive text corpora to generate/analyze language; increasingly multimodal. Ex: ChatGPT, Claude, Gemini, etc.

Reference

1 / 7
All

Multimodal model

A model that consumes and/or produces multiple data types (text, images, audio, video). ChatGPT is multimodal because it can provide text and images to you.

Architecture

Multimodal model

Architecture

Definition

A model that consumes and/or produces multiple data types (text, images, audio, video). ChatGPT is multimodal because it can provide text and images to you.

1 / 7
All

Model weights

Numeric parameters inside a neural network that encode what the model has learned; 'open-weight' models expose weights for local use/modification; 'closed-weight' do not.

Architecture

Model weights

Architecture

Definition

Numeric parameters inside a neural network that encode what the model has learned; 'open-weight' models expose weights for local use/modification; 'closed-weight' do not.

1 / 7
All

Model routing (LLM router)

Dynamically choosing the best model for a given prompt based on predicted quality/cost/latency—often a meta-model trained on evaluation data.

Performance

Model routing (LLM router)

Performance

Definition

Dynamically choosing the best model for a given prompt based on predicted quality/cost/latency—often a meta-model trained on evaluation data.

Examples

ChatGPT now has a built-in model router that takes your question and determines which of its LLMs are needed to answer the prompt based on its complexity, desired outcome, etc. This helps optimize for the most efficient outcome vs latency, cost, etc.
1 / 7
All

Latency

Round-trip time from request to response; an experience bottleneck for agents and wearables.

Performance

Latency

Performance

Definition

Round-trip time from request to response; an experience bottleneck for agents and wearables.

1 / 7
All

Inference (vs. training)

Running a trained model to generate outputs (production use). The costs and latency of inference shape the 'unmetered intelligence' thesis. In simple terms, the cost to generate outputs using AI is rapidly declining, leading to a world of abundant knowledge.

Performance

Inference (vs. training)

Performance

Definition

Running a trained model to generate outputs (production use). The costs and latency of inference shape the 'unmetered intelligence' thesis. In simple terms, the cost to generate outputs using AI is rapidly declining, leading to a world of abundant knowledge.

1 / 7
All

Hallucination

Confident but false output from a model; mitigated by retrieval, calibration, routing, and post-processing. The root cause of much of the fear of AI.

Performance
Safety

Hallucination

Performance
Safety

Definition

Confident but false output from a model; mitigated by retrieval, calibration, routing, and post-processing. The root cause of much of the fear of AI.

Examples

When you ask ChatGPT about yourself and it provides incorrect details about where you grew up or went to school.
1 / 7
All

Knowledge cutoff

The latest point in time included in a model’s pretraining data. The model lacks builtin knowledge from after this cutoff, unless updated or retrieved.

Performance

Knowledge cutoff

Performance

Definition

The latest point in time included in a model’s pretraining data. The model lacks builtin knowledge from after this cutoff, unless updated or retrieved.

1 / 7
All

Foundation model

A large, broad-training model adaptable to many downstream tasks (e.g., LLMs, multimodal models). Ex: GPT family, Claude, Mistral, Gemini.

Architecture

Foundation model

Architecture

Definition

A large, broad-training model adaptable to many downstream tasks (e.g., LLMs, multimodal models). Ex: GPT family, Claude, Mistral, Gemini.

1 / 7
All

Fine-tuning

Additional training on a narrower dataset to specialize a base model (via SFT, LoRA, etc.). Leveraging your own data to make a large model better (i.e. training a model with your company’s data so it can better respond to queries regarding certain processes or customers).

Training

Fine-tuning

Training

Definition

Additional training on a narrower dataset to specialize a base model (via SFT, LoRA, etc.). Leveraging your own data to make a large model better (i.e. training a model with your company’s data so it can better respond to queries regarding certain processes or customers).

1 / 7
All

Explainability

Methods to make model behavior understandable (feature attributions, summaries, rule extraction); emphasized as a solution to AI ethical concerns.

Safety

Explainability

Safety

Definition

Methods to make model behavior understandable (feature attributions, summaries, rule extraction); emphasized as a solution to AI ethical concerns.

1 / 7
All

Educational obsolescence

A claim that traditional schooling structures (pace, assessment, curricula) must be reimagined for an AI-rich world that values creativity, curiosity, and agency over memorization.

Interfaces

Educational obsolescence

Interfaces

Definition

A claim that traditional schooling structures (pace, assessment, curricula) must be reimagined for an AI-rich world that values creativity, curiosity, and agency over memorization.

1 / 7
All

Embedding

A numeric vector representation of text, images, or other data that captures semantic meaning for search, clustering, and retrieval-augmented generation.

Application

Embedding

Application

Definition

A numeric vector representation of text, images, or other data that captures semantic meaning for search, clustering, and retrieval-augmented generation.

1 / 7
All

Copilot

A constrained, user-supervised assistant embedded in apps (code, docs, CRM).

Interfaces
Application

Copilot

Interfaces
Application

Definition

A constrained, user-supervised assistant embedded in apps (code, docs, CRM).

1 / 7
All

Compute

The aggregate processing power used to train or run models (GPUs/TPUs, memory bandwidth, networking). A central accelerator of AI capability growth.

Performance
Training

Compute

Performance
Training

Definition

The aggregate processing power used to train or run models (GPUs/TPUs, memory bandwidth, networking). A central accelerator of AI capability growth.

Examples

While the cost of compute to train models is still quite high (and the reason new developments in AI are so expensive), the inference cost to use AI is dropping significantly. This means the cost to actually interact with the pre-existing models is dropping, leading to expanded model access.
1 / 7
All

Chain-of-thought (CoT)

A prompting/analysis style where a model reasons step-by-step. Powerful, but often hidden from end users in production for safety/privacy.

Application

Chain-of-thought (CoT)

Application

Definition

A prompting/analysis style where a model reasons step-by-step. Powerful, but often hidden from end users in production for safety/privacy.

1 / 7
All

Black-box model

A model whose internal reasoning is opaque to users; creates a desire for explainable AI requirements in regulated or high-stakes contexts.

Safety

Black-box model

Safety

Definition

A model whose internal reasoning is opaque to users; creates a desire for explainable AI requirements in regulated or high-stakes contexts.

1 / 7
All

Bias (algorithmic)

Systematic errors that produce unfair outcomes (e.g., by gender, race). In this framing, explainability and transparency are prioritized alongside bias mitigation.

Safety

Bias (algorithmic)

Safety

Definition

Systematic errors that produce unfair outcomes (e.g., by gender, race). In this framing, explainability and transparency are prioritized alongside bias mitigation.

Examples

Note that non-algorithimic bias is not bad and actually is required for AI to function.
1 / 7
All

Brain–computer Interface (BCI)

Hardware and software that read/write brain signals to control devices or restore functions; used as a horizon example of “computing beyond screens.” NeuraLink is Musk’s company working on BCI.

Interfaces

Brain–computer Interface (BCI)

Interfaces

Definition

Hardware and software that read/write brain signals to control devices or restore functions; used as a horizon example of “computing beyond screens.” NeuraLink is Musk’s company working on BCI.

Reference

1 / 7
All

Benchmark / Evaluation

Structured tests (tasks, datasets, rubrics) used to compare models or track progress; crucial for routing decisions, safety, and QA.

Performance
Safety

Benchmark / Evaluation

Performance
Safety

Definition

Structured tests (tasks, datasets, rubrics) used to compare models or track progress; crucial for routing decisions, safety, and QA.

1 / 7
All

Bad actors (low-resource)

Stand alone criminals not empowered by a larger organization. AI risks the empowerment of low resource bad actors, giving “small scale” criminals increased resources and capability to create far more harm.

Safety

Bad actors (low-resource)

Safety

Definition

Stand alone criminals not empowered by a larger organization. AI risks the empowerment of low resource bad actors, giving “small scale” criminals increased resources and capability to create far more harm.

1 / 7
All

Bad actors (high-resource)

Nation states with lots of power and Bond villains)

Safety

Bad actors (high-resource)

Safety

Definition

Nation states with lots of power and Bond villains)

1 / 7
All

AI alignment

Research and practices to ensure AI systems pursue goals consistent with human values and constraints (safety, reliability, controllability). Alignment means the AI working on behalf of goals for human betterment.

Training
Safety

AI alignment

Training
Safety

Definition

Research and practices to ensure AI systems pursue goals consistent with human values and constraints (safety, reliability, controllability). Alignment means the AI working on behalf of goals for human betterment.

Examples

Teens wanting to hurt themselves used to be able to Google practical advice for causing physical harm. If you ask ChatGPT this, it will provide resources as to why you should not hurt yourself, representing alignment.
1 / 7
All

Bad acting

People committing crimes with malintention that are harmful to society.

Safety

Bad acting

Safety

Definition

People committing crimes with malintention that are harmful to society.

1 / 7
All

AI agent / Agentic AI

Software that plans and executes multi-step tasks toward a goal with varying autonomy (tool use, memory, self-correction). Distinct from “copilots,” which remain user-in-the-loop. Agentic AI is presented in TNR and TNGC keynotes as the second part of Zack's “Phases of AI Integration”.

Interfaces
Application

AI agent / Agentic AI

Interfaces
Application

Definition

Software that plans and executes multi-step tasks toward a goal with varying autonomy (tool use, memory, self-correction). Distinct from “copilots,” which remain user-in-the-loop. Agentic AI is presented in TNR and TNGC keynotes as the second part of Zack's “Phases of AI Integration”.

Examples

Sample example data for more than one example development
foofoofoofoo

Another sample example for the dataset for development

Reference

1 / 7
All

Application programming Interface (API)

The programmatic interface apps and services used to talk to AI models and tools (e.g., for retrieval, function calls, or routing).

Application

Application programming Interface (API)

Application

Definition

The programmatic interface apps and services used to talk to AI models and tools (e.g., for retrieval, function calls, or routing).

Examples

Think of API as a set of instructions for one piece of software to talk to another. Developers can invoke OpenAI’s API as a step within their pipeline.
1 / 7
All

Attention (Mechanism)

The core operation in transformer models that lets them weigh relationships between tokens to predict the next token.

Architecture

Attention (Mechanism)

Architecture

Definition

The core operation in transformer models that lets them weigh relationships between tokens to predict the next token.

Examples

Likely brought up in reference to the research paper “Attention is All You Need” which introduced the transformer model, an integral part of the development of LLMs.
1 / 7
All

Artificial general intelligence (AGI)

A hypothetical AI system that can understand, learn, and apply knowledge across most tasks at or beyond human level. In the book’s framing, AGI is expected around 2030 and functions as the inflection behind the “Next Renaissance.”

Architecture

Artificial general intelligence (AGI)

Architecture

Definition

A hypothetical AI system that can understand, learn, and apply knowledge across most tasks at or beyond human level. In the book’s framing, AGI is expected around 2030 and functions as the inflection behind the “Next Renaissance.”

1 / 7
All

No Items Found.

Connect with Zack

For speaking, media inquiries, and information on advisory services, please fill in the form below.

How can Zack help? *
Organization *
Please provide event details
Event Name *
Event Location *
Event Date *
Event end (if date range)
First Name *
Last Name *
Email Address *
Phone *
Your message
Cancel
Thank you. We will reach out to you within one business day.
Done
Oops! Something went wrong while submitting the form.