The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Prediction-passing agent chains need quadratic depth to emulate centralized learners: excess error can persist until depth M^2 and thereafter falls at Θ(M^2/D), a rate the authors prove optimal for linear regression and logistic classification using explicit Gaussian worst-case constructions.

Optimal Rates for Agentic Networked Information Aggregation
MohammadHossein Bateni, Zahra Hadizadeh, MohammadTaghi Hajiaghayi, Mahdi JafariRaviz, Shayan Taherijam · September 04, 2026
arxiv theoretical n/a evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. MohammadHossein Bateni unresolved corpus identity
  2. Zahra Hadizadeh unresolved corpus identity
  3. MohammadTaghi Hajiaghayi unresolved corpus identity
  4. Mahdi JafariRaviz unresolved corpus identity
  5. Shayan Taherijam unresolved corpus identity
The paper characterizes optimal rates of information aggregation for networks of prediction-passing agents: excess error can remain constant up to quadratic depth M^2 and then decays as Θ(M^2/D), with matching upper and lower bounds for linear regression and logistic classification and geometric convergence for any fixed finite distribution.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Building on the pioneering paper of Kearns, Roth, and Ryu (SODA'26), we study information aggregation in a networked learning model. The model captures a central pattern in agentic AI: each agent sees only part of the data and passes on only its own conclusion. Their model considers a linear regression problem with the mean squared error (MSE) loss. Agents sit in a DAG and each sees only a subset of the features and its parents' predictions, fits a linear predictor, and passes only its prediction forward. The benchmark is the full-feature learner that sees all raw features. A path of depth $D$ is $M$-covered if every block of $M$ consecutive agents collectively sees all raw features. Kearns, Roth, and Ryu proved that the excess mean squared error of the last agent on such a path is $O(M/\sqrt D)$, and gave a cyclic instance with excess error $Ω(M/D)$ for $D<M^2$. We close this gap: the correct rate is constant up to depth $M^2$, and $Θ(M^2/D)$ beyond it. We first give a sharper analysis of the cyclic instance and improve its lower bound to $Ω(\sqrt{M/D})$ for $D<M^2$. We then construct, for every depth $D\ge M^2$, an $M$-covered path of depth $D$ with excess error $Ω(M^2/D)$. The same instance gives the constant lower bound for all $D < M^2$. We also show that for any fixed distribution the excess error contracts geometrically along the path, ruling out any single instance that witnesses any polynomial lower bound at every depth. Finally, we prove the same optimal rate for logistic classification in the logit-passing model of Bateni et al., which considers the binary cross-entropy (BCE) loss. The same improved upper bound of $O(M^2/D)$ holds, and we transfer all the regression lower bounds by showing that on those examples the logistic path follows the least-squares path up to rescaling.

Summary

Main Finding

The paper characterizes the optimal rate at which prediction error shrinks along a chain (or M-covered path) of linear agents who each see only part of the raw features and forward a single prediction. Key results: - Upper bound: For any M-covered path of depth D, the excess mean-squared error (MSE) of the final linear predictor satisfies MSE(f_D) − MSE(f*) = O(M^2 / D), (improving the prior O(M / √D) bound). - Lower bounds: the O(M^2 / D) rate is tight up to constants. In particular: - There exist instances where excess MSE remains Θ(1) for all depths D ≤ M^2 (a constant lower bound). - For D ≥ M^2 there are M-covered paths with excess MSE Ω(M^2 / D). - The cyclic example of Kearns–Roth–Ryu (previously Ω(M/D)) actually yields an improved lower bound Ω(√(M/D)) in the shallow regime D < M^2. - No single fixed finite distribution can exhibit the worst-case M^2/D slow rate at all depths: for any fixed distribution the excess error contracts geometrically in blocks of M agents (there exists q < 1 with E_{s+M} ≤ q E_s), so eventually convergence is fast. - Analogous optimal upper and lower bounds hold for binary classification in the logit-passing (BCE) protocol. A Gaussian transfer theorem shows that, in Gaussian examples, logistic predictors align with least-squares predictors up to scaling, so lower-bound examples transfer to classification.

Key Points

  • Model: agents placed in a DAG act in topological order; each agent sees a subset of raw features and the scalar predictions (or logits) from its parents, fits a linear predictor to minimize population loss (MSE or BCE), and forwards only its scalar prediction.
  • M-covered path: a directed path A1→...→AD is M-covered if every block of M consecutive agents collectively sees all raw features. M quantifies how rapidly raw information is reintroduced along the chain.
  • Improved upper bound (Theorem 1): via an inductive argument that “feeds the argument its own output,” the authors tighten the previous O(M/√D) to O(M^2/D). The bound assumes bounded feature second moments and bounded ℓ1 norm of the global predictor.
  • Matching lower bounds:
    • Depth-dependent construction (Theorem 3): a Gaussian construction (rotating weak signals across M features) gives excess error Ω(M^2/D) for D ≥ M^2 and a constant Ω(1) up to depth M^2.
    • Cyclic example analysis (Theorem 2): improved analysis of the earlier cyclic construction yields excess error Ω(1/√p) after p passes (so Ω(√(M/D)) when D = pM and p ≤ M−1).
  • Fixed-distribution geometric convergence (Theorem 5): for any fixed finite distribution and fixed M there exists q < 1 (depending on distribution and M) so that every block of M agents reduces excess error by factor q, implying exponential (geometric) decay in depth in that regime.
  • Classification results: The improved O(M^2/D) upper bound holds for logistic agents (BCE, logits passed). The Gaussian transfer theorem (Theorem 7) shows for Gaussian inputs with logistic link, agent logits are proportional to least-squares predictors, and losses map between MSE and BCE bounds; hence the regression lower-bound instances carry over.

Data & Methods

  • Nature of results: fully theoretical / population-level (no empirical training-sample noise). Assumptions typically include bounded second moments of features and bounded ℓ1 norm of the optimal linear weights; analyses work in the population loss setting.
  • Main technical tools and constructions:
    • Inductive tightening of the pigeonhole/block-drop argument used by Kearns–Roth–Ryu to convert a block-wise small drop into a tighter global rate (key to O(M^2/D)).
    • Careful spectral/basis change analysis for the cyclic example: rewrite in orthonormal basis {z_i}, derive recursion for residual mass, relate to a random walk encoded by Catalan-type combinatorics to get Ω(1/√p).
    • Depth-dependent Gaussian construction: features are small-rotation perturbations of a hidden direction so successive agents only remove an O(ρ^2 sin^2 δ) fraction of residual, choose ρ^2 = Θ(M^2/D) to make residual survival produce Ω(M^2/D) excess.
    • Geometric contraction proof: for fixed finite distributions, examine each M-consecutive-agent block (which spans all features) to show a block-wise multiplicative improvement q < 1; finite feature subset space ensures a global q works.
    • Gaussian transfer for classification: show single-agent BCE minimizer lies on the line spanned by least-squares predictor when targets are logistic of a Gaussian linear function; induct topologically to extend to the network and bound BCE excess in terms of MSE excess.
  • Scope/limitations of methods:
    • Lower-bound constructions are Gaussian and may depend on depth D (i.e., worst-case distributions change with required depth).
    • All results are population-level (infinite-sample) and assume exact empirical minimizers—finite-data/sample-complexity effects are not the focus.

Implications for AI Economics

  • Quantifies the depth vs. accuracy tradeoff and cost of agentic chaining:
    • Formula: to achieve excess error ≤ ε, a sufficient depth is D = Θ(M^2 / ε). Thus marginal cost of reducing excess error scales linearly in 1/ε and quadratically in M.
    • If each hop/agent has a monetary or latency cost c, total cost to reach ε is roughly c·D = Θ(c·M^2 / ε). Designing systems therefore requires weighing per-hop marginal cost against the quadratic dependence on coverage M.
  • Design prescriptions for multi-agent pipelines and federated/vertical setups:
    • Minimize M (the number of consecutive agents needed to cover all features): smaller M (more frequent / overlapping coverage of raw features) reduces both constant floors and asymptotic cost (since excess ∝ M^2 / D). Practically, ensure features needed to predict critical signals are reintroduced more often down the chain.
    • If reducing M is expensive/unavailable, realize that shallow chains (D ≤ M^2) may exhibit a constant error floor — additional small increases in D may produce little benefit until depth reaches ~M^2.
    • If depth (number of hops) is costly, consider richer messages than a single scalar (e.g., passing multiple summary statistics, compressed feature embeddings, or small vector representations) to speed aggregation beyond the scalar-prediction limitation studied here.
  • Policy and economic implications:
    • For systems where each hop incurs cost (compute, latency, privacy overhead), the analysis gives planners concrete scaling laws to budget depth vs. accuracy: e.g., halving the excess error roughly doubles the needed D (given fixed M).
    • For vertically partitioned data (vertical federated learning), the results suggest structuring the order or overlap of parties so that “coverage M” is small, or investing in protocols that allow richer intermediate information sharing to avoid the M^2/D bottleneck.
  • Robustness and practical caveats:
    • The model assumes linear predictors and population loss minimization; real-world agents (nonlinear models, finite data, stochastic optimization) may behave differently. Still, the scaling laws give a useful baseline for expected returns to adding hops or changing feature coverage.
    • The worst-case slow instances are engineered (Gaussian, depth-dependent); for a fixed real-world distribution, error typically contracts geometrically in blocks of M, so practical systems may converge faster than worst-case bounds indicate.
  • High-level takeaway for AI economics: when orchestrating chains of specialized agents, the structure of feature coverage (M) matters at least as much as depth (D). Achieving low excess error cheaply requires either (a) small M (frequent/full reintroduction of raw signal), (b) sufficiently large depth (D ≳ M^2), or (c) richer intermediate messaging to break the scalar-prediction bottleneck.

Assessment

Paper Typetheoretical Evidence Strengthn/a — This is a theoretical paper proving upper and lower bounds and constructing worst-case examples; it contains no empirical or causal identification using data. Methods Rigorhigh — The paper provides tight matching upper and lower bounds, explicit worst-case constructions, a careful analysis of a prior cyclic example, and a transfer theorem from Gaussian regression to logistic classification; assumptions and regimes are clearly stated and proofs use standard rigorous tools. SampleNo empirical sample; the paper analyzes theoretical instances and distributions. Main constructions use synthetic Gaussian features (e.g., cyclic example with orthonormal z_i, and depth-dependent constructions using three Gaussians Z0,Z1,Z2 and features X_j = Z1 + ρ(cos(jδ)Z0 + sin(jδ)Z2)), M-covered paths of agents in a DAG, and both least-squares regression and logistic (BCE) classification settings; also considers arbitrary fixed finite distributions with bounded second moments for geometric convergence results. Themesorg_design human_ai_collab GeneralizabilityResults apply to linear predictors (least squares) and linear logits (BCE); non-linear models or deep nets are not analyzed., Lower-bound instances are worst-case (adversarial) distributions and may not reflect typical real-world data., Gaussian assumptions are used for the regression→classification transfer; transfer may not hold for non-Gaussian features., Fixed-distribution geometric convergence requires finite feature dimension and bounded second moments., Model restricts agents to pass a single scalar prediction/logit; richer message formats or multiple tokens are not covered., Sequential DAG/path assumption; parallel or bidirectional communication protocols are not analyzed.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
For an M-covered path of depth D in the regression setting, the excess mean squared error of the final agent is at most C M^2/D, under bounded global coefficient l1 norm and bounded feature second moments. Output Quality positive Excess mean squared error of the final agent relative to the full-feature linear predictor.
Reading fidelity high
Study strength high
O(M^2/D)
0.2
The cyclic regression example has excess error at least (1/48) sqrt(M/D) when the depth is D = pM with 1 <= p <= M−1. Output Quality negative Excess mean squared error after repeated cyclic passes.
Reading fidelity high
Study strength high
Ω(sqrt(M/D))
0.2
For every M >= 8 and D >= M^2, there exists an M-covered regression path with an exact global predictor whose final-agent excess error is at least (1/(1280 pi^2)) M^2/D. Output Quality negative Final-agent excess mean squared error relative to the exact global predictor.
Reading fidelity high
Study strength high
Ω(M^2/D)
0.2
There are regression instances in which a constant excess error persists through every depth t <= M^2. Output Quality negative Excess mean squared error after t agents.
Reading fidelity high
Study strength high
at least 1/(1280π^2) for 1 <= t <= M^2
0.2
For any fixed finite-feature distribution with bounded second moments, excess regression error contracts geometrically along every M-covered path. Output Quality positive Excess mean squared error along the agent path.
Reading fidelity high
Study strength high
E_D ≤ E_1 q^floor((D−1)/M), for some q < 1
0.2
For logistic classification with logit passing, the excess binary cross-entropy of the final agent on any M-covered path is at most C M^2/D under bounded global logit coefficients and feature second moments. Output Quality positive Excess binary cross-entropy loss of the final agent relative to the global BCE minimizer.
Reading fidelity high
Study strength high
O(M^2/D)
0.2
For Gaussian features and a logistic label model, each classification-network logit is a nonnegative scalar multiple of the corresponding least-squares predictor, and the BCE excess loss is bounded above and below by constant multiples of squared prediction error. Output Quality positive Relationship between logistic excess loss and least-squares prediction error.
Reading fidelity high
Study strength high
κ_B E_t ≤ L(z_t) − L(G) ≤ 1/8 E_t
0.2
The cyclic Gaussian classification example has excess BCE loss at least κ1/(48 sqrt(p)) after p passes, equivalently at least (κ1/48) sqrt(M/D) at depth D = pM. Output Quality negative Excess binary cross-entropy loss after cyclic information aggregation.
Reading fidelity high
Study strength high
Ω(sqrt(M/D))
0.2
For every M >= 8 and D >= M^2, there is a Gaussian classification path instance with excess BCE loss at least c_l d M^2/D, and a constant excess loss can persist through all depths t <= M^2. Output Quality negative Excess binary cross-entropy loss of the final or intermediate agent.
Reading fidelity high
Study strength high
Ω(M^2/D); at least c_quad for 1 <= t <= M^2
0.2

Notes