cluster-selection-is-deterministic-and-budget-exact

IN derived (depth 1)

Cluster-based belief selection produces identical results given the same seed, returns exactly the requested budget count, and processes beliefs in sorted order — ensuring fully reproducible, precisely-sized belief subsets for derive prompt construction.

Summary

When you ask the system to pick a subset of beliefs for building a derive prompt, the selection process is fully predictable and precise. Given the same inputs and random seed, it will always pick the exact same beliefs in the exact same order, and it will return exactly as many as you asked for, no more, no less. This matters because it means derive results are reproducible and debuggable — if something goes wrong, you can replay the exact same selection to investigate.

Justifications

SL — Three independent determinism properties combine to guarantee reproducible budget-exact clustering

Antecedents (all must be IN):

Dependents

These beliefs depend on this one:

Details