Eight coordinates to describe any multi-agent research system, and why 'lack of taste' is two different failures

A Vocabulary for Multi-Agent Automated Research Systems

Bardiya Akhbari

cs.AI, cs.LG, cs.MA

2026-07-13

An eight-coordinate vocabulary for describing and comparing multi-agent automated research systems isolates each design choice, and splits the vague 'lack of taste' into generative and evaluative failures.

What problem this solves

A wave of multi-agent automated research systems has arrived: AI Scientist, AIRA, AlphaEvolve, Glia, each claiming to run research end to end. The trouble is they differ along several axes at once: how agents communicate, whether they remember across runs, how they are initialized, how outputs are scored. So the claim that multi-agent beats single-agent is meaningless, because you cannot tell which axis drove the gain. The author wants a shared language that isolates design choices so they can be compared.

Method

The vocabulary is a tuple. A system is ℳ = ⟨A, O, C, α, S, π, ι, e⟩:

The load-bearing choice is making the evaluator a component of the system, because reported gains depend on how closely the proxy matches true quality.

Two sharp concepts:

A trajectory records one run from input to returned artifact. Because of stochasticity, repeated runs on the same task induce a distribution over trajectories, not a single behavior.

The author then maps 10 real systems (AIRA2, AlphaEvolve, Glia, AAR, AI Scientist-v2, MetaGPT, EvoX, ml-intern, SimpleTES, Engram) onto the vocabulary to see which coordinates each one actually sets. For example, Glia's Supervisor holds no operations (α(Sup) = ∅), AI Scientist-v2 sets mainly meta-control with a fork-prune tree search and Scross empty, and MetaGPT is a fixed handoff chain.

Results

There are no quantitative experiments; this is a conceptual contribution. The result is a coverage analysis: each of the 10 systems sets only a few coordinates and leaves the rest at default. A few observations:

To be blunt: there is no benchmark and no SOTA number. The output is a map, not a measurement.

Why it matters

For anyone building or reviewing agentic systems: instead of asking whether multi-agent is better, ask which coordinate changed. That matters because the field is drowning in systems that vary everything at once and report gains you cannot attribute. The overfitting tax is the most actionable warning: when a system ranks many candidate runs by a proxy scorer, the winner is biased toward proxy-overstated quality, so a large search budget can backfire if the proxy is miscalibrated. The taste split tells you whether to fix the generator (propose more diverse candidates) or the evaluator (tighten proxy to quality).

Limitations

Terms

Source

Related papers

All paper explainers