Skip to content

Dot Voting with Evidence Gate

A participatory selection method — instantiates Divergence-Convergence Cycle Orchestration

Surfaces collective preference by letting people spend a fixed budget of dots across options — but no option may pass to the shortlist on votes alone until it clears an evidence bar, so popularity can't outrun proof.

Plain dot voting is fast and democratic and, on its own, dangerous: it measures enthusiasm, which is not the same as merit, and the dots you can see pull later dots toward them. Dot Voting with Evidence Gate keeps the cheap, inclusive signal of dot voting and bolts a qualifying gate onto it. Each participant spends a fixed allowance of dots across the candidate options, revealing where collective preference sits — but an option cannot advance to the shortlist on dots alone unless it also clears a stated evidence threshold. The gate is the whole innovation: it lets a group narrow participatively without letting a well-liked but unsupported option ride sentiment past the ones that actually have proof behind them.

Example

An engineering group must pick which items from a 40-line tech-debt backlog to fund next quarter. A raw dot vote would hand the budget to whatever is most annoying to the loudest engineers. So they run a gated vote. First, the evidence gate: no backlog item is eligible for dots unless it carries a linked incident, a latency graph, or a support-ticket count — enthusiasm without a data trail doesn't make the ballot. That knocks 40 down to 23 eligible items. Then each engineer gets six dots (two reserved specifically for reliability-affecting items, so that dimension isn't drowned out by developer-experience gripes). The dots cluster fast, and the shortlist is the top-voted items among those that already cleared the gate.

The result reads differently from a plain vote: a beloved refactor that everyone wanted but nobody could tie to a real cost simply never reached the ballot, while a dull-but-documented database problem drew the reliability dots. Preference and evidence both had to be present.

How it works

What distinguishes it from ordinary dot voting:

  • Gate before you vote. Options must clear a stated evidence bar to become eligible; the gate runs first, so votes are only ever cast on qualified candidates.
  • Fixed dot budget per person. Each participant allocates a set number of dots, which forces prioritization rather than blanket approval.
  • Reserve dots to protect dimensions. Some dots can be earmarked for an under-weighted dimension (safety, reliability, an affected user group) so it isn't outvoted by the loudest constituency.
  • Read the cluster, not a fine score. The output is where preference concentrates among the qualified options — a coarse ranking to shortlist, not a precise value.

Tuning parameters

  • Evidence bar height — how much proof qualifies an option. A high bar keeps the ballot rigorous but can exclude promising-but-unstudied ideas; a low bar is inclusive but lets weak options onto the vote.
  • Dot budget per person — more dots spread preference and reveal breadth; fewer force sharper prioritization.
  • Vote visibility — dots placed openly versus concealed then revealed. Open voting is faster and more transparent; concealed voting blunts the bandwagon pull of visible early dots.
  • Reserved-dot allocation — how many dots are tied to specific dimensions or stakeholder groups. More reservation protects minority concerns; too much turns a vote into a pre-decided quota.

When it helps, and when it misleads

Its strength is combining inclusion with a brake: a whole room can weigh in cheaply and quickly, yet the gate stops the bandwagon effect — the pull of visible enthusiasm and early dots toward a popular option — from carrying an unproven idea forward.[1] It is ideal for prioritizing a long list among many stakeholders when you want participation but refuse to let it override evidence.

Its failure modes are the ones voting always has, only partly tamed. Dots still measure preference, so a well-marketed option can clear a modest gate and then win on charisma; concealing the vote helps but doesn't erase status effects. The evidence gate is only as honest as the bar — set it low and it's decorative, set it to favor a certain kind of proof and it quietly disqualifies whole classes of option. And it produces no weighted trade-off, so it should not be mistaken for analysis. The discipline that keeps it honest is fixing the evidence bar before seeing the options, concealing votes when stakes or hierarchy are high, and handing genuinely close or high-stakes calls to a scoring method rather than the dots.

How it implements the components

It owns the participatory-comparison slice — turning many people's preference into a shortlist, under a qualifying gate:

  • option_comparison_frame — the dot distribution is the comparison: a fast, collective ranking of options by concentrated preference.
  • stakeholder_dimension_assignment — dot budgets and reserved dots assign stakeholders (and the dimensions they speak for) explicit weight in the vote.
  • phase_transition_gate — the evidence bar is a qualifying gate an option must clear before votes can carry it onward, keeping unproven options off the ballot.

It does not build a weighted convergence_criterion_set or a durable convergence_commitment_record with reasoning — that analytical, auditable scoring is Multi-Criteria Decision Matrix's job — and it does not generate the options it ranks (see Assumption Reversal and Recombination).

  • Instantiates: Divergence-Convergence Cycle Orchestration — it is a fast, gated convergence method for shortlisting among many stakeholders.
  • Sibling mechanisms: Multi-Criteria Decision Matrix is the analytical alternative when a vote is too coarse · Concept Screening Funnel · Divergence-Convergence Workshop · Design Studio Critique Cycle · Assumption Reversal and Recombination · Double Diamond Workflow · Morphological Matrix, then Scoring

References

[1] The bandwagon effect — rising support for an option simply because it already appears popular — is the specific distortion visible dot voting invites; concealing votes until reveal and gating on evidence are the two guards this method adds against it.