AI for Automation
Back to AI News
2026-03-25Claude CodeAI agentsmulti-agentopen sourcedeveloper tools

Ruflo just turned Claude Code into a 60-agent army

Ruflo lets you deploy 60+ specialized AI agents working together inside Claude Code — with self-learning, smart routing, and up to 352x faster performance. 25K GitHub stars.


What if you could make Claude Code work 60 times harder — literally? Ruflo is an open-source platform that turns a single Claude Code session into a coordinated swarm of 60+ specialized AI agents. It just crossed 25,000 GitHub stars with 1,400 new stars today alone.

Instead of asking Claude one thing at a time, Ruflo lets multiple agents handle coding, testing, security auditing, and documentation simultaneously — like having an entire engineering team inside your terminal.

Ruflo GitHub repository - multi-agent orchestration for Claude Code

What makes this different from just using Claude Code

Regular Claude Code handles one conversation at a time. Ruflo introduces a "hive mind" architecture where agents share knowledge and learn from each other. Here's what that means in practice:

Multi-agent swarms — Deploy unlimited agents organized in hierarchical or mesh patterns. A "Queen" agent coordinates the work, while specialized workers handle coding, testing, security, and documentation in parallel.

Self-learning system — The platform remembers successful patterns and reuses them automatically. Its SONA engine (Self-Optimizing Neural Architecture) adapts in under 50 milliseconds.

352x faster for simple tasks — An Agent Booster skips expensive AI calls for straightforward code transforms, completing them in under 1 millisecond instead of waiting for a full language model response.

30-50% cheaper API costs — Smart caching, compression, and routing picks the cheapest model that can handle each specific task, reducing your Claude API bill significantly.

Getting started takes one command

Ruflo installs directly into your existing Claude Code setup. You need Node.js 20+ and Claude Code already installed:

curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/claude-flow@main/scripts/install.sh | bash

Once installed, it integrates through MCP (the protocol Claude Code uses to connect with external tools), giving you access to 259+ tools and 26+ CLI commands within your Claude Code sessions.

Who this is actually for

If you're already using Claude Code for development, Ruflo is worth trying when you're:

  • Working on large codebases — agents can parallelize refactoring, testing, and code review across multiple files
  • Burning through API credits — the token optimizer and smart routing can cut your costs by a third or more
  • Building complex projects — the Queen-worker coordination breaks down big tasks automatically

The project is enterprise-ready with CVE-hardened security and Byzantine fault-tolerant consensus (a system that keeps working correctly even if some agents fail or produce errors). It's fully open source under the MIT license.

Related ContentGet Started with Easy Claude Code | Free Learning Guides | More AI News

Stay updated on AI news

Simple explanations of the latest AI developments