AI Final

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/114

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:03 PM on 5/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

115 Terms

1
New cards

TAM (Total Addressable Market)

The "Universe": Total demand if everyone who could use the product did so.

2
New cards

SAM (Serviceable Addressable Market)

The "Scope": The slice of the market you can actually serve based on geography, regulation, and tech fit.

3
New cards

SOM (Serviceable Obtainable Market)

The "Target": The realistic share you can win considering competition and capacity.

4
New cards

Top-down Market Sizing

Starting with large market reports and applying filters

5
New cards

Bottom-up Market Sizing

Calculated as: Price x Customers x Adoption Usage

6
New cards

Bottom-up TAM Formula

TAM = eligible dev seats x $ -per seat per year

7
New cards

Hardware Layer

GPUs (NVIDIA H100), AI servers (Dell/HPE), and Networking (Cisco/Broadcom).

8
New cards

Software Layer

Foundation models (GPT, Llama), MLOps platforms (Databricks), and Copilots

9
New cards

Services Layer

Integration, security, and change management (Accenture, Deloitte, McKinsey).

10
New cards

The "Investment Loop"

A "frenemy" cycle where companies (NVIDIA, OpenAI, Oracle) act as each other's investors, landlords, and customers.

11
New cards

The AI Value Loop (6 Steps)

1. Data/Signals

2. Model Improvement

3. Productization

4. Deployment

5. Outcomes

6. Adoption

12
New cards

Jevons Paradox in Knowledge Work

As AI makes tasks easier, the total volume of tasks increases, which can lead to burnout instead of efficiency.

13
New cards

HITL (Human-in-the-Loop)

A framework where AI handles retrieval and synthesis, while humans handle prioritization and ethical judgment.

14
New cards

Generative vs. Agentic Workflows

Generative: Single response (drafting an email).

Agentic: Multi-step planning, tool use, and feedback loops.

15
New cards

Agentic Workflow Pattern

Sense → Plan → Act → Verify → Log

16
New cards

Attention Residue

The cognitive cost of switching tasks, which AI scheduling engines (like Motion) try to minimize.

17
New cards

CAC (Customer Acquisition Cost)

The total cost to acquire one customer (e.g., spend $1,000 on ads to get 20 customers = $50 CAC).

18
New cards

LTV (Lifetime Value)

The total profit a customer generates over their entire relationship with the company.

19
New cards

Churn vs. Retention

Churn: Customers who stop buying/leave.


Retention: Keeping customers coming back.

20
New cards

Upsell vs. Cross-sell

Upsell: Higher-end option ("Large" vs "Medium").

Cross-sell: Adding another item (fries with a burger)

21
New cards

Propensity vs. Uplift

Propensity: "Who is likely to buy?"


Uplift: "Who will buy because we intervened?" (Focuses on "persuadables")

22
New cards

The 4 Growth Levers

1. More Demand (Targeting)


2. Higher Conversion (Search/Recs)


3. Higher Basket/Margin (Pricing)


4. Faster Sales Velocity (Coaching)

23
New cards

The AI Pivot in Targeting

Shifting from broad demographics to behavioral + contextual clusters using embeddings.

24
New cards

Retail Search AI

Moving from Keyword Matching (Old) to Semantic Retrieval (New) to understand user intent.

25
New cards

Recommendation Approaches

1. Collaborative Filtering ("People like you...")

2. Content-based ("You like spicy...")

3. Session-based ("In this moment...") .

26
New cards

General Revenue Formula

Revenue = Traffic x Conversion x AOV x Frequency

27
New cards

Incremental Profit

= (Targeted x Uplift % x AOV x GM)- Campaign Cost

28
New cards

Retail Search AI Annual Value

Value = Search Sessions x (Change in search conversion) x AOV x Gross Margin

29
New cards

Forecasting Value (Inventory)

= (Stockout Reduction x Lost Margin Avoided) +(Overstock Reduction x Markdown Avoided)

30
New cards

Conversation Intelligence

AI (like Gong) analyzing objection patterns and talk-to-listen ratios to coach reps

31
New cards

The "CRM Tax"

The burden of manual data entry and follow-ups that AI automation (like Salesforce Einstein) aims to fix.

32
New cards

Dynamic vs. Personalized Pricing

Dynamic: Adjusting for supply/demand.

Personalized: Risky/Ethical issues (e.g., Delta won't use AI for personalized ticket prices based on personal data)

33
New cards

The Value Pyramid (4 Stages)

1. Efficiency (Automation)


2. Productivity (Throughput)


3. Growth (Revenue)


4. Strategy (Moats) .

34
New cards

Measurement Strategy

Use holdout or geo tests to measure causal impact; never ship models without a measurement plan.

35
New cards

Compute = Power

In AI, more compute translates to more strategic power; hardware is often considered the "real moat"

36
New cards

NVIDIA's Market Role

Dominates both the training and inference hardware markets.

37
New cards

The Hardware Layer

Controls supply (GPUs, TPUs, Networking, Chips)

38
New cards

The Cloud Platform Layer

Controls distribution via APIs, hosting, and fine-tuning (e.g., Azure, GCP, AWS) .

39
New cards

Foundation Models Layer

Owns the "Intelligence Layer" (LLMs, Multi-modal, Agents)

40
New cards

Open Source (Open Weight)

Anyone can see the "recipe" (code) and "ingredients" (data); treated as a public utility (e.g., Llama, Mistral)

41
New cards

Closed Source (VIP Club)

Secret proprietary "sauce" owned by corporations; treated as a premium, protected product (e.g., GPT, Gemini).

42
New cards

Privacy Advantage of Open Source

Models run on your own machine (e.g., a Mac Studio), so your data never leaves your room.

43
New cards

Convenience of Closed Source

The "Easy Button"; no setup required—just plug into an API and go.

44
New cards

Generative AI Stack

Hardware (GPUs, TPUs, Networking, Data Centers, Chips)

Foundation Models (LLMs, Multimodal, Agents)

Cloud Platforms (AZURE, GCP, AWS, APIs, Hosting)

Applications (Copilots, Agents, Search Enterprise AI, SaaS Tools)

45
New cards

Zero-Shot Prompting

Providing a task with no examples; typical accuracy for complex logic is <60%.

46
New cards

Few-Shot Prompting

Providing 2–4 examples to reach ≥90% format compliance and 85%+ accuracy.

47
New cards

Shot count vs. Token Cost

Adding examples (e.g., moving from 3 to 5 shots) has diminishing returns (only +1.5% accuracy) while significantly increasing API costs.

48
New cards

The "Master Prompt" Structure

1. Role,

2. Goal,

3. Context,

4. Input Data,

5. Output Format,

6. Rules,

7. Quality Check .

49
New cards

Constraint-based Prompting

Using strict rules like "Output ONLY JSOM" or "If missing info, output 'Unknown'" to prevent hallucinations.

50
New cards

ROI of AI Data Cleaning

AI shifts effort from manual entry to quality control; a task that takes ~40 hours manually can be done in ~2 hours with AI.

51
New cards

Hallucinations in Business

Confident but wrong/invented outputs, such as fake numbers, fake citations, or code that looks right but fails to run.

52
New cards

The PII Rule

Golden rule: PII count = 0. Never paste names, emails, student IDs, or passwords into unapproved AI tools.

53
New cards

Safe Transformation

Redacting identity while keeping structure

54
New cards

80/20 Rule in Coding

AI drafts ~80% of boilerplate code quickly; humans must lead the critical 20% (security, requirements, performance) .

55
New cards

Verification Target for Code

Aim for ≥90% of unit tests passing before trusting AI-generated code

56
New cards

Red Flag in AI Coding

If code does not run, treat it as a "prompt failure"; revise the prompt rather than blindly copy-pasting

57
New cards

Structured Data

Organized in rows/columns (SQL, Excel); represents 10-20% of enterprise data .

58
New cards

Unstructured Data

No predefined format (Emails, PDFs, Video); represents 80-90% of enterprise knowledge .

59
New cards

Semi-Structured Data

Uses tags or keys (JSON, XML, Logs); sits between structured and unstructured .

60
New cards

Garbage In Garbage Out

The most important principle in AI; 60% of projects fail due to data readiness rather than model sophistication .

61
New cards

RAG (Retrieval-Augmented Generation)

The dominant enterprise AI architecture that grounds LLM responses in real retrieved data to solve the hallucination problem

62
New cards

The 5 Steps of RAG

  1. Store Docs

  2. Convert to Embeddings

  3. User Question

  4. Retrieve Chunks

  5. LLM Synthesis

63
New cards

Embeddings

Numerical vectors that capture the semantic meaning of a document chunk

64
New cards

Samsung Data Leak (2023)

Engineers accidentally uploaded confidential source code and meeting notes to ChatGPT, leading to a company-wide ban .

65
New cards

EU AI Act

World's first comprehensive AI law using a risk-based classification system (Prohibited —> Minimal Risk) . Fines up 35M Euro

66
New cards

CCPA / CPRA

Grants California residents the right to opt out of automated profiling and delete data used in AI models .

67
New cards

Value vs. Feasibility Matrix

Quick Wins (High Value/Easy)

Strategic Bets (High Value/Complex)

Fill ins (Low Value/Easy)

Avoid (Low Value/Hard)

68
New cards

Prioritization Scoring Model

Business Impact (30%)

Data Quality (20%)

Technical Feasibility (20%)

Time to Value (15%)

Regulatory Risk (15%).

69
New cards

Priority Threshold

Projects should typically achieve a weighted score of ≥ 7.0 to be prioritized for an immediate roadmap.

70
New cards

Revenue Stream Mix

Products (38%)

Platforms/APIs (29%)

Professional Services (18%)

Data Monetization (15%)

71
New cards

The "Surprise" Costs

Data and Talent are the most underestimated costs, consistently consuming ~57% of a total AI project budget.

72
New cards

Build vs. Buy vs. Partner

Build: Best for core differentiators/IP ownership.

Buy: Best for commodity functions/speed.

Partner: Best for exploring new verticals/regulated entry.

73
New cards

AI Risk Taxonomy

Categorizes threats into four areas:

  1. Technical (drift, hallucinations)

  2. Business (ROI miss)

  3. Ethical (bias)

  4. Regulatory (EU AI Act)

74
New cards

AI ROI FORMULA

ROI = ((Net Benefit - Total Investment)/Total Investment ) x 100

75
New cards

Reactive vs. Proactive Support

Reactive: Waiting for the user to report a problem.

Proactive: AI identifies a struggle (e.g., failed checkout) and offers help before a ticket is created.

76
New cards

Deflection Rate

The percentage of customer queries resolved by AI/Self-Service without needing a human agent.

77
New cards

Sentiment Analysis

AI detecting the emotional tone of a message (e.g., Frustrated, Happy, Urgent) to prioritize the most upset customers.

78
New cards

Intelligent Routing

AI analyzing the intent of a message and sending it to the specific human expert best suited to solve it.

79
New cards

Zero-Touch Resolution

A query solved entirely by AI from start to finish with no human involvement.

80
New cards

KPIs (Customer Service)

CSAT (Customer Satisfaction) - A score (usually 1-5) given by the user after a support interaction.

FCR (First-Contact Resolution) -The percentage of issues solved in the very first interaction (AI or human).

AHT (Average Handle Time) - The total time spent by an agent or AI to resolve a single ticket.

NPS (Net Promoter Score) - Measures long-term loyalty by asking "How likely are you to recommend us?"

81
New cards

Cost Per Ticket

= Total Support Team Costs (Salaries + Tools)/Total Tickets Handled

82
New cards

Monthly Savings

(Tickets Deflected by AI) x (Cost per Human Ticket - Cost per AI Interaction)

83
New cards

Primary Goal of AI in Entertainment

To win and maintain attention in crowded markets and increase monetization efficiency.

84
New cards

Content Personalization

Using algorithms to shape what users watch and buy, improving experience at scale.

85
New cards

Monetization Strategy

AI increases efficiency by raising the relevance of ads and content to the individual viewer.

86
New cards

Creative Assistance

AI acts as an assistant for content recognition and accelerating creative workflows.

87
New cards

Primary Goal of AI in Sports

To analyze players, speed up coaching, and optimize game strategy to improve the chance of winning.

88
New cards

Tracking Data (AI IN SPORTS)

Makes physical attributes like spacing, movement, and defensive reactions measurable instead of purely visual

89
New cards

Decision Support

Moves from pure intuition to intuition informed by probabilities (e.g., predicting an opponent's most likely next action).

90
New cards

Core Functions (SPORTS)

Track, Coach, Scout, Strategize, and Perform.

91
New cards

AI Value Loop (Entertainment/Sports)

Step 1: Collect - Gathering behavior and tracking data (e.g., viewer clicks or player movement).

Step 2: Predict - AI Models generate probabilities or rankings based on the data

Step 3: Decide - Human leaders or automated systems choose an action based on predictions

Step 4: Value - The chosen action leads to a business or performance outcome

92
New cards

Industrial AI

Industrial AI focuses on hyper-efficiency, human safety, and supply chain resilience.

93
New cards

Digital Twins

Virtual simulations of physical systems used to "simulate before you spend" and optimize factory planning.

94
New cards

Predictive Maintenance

Using AI to prevent failures before they happen; for example, avoiding downtime events that can cost $50,000/minute

95
New cards

Computer Vision in Factories

Used for quality inspection and safety monitoring on the factory floor.

96
New cards

SDV (Software-Defined Vehicle)

A vehicle where features and functions are primarily enabled through software, creating new revenue streams.

97
New cards

Telematics

Long-distance transmission of computerized information, used in automotive for driver safety and in-cabin AI.

98
New cards

Edge Physics

The intersection of AI data and real-world physical constraints in autonomous vehicle operation.

99
New cards

S&OP (Sales and Operations Planning)

AI helps break silos by moving from batch-based to real-time planning for inventory and working capital.

100
New cards

Inventory Optimization

Using AI to reduce working capital; e.g., freeing $18M in inventory by improving forecast accuracy.