Files
vibe-coding-cn/i18n/en/documents/-01-philosophy-and-methodology/AI Swarm Collaboration.md
T
tukuaiaiandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> e30d300c19 docs(i18n): add English translations for 8 missing documents
Translated files:
- AI Swarm Collaboration (overview + detailed technical doc)
- Lessons Learned the Hard Way
- OpenCode CLI Configuration
- Four Phases x Twelve Principles Methodology
- Canvas Whiteboard-Driven Development
- Polymarket Link Format Specification
- Polymarket Arbitrage Complete Guide

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-01-10 23:20:19 +08:00

944 B

AI Swarm Collaboration

Multi AI Agent collaboration system based on tmux

Core Concept

Traditional mode: Human ←→ AI₁, Human ←→ AI₂, Human ←→ AI₃ (Human is the bottleneck)

Swarm mode: Human → AI₁ ←→ AI₂ ←→ AI₃ (AI autonomous collaboration)

Capability Matrix

Capability Implementation Effect
🔍 Perception capture-pane Read any terminal content
🎮 Control send-keys Send keystrokes to any terminal
🤝 Coordination Shared state files Task synchronization and distribution

Core Breakthrough

AI is no longer isolated, but a cluster that can perceive, communicate, and control each other.

Detailed Documentation

👉 [Deep Dive into AI Swarm Collaboration](../02-methodology/AI Swarm Collaboration - tmux Multi-Agent System.md)

  • [tmux Shortcut Cheatsheet](../02-methodology/tmux Shortcut Cheatsheet.md)