mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-26 09:08:29 +00:00
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>
944 B
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)
Related Resources
- [tmux Shortcut Cheatsheet](../02-methodology/tmux Shortcut Cheatsheet.md)