06-reference/research

multi agent ensembles conviction calibration

2026-06-16·research-brief·source: deep-research
multi-agent-debatecalibrationconviction-instrumentationensemble-diversityverify-stack

Can a multi-agent mechanism recover expert-level calibration that single LLMs lack — and should RDCO instrument conviction with one instead of a single eval?

The question

Does published work on agent ensembles / debate / market mechanisms recover expert-level calibration where single LLMs fail — could RDCO instrument conviction via a multi-agent targeting system rather than a single eval? (Direct follow-up to the 2026-06-12 brief, which found single-LLM conviction in fuzzy domains is overconfident and below expert calibration; this asks whether a multi-agent mechanism closes that gap enough to justify replacing single-pass /verify-* and investing-conviction evals.)

What we already know (from the vault)

What the web says

Convergences and contradictions

Synthesis for RDCO

The honest verdict is a qualified yes, with a hard precondition that maps exactly onto a known RDCO failure mode. A multi-agent mechanism does improve calibration over a single LLM eval — but only when it satisfies the independence condition the vault already named in [[verifier-as-epistemology]]: the agents' errors must be uncorrelated (diversity of model/viewpoint), and they must communicate explicit confidence, not just answers. Plain "spin up 5 copies of the same model and vote" underperforms a single majority vote and reproduces the same overconfidence. This is the single most important finding: RDCO's current verify-* and pipeline-critic stack runs homogeneous, same-model, same-prompt-discipline agents, which is precisely the "homogeneity collapse / echo chamber" configuration the 2601.19921 study shows yields no calibration gain. We would be paying multi-agent cost for single-agent calibration. So the question "should we replace single-pass evals with a multi-agent targeting system?" cannot be answered yes as currently architected — the lift is not "add more agents," it is "add independence and explicit confidence."

What this changes concretely, by decision class. (1) Instrumentable, gradeable surfaces (pipeline-code/test outputs, vault-write structural checks, PDF rubrics) — the [[verifier-as-epistemology]] answer still wins: a cheap deterministic verifier with LLM-independent failure modes beats any LLM ensemble, and AgentAuditor's result (audit the reasoning divergence, don't count votes) is the LLM-flavored version of the same principle. Don't build a debate system where a Python invariant suffices. (2) Strategic/fuzzy surfaces where verify-strategic-output operates (investing conviction, /decisions/ pages, paper-trade allocation) — here a diverse multi-agent panel with calibrated-confidence output is a real, evidence-backed upgrade over the current single fresh-eyes critic, if we enforce heterogeneity (different model families, deliberately divergent priors / bull-vs-bear seats) and have it emit a probability with a confidence interval rather than a PASS/FAIL bit (the [[binary-decision-around-continuous-probability]] fix). This is the cheapest high-value change: keep the single-agent gate for cost, but for the highest-stakes calls add a 3-seat heterogeneous panel whose spread is itself the conviction signal — wide spread = low conviction, tight independent agreement = earned conviction.

For the investing paper-trade conviction problem specifically, the ceiling matters: even a good ensemble lands near crowd calibration (Brier ~0.20), not superforecaster (~0.023), and does not cure overconfidence. So a multi-agent conviction score is usable as a relative ranker / disagreement detector (which of these theses do the independent seats fracture on?) but must not be sold to the founder as a calibrated probability he can size positions on. The disagreement signal is the asset; the point estimate is not. This is consistent with the 2026-06-12 conclusion that genuine conviction in the un-instrumented residual stays human — a heterogeneous panel narrows the fuzz by surfacing where independent reasoners diverge, which is exactly where the founder's judgment should be spent, but it does not manufacture the calibrated conviction.

Net targeting-system-filter call: a multi-agent conviction mechanism is ANCHORED for the strategic/investing-conviction niche with the bottleneck being "single-critic confirmation bias + binary-collapse of the conviction gradient" — provided the build is "heterogeneous panel + explicit confidence + reasoning-tree audit + probability output," not "N homogeneous voters." Built the naive way it is an un-anchored shiny object that buys cost and no calibration. The concrete next experiment is small: take a handful of past verify-strategic-output verdicts, re-run them through a 3-model heterogeneous panel that emits per-seat probabilities, and check whether panel-spread predicts the cases where the founder later overrode the single critic. If spread tracks overrides, the mechanism has earned its build.

Open follow-ups

Related

Sources