nx_dr_conductor.nx
buildroot/runtime/nx_dr_conductor.nx
about
nx_dr_conductor.nx -- the Co-Scientist async research CONDUCTOR (DR-4).
Composes the five live DR organs into ONE deterministic pipeline (not reimplemented --
it IMPORTS nx_dr_elo + nx_dr_ocm and calls them):
stage 1 VERIFY-YIELD quality[i] = supported/total (the surviving claims from the
DR-3 entailment loop + DR-2 refutation kill = each research vector's grounded yield)
stage 2 TOURNAMENT Elo (DR-1): round-robin, vector a "beats" b iff quality[a]>quality[b]
stage 3 OPP-COST DISPATCH (DR-6): priority=(Elo-rating * quality)/cost -> rank -> budget-
aware greedy select = which vectors earn deep compute (FutureWeaver budget-feasibility)
(the selected vectors' verified claims then feed the DR-0 DRBench/DEER scorer.)
Deterministic/integer/bit-exact = the sovereign exceed axis; imports drift-immune organs.
No hardware writes (Rule 26).
module: nishi-core.research.dr_conductor
depends: nx_dr_elo.nx, nx_dr_ocm.nx, nx_syscalls.nx
genealogy_id: coscientist_2026_supervisor + futureweaver_2026_dispatch
dependencies 3 imports · 3 importers
imports: nx_dr_elo.nxnx_dr_ocm.nxnx_syscalls.nx
imported by: nx_dr_chain_cli.nxnx_dr_conductor_cli.nxnx_dr_corpus_cli.nx
structs
| none |
consts
| 19 | const K_MAGIC_1500: i64 = 1500 |
functions
| 22 | func cond_quality(supported: i64, total: i64) -> i64 called by 1: cond_run |
| 32 | func cond_run(supported: *i64, total: *i64, cost: *i64, n: i64, budget: i64, out: *i64) -> i64 called by 3: mainmainmain calls 7: cond_qualityel_make_etabsys_mmapel_run_tournamentocm_priorityocm_rank+1 |