AI forExecutives
Self-Directed~240 min

Self-Directed

Why this path

Not everyone needs a role-filtered path. Some people want the full picture — every concept, in a logical order, with a real finish line. This path sequences all 72 concepts across all seven categories, starting with the fundamentals of how AI works and building toward deployment, strategy, and governance. Work through it at your own pace. The progress bar tracks where you are.

Path progress

72 concepts

0% complete

Foundations

0 / 10

Artificial Intelligence

FoundationsFoundational
Read →

AI is an umbrella term for systems that recognize patterns, understand language, make predictions, or support decisions. And what's hiding under that umbrella matters enormously for what you're actually buying, building, or approving.

Machine Learning

FoundationsFoundational
Read →

AI that learns patterns from data rather than following fixed rules — which means its behavior is only as good as the data it learned from.

Deep Learning

FoundationsFoundational
Read →

The engine behind modern AI's most impressive capabilities — and a reason to ask whether simpler would work just as well.

Neural Networks

FoundationsFoundational
Read →

The architecture underlying most modern AI capabilities — layers of mathematical operations that learn patterns too complex for hand-coded rules.

Algorithms

FoundationsFoundational
Read →

The set of rules a system follows to turn data into a decision — and why those rules are never as neutral as they seem.

Model

FoundationsFoundational
Read →

The learned component at the core of an AI system — what turns inputs into predictions, decisions, or generated content.

Training Data

FoundationsFoundational
Read →

The data a model learned from — which means everything the model knows, gets right, gets wrong, and embeds as bias all traces back here.

Classification

FoundationsFoundational
Read →

Teaching a model to sort things into categories — and learning why the wrong kind of wrong can be more costly than no AI at all.

Regression

FoundationsFoundational
Read →

The type of AI model that predicts a number — revenue, price, demand, time-to-failure — and the workhorse behind most business forecasting.

Reinforcement Learning

FoundationsFoundational
Read →

Teaching an AI by rewarding good outcomes and penalizing bad ones — which sounds straightforward until the system finds a way to maximize the reward without achieving the actual goal.

Generative AI

0 / 12

Generative AI

Generative AIIntermediate
Read →

Generative AI produces new content—text, images, code, summaries, audio—on demand, based on patterns learned from vast amounts of existing data.

Large Language Models

Generative AIIntermediate
Read →

The AI models behind most generative tools today — capable of remarkable language tasks, and unreliable about facts they were never trained on.

Foundation Models

Generative AIIntermediate
Read →

Large, general-purpose AI models trained on vast data — the shared starting point that organizations adapt rather than build from scratch.

Prompt Engineering

Generative AIIntermediate
Read →

Prompt engineering is the practice of writing clear instructions for an AI system, specifying the task, context, format, and constraints, so it produces more useful, consistent output.

Context Window

Generative AIIntermediate
Read →

How much a language model can hold in mind at once — and why it matters more than it sounds.

RAG connects a generative AI model to your organization's documents so it answers from what you actually know, not just what the model was trained on.

Chatbots

Generative AIIntermediate
Read →

A conversational interface for customers or employees — and a fast way to find out how good your underlying knowledge and processes actually are.

AI Assistants

Generative AIIntermediate
Read →

AI embedded in your work tools — not to chat, but to actually get things done.

AI Copilots

Generative AIIntermediate
Read →

An AI that works alongside the human — suggesting, drafting, and accelerating — while the human stays accountable for the result.

AI Agents

Generative AIIntermediate
Read →

AI agents are systems that use AI to plan steps, use tools, make decisions, or take actions toward a goal with varying levels of autonomy. The term is often used broadly, so leaders should ask exactly what the agent can do, what tools it can access, and when humans approve actions.

Multimodal AI

Generative AIIntermediate
Read →

AI that can work with more than text — reading images, processing audio, interpreting video — which opens new capabilities and introduces risks that vary sharply by what it's perceiving.

Text-to-Image Models

Generative AIIntermediate
Read →

AI that generates images from text descriptions — genuinely useful for creative work, and carrying unsettled intellectual property and brand governance questions most organizations haven't resolved.

Technical Concepts

0 / 12

Accuracy

Technical ConceptsFoundational
Read →

The most widely reported AI performance metric — and one of the easiest to be misled by.

Parameters

Technical ConceptsFoundational
Read →

The learned numerical values inside a model — the \"7 billion parameters\" figure vendors cite as a size signal, with bigger meaning more capable but also more expensive.

Latency

Technical ConceptsFoundational
Read →

How fast an AI system responds — and why it determines whether a model that works in theory is usable in practice.

Cloud AI

Technical ConceptsFoundational
Read →

AI capabilities delivered as a service — powerful and accessible, with vendor dependency and data governance strings attached.

Speech to Text

Technical ConceptsFoundational
Read →

Converting spoken audio to searchable, processable text — reliable in ideal conditions, and significantly less so when those conditions aren't met.

Tokenization

Technical ConceptsIntermediate
Read →

How language models slice text into processable units before working on it — and why those units are what AI vendors charge you for.

Embeddings

Technical ConceptsIntermediate
Read →

A way of representing meaning mathematically so that AI can find similar things without relying on exact words.

Vector Databases

Technical ConceptsIntermediate
Read →

The search infrastructure behind AI that retrieves by meaning — how a system finds the right document even when the user didn't use the exact right words.

Inference

Technical ConceptsIntermediate
Read →

Where training ends and the model starts doing actual work — producing outputs on real inputs, in real time.

Fine-Tuning

Technical ConceptsIntermediate
Read →

Teaching a general model to reliably behave a specific way — by showing it examples, not by rewriting it from scratch.

APIs

Technical ConceptsIntermediate
Read →

How your systems plug into AI capabilities — and why the connection itself introduces risk that needs to be managed.

Precision and Recall

Technical ConceptsIntermediate
Read →

The two metrics that capture how a model fails — flagging too many false alarms versus missing too many real cases — and why choosing between them is a business decision, not a technical one.

Data and Analytics

0 / 5

Data Quality

Data and AnalyticsFoundational
Read →

How fit your data actually is for what you're trying to do with it — and the most common reason AI projects disappoint.

Data Science

Data and AnalyticsFoundational
Read →

The discipline of turning messy data into decisions — combining statistics, code, and domain knowledge to find patterns that matter.

Business Analytics

Data and AnalyticsFoundational
Read →

Turning data into decisions — from understanding what happened to figuring out what to do about it.

Predictive Analytics

Data and AnalyticsFoundational
Read →

Using historical data to estimate what's likely to happen next — not a crystal ball, but a way to act on probability rather than intuition.

Data Pipelines

Data and AnalyticsIntermediate
Read →

The plumbing that moves data from where it lives to where AI can use it — and a common reason AI projects fail in production.

Operations and Deployment

0 / 5

Model Evaluation

Operations and DeploymentIntermediate
Read →

How teams determine whether a model actually works — and the reason 'it works in testing' is often the most dangerous thing anyone says before launch.

Model Deployment

Operations and DeploymentIntermediate
Read →

The step where a trained model stops being a proof of concept and starts affecting real decisions — and where most AI projects either succeed or quietly fail.

Model Monitoring

Operations and DeploymentIntermediate
Read →

Watching a live AI system for signs that it's silently getting worse — because models degrade in production without anyone noticing until something breaks.

MLOps

Operations and DeploymentIntermediate
Read →

The operational discipline that turns a working machine learning model into a system that keeps working in production — reliably, safely, and under governance.

LLMOps

Operations and DeploymentIntermediate
Read →

The operational discipline for keeping generative AI systems reliable, safe, and cost-controlled after they go live.

Business Strategy

0 / 10

Process Automation

Business StrategyFoundational
Read →

Software executing repetitive tasks without a human — and with AI, extending to tasks that involve variation, documents, and language that rule-based systems can't handle.

Automation

Business StrategyStrategy
Read →

Technology taking over repetitive work — and making whatever process it replaces go much, much faster.

Intelligent Automation

Business StrategyStrategy
Read →

Automation that can handle variation, judgment, and unstructured inputs — not just the cases that follow the rules.

Operations AI

Business StrategyIntermediate
Read →

AI applied to the engine of the business — forecasting, scheduling, routing, maintenance, quality — where small improvements compound across millions of decisions.

Customer Experience AI

Business StrategyIntermediate
Read →

AI applied where customers directly feel it — which makes it both the highest-visibility opportunity and the fastest way to damage trust.

Decision Intelligence

Business StrategyStrategy
Read →

Treating decisions as something that can be designed, measured, and improved — not just made.

AI Readiness

Business StrategyStrategy
Read →

What determines whether an AI investment succeeds or stalls — and it’s rarely the model.

AI Strategy

Business StrategyStrategy
Read →

AI strategy is how an organization decides where AI is worth investing in, what it will take to get there, and what it will deliberately leave alone.

AI Roadmap

Business StrategyStrategy
Read →

Where AI strategy meets the calendar, the budget, and the question of what has to be true before anything else can work.

AI Center of Excellence

Business StrategyStrategy
Read →

A dedicated team that keeps AI initiatives from becoming a scattered collection of disconnected experiments.

Governance and Risk

0 / 18

AI Governance

Governance and RiskGovernance
Read →

AI governance is the system that determines who can deploy AI, under what conditions, with what oversight, turning ad hoc experimentation into accountable organizational practice.

Responsible AI

Governance and RiskGovernance
Read →

Responsible AI is the difference between an organization that says it uses AI ethically and one that can actually prove it.

Ethical AI

Governance and RiskGovernance
Read →

The question that comes after 'can we build this?' — which is whether we should.

AI Policy

Governance and RiskGovernance
Read →

The document that turns broad AI principles into the specific rules employees actually encounter on the job.

AI Compliance

Governance and RiskGovernance
Read →

The rules governing AI are multiplying fast and vary by country, sector, and use case. AI compliance is how your organization stays on the right side of them before a regulator, auditor, or client asks.

AI Risk Management

Governance and RiskGovernance
Read →

AI risk management is the discipline of deciding which AI systems need controls, what those controls should be, and who is accountable when something goes wrong before something does.

Model Risk

Governance and RiskGovernance
Read →

When a model is wrong, or right for the wrong reasons, and no one catches it, the decisions it drives keep compounding the error. That's model risk.

AI Bias

Governance and RiskGovernance
Read →

When an AI system consistently produces worse outcomes for certain groups — and the organization doesn't know it yet.

Fairness

Governance and RiskGovernance
Read →

Whether an AI system produces outcomes that are equitable across different groups — and why accuracy alone doesn't guarantee it does.

Transparency

Governance and RiskGovernance
Read →

Being clear about when AI is involved in decisions, how it works, and what its limitations are — a trust requirement that's becoming a legal one.

Explainable AI

Governance and RiskGovernance
Read →

Making AI decisions understandable to the people who need to trust, challenge, or be accountable for them.

Auditability

Governance and RiskGovernance
Read →

The ability to show — after the fact — exactly what your AI system did, why, and who was watching.

Hallucinations

Governance and RiskGovernance
Read →

Hallucinations are AI outputs that are confidently stated but factually wrong. The model isn't lying or guessing, it's generating plausible-sounding language that happens to be false.

Human-in-the-Loop

Governance and RiskGovernance
Read →

A person intentionally placed in the AI workflow — and the reason 'a human reviews it' can mean very different things.

AI Safety

Governance and RiskGovernance
Read →

Ensuring AI systems do what you intended — and stop when they shouldn't continue.

Shadow AI

Governance and RiskGovernance
Read →

Shadow AI is what happens when employees use AI tools the organization hasn't approved, usually because the approved options don't meet their needs.

Data Privacy

Governance and RiskGovernance
Read →

AI creates more ways for personal data to move, be retained, and end up somewhere it shouldn't than most organizations have mapped.

Data Security

Governance and RiskGovernance
Read →

Protecting data from unauthorized access — including the new attack surfaces that AI tools introduce.

Explore other paths