Prerequisites: Basic programming and web concepts, computational thinking
Focus: From Analytic to Generative AI
By the end of this module, you will be able to:
20-25 minutes • Top-down approach: Broad AI landscape to focused applications
We'll start with the big picture of AI, then focus on specific types and applications
Definition: AI systems designed to identify patterns, trends, and apply rules or access knowledge systems without dynamic generative ability
Core Function: Analysis, classification, prediction based on existing data
Definition: AI systems designed for creation and content generation
Core Function: Producing new content, text, images, code, etc.
Analytic: Diagnostic AI for pattern recognition in medical imaging
Generative: Medical report generation and treatment plan creation
Analytic: Learning analytics and performance tracking
Generative: Personalized content creation and adaptive learning materials
Analytic: Market analysis and trend prediction
Generative: Marketing copy generation and product descriptions
25-30 minutes • Bottom-up approach: Building understanding from fundamentals
Machine Learning as a subset of Analytic AI
Focus on pattern recognition and prediction from data
Gathering relevant, representative datasets
Quality considerations: completeness, accuracy, relevance
Study Analogy: "Like studying for a test using practice problems"
Algorithm learns patterns from training data through iterative improvement
Study Analogy: "Applying what you learned to solve new problems"
Making predictions on new, unseen data with performance evaluation
These examples demonstrate how the three-step process applies to different domains
Cram Study Analogy: "Memorizing specific practice problems instead of understanding concepts"
Model performs well on training data but fails on new data
Real-world impact: Poor generalization to novel situations
Biased Study Material Analogy: "Studying from materials that only cover certain perspectives"
Models inherit and amplify biases present in training data
Real-world impact: Discriminatory outcomes in hiring, lending, criminal justice
15-20 minutes • From simple concepts to complex applications
Inspired by biological neural networks
Interconnected nodes (neurons) processing information
Pattern recognition through layered processing
Their weights determine how much their votes count in the final decision
Neural networks serve as the foundation for Large Language Models
Transition from Analytic AI applications to Generative AI capabilities
Using Google's Teachable Machine, we'll create a basic pet classifier
Experience firsthand how training data quality and quantity affects model performance
30-35 minutes • Understanding and effectively using generative AI
When LLMs cite sources or provide information, they are making predictions based on training data, not accessing real-time databases
Communicate in natural language rather than specific code/syntax
Democratizes access to AI capabilities and enables rapid prototyping
A structured approach to communicating with AI
Specific, well-defined goals
Practical details, input types, steps, desired output
Demonstrate intended output, specify what you DON'T want
Target population characteristics and needs
Iterative improvement through feedback
Students create a simple prompt and observe the results
Generic, broad responses that may not meet specific needs
Observe how vague prompts lead to vague responses
Apply the CLEAR framework to transform the basic prompt
Refine prompts based on initial outputs
Iteration is crucial - first attempts rarely produce optimal results
Each refinement teaches you more about effective prompting
LLMs accessing and synthesizing information from databases
Integration with search engines (Google's AI Overviews, Bing Chat)
Returns list of links to relevant pages
User evaluates and synthesizes information
Provides synthesized answers from multiple sources
AI pre-processes and summarizes information
AI systems can perpetuate misinformation and present confident-sounding but incorrect information
Synthesized information appears at top of search results - looks authoritative but may contain errors
Always scroll down to check original sources
You now have the foundational understanding of AI systems
Next: Degenerative AI - Exploring the Dark Side of AI