CoolFace
Apppublic

coredipper/operon-morphogen-swarm

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
App README

🧬 Operon Morphogen-Guided Swarm

A task-solving swarm where workers read morphogen gradients to adapt strategy -- failed workers update signals so successors avoid repeating mistakes, like cells coordinating via chemical gradients.

What to Try

  1. 1.Select a preset from the Preset dropdown (e.g. "Gradient adaptation" or "Budget exhaustion") and click Run Swarm to see how workers adapt strategy based on morphogen signals.
  2. 2.Adjust the Entropy threshold slider to control how quickly stuck workers are replaced, then compare how gradient signals evolve across worker generations.
  3. 3.Try "Budget exhaustion" to see how declining ATP budget signals force workers to switch to cheaper strategies.

How It Works

The GradientOrchestrator updates morphogen signals (complexity, confidence, budget, error_rate) after each worker step. New workers read these gradients to choose their strategy, creating an adaptive feedback loop where the swarm learns from failures without explicit memory -- coordination emerges from the gradient field.

Learn More

GitHub | PyPI | Paper