Agentic-AI Learning Platform
Production multi-agent learning platform. Eighteen-week curriculum from LLM fundamentals through MCP authoring, content authored under a curriculum / pedagogy / platform agent roster, content gaps closed by a simulated-learner agent run across all 126 days. Started one-user; now serves a live cohort, ten-plus users onboarded.
Agentic-AI Learning Platform
Production-grade learning platform built end-to-end under an agent roster. I sat as product owner, business representative, and content reviewer; the roster authored the curriculum, the platform, and the companion agent.
Content authoring as a production system.
- Eighteen-week structured curriculum written from scratch by a roster of role-specialised agents — curriculum-design, pedagogy, platform-engineering — each with a written profile and a scoped mandate.
- Same hire-through-one-channel, propose-with-reasoning, scope-boundary disciplines as a human team.
- Output: 126 daily modules, mini-projects at the week-3 and week-12 inflections, free-tier-only constraint enforced at design time, DE-primary with an EN mirror.
Closing the manual-testing gap with a simulated-learner agent. Standard “review everything” prompts missed real user friction — content/video mismatches, incomplete EN translations, unintroduced prerequisites. The fix: a simulated-learner agent with a fixed persona (Swiss HR director, mid-forties, no programming background, ChatGPT at “rewrite this email” level).
- Walks the curriculum one day at a time as a novice would; flags any term used before it’s introduced; routes each friction point to the right specialist (content → curriculum agent, pacing/tone → pedagogy, broken links → platform engineer).
- Each pass is a fresh instance carrying only the cumulative knowledge profile from prior days — no memory of last critique, so unfixed friction is caught again. Loop runs until a pass comes back empty, then the day locks.
- Encoded as a runnable orchestrator skill (dispatch → verdict → route → revise → fresh pass → validate → commit → next day). Ran across all 126 days.
One half of how I closed the manual-testing gap across the cluster; the test framework and agent-runnable harness on Racket Book are the other.
Platform.
- Next.js 15 App Router, server-side auth, per-user progress tracking, gamification (XP, badges, streaks), offline-capable service worker, admin progress view, multi-device sync.
- Dedicated Postgres with row-level security, raw-SQL migration ladder via a separate migrator container.
- In-site companion agent with its own API routes and a written motivation playbook.
- Originally on its own VPS + managed database; later migrated onto the application platform — see Keystone — to bring the cost line down.
Scope evolution. Designed and shipped for a single primary user; multi-user shape came as the population grew. Today a live cohort, ten-plus users onboarded.