Learning Commands · Learning

/adaptive command

Start an adaptive learning loop to deeply master a topic

1 min read

Start an adaptive learning loop to deeply master a topic

At a glance

Field Value
Command /adaptive
Category learning
Execution server
Context pok
Response type chat-flow
Active PoK required yes

Parameters

  • topic (optional) — Learning topic (default: current PoK)

Examples

/adaptive
/adaptive --level=deep
machine learning
/adaptive --maxloop=20 --level=profound

How it works

Start an adaptive learning loop (TAOR: Think-Act-Observe-Repeat).

The adaptive loop:

  1. Think: AI analyzes your current understanding and identifies criteria
  2. Act: Proposes activities (quizzes, exercises, explanations) targeting weak areas
  3. Observe: Captures your results from completed activities
  4. Repeat: Updates criteria scores and proposes new activities

The loop continues until you reach mastery (70%+ power score) or hit maxloop.

Options:

  • --topic: Specify a custom topic (defaults to current PoK)
  • --scope: pok (current topic), unit (full unit), all (entire session), free (custom topic)
  • --level: basic (4 criteria), normal (6), deep (7), profound (8)
  • --maxloop: Maximum iterations before stopping (10 or 20)

During the loop:

  • Click activity cards to run sub-commands (quizzes, exercises, etc.)
  • Send "next" or "continue" to advance after completing activities
  • Send "stop" to end the session early

Was this article helpful?