coredipper/operon-quorum
0
🗳️ Operon Quorum Sensing
Multi-agent voting simulator with 7 consensus strategies -- like bacterial quorum sensing where cells coordinate behavior based on population-level signals.
What to Try
- Select a preset from the Preset dropdown (e.g. "Unanimous agreement", "Split decision", or "Confidence filtering") and click Run Vote to see the result and a comparison across all 7 strategies.
- Configure the 5 agent rows manually -- set each agent's Name, Weight, Vote (Permit/Block/Abstain), and Confidence slider, then pick a Strategy and run the vote.
- Switch between strategies (Majority, Supermajority, Unanimous, Weighted, Confidence, Bayesian, Threshold) to see how the same set of votes produces different outcomes.
How It Works
QuorumSensing aggregates agent votes using the selected strategy -- from simple majority to Bayesian belief aggregation. Weights and confidence scores influence the outcome, and the strategy comparison table shows how the same votes would be decided under each of the 7 available strategies.
