AgentLoop Academy
An interactive learning platform where high school and college students build a working AI agent from scratch in 90 minutes, learning the recursive-loop pattern through guided experimentation rather than video lectures.
High school and college students learning how AI agents actually work
- Step-by-step agent construction with a live in-browser code playground
- Animated visualization of the recursive message loop
- Pre-built tool recipes (web search, calculator, file reader) students can remix
- Shareable capstone project and completion badge
Public discourse around agents has exploded but most students never actually build one; the Lisp post proves the core loop is teachable in a single class period, opening a clear gap for hands-on curricula.
Multiple established student-targeted AI programs exist (Inspirit AI, STEAM in AI, Codecademy 'Learn How to Build AI Agents') and the AI-in-education market is projected to grow from $3.43B (2023) to $54.5B (2032), though the cited HN post actually scored only 57 points / 4 comments (not 96/5) and reflects developer interest more than student demand.15 Online AI Programs for High School Students ↗AI Agents for Education: Impact and Use Cases - Inoxoft ↗
Very crowded: Codecademy has dedicated 'Learn How to Build AI Agents' and 'Intro to AI Agents' courses, Scrimba ranks multiple 2026 agent courses, and there is even a literal GitHub repo called 'AI_Agent_School' (interactive educational platform for AI agents with MCP/A2A visualizations) directly competing on the 'interactive build-an-agent' angle.Learn How to Build AI Agents - Codecademy ↗GitHub - bhakthan/AI_Agent_School ↗Best Courses to Learn AI Agents and Agentic AI in 2026 ↗
Proven WTP for agent courses (ZeroToMastery $299/yr or $1,299 lifetime, Codecademy Pro/Student tiers, bootcamps $458–$2,604), but the HS/college target demographic is price-sensitive and many competitors offer free tiers, making net monetization mixed.I Tried 30+ Agentic AI Courses - Medium ↗Pricing | Codecademy ↗Pricing | Boot.dev ↗
AI agent demand is structurally strong (agents are now the dominant AI paradigm and the education segment is growing ~16x by 2032), but curriculum ages fast as frameworks (CrewAI, MCP, A2A) evolve every few months, requiring constant content updates.AI Agents for Education: Impact and Use Cases - Inoxoft ↗
Stack is well-trodden (browser IDE + guided labs as in Boot.dev/Scrimba/Codecademy), and the '100 lines of Lisp' proof point confirms a teachable single-session agent loop exists; however, building an interactive platform still requires pedagogy design, sandboxed execution, hosting, and student auth — moderate, not trivial.An agent in 100 lines of Lisp | Hacker News ↗Pricing | Boot.dev ↗