Concepts/Definition

ADPS Agent Systems · Engineering Concept

Unified Convergence Node

Resolve several reasoning branches into one actionable result under shared evidence and adjudication rules.

Application context

A contract review can inspect payment terms, data compliance, and delivery risk in parallel. Each branch may be locally correct while the branches disagree on whether signing should proceed. If they pass prose directly downstream, the execution layer must improvise which conclusion takes priority.

Definition

A Unified Convergence Node receives candidate conclusions, evidence references, unresolved items, and versions from several reasoning branches. It applies shared criteria to conflicts and emits one explicit state: accept a conclusion, merge compatible parts, request more evidence, or escalate. The node also names the owner of final adjudication.

convergence:
  candidates: [payment_review, compliance_review, delivery_review]
  required_evidence: []
  comparison_rules: []
  hard_conflicts: []
  decision: accept | request_evidence | escalate
  decision_owner: ...

Engineering use

Each branch emits the same typed artifact with a branch_id, conclusion, evidence references, unresolved questions, and generating version. Deterministic checks handle missing evidence, prohibited conditions, and version conflicts. A model reviewer compares semantics. Consequential or unresolved conflicts go to a named owner. The trace retains every candidate and the final disposition rather than only the merged answer.

Boundary with parallel exploration and fan-out/gather

R3 Parallel Exploration creates independent candidates. C2 Fan-Out/Gather distributes and collects work. The convergence node compares and adjudicates the returned candidates. Collection proves that results arrived; it does not resolve their conflict. Calling a stronger model again does not supply evidence priority or decision ownership by itself.

Proposal and provenance

Initial source within ADPS
First proposed within ADPS by Dong Zhang
First recorded in
First Reasoning workshop ()
ADPS editorial work
ADPS organized candidates, evidence, conflict handling, and final adjudication from several reasoning branches into one interface.
Current standing
Reasoning-module concept

Chronicle

Recorded source
First Reasoning workshop ()
Source date
First published on ADPS

View in the ADPS Chronicle