Original caption
The open source project that runs a swarm of AI agents on one idea 👀 A year ago the viral version of this was two founders outbuilding a team of 50. The open source version now lets you run an actual swarm of agents in parallel on a single project. You install it from GitHub, describe what you want to build in one prompt, and connect Claude as the brain. From there you can watch dozens of agents work on different parts of your idea at the same time instead of doing it all in one thread. The tool is Ruflo (formerly Claude Flow). You run npx ruflo init, and it decides how many agents to spawn based on the task, or you set the number yourself. One heads up: running a swarm hits the API in parallel, so it burns tokens faster than a single chat. Start small before you turn it loose on a big build. Link: https://github.com/ruvnet/ruflo #ai #claude #aiagents #opensource #coding