Automation & AIModule 1: AI without the mysteryLesson 1 of 15
Course progress0%
18 min lesson · Updated August 2026
What are AI, machine learning and generative AI?
Artificial intelligence is the broad field of building systems that perform tasks associated with human intelligence; machine learning is one approach that learns patterns from data; generative AI creates new outputs from learned patterns and supplied context.
What you will learn
By the end, you will understand:
Separate AI, machine learning and generative AI
Recognize prediction, classification and generation as different jobs
Describe capabilities without claiming human understanding
Visual explainer
See the idea clearly.
✓
Artificial intelligence forms the broad outer field; machine learning sits within it as a pattern-learning approach; generative AI overlaps as systems that create new text, image, audio, video or code outputs.
Three nested ideas
Term
Meaning
Artificial intelligence
A broad field of systems designed to perform tasks such as perception, prediction, language use, planning or decision support.
Machine learning
Methods that fit patterns from examples/data rather than receiving every rule explicitly.
Generative AI
Models that produce new text, images, audio, video, code or other outputs based on learned patterns and current input.
Not every automation is AI
A rule that sends an invoice reminder three days before a due date is automation, but not necessarily AI. A model that classifies an incoming message by intent may use machine learning. A model that drafts a reply is generative AI.
Systems often combine these pieces. Using precise names helps teams decide what evidence, permissions and review each part needs.
Common machine-learning jobs
Job
Example
Classification
Label a message as billing, support or sales.
Prediction
Estimate likelihood of stock running out based on historical data.
Recommendation/ranking
Order products or content that may be relevant.
Detection
Flag unusual transactions or defects for review.
Generation
Create a draft response, image or summary from instructions and context.
Learning patterns is not human understanding
A system may perform a task convincingly without consciousness, common sense or lived experience. Avoid saying it “knows,” “wants” or “understands” unless you clearly mean operational behavior.
Performance can change across languages, populations, unusual cases and changing conditions. An average benchmark does not prove reliability for your exact use.
Data and objective shape behavior
01
Define task
02
Collect/select data
03
Represent examples
04
Train or configure model
05
Evaluate on relevant cases
06
Deploy with limits
07
Monitor real outcomes
08
Update or withdraw
Evaluate the use case before the tool
Real problem and beneficiary
Expected output/action
Consequence of error
Available data and rights
Baseline non-AI option
Human review point
Fairness and accessibility
Security/privacy limits
Success and failure measures
Rollback/exit plan
Real-world example
Example: support routing versus reply generation
Example
A retailer uses a classifier to route incoming messages, a rule-based workflow to create tickets and generative AI to suggest a reply. A person approves refunds and sensitive responses. Calling the entire system “an AI chatbot” hides important controls.
Try this
Label a system precisely
Choose one tool your business calls AI. List each component and label it rule-based automation, prediction/classification, generation or human decision. Note where an error could cause harm.
Common questions
Questions beginners ask.
What is artificial intelligence?
A broad field of systems that perform tasks associated with perception, prediction, language, planning or decision support.
What is machine learning?
An approach in which a system learns statistical patterns from data/examples instead of receiving every rule explicitly.
What is generative AI?
Models that generate new outputs such as text, images, audio, video or code from learned patterns and current input.
Is every chatbot AI?
No. Some follow fixed rules; others use language models; many combine both.
Is every automation AI?
No. Many useful automations use deterministic triggers, conditions and actions without machine learning.
Does AI think like a person?
Do not assume human consciousness, intent or understanding from fluent or capable output.
Can AI be accurate?
It can perform well on some tasks, but accuracy depends on data, design, context and evaluation; errors remain possible.
Is AI always better than a rule?
No. A simple rule may be cheaper, clearer and more reliable for stable deterministic work.