Skip to content

runnelsdev/ai-training-cohort-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AI Training Cohort System

AI-assisted training, certification, and compliance platform.

Centralizes training delivery, learner engagement, certifications, reporting, and AI-assisted content workflows.


Overview

A cohort-based training platform that combines learner management, certification tracking, reminder automation, and AI-generated study materials into one operational system.

Problem

Training organizations often rely on:

  • Manual tracking
  • Disconnected spreadsheets
  • Inconsistent reminders
  • Static PowerPoints
  • Limited learner visibility

Operational Challenges

  • No single source of truth for learner progress
  • Certifications and compliance tracked manually
  • High administrative overhead per cohort
  • Content creation is slow and inconsistent

Solution

This platform centralizes training delivery, learner engagement, certifications, reporting, and AI-assisted content workflows — reducing administrative load while improving learner outcomes.

Features

  • Cohort management
  • Learner dashboards
  • Certification tracking
  • Reminder automation
  • AI-generated study materials
  • Compliance reporting
  • Quiz workflows
  • Certification logic

Architecture

See docs/architecture.md for the full cohort lifecycle, compliance loop, and AI study material diagrams.

flowchart LR
    Admin[Admin / Coordinator] --> Cohort[Cohort Setup]
    Cohort --> Learners[Learner Dashboards]
    Learners --> Modules[Modules & Quizzes]
    Modules --> Cert[Certification Engine]
    Cohort --> Reminders[Reminder Automation]
    Modules --> AI[AI Study Material Generator]
    AI --> Learners
    Cert --> Compliance[Compliance Reporting]
Loading

Workflow Example

  1. Admin creates a cohort and enrolls learners.
  2. Learners progress through modules and quizzes on their dashboards.
  3. Reminder automation nudges inactive learners.
  4. AI generates supplemental study materials on demand.
  5. Certifications and compliance status roll up into reporting.

Tech Stack

  • Next.js / TypeScript
  • Supabase
  • OpenAI APIs
  • Automation / reminder layer

Screenshots

Cohort, certification, and compliance visualizations are maintained as Mermaid diagrams in docs/architecture.md. Example: the compliance & reminder loop.

flowchart TD
    Start([Learner Status Check]) --> Active{Active in Window?}
    Active -->|Yes| Continue[Continue Tracking]
    Active -->|No| Remind[Send Reminder]
    Remind --> Check{Re-engaged?}
    Check -->|Yes| Continue
    Check -->|No| Escalate[Notify Admin]
    Continue --> Report[Compliance Report]
    Escalate --> Report
Loading

Lessons Learned

Engagement, not content, is the bottleneck. Automated reminders and AI-assisted materials move completion rates more than additional curriculum does.

About

AI-assisted training, certification, and compliance platform.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors