--- title: Talking to Machines units: [Problem Solving With AI] summary: Welcome to AI Foundations with Mr. Levine! weight: 10 --- {{% param summary %}} ## Today's Objectives - Analyze patterns in AI-generated responses to explain how input prompts influence outputs. - Experiment with different prompts to observe how AI’s responses change. - Explain that AI models use probability and statistics to generate responses. - Refine AI-generated outputs by iterating on prompts and recognizing patterns in responses. ## Lesson Overview ### How do you use AI? {{% define "Artificial Intelligence (AI)" %}} #### Have you ever used an AI chatbot (e.g. ChatGPT, Gemini, Copilot, etc.)? Guess what percentage of U.S. adults used AI chatbots in 2026. {{< collapse summary="Click here to reveal the answer." >}} According to Pew Research Center, 49% of U.S. adults used AI chatbots in 2026, up from 33% in 2024 [[Source](https://www.pewresearch.org/internet/2026/06/17/americans-and-ai-2026-chatbots-smart-devices-and-views-on-impact/)]. {{}} #### What do you use AI chatbots for? Guess what your classmates might have said. {{< collapse summary="Click here to reveal likely answers." >}} According to Pew Research Center, likely answers include: | Using AI chatbots... | % of U.S. teens ages 13 to 17 | |-----------------------------------------|------------------------------:| | to search for information | 57% | | to get help with schoolwork | 54% | | for fun or entertainment | 47% | | to summarize an article, book, or video | 42% | | to create or edit images or videos | 38% | | to get news | 19% | | for casual conversation | 16% | | to get emotional support or advice | 12% | [[Source](https://www.pewresearch.org/internet/2026/02/24/how-teens-use-and-view-ai/)] {{}} ### How does AI generate responses? {{< collapse summary="Click here to reveal the answer." >}} AI generates responses by (in simple terms): 1. Reading your prompt 2. Predicting likely responses based on patterns in its training data 3. Choosing a response based on probability and randomness {{% define "Prompt" %}} {{% define "Probability" %}} {{}} ### Can AI make mistakes? {{< collapse summary="Click here to reveal the answer." >}} Yes, AI can make mistakes because it turns your prompt into a simplified representation, which can cause important details to be lost in the process. This abstraction can lead to misunderstandings and incorrect responses. {{% define "Abstraction" %}} {{}} ### How can you use AI effectively? {{< collapse summary="Click here to reveal the answer." >}} Using AI effectively requires learning how to prompt AI, which you will start experimenting with today. {{}} ## Assignment {{% instructions-code-org-create %}} {{% instructions-code-org-update %}} {{% instructions-unit-journal-create %}} {{% instructions-unit-journal-update %}} {{% unit-journal-define-terms "Artificial Intelligence (AI)" "Probability" "Abstraction" "Prompt" %}} {{% unit-journal-question-of-the-day question="How can I use AI effectively?" hint="Think about what prompting strategies you used to get the most helpful AI chatbot output." %}}