Updated: 2026-08-29 Program rule: Randomness controls exploration, not acceptance.
This page is a compact status map for the executable research program derived from RANDOMNESS_AND_BIOINSPIRED_ALGORITHMS.md and docs/research/RANDOMNESS_ROADMAP.md.
The purpose is to keep contributors from having to reconstruct the experiment graph from many issues and pull requests.
safe / deterministic envelope
+
stochastic exploration and diversity
+
independent verification
+
evidence-backed selection
+
persistent memory
->
adaptive collective search
Randomness may decide:
Randomness must not substitute for:
#29 randomness-lab foundation COMPLETE
|
+-- #30 R1 swarm diversity MECHANISM COMPLETE / REAL EVIDENCE OPEN
| |
| +-- #70 real R1 coding corpus OPEN
|
+-- #31 R2 randomized scheduling COMPLETE
| |
| +-- #84 stronger R2 evidence OPEN
|
+-- #32 R3 evolutionary orchestration SYNTHETIC COMPLETE
| |
| +-- #96 real-task R3 phase OPEN
|
+-- #97 R4 verified stigmergic routing SYNTHETIC COMPLETE
Issue: #29 — completed
Core PR: #39
Implemented reusable dependency-free experimental infrastructure:
This remains the common substrate for the randomness experiments.
Issue: #30 — mechanism implemented; open pending real corpus
Implementation PRs: #54, #58, #67
Real evidence: #70
When does stochastic/structural diversity improve verified coding outcomes compared with repeated copies of the same worker?
The parameter sweep explicitly reports:
helps
hurts
uncertain
instead of tuning only for positive diversity results.
Variables include:
randomness_lab.r1_replay consumes the existing Phase 0:
ResultManifest v0.1;VerificationResult v0.1.Worker self-report alone never establishes truth.
The replay compares equal candidate budgets and can measure actual structural-signature failure correlation.
randomness_lab.r1_readiness now fails closed before a BenchmarkCohort is
interpreted as real R1 evidence. It checks held-out/frozen status, the
prospective 20-work-unit target, exact per-signature candidate budgets,
conclusive independent verification, replay/cohort signature agreement,
independent tests, retained seeded negatives, complete cost measurements, and
non-selecting authority. The committed current-state audit is blocked at zero
eligible work units; it is explicitly contract-state evidence, not a coding
outcome.
The repository does not yet contain a sufficient real multi-worker corpus.
#70 therefore blocks a real empirical answer. It requires held-out coding work, multiple baseline replicas, multiple structural signatures, independent verification, retained negative results, and public reproducible evidence.
Issue: #31 — completed
Implementation PRs: #77, #80
Reference evidence PR: #83
Stronger follow-up: #84 — synthetic Phase A/B/C completed
Can bounded local random choices produce useful scheduling quality without maintaining globally current state?
The simulator has replayable task/outage traces with:
The oracle is charged for full capability-pool metadata scans.
results/experiments/r2/reference-scale-seed42.json
results/experiments/r2/reference-scale-seed42.md
Scales:
1
10
100
1,000
10,000
100,000 workers
Regimes:
fresh
moderate
stale
These are reference observations, not universal conclusions.
loses_badly diagnostic, proving the harness can expose local-routing failure regimes.#84 now retains:
The result is a regime map, not a universal power-of-two claim. Real network and fleet measurements remain outside this synthetic evidence boundary.
Issue: #32 — synthetic mechanism experiment completed
Implementation PR: #93
Frozen evidence PR: #95
Real-task phase: #96
Can evolutionary search discover useful orchestration policies without using held-out results during selection, collapsing into one monoculture, or autonomously promoting itself?
Maximize:
Minimize:
Raw output volume/activity is not a fitness objective.
results/experiments/r3/reference-seed42.json
results/experiments/r3/reference-seed42.md
Split digest:
sha256:261e1edd128ee0492fd5b740a1576a0eeb1c5ef4cfb6ccbdf90989fac3f610f5
Pre-heldout champion:
g-7d18f6c8917d
Held-out reference result:
| Metric | Fixed baseline | Pre-heldout champion |
|---|---|---|
| Verified success | 0.2917 | 0.6417 |
| Security failure | 0.0583 | 0.0208 |
| Regression | 0.0792 | 0.0542 |
| Compute/task | 5.6048 | 8.1963 |
| Latency/task | 8.3435 | 10.6808 |
| Human attention/task | 0.2525 | 0.0833 |
Important mixed evidence:
consider_for_separate human-reviewed experiment;The synthetic held-out split is now burned for confirmatory tuning.
#96 requires a new real-task train/held-out split and actual Verified Swarm Runner controls/outcomes.
Issue: #97 — synthetic mechanism and frozen reference complete
Can ant-colony-like traces learn task→worker affinities from verified outcomes, adapt when capabilities change, and still give newcomers enough opportunities to demonstrate value?
Candidate rule:
tau[a,i](t+1) = (1-rho) * tau[a,i](t) + verified_deposit[a,i](t)
Critical constraints:
Implemented baselines:
Implemented stressors:
results/experiments/r4/reference-default.json — full 800-step routing
traces, metrics, and pheromone snapshots;results/experiments/r4/reference-lockin.json — full 500-step adversarial
lock-in traces, metrics, and snapshots;results/experiments/r4/reference-summary.md — commands, digests, comparison,
limitations, and interpretation.The adaptive stigmergic policy avoided the catastrophic permanent-pheromone lock-in and explored both strong and weak newcomers. Thompson sampling still slightly led realized success in the default trace and decisively won the lock-in trap. The biological analogy therefore does not establish superiority.
Every stigmergic reference run records exactly zero pheromone increase from unverified activity. A deterministic regression test verifies both artifact hashes, preserves cross-runtime replay invariants and the negative regime, and requires byte identity on the recorded Python 3.12 runtime family.
These remain hypotheses rather than implementation commitments.
Use competing evidence accumulation plus explicit counter-evidence to test whether architecture/proposal decisions avoid deadlock and premature consensus better than majority voting.
Test local thresholds for activating expensive collective actions, for example:
A quorum is a coordination threshold, not proof of correctness.
Strengthen communication/task routes carrying verified useful flow and decay weak routes while preserving redundancy.
Candidate use: evolve node -> cell -> region -> federation connectivity under cost/latency/fault-tolerance objectives.
Use distributed detector memory as an experimental security/anomaly layer, benchmarked against conventional anomaly-detection baselines rather than assuming biological inspiration is superior.
The useful variable is closer to:
independent useful attempts
- correlated failure
- compute cost
- human attention
than raw worker count.
R2 shows why scheduler quality must be reported together with the amount of global state consulted.
A bounded capability index + tiny candidate sample is currently a more interesting IDKMesh hypothesis than either uniform random assignment or a globally current full scan.
R3 makes the held-out boundary operational. Evolution can search aggressively, but its candidate must be chosen before confirmatory evidence is opened.
The experiment APIs explicitly preserve:
A research system that deletes those outcomes cannot reliably self-improve.
The next R4 question makes this explicit. Permanent historical advantage creates lock-in; zero memory wastes evidence. Controlled evaporation/decay is likely to be a core parameter across routing, reputation, topology, and community systems.
A pheromone value that routes a synthetic task is low risk. A score that influences contributor authority or resource ownership is much more dangerous.
Do not reuse experimental routing metrics as governance power without separate work on:
If you want to contribute to this program now:
The experiments are intentionally separable. A contributor should not need to understand all of IDKMesh before improving one policy, environment, metric, or evidence pipeline.