Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents

Open Swarm is an open-source system that enables running thousands of parallel AI agents simultaneously across the internet. Unlike sequential approaches, these agents operate in true parallel execution at massive scale.
Key Capabilities
- Parallel agent execution at massive scale — not sequential, truly simultaneous
- Full internet access per agent across email, social media, docs, web, code, and scheduling
- Human-in-the-loop controls — you approve every action
- Conversation branching — fork agent context at any point
- Per-agent cost tracking
Available Tools
Each agent has access to 150+ tools including:
- Email (Gmail)
- Social media (Twitter, Reddit, Instagram, LinkedIn)
- Google Workspace (Docs, Sheets, Slides, Drive, Calendar)
- Web search and browser automation
- Code execution
- Cron scheduling
The system is designed so all agents operate at the same time, enabling one person to coordinate work at scale. According to the source, the paradigm shift is that when you can do everything in parallel, priority becomes curation — it's not what to do, but what NOT to do.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Scaling Karpathy's Autoresearch with 16 GPUs: Results and Methods
The SkyPilot team gave Claude Code access to 16 GPUs on a Kubernetes cluster to run Karpathy's Autoresearch project. Over 8 hours, the agent submitted ~910 experiments, reduced validation bits per byte from 1.003 to 0.974 (2.87% improvement), and reached the best validation loss 9x faster than sequential execution.

Dirac: Open-Source Agent Tops TerminalBench with 65.2%, Cheaper and Open
Dirac, an open-source coding agent, achieved a 65.2% score on TerminalBench 2.0 for gemini-3-flash-preview, beating Google's baseline (47.6%) and top closed-source agent Junie CLI (64.3%). It also reduces API costs by 64.8% vs competitors.

Comparison of 8 AI Coding Models on Real-World TypeScript Feature Implementation
A developer tested 8 AI coding models on implementing a /rename command in an open-source TypeScript Telegram bot project, evaluating them on cost, execution time, correctness, and technical quality. GPT-5.4 scored highest on implementation correctness while GLM 5 offered the best cost-performance ratio.

Log Reducer MCP Server Cuts Token Usage When Claude Code Reads Logs
Log Reducer is an MCP server that processes log files server-side before sending reduced output to Claude Code, avoiding raw logs in the context window. It applies 19 deterministic transforms that compress logs by 50-90%, with a 2000-line log representing 20,000+ tokens removed from sessions.