A Teacher's Guide to AI Vocabulary
Learning about AI can feel like stepping into a new world, but understanding the language makes it a lot less intimidating. Think of this as your cheat sheet to feeling confident and informed. Let’s decode the most common terms, from the core concepts to the tools you might use in your classroom.
Core Concepts
- Artificial Intelligence (AI): Technology that mimics human thinking and decision-making. Think of it as the "brain" behind tools like smart assistants or personalized learning platforms.
- Generative AI: This is the creative side of AI. It’s what powers the tools that create original content, like text, images, or even music. Think of it as a digital student who can write an essay, design a poster, or compose a tune from a simple instruction.
- Hallucinations: When an AI generates information that sounds plausible but is actually incorrect, made-up, or not based on its training data. It’s like a student confidently giving a wrong answer or inventing facts in an essay.
- Large Language Model (LLM): A specific type of generative AI that is trained on massive amounts of text. These are the models that can read, write, and respond in human language (e.g., ChatGPT or Claude).
- Machine Learning (ML): A subset of AI where systems learn from data to identify patterns and make predictions without being explicitly programmed. It's like a student who learns from examples instead of just being told the rules.
- Natural Language Processing (NLP): The technology that allows machines to understand and generate human language. It’s how AI can read your students' essays, answer their questions, or create summaries.
- Prompt: The question, command, or instruction you give to an AI system. It's the key to getting the AI to do what you want, similar to how you would give a clear assignment to a student.
- Prompt Engineering: The art and science of crafting effective prompts to get the most useful and accurate responses from an AI. It's like teaching your students how to ask better questions to get better information.
How AI Works
- Completion: The output or response that the AI generates after you give it a prompt. It’s the final result you get back.
- Context Window: The amount of information an AI model can remember during a single conversation. If the conversation gets too long, the AI might “forget” earlier details.
- Embedding: The process of converting words, sentences, or images into numbers so an AI can understand and compare them. It's the technical way AI organizes information to find similarities.
- Fine-tuning: Customizing a pre-trained AI model with a new, specific dataset. It's like giving an AI a masterclass on a particular subject, such as your school’s history or a specific curriculum, to make it more specialized.
- Neural Network: A system of algorithms inspired by the human brain. It's a key part of how AI learns and processes information.
- RAG (Retrieval-Augmented Generation): A method where an AI first searches a specific, external data source (like your school's document library or a curated database) before generating a response. This helps the AI provide more accurate, source-based answers rather than relying solely on its general knowledge, reducing "hallucinations."