Visual overview
Bounded Returns to Orchestration
A six-minute visual introduction to the research.
Independent research paper · July 2026 · Publication pending
A Synthesis Ceiling Beneath Eleven Controlled Deep-Research Architectures
Peter McCann Strain · 63 pages
View the research repositoryThe question emerged while I was designing human-led AI orchestration for Scottish Government impact-assessment workflows during CivTech. I kept working on it independently because I wanted to know how much more elaborate orchestration adds when the model and tools are held still.
Eleven core architectures answered 90 queries. The main comparison held GPT-4o and the tool layer fixed. Two local 7B systems were compared separately, and the scoring was checked with a three-judge reliability audit.
The results point to bounded, task-dependent returns and a synthesis ceiling. The paper sets out where that conclusion holds and where it does not.
Visual introduction
Visual overview
A six-minute visual introduction to the research.
The timestamps follow the 6:14 film.
0:00 to 0:05
Current industry consensus holds that specialized bots, reasoning, debating, and
0:05 to 0:09
searching together will scale research capabilities beyond what a single model
0:09 to 0:14
can achieve. There's a structural flaw in evaluating these systems. A new agent
0:14 to 0:19
typically ships with new orchestration logic, an upgraded base model, and
0:19 to 0:23
different retrieval tools. If it scores higher, we cannot tell which upgrade drove
0:23 to 0:28
the win. All three variables move simultaneously. In experimental design,
0:29 to 0:33
this is a confound. It is a measurement error created by mixed variables that
0:33 to 0:38
obscures the true driver of performance. To find out if multi-agent orchestration
0:38 to 0:42
actually improves research quality, we have to isolate it in a controlled
0:42 to 0:47
setting. Without isolating these variables, the industry risks optimizing
0:47 to 0:51
the wrong layers of the software stack, wasting compute on systems that look
0:51 to 0:56
highly engineered but offer no objective advantage. A 2026 study by Peter Strain
0:56 to 1:01
provides that control. The methodology freezes the tool layer and the base model
1:01 to 1:06
in place, eliminating the confounding variables. With the foundation locked, the
1:06 to 1:10
researchers tested 11 distinct architectures across 90 complex research
1:10 to 1:15
queries. These configurations range from a basic single-pass prompt to intricate
1:15 to 1:21
pipelines like STORM and beam search. To ensure rigorous evaluation, the outputs
1:21 to 1:26
were graded by a cross-family panel of LLM judges, utilizing both GPT and Claude
1:26 to 1:31
models to strip out single-model bias. The results show that when confounds are
1:31 to 1:35
removed, orchestration offers strictly bounded returns. The limits of research
1:35 to 1:40
agents do not lie in how they are wired together. The bottleneck is base model
1:40 to 1:45
capability, and a specific limitation known as the synthesis ceiling. This chart
1:45 to 1:50
shows overall scores on a 0-to-1 rubric. Look at the highlighted top band of six
1:50 to 1:55
complex GPT-4o pipelines. They are statistically inseparable. No single
1:55 to 2:00
architecture dominates. A complex graph framework scores identically to a simple
2:00 to 2:04
supervisor loop. While there is a performance gap between this cluster and a
2:04 to 2:09
simple single-pass baseline, that gain is competence conditional. On tasks where the
2:09 to 2:13
baseline is competent, complex orchestration adds zero additional value.
2:13 to 2:18
The gap only widens on queries where the prompt initially collapses. Architectural
2:18 to 2:22
complexity does not generate new intelligence. It acts as a safety net,
2:22 to 2:26
catching failures on queries where the base model initially struggles to answer.
2:27 to 2:31
If these pipelines are just catching errors, are they smarter by design, or
2:31 to 2:35
simply burning more compute to produce a marginally better output? The study tests
2:35 to 2:39
this using a token budget clamp. Researchers took the highest performing
2:39 to 2:43
complex pipeline and restricted its compute budget to match the single-pass
2:43 to 2:47
baseline. At a matched token spend, the advantage of multi-agent orchestration
2:47 to 2:52
vanishes. The complex pipeline becomes indistinguishable from the baseline. To
2:52 to 2:57
confirm this, researchers introduced a simpler alternative called a best-of-N
2:57 to 3:02
control. Generating 7 to 12 independent drafts using the basic single-pass prompt
3:02 to 3:07
and selecting the best one matches the performance of the complex cluster for the
3:07 to 3:12
same financial cost. What appears to be an architectural breakthrough is often just a
3:12 to 3:16
proxy for spending more money and generating more tokens. We see the base
3:16 to 3:20
model's dominance here. Orange markers represent 7 billion parameter models
3:20 to 3:25
running identical architecture. The vertical performance drop between a 7B and
3:25 to 3:29
a frontier model is massive, roughly twice the entire span of architectural
3:29 to 3:34
improvements. When researchers try to run top-tier orchestration frameworks on that
3:34 to 3:38
weaker 7 billion parameter backbone to compensate, the complex scaffolding adds a
3:38 to 3:43
statistically insignificant fraction of a point. It fails to close the gap. Applying
3:43 to 3:47
reinforcement learning to the smaller model provides a minor lift, but it does
3:47 to 3:52
not fix the core capability deficit. You cannot wire your way out of a capability
3:52 to 3:56
deficit. The model's scale and pre-training remain the dominant axes of
3:56 to 4:00
performance, regardless of how you arrange the control flow. There is one metric
4:00 to 4:05
where the top architectures showed wide variation: citation quality. Regression
4:05 to 4:09
analysis proves this variation is a measurement artifact. Citation scoring in
4:09 to 4:14
these benchmarks is contaminated by a density bonus. LLM judges consistently
4:14 to 4:18
reward the sheer volume of citations, regardless of their grounding. A system
4:18 to 4:21
that pepper-sprays the text with ungrounded footnotes will often outscore
4:21 to 4:26
an agent that provides two meticulously verified sources. Optimizing multi-agent
4:26 to 4:30
architectures to beat these evaluation rubrics often results in gaming the
4:30 to 4:34
metrics, rather than achieving higher research quality. To locate exactly where
4:34 to 4:39
these agents fail, the study employs a diagnostic check, the Oracle intervention.
4:39 to 4:45
The researchers eliminated the AI's web-searching tool and instead fed every
4:45 to 4:50
architecture the exact same set of perfect, gold-source documents. This chart
4:50 to 4:56
shows the results. Look at Panel A. When fed perfect sources, the blue line
4:56 to 5:01
representing citation quality rises sharply. But the orange line, representing
5:01 to 5:07
factual accuracy, stays flat, locked inside the shaded equivalence band. This
5:07 to 5:12
exposes this synthesis ceiling. The models fail to integrate and reason over perfect
5:12 to 5:17
evidence, even when it is present inside their context window. Sourcing information
5:17 to 5:22
is a retrieval problem, but synthesizing that data is a model limitation that
5:22 to 5:27
orchestration cannot fix. Endlessly optimizing complex, multi-agent frameworks
5:27 to 5:32
yields diminishing returns and high compute costs. The architecture is not the
5:32 to 5:36
bottleneck. The data points to interventions that yield real returns
5:36 to 5:41
without unbounded compute burn. The most effective workflow is rubric-guided
5:41 to 5:47
verification. Adding an inference time step that actively checks a drafted answer
5:47 to 5:52
against a strict checklist consistently raises the score across both weak and
5:52 to 5:57
strong pipelines. Beyond that, raw base model upgrades are vastly more efficient
5:57 to 6:02
than rearranging control flow or adding more agents to a debate loop. Advancing
6:02 to 6:07
research agents requires moving beyond over-engineered debate systems to address
6:07 to 6:11
the synthesis utilization failure directly. Building better agents is a
6:11 to 6:14
matter of building better models.
Full paper
The technical PDF is untagged, so its document structure may not work reliably with screen readers. The reader controls and study summary remain available in HTML.
The interactive reader loads as you approach it.