Skip to Content
Solution PlaysPlay 74: Play 74 β€” AI Tutoring Agent πŸŽ“

Play 74 β€” AI Tutoring Agent πŸŽ“

Socratic AI tutor β€” adaptive difficulty, knowledge state tracking, misconception detection, personalized learning paths.

Build an intelligent tutoring agent that never gives direct answers. Uses Socratic questioning with 4-step hint progression, tracks student mastery via Bayesian Knowledge Tracing, detects and remediates misconceptions across sessions, and enforces strict content safety for minors.

Quick Start

cd solution-plays/74-ai-tutoring-agent az deployment group create -g $RG -f infra/main.bicep -p infra/parameters.json code . # Use @builder to implement, @reviewer to audit, @tuner to optimize

Architecture

πŸ“ Full architecture details

Pre-Tuned Defaults

  • Socratic: 4-step hint progression Β· 3 attempts before explanation Β· always check understanding
  • Difficulty: 5 levels Β· advance after 3 correct streak Β· retreat on misconception
  • Knowledge: Bayesian tracking Β· 0.80 mastery threshold Β· 14-day misconception decay
  • Safety: All severity thresholds at 0 (zero tolerance for minors)

DevKit (AI-Assisted Development)

PrimitiveWhat It Does
agent.mdRoot orchestrator with builder→reviewer→tuner handoffs
copilot-instructions.mdTutoring domain (Socratic method, misconception handling, difficulty curves)
3 agentsBuilder (gpt-4o), Reviewer (gpt-4o-mini), Tuner (gpt-4o-mini)
3 skillsDeploy (175+ lines), Evaluate (120+ lines), Tune (230+ lines)
4 prompts/deploy, /test, /review, /evaluate with agent routing

Cost Estimate

ServiceDevProdEnterprise
Azure OpenAI$30$350$1,500
Cosmos DB$3$95$360
Azure AI Search$0$250$500
Static Web Apps$0$9$9
Container Apps$10$120$350
Azure AI Content Safety$0$40$120
Key Vault$1$3$10
Application Insights$0$30$100
Total$44$897$2,949

πŸ’° Full cost breakdown

vs. Play 65 (AI Training Curriculum)

AspectPlay 65Play 74
FocusCurriculum design + dependency graphsReal-time Socratic tutoring
InteractionSelf-paced modulesMulti-turn adaptive conversation
AI RoleGenerate learning pathsGuide student reasoning
SafetyStandard content safetyStrict (minors-grade, zero tolerance)

πŸ“– Full documentation Β· 🌐 frootai.dev/solution-plays/74-ai-tutoring-agentΒ  Β· πŸ“¦ FAI Protocol

FAI Manifest

FieldValue
Play74-ai-tutoring-agent
Version1.0.0
KnowledgeF1-GenAI-Foundations, O2-AI-Agents, T2-Responsible-AI
WAF Pillarsresponsible-ai, reliability, cost-optimization, performance-efficiency
Last updated on