AI Scenario-Based Learning Designer
An AI Scenario-Based Learning Designer architects immersive, context-rich training experiences powered by large language models, s…
Skill Guide
Prompt engineering for educational AI agents and tutors is the systematic design and iteration of natural language instructions to direct an AI's behavior, knowledge, and interaction style to achieve specific, measurable learning outcomes for students.
Scenario
Create an AI tutor that explains a complex topic (e.g., photosynthesis, quadratic equations) to a high school student using analogies, breaking it into steps, and checking understanding.
Scenario
The student says: 'I'm stuck on this calculus problem: find the derivative of x^3 sin(x).' The tutor must not give the answer but guide the student through the product rule.
Scenario
Develop a tutor for introductory physics that can solve equations, graph functions, and access a verified formula database to diagnose a student's misconception when they get a problem wrong.
Use the Playground for rapid prototyping and iteration. Use LangChain for building complex chains and agents with memory and tool use. Use Anthropic's console for testing with Claude's specific prompt style and long context.
Use Bloom's to scaffold question difficulty (Remember -> Analyze). Use ZPD to structure hints from general to specific. Use formative assessment principles to design prompts that check understanding, not just generate answers.
Simulate student personas to stress-test tutor prompts. Create scoring rubrics for response helpfulness, accuracy, and tone. Systematically audit for pedagogical bias (e.g., favoring one learning style) and factual hallucinations.
Answer Strategy
Test debugging skills and understanding of pedagogical principles. Strategy: Use a structured methodology. 1. Reproduce the issue. 2. Analyze the current system prompt for constraints against giving direct answers. 3. Implement a step-by-step, Socratic framework in the prompt. 4. Iterate with test cases. Sample Answer: 'I'd first reproduce the issue by inputting a series of common student wrong answers. My diagnosis would focus on the system prompt's lack of explicit constraints against revealing final answers. The fix would involve engineering a new system prompt that mandates a Socratic approach, requiring the AI to first ask the student to identify the relevant concept or formula, then to propose a first step, before allowing any hint. I'd then A/B test the new prompt with a set of benchmark problems to ensure it maintains high helpfulness scores while significantly reducing direct-answer instances.'
Answer Strategy
Tests ability to integrate domain knowledge into prompt design and manage knowledge sources. Strategy: Highlight a systematic approach combining RAG, prompt constraints, and validation. Sample Answer: 'My process is threefold. First, I would vectorize the official curriculum document and a textbook into a Retrieval-Augmented Generation (RAG) system to ground the tutor's knowledge. Second, I would engineer a system prompt that explicitly defines the curriculum scope, the target grade level, and the preferred pedagogical standards (e.g., Common Core's Mathematical Practices). The prompt would instruct the AI to base explanations on retrieved curriculum context. Third, I would create a validation set of questions and expected answers from the curriculum and run regular audits to score the AI for alignment and factual accuracy, using that data to refine prompts.'
1 career found
Try a different search term.