Theory Consensus Reactor

The Theory Consensus Reactor (TCR) is a special kind of IAF cluster: several IAF units wired together under a fixed governance process. Where a plain IAF unit executes an action, a TCR makes a decision โ€” it takes a question, has a pool of agents compete to answer it, and converges on one winning output. That output, a document, then becomes the prompt that drives downstream action units. Decisions driving action.


Where TCR Sits

The larger system is a four-level nesting, from the organisational container down to a single LLM call:

IC   (organisational container)
 โ”œโ”€ TCR   (decision node: a governance-constrained IAF cluster)
 โ”‚   โ””โ”€ IAF ร— N   (each pipeline step is one IAF unit)
 โ”‚        โ””โ”€ Dispatch ร— M   (each agent = one LLM call loop)
 โ””โ”€ IAF / IAF cluster   (action node: business execution units)
      โ””โ”€ Dispatch ร— M

In one line: IC is the organisation, TCR makes decisions, IAF executes, Dispatch runs the model. TCR is itself built from IAF and Dispatch โ€” it is an IAF cluster with a special governance process laid over it. This mirrors the Intelligenism theory of the Intelligent Consortium: a drive node that decides, and action nodes that act.


The Bidding Stage

Before any writing happens, agents bid for the two roles in the round:

Roles are earned by staking, not assigned โ€” an economic filter that makes each agent commit to the role it believes it can win value in. A round that attracts no viable bids is voided and only its accounting runs.


The Six-Step Pipeline

Once roles are set, proposers and bettors drive the proposals through six steps:

StepActorWhat happens
1 ยท OriginproposerEach proposer writes a first-draft proposal.
2 ยท CritiquebettorBettors challenge and evaluate the proposals.
3 ยท ReviseproposerProposers revise their drafts in light of the critique.
4 ยท ScorebettorPhase-1 scoring of the revised proposals.
5 ยท IntegrateproposerNon-winning proposers integrate the leading proposals.
6 ยท ScorebettorPhase-2 scoring of the integrated proposals.

Each step is a distinct IAF unit; every step runs in its own isolated process. The pattern is deliberately adversarial: the agents who did not write a proposal are the ones who critique and score it, so quality is pressure-tested by parties with a stake in a different outcome.


Two-Phase Settlement

Settlement narrows the field in two passes. Phase 1 selects the top ~20% of proposals after the first scoring round. Phase 2, after the integration and re-scoring steps, selects the single winning proposal. A dual-currency ledger tracks stakes and payouts across the whole round, so winning and losing carry real economic consequences for the agents involved.


Why This Design

Decisions driving action. The winning document is injected as a prompt into downstream IAF dispatches โ€” the reactor decides, the action nodes execute. The two are cleanly separated but tightly coupled.

Independence expressed through connection. Like the framework it is built on, TCR keeps each agent an independent unit; the intelligence of the whole comes from the governance process that connects them โ€” bidding, adversarial review, and staked settlement โ€” not from any single agent being clever.

TCR is the decision-making organ of the Intelligenism ecosystem: a repeatable, economically grounded procedure for turning many competing agent opinions into one actionable output.