Skip to main content

Recommend Next Course

Overview

Get personalized course recommendations based on skills and career goals.

SDK Example

// Auto-generated from SDK - Coming Soon
const recommendations = await academy.recommend({
  passportId: user.id,
  goal: 'transition-to-ai-engineering',
  currentCapabilities: user.capabilities,
  maxDuration: '3-months',
});

Use Cases

  • Career guidance
  • Skill gap analysis
  • Personalized learning
  • Reskilling paths

See Also

  • Track Learning Progress
  • Enroll in Course
  • Query Capabilities by Domain (Capability Graph)

← All patterns