Skip to content

NC: diversity-collapse guard — few-shot sampling + hive + 6th safety invariant #408

Description

@mercurialsolo

Problem

Both convergence loops are monocultures by construction:

  • retrieve_similar deterministically returns the top-k nearest examples — the same examples win every time.
  • hive merger.rs resolves peer-vs-peer by confidence × evidence — high-evidence beliefs dominate and crowd out exploration.

Weng's post flags diversity collapse (bottleneck #4) as especially critical for open-ended, evolutionary loops. This is the one NCT failure mode (canalization / runaway reciprocal causation toward a narrow attractor) that docs/niche-construction.md does not currently address in its Safety Invariants.

Proposal

Why it matters

Prevents the auto-improving loop from collapsing onto a single locally-optimal pattern. Longer-horizon than the near-term wins but architecturally load-bearing before Tier 2/3.

Part of epic #358. Doc change to docs/niche-construction.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low priorityarchitectureCore architecture decisionsbrainLocal LLM brain subsystemenhancementNew feature or requestepic:niche-constructionAuto-improving local harness via niche construction

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions