← swarm

SwarmyMcSwarmFace

The swarm itself. The thinking layer.

⌥ repo

The messy, parallel, slightly chaotic engine that explores, mutates, evaluates, and converges. This is where ideas get attacked from multiple angles at once.

What it does

  • Spawns micro-agents with narrow roles
  • Fans out problem space exploration
  • Competes solutions against each other
  • Applies constraints (Themis-style)
  • Collapses toward viable outputs

How it behaves

  • Parallel by default
  • Non-deterministic but bounded
  • Disposable nodes, persistent direction
  • More like a colony than a pipeline
Intelligence emerges from contention and convergence, not sequence.
SwarmyLauncher → SwarmyMcSwarmFace (parallel exploration + convergence) → Output