myAI vs Ruflo

TL;DR: Ruflo (formerly claude-flow, renamed early 2026) orchestrates many agents inside one session — swarms, hive-mind coordination, parallel lanes attacking a single large task. myAI persists identity and work across sessions, machines, and models. They operate on different axes: Ruflo makes one session wider, myAI makes every session continuous. They compose — a myAI runner session can drive Ruflo inside it.

What Ruflo does well

When you should choose Ruflo

What myAI adds that Ruflo doesn't attempt

Ruflo's coordination — memory included — is scoped to the run. When the session ends, the swarm's working context is gone the way all session context is gone: the next session starts blank. myAI is built for exactly that boundary:

Where Ruflo is genuinely ahead

Using both

This is the most naturally composable pairing on the comparison list. myAI sits above the session; Ruflo sits inside it:

  1. Queue a large task in myAI (myai schedule).
  2. The overnight runner claims it and opens a headless Claude Code session — which can invoke Ruflo to swarm the task.
  3. The session closes: myAI captures state, handoff, and a session summary; the work sits in review.
  4. Next morning, any agent on any machine boots with full context of what the swarm did.

Ruflo makes the session powerful; myAI makes sure nothing the session learned dies with it.

Side by side

myAIRuflo
AxisContinuity across sessions/machines/agentsParallelism within one session
MemoryPersistent: RAG corpus + git-versioned brain, survives everythingSQLite swarm memory, scoped to coordination
Agent supportAny MCP-capable agent (Claude Code, Cursor, Windsurf, Codex CLI)Claude Code
Task queue + overnight runner❌ (executes when invoked)
Budget guard✅ subscription rolling window
Fleet management
In-session multi-agent fan-out✅ core strength
Review gate before merge

Bottom line: if your problem is this task is too big for one agent, use Ruflo. If your problem is every session starts from zero — across repos, devices, and models — that's myAI. Since the problems are orthogonal, the strongest setup for a Claude Code power user is arguably both.

Back to the comparison overview · Concepts