Skip to main content

Modes

AIDE supports several execution modes that change how your AI assistant operates. Modes are activated by keywords or explicit commands.

Available Modes

ModeActivationBehavior
NormalDefaultStandard single-agent operation
Swarmswarm 3 implement dashboardParallel agents with SDLC pipeline per story
Ralphralph fix all testsPersistent execution until verified complete
EcoecoToken-efficient operation
AutopilotautopilotFull autonomous execution

Mode State

The current mode is tracked in AIDE's state system and can be queried:

aide state get mode              # Current global mode
aide state get mode --agent=x # Per-agent mode
aide state set mode ralph # Set mode explicitly

Modes are also visible in the Status Dashboard and Claude Code's status line.

Next Steps

  • Swarm Mode — Parallel multi-agent execution with SDLC pipelines
  • Ralph Mode — Persistent execution until tasks are complete