AI Curriculum Designer
An AI Curriculum Designer architects learning experiences that bridge the gap between rapidly evolving AI technologies and workfor…
Skill Guide
The systematic design, testing, and optimization of natural language instructions and interaction frameworks to elicit high-quality, pedagogically sound educational content, explanations, and interactive tutoring behaviors from large language models.
Scenario
Create a lesson plan on 'photosynthesis' for a 7th-grade class, with three versions differentiated for beginner, intermediate, and advanced learners.
Scenario
Your platform needs an AI tutor that helps Python novices debug their code by asking guiding questions, not giving answers. Design the prompt system for this tutor.
Scenario
Automate the creation of a 10-module online course, including lessons, practice questions, and summaries, with an integrated QA check for factual accuracy and pedagogical soundness.
Use Bloom's Taxonomy to align prompts with specific cognitive levels (remember, analyze, create). Employ CoT/ToT for complex reasoning tasks in math or science tutoring. Enforce structured outputs for downstream integration into apps or databases.
LangChain for building and chaining LLM calls into tutor applications. PromptLayer/W&B for logging, versioning, and testing prompt performance over time. Develop automated scoring rubrics paired with periodic human expert review to ensure content quality.
Answer Strategy
The candidate must demonstrate system design thinking, not just single-prompt writing. They should outline a multi-step process: 1. Error classification prompt to categorize the student's mistake (procedural vs. conceptual). 2. A decision prompt that, given the error type and attempt count, selects the hint strategy. 3. A hint-generation prompt specific to that strategy (e.g., 'Generate a worked example for a common misconception in solving linear equations'). They should mention maintaining a state variable (e.g., attempt counter) for the student's session.
Answer Strategy
Tests the candidate's approach to quality control at scale. They should talk about constraints, examples, and validation. The strategy should include: 1. Defining a rigid output format in the prompt. 2. Providing a few 'golden example' flashcards in the prompt to set the standard (few-shot). 3. Breaking the task into batches with a validation step. 4. Mentioning a method for fact-checking or scoring outputs (e.g., a separate prompt to verify definitions against a trusted source).
1 career found
Try a different search term.