AI 101

Slide 1 of 20
Course Introduction β€’ Zero Tech Jargon

AI 101: A Plain-English Guide to Artificial Intelligence

What it is, how it works, and how to use it safelyβ€”no computer science degree, math background, or technical jargon required.

Not a Magic Wand

AI does not possess feelings, self-awareness, or supernatural insight. It is software built by humans to recognize patterns.

A Digital Swiss Army Knife

Think of it like a versatile power tool for words, ideas, and organization. You don't need to build the engine to steer the car.

Foundation

AI You Already Use Every Day

You did not wake up in the AI age yesterday. You’ve interacted with artificial intelligence for well over a decade:

🎬

Streaming Recommendations

Netflix, Spotify, and YouTube predict what song or episode you will enjoy next based on past habits.

πŸ—ΊοΈ

GPS & Traffic Navigation

Google Maps and Waze recalculate your commute in real time by forecasting traffic bottlenecks.

πŸ›‘οΈ

Email Spam Filters

Your inbox silently reads patterns in billions of junk emails and tosses suspicious messages into Spam.

πŸ“±

Phone Autocorrect & Photos

Typo correction, facial unlock, and automatic photo tagging all run on machine learning algorithms.

πŸ’‘

What Changed Recently?

Old AI worked behind the scenes to sort, filter, and recommend existing data. New Generative AI talks directly with you and creates brand-new drafts, summaries, and artwork.

Concept Clarification

The AI Family Tree: Russian Nesting Dolls

People often use "AI", "Machine Learning", and "Chatbots" interchangeably. Think of them as nesting boxes:

Level 1: The Outer Umbrella Broadest

Artificial Intelligence (AI)

Any machine or program engineered to perform tasks that typically require human smarts (e.g., chess computers, voice translation, vision).

Level 2: The Method Learning From Data

Machine Learning (ML)

Teaching computers by showing them thousands of examples instead of typing out every rule by hand.

Level 3: The New Creative Tool Content Creators
Generative AI (GenAI & LLMs)

Specialized models that use what they learned to generate new writing, code, synthetic speech, or imagery (e.g., ChatGPT, Claude).

βœ“ Takeaway: All Generative AI is Machine Learning, but not all Machine Learning generates new text.
Evolution

How We Got Here: From Strict Rules to Pattern Spotting

1950s – 1980s

Rule-Based Code

Human programmers had to hand-write every rule manually: "If customer says 'A', reply with 'B'."

Limitation: If the user said "A+", the software broke completely.

Status: Brittle
1990s – 2010s

Learning by Examples

Instead of manual rules, computers scanned 500,000 photos of cats to discover what ears and whiskers look like.

Limitation: Great at classification, but couldn't talk back fluidly.

Status: Pattern Recognition
2017 – Present

The Transformer Era

In 2017, a breakthrough architecture allowed computers to track word connections across entire paragraphs simultaneously.

Result: Human-sounding, fluid conversation at consumer scale.

Status: Conversational Fluency
Key takeaway: Computers didn’t suddenly become human. They transitioned from rigid rulebooks to ultra-fast statistical pattern spotting across massive amounts of human text.
Demystifying the Tech

What Exactly Is an AI "Model"?

πŸ“– The Library Student Analogy

Think of an AI model like an extremely fast student who read almost every public book, manual, and article in the world. Crucially: the student did not sneak copies of all those books into their pockets. Instead, they closed the books and kept only their notes on grammar, relationships, tone, and facts.

Phase 1

Training (Going to School)

Takes months and millions of dollars of supercomputers. The system analyzes text and adjusts trillions of mathematical dials (parameters) until its guesses match real language.

Phase 2

Inference (Taking the Exam)

This happens in seconds when you chat with AI. You prompt the finished model, and it applies its retained knowledge to generate an answer on demand.

⚠️ Common myth: An AI model is NOT a Google search engine searching a hidden database. It is generating new sentences from mathematical memory.
Core Mechanics

How Chatbots "Think": Next-Word Prediction

Underneath the hood, Large Language Models (LLMs) are essentially predictive text on steroids.

Interactive Token Prediction Demo
"A fresh cup of hot ...???"
"coffee"
68%
"tea"
24%
"cocoa"
7%
"gravel"
0.0001%
What are "Tokens"? AI models don't process whole words at once. They break sentences into word fragments called tokens (about 4 characters or 3/4 of an English word).
Does the AI "Know" Anything? No. It has no heartbeat, conscious intent, or personal beliefs. It chooses words based on statistical probability calculated across trillions of language patterns.
User Controls

Two Levers You Control: Memory & Creativity

πŸ“‹ 1. Working Memory (Context Window)

Desk Size

Think of the context window as the size of the AI’s whiteboard or desk. It can only look at what fits on the desk at one time (your current conversation and uploaded files).

Pro tip: If a conversation gets too long, earlier points fall off the desk and are forgotten. When switching to a new topic, start a fresh chat!

πŸŽ›οΈ 2. The Creativity Dial (Temperature)

Thermostat

Temperature controls how adventurous the AI is allowed to be with its next-word probabilities.

Cool (Low Temp ~ 0.2): Strict, factual, predictable. Best for summaries and code.
Warm (High Temp ~ 0.8): Expressive, varied, surprising. Best for brainstorming and stories.
Bottom line: Keep each chat dedicated to a single project so the AI's working memory stays clear and focused.
The Market

The Major AI Tools: Who Does What Best?

OpenAI (ChatGPT) The Pioneer

Most widely used consumer platform. Excellent general-purpose writer, coder, and audio companion with real-time voice mode.

Best for: Daily general tasks, brainstorming, voice conversations.
Anthropic (Claude) Nuanced Analyst

Built with safety and calm steerability. Celebrated for natural, human-like prose and handling massive multi-page documents.

Best for: Long documents, writing editing, thoughtful reasoning.
Google (Gemini) Workspace Partner

Deeply integrated with Google Search, Gmail, YouTube, and Docs. Built from the ground up for images, video, and text.

Best for: Google ecosystem users, live web research, multimedia tasks.
Microsoft (Copilot) Office Assistant

Powered by OpenAI technology and built directly into Windows, Word, Excel, and PowerPoint for workplace productivity.

Best for: Corporate reporting, spreadsheets, presentations.
Key takeaway: There is no single "winner." Try two free tools to discover which writing style and interface you feel most comfortable with.
Enterprise Productivity

Microsoft 365 Copilot: Your Everyday Work Partner

🏒 Built Inside Your Apps

M365 Copilot lives directly inside the tools you open dailyβ€”no copy-pasting into browser tabs:

W Word
O Outlook
T Teams
X Excel
P PowerPoint & Copilot Chat

πŸ›‘οΈ The "Work Grounding" Advantage (Microsoft Graph)

Zero Public Leaks

Unlike generic public chatbots, Copilot connects securely to your organization's internal data via Microsoft Graph. It only accesses documents, calendars, and chats that you already have permission to view, and never shares company data outside your organization.

1. In-App Sidebar & In-Line Chat alongside your document in the right sidebar or press Alt+I in Word to draft right on the page.
2. The Magic Slash Key (/) Type / in any prompt box to immediately search and reference specific files, presentations, or coworker emails as context.
πŸ’‘
Everyday Workflow Example

"Summarize this Teams meeting recording, highlight open concerns, and list all action items assigned to me."

Saved: 45 min of playback
Model Intelligence

Copilot Modes: Quick Response vs. Thinking (Reasoning)

⚑

Quick Response (Standard)

1 – 2 Seconds

How it works: Pattern autocomplete off the top of the model's head. It generates fluent text instantly without pausing to review its own work.

Best suited for:
βœ“ Drafting quick email replies and invites
βœ“ Rephrasing paragraphs to be polite or concise
βœ“ Proofreading and grammar fixes
βœ“ High-level meeting summaries
Speed: Instantaneous | Cognitive Load: Light
🧠

Think Deeper (Reasoning Models)

10 – 30 Seconds

How it works: The model uses an internal "scratchpad" (Chain of Thought). It breaks the prompt into logic steps, tests hypotheses, and checks its own math before displaying the answer.

Best suited for:
βœ“ Comparing multi-page contracts & conflicting vendor terms
βœ“ Multi-step financial calculations & complex Excel logic
βœ“ Analyzing contradictory company policies
βœ“ Strategic trade-offs and decision matrices
Speed: Deliberate | Cognitive Load: Deep Analysis
🎯 The Golden Rule of Thumb: Use Quick Response for drafting words; use Think Deeper (Reasoning) for deciding and calculating.
Architecture & Privacy

Web Apps vs. Private Offline AI

☁️ Cloud Web Services (Hosted)

Most Common

You open a browser or app (ChatGPT, Claude). Powerful servers in massive data centers do the heavy lifting and send back the text.

βœ” Zero setup: works on any smartphone or tablet.
βœ” Always runs the latest, most powerful models.
βœ– Your prompts travel over the internet to the company.

πŸ’» Private Local AI (Open-Weight)

High Privacy

You download the model blueprint (like Meta's Llama or Mistral) directly onto your own personal computer using apps like Ollama or LM Studio.

βœ” 100% Private: no internet connection required.
βœ” Never risks training outside models on your data.
βœ– Requires a strong computer with a modern GPU chip.
Rule of thumb: Free cloud apps are perfect for day-to-day casual learning; private or enterprise-shielded tools are essential for protected company data.
Prompt Engineering

How to Talk to AI: The C-T-R-L Method

A "prompt" is simply your instruction. Treat the AI like a bright, eager intern: clear instructions get brilliant results; vague commands get generic fluff.

C – Context

Who you are & why you are doing this.

T – Task

The exact single job you want completed.

R – Rules

Constraints, tone, things to avoid.

L – Length

Desired layout, bullet points, or words.

❌ Weak Prompt (Vague)
"Write an email about the project delay."

Problem: The AI must guess who you are, what the delay is, who the audience is, and what tone to use.

βœ… Strong C-T-R-L Prompt
"Act as an IT project manager [C]. Write a polite email to our sales leadership explaining that the CRM upgrade is delayed by 48 hours to patch a security bug [T]. Keep the tone calm and solution-oriented [R]. Limit to 2 short paragraphs with a summary bullet list [L]."

Result: Direct, professional, immediately ready to send.

Advanced Technique

Two Pro Habits: Conversing & Grounding

πŸ’¬

Habit 1: Don’t Restart β€” Refine

Beginners start over when the first reply isn't perfect. Pros steer the conversation with follow-ups:

"Cut this in half and make the tone more conversational."
"Give me 3 alternative headlines that sound punchier."
"Format option #2 into a step-by-step checklist."
πŸ“Ž

Habit 2: Feed the Source (Grounding)

Never ask an AI to guess private facts. Give it the source material directly by pasting text or attaching a PDF:

Example Prompt:

"Based ONLY on the employee handbook text I have pasted below, what is the policy on taking personal days? If the answer is not mentioned, say 'Not found'."

Grounding prevents the model from guessing and virtually eliminates fabricated answers.

Key insight: You don't have to be a master writer. AI is an interactive collaborator that thrives on step-by-step feedback.
Critical Risk

Danger #1: "Hallucinations" (Invented Facts)

⚠️ What Is a Hallucination?

When an AI doesn't know an answer, it rarely stops to say "I don’t know." Because it is fundamentally programmed to predict fluent words, it will generate believable-sounding false facts, fake book titles, or nonexistent legal precedents with complete confidence.

Best Uses for AI
  • Drafting initial outlines and email templates
  • Summarizing articles you provide
  • Brainstorming dinner recipes or project names
  • Fixing spelling, tone, and grammar
Never Rely Blindly On AI For
  • Prescription dosages or medical diagnosis
  • Legal compliance and court case citations
  • Tax calculations and investment decisions
  • Obscure historical facts without sources
🌟 The Golden Rule: Treat AI as an author, never as an oracle. Verify all critical claims.
Safety & Ethics

Danger #2: Privacy, Security & Algorithmic Bias

πŸ”’

Your Chats Are Not Private Diaries

On free consumer apps, conversations are routinely logged by providers to train future models or undergo human quality review.

The "Never-Paste" Checklist:
❌ Passwords, PINs, or API keys
❌ Social Security numbers or banking logins
❌ Proprietary company code or trade secrets
❌ Patient or client confidential records
βš–οΈ

Algorithmic Bias

AI models learn from centuries of text found on the public internet. Because human internet text contains cultural, gender, and regional biases, models can unintentionally echo those same stereotypes.

Stay Vigilant: Always critically review AI-generated candidate evaluations, job descriptions, or policy drafts to ensure fair treatment for all groups.
Rule: If you wouldn't pin a memo to a public office corkboard, don't paste it into a free public chatbot!
The Frontier

What’s Emerging: Voice, Vision & AI Agents

AI is rapidly breaking out of simple text boxes into the physical world:

πŸŽ™οΈ

Natural Spoken Voice

Zero-delay, human-like voice conversations that understand interruptions, tone of voice, sarcasm, and foreign languages instantly.

Great for language practice and audio brainstorming on commutes.
πŸ‘οΈ

Computer Vision

Point your phone camera at a plumbing valve, a handwritten vintage recipe, or a strange garden weed and ask: "What is this, and how do I care for it?"

Understands diagrams, handwriting, and physical objects.
πŸ€–

AI Agents (Doers)

Moving from talkers to doers. Agents can browse websites, call APIs, check flight databases, and execute multi-step workflows.

Example: "Compare these three hotel options and create a shared calendar invite."
Looking ahead: You won't just type prompts; you will converse out loud and show the AI what you see.
Actionable Practice

Your First AI Exercise: Try It in 5 Minutes

The fastest way to overcome fear of AI is a quick, low-stakes experiment right now:

1

Pick Any Free Tool

Open a free account on ChatGPT, Claude, or Gemini on your phone or laptop.

2

Copy & Paste This Starter Prompt

"I have 3 chicken breasts, canned black beans, dry rice, and salsa in my kitchen. Give me two quick 25-minute dinner recipes. Format each recipe with a prep time, ingredient checklist, and numbered cooking steps."
3

Steer It With a Follow-Up

Once it replies, type this: "Adjust recipe #1 so that it only uses a single microwave safe bowl, and make a grocery list for the spices."

Course Synthesis

Summary: Staying in the Driver's Seat

⚑

A Power Tool

A power drill doesn't replace the carpenter; it just drives screws faster. You decide what gets built.

🎯

Clear Guidance

Use the C-T-R-L framework. The more specific your constraints, the less generic the AI's answer.

🧠

Human Judgment

Empathy, taste, critical skepticism, and accountability are unique human superpowers software can never replace.

Ready to test what you've learned?

You’ve completed the core presentation! Next up is a 7-question interactive Knowledge Check, followed by your printable Study Guide.

Self Assessment

Knowledge Check: Test Your AI Fluency

Score: 0 / 7
Question 1 of 7

How does an AI Large Language Model generate its responses?

Question 2 of 7

In the C-T-R-L prompting framework, what does the letter "R" stand for?

Question 3 of 7

What is an AI "hallucination"?

Question 4 of 7

What is the single most effective way to prevent AI from inventing company rules or facts?

Question 5 of 7

Which of the following is SAFE to paste into a free, public consumer AI tool?

Question 6 of 7

When should you switch Microsoft Copilot to "Think Deeper" (Reasoning) mode instead of Quick Response?

Question 7 of 7

How do you quickly ground Microsoft Copilot on a specific document, presentation, or email thread?

Reference Guide

AI 101: Comprehensive Study Guide & Cheat Sheet

Action successful