Pith. sign in

REVIEW 2 major objections 4 minor 27 references

RouteGuard: Certifying Routing Gain in LLM Multi-Agent Systems When Complementarity Is Not Enough

T0 review · 2 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read The largest attainable gain of any LLM advisor router is exactly the gate's informativeness $\Phi = \mathbb{E}[\max_j \eta_j(T) - \eta_1(T)]$, not its AUC, and a finite-sample certificate can either certify this gain before deployment or…

desk verdict A mostly sound theory paper whose headline finite-sample certificate has a real plug-in-variance gap; the empirical screen is honest and the work deserves referee time. read the letter →

arxiv 2608.07583 v1 pith:LOTGQ6JK submitted 2026-08-05 stat.ML cs.LG

classification stat.MLcs.LG
keywords LLMmulti-agentroutingrouting-gaincertificationgateinformativenessAUCinsufficiencyfinite-sampleconcentrationboundminimaxlowererrordiversityindependencebaseline
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks a deployer's question: before shipping an LLM multi-agent router, how can one know whether selecting among advisors will actually beat the strongest single advisor? The central claim is that the answer is governed by a single functional of the gating signal, its informativeness $\Phi$, and not by anything so coarse as AUC. The paper proves that the largest gain any router can achieve equals $\Phi$ exactly, attained by the Bayes selector, and factors every router's gain as the product of how often it routes away and how much better it does on those cases. It supplies a finite-sample certificate that either reports a high-confidence lower bound on the deployed gain or refuses to certify, together with a matching lower bound on how many samples any such test can need. On two benchmarks the protocol acts as a guardrail: it certifies a small real gain only under the sampling unit where that gain is robust, and it refuses to certify gains from statistically redundant advisor pools and uninformative gates.

What carries the argument

The load-bearing object is the conditional-regret functional $\Phi(L) = \mathbb{E}[\max_j \eta_j(T) - \eta_1(T)]$, called the gate's informativeness: the expected per-instance improvement of the best posterior-correct advisor over the primary. It works by making the selection problem pointwise: any router's expected accuracy is $\mathbb{E}[\eta_{R(T)}(T)]$, which is bounded above by $\mathbb{E}[\max_j \eta_j(T)]$, so the gap to the primary is exactly the best achievable gain. Around $\Phi$ the paper builds the certification bracket $B(m, \delta) = \sigma\sqrt{2\log(1/\delta)/m} + 2M\log(1/\delta)/(3m)$ on the bounded increments $Z_i = C_{R(T_i),i} - C_{1,i}$, with fixed $M = 2$, giving a lower confidence value $\hat\gamma_m = \hat G_m - B(m, \delta)$; the second support is the independence-baseline excess $E = A^\star - (1 - \prod_j (1-p_j))$, which diagnoses whether co-failure beyond chance lowers the routing ceiling. The same machinery yields the robustness phase transition at $\rho^\star = \pi\Delta_E/2$ and the minimax sample-size constant.

What would settle it

Simulate a true-null law on $\{-1,0,1\}$ with known variance, draw many $m = 312$ evaluation samples, and run the protocol's exact bracket with plug-in $\hat\sigma^2$ at $\delta = 0.05$: if the false-certification rate exceeds 5% whenever the estimator understates the variance, the plug-in coverage claim fails.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that routing gain obeys an exact decomposition and an exact ceiling. For any router $R$, $G(R) = \pi \Delta_E$, where $\pi$ is the probability of routing away from the primary and $\Delta_E$ is the conditional accuracy edge on that routed set. Maximizing over all measurable routers gives $\max_R G(R) = \Phi$, where $\Phi = \mathbb{E}[\max_j \eta_j(T) - \eta_1(T)]$ is the expected per-instance advantage of the best posterior-correct advisor over the primary, and the Bayes selector attains it. The gate's AUC is not a sufficient statistic for $\Phi$: two laws with identical $\mathrm{AUC} = 1/2$ can have $\Phi = 0$ or $1/4$. The finite-sample consequence is a one-sided Bernstein bracket $B(m, \delta)$ such that the certified gain $\hat\gamma_m = \hat G_m - B(m, \delta)$ lower-bounds the population gain with probability at least $1-\delta$, with a two-point lower bound showing that any test needs $\Omega(\sigma^2 \log(1/\delta)/G^2)$ samples, constant-sharp over the fixed-activity class. Empirically, the protocol certifies on RouterBench only under prompt-level exchangeability and refuses on OpenRCA because the advisors co-fail beyond the independence baseline and the gate is uninformative.

Load-bearing premise

The certificate treats the sample variance $\hat\sigma^2$ computed from the same $m$ evaluation rows as the true variance inside the concentration bound, and if that estimate runs low at finite $m$, the claimed $1-\delta$ coverage is not guaranteed by the headline bracket alone.

Editorial extensions

If this is right

  • If the paper is right, deployers can replace AUC-tuning with estimation of $\Phi$ (or equivalently of $\Delta_E$ on routed rows) and know the ceiling they are aiming at before training a router.
  • Any router that routes away on a set where it is not better than the primary, with recoveries offset by destructions, contributes zero gain, so gate quality must be measured by the direction of its information, not by advisor diversity alone.
  • A pre-deployment certificate can refuse to ship a router: on the tested OpenRCA pools the protocol withholds certification, and on RouterBench it certifies only when the sampling unit of evaluation matches the sampling unit of deployment.
  • The matching two-point lower bound means the required evaluation size $m^\star \approx \sigma^2\log(1/\delta)/G^2$ is not an artifact of a particular bound; no other test can certify the gain with substantially fewer samples.
  • The independence-baseline screen $E \le 0$ on all 221 RouterBench pools and three OpenRCA distributions predicts that many seemingly diverse advisor pools are statistically redundant, capping routing gains below what marginal accuracies suggest.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the same decomposition should carry over to cost-aware routing: replace correctness increments with utility increments, and the bracket machinery still applies because the routing increment on $\{-1,0,1\}$ remains bounded.
  • The RouterBench verdict flip under clustering suggests that the sampling unit itself is a deployment decision: if future queries can come from new workload types, the correct certificate is the cluster-robust one, and any in-workload certification should be labeled as such.
  • A cheap pre-screen implied by the results is to compute $E$ on a candidate advisor pool before running expensive LLM evaluation: pools with $E \le 0$ and uninformative gates are unlikely to yield certifiable gains, and only pools with positive $E$ deserve the full bracket.
  • A testable extension would construct pools with opposite-direction competence curves, genuine specialization, and verify that the protocol certifies positive gain only when both $E > 0$ and the gate's posterior separates advisors; this would check whether $E$ is a sufficient screen in practice.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper proposes RouteGuard, a finite-sample certification framework for routing gain in LLM multi-agent systems. It proves that the largest achievable routing gain equals the gate's informativeness functional Phi = E[max_j eta_j(T) - eta_1(T)] (Theorem 1), that the gain decomposes as G = pi * Delta_E (Proposition 1), and that AUC is not a sufficient statistic for Phi. It also proves an informativeness ceiling Phi <= (1/2) ITV(T), establishes that complementarity is necessary but not sufficient for positive gain, derives a Bernstein-type certification bracket with a matching Le Cam lower bound, and evaluates the protocol on RouterBench and OpenRCA. On RouterBench the verdict depends on the sampling unit; on OpenRCA the protocol refuses to certify. A pre-registered semi-synthetic control is used to show calibration. The paper includes extensive appendices with proofs, numerical verification tables, and frozen artifact specifications.

Significance. If the results hold, the paper makes a substantive contribution: it identifies the right functional for routing gain, argues convincingly against AUC as the design objective, and connects the certification problem to a Le Cam lower bound with a constant-sharp class-level statement. The strengths are real: Theorem 1 and the characterization of equality in the informativity ceiling are proven rigorously; the lower-bound constants in Appendix E are derived carefully and independently verified; the empirical claims are supported by frozen artifacts and a table of numerical checks; and the pre-registered positive control addresses calibration in a way that is rare in this literature. These strengths make the paper worth serious consideration. The main weakness is that the headline finite-sample certificate as implemented plugs in an estimated variance, so the literal 1-delta coverage claim is not implied by the stated Bernstein bound; this is acknowledged in Appendix K but the presentation still puts the invalid bracket at center stage.

major comments (2)
  1. [§4.4 and Appendix K] The certification protocol as written does not have the claimed 1-delta coverage, because the Bernstein bracket B(m, delta) in §3.6 is valid for the true variance sigma^2, while the pseudocode in §4.4 replaces sigma^2 by the plug-in sigma-hat^2 computed from the same m samples. If sigma-hat^2 underestimates sigma^2, the bracket shrinks and the stated guarantee "certifies G_mu(R-hat) >= gamma-hat_m >= 0 w.p. >= 1-delta" can fail at finite m. Appendix K concedes that sigma-hat^2 is the only remaining estimated quantity and reports that a valid empirical-Bernstein bound requires m* = 810 instead of the headline m* = 312. Thus the main deliverable lacks a proof for the plug-in protocol as written, and the sample size m* = 312 cannot be claimed for the literal guarantee. The empirical verdicts may survive (Bank still refuses at m=135 and RouterBench has m=18,230), but the paper should either adopt an empirical-Bernstein certificate in the main protocol, provide a valid joint bound for the plug-in procedure, or restate precisely what m* = 312 certifies.
  2. [§3.6, §4.4, and Appendix E.1] The leading-order sharpness theorem (Theorem 4) and the class-level optimality claim (Corollary 3) are proved for a certificate that either knows sigma^2 or uses the class variance cap V* = pi, not for the protocol's plug-in sigma-hat. As a result, the sentence in §3.6 that the protocol is "asymptotically minimax-optimal" over the fixed-activity class applies to the variance-capped certificate, not to the implemented bracket. The relationship between the known-variance theory and the implemented plug-in protocol should be made explicit, or the optimality claim should be limited to the capped certificate.
minor comments (4)
  1. [§5.2] The text "cb-2 apost-hoc third distribution" should read "a post-hoc third distribution".
  2. [§5.1] The comparison "m* = 312 > 136" would be cleaner as "m* = 312 > 135", since the parseable Bank count is 135.
  3. [§4.4] The cluster-robust adjustment in Protocol step 4 uses a design effect with an ICC estimated from the same data; the paper should state whether this adjustment is an asymptotic approximation or comes with its own finite-sample coverage guarantee.
  4. [§3.6] The statement "With bG=0 there is no gain to certify at any m" in §5.1 is too strong as a population statement: bG=0 is an estimate, and a larger sample could in principle reveal a positive gain; the surrounding argument works because the bracket refuses, but the phrasing should be softened.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the central identities and bounds are self-contained; the plug-in variance and pre-registration caveats are correctness/verifiability issues, not circular reductions.

full rationale

Walking the derivation chain, I find no step in which a predicted quantity reduces by construction to its inputs or to a self-citation. Theorem 1's equality max_R G(R)=Phi is not circular: Phi is defined as a functional of the posterior means, E[max_j eta_j(T) - eta_1(T)], and the proof (A_R = E[eta_{R(T)}(T)] <= E[max_j eta_j(T)]) supplies the missing across-routers maximization; the definition does not presuppose the maximum. Proposition 1 (G = pi Delta_E) and the additive identity in Lemma 1 (Phi <= A* - p_1 = H_ind + E) are algebraic/tower-property identities; the paper labels Proposition 1 'the organizing identity' and Lemma 1's proof notes 'the identity is the definition of E', so they are not disguised empirical derivations. The certification bracket is a standard one-sided Bernstein bound; the protocol's use of the plug-in sigma-hat^2 in Section 4.4 is a finite-sample validity concern that Appendix K explicitly concedes (the empirical-Bernstein variant requiring m* = 810 instead of 312), but that is a possible over-coverage gap, not a circularity: the certified lower bound is not the fitted parameter renamed. There are no load-bearing self-citations: references to learning-to-defer and diversity diagnostics are external and acknowledged, and the 'pre-registered' positive control (Appendix I) is an asserted simulation on a known-gain generator rather than a derived prediction; the absence of an external registry link is a verifiability limitation, not a circular step. The main mathematical claims are self-contained and numerically verified against independent constructions and golden files.

Assumptions & free parameters 6 free parameters · 6 assumptions · 0 invented entities

The theoretical framework rests on standard probability tools (Bennett, Pinsker, Bretagnolle-Huber, Cramér, Berry-Esseen, Chebyshev's association inequality) and on the structural assumption that evaluation examples are exchangeable draws from a population distribution, with a design-effect correction for clustering. The empirical claims depend on hand-chosen constants (δ=0.05, ρ=0, M=2), a hand-designed KPI-partition gate, a seeded RouterBench split, and a semi-synthetic control generator whose parameters are fixed before brackets are computed. No new unobserved entities are postulated; the paper's ledger is therefore light, and the main risk is the plug-in variance entering the finite-sample certificate.

free parameters (6)
  • Confidence level δ = 0.05
    Hand-chosen error level used for all reported brackets and the positive control.
  • Shift radius ρ = 0
    Set to 0 in the case studies; the theory treats ρ as a variable and derives the phase transition ρ*=πΔ_E/2.
  • Increment bound M = 2
    Fixed worst-case bound on |Z−EZ| for Z∈{−1,0,1}; chosen conservatively, depends only on the bounded range.
  • KPI-partition gate (K=4 scouts, top-3) = K=4, top-3
    Hand-designed deterministic gating signal for OpenRCA (§4.2); the protocol is gate-agnostic, but Bank's refusal depends on this gate being uninformative.
  • RouterBench 50/50 split seed = 50/50 stratified, seed not stated
    The certified RouterBench results depend on this seeded split; the seed is not disclosed in the preprint, limiting exact reproduction.
  • Semi-synthetic control constants = P(r)=0.5/0.3/0.2; q=0.85; m=300/70; seed 20260608
    Pre-registered constants chosen to give a known-gain control; they determine the reported calibration percentages but not the theory.
assumptions (6)
  • domain assumption Evaluation examples are i.i.d. draws from an unknown population µ (or exchangeable clusters with design-effect correction).
    Invoked in §3.6 and §4.4 condition (iv); the entire certificate's validity is conditional on this exchangeability.
  • standard math The increment Z = C_R(T) − C_1 lies in {−1,0,1} with |Z−EZ| ≤ 2, justifying the fixed M=2 in the Bernstein bracket.
    Used in §3.6 and Appendix F; bounds the centred summands.
  • domain assumption The sharp minimax constant is derived over the fixed-activity class M_π = {µ: µ(−1)+µ(+1)=π} with π known.
    Appendix E.1; the deployed certificate uses plug-in π̂, so the class-level constant is a theoretical benchmark, not the operating certificate.
  • domain assumption Advisors are conditionally independent given a latent difficulty D with same-direction monotone competences (Proposition 2).
    This model generates the E≤0 prediction; the authors do not empirically stratify D (Limitation (i), §5.5).
  • standard math Standard concentration and testing results: Bennett, Bernstein, Pinsker, Bretagnolle-Huber, Cramér, Berry-Esseen, Chebyshev's association inequality.
    Used across Appendices C, E, F, J.
  • ad hoc to paper The semi-synthetic control generator: latent regime r∈{A,B,C} with P=(0.5,0.3,0.2), gate accuracy q=0.85, independent advisors, matched null.
    Appendix I; a constructed simulation to provide known ground truth, pre-registered but with no external registry link.

how reviews work

0 comments
Cite this review

Pith. "Pith review of RouteGuard: Certifying Routing Gain in LLM Multi-Agent Systems When Complementarity Is Not Enough." pith.science (2026). https://pith.science/paper/LOTGQ6JK

@misc{pith2026260807583,
  author       = {Pith},
  title        = {Pith review of: RouteGuard: Certifying Routing Gain in LLM Multi-Agent Systems When Complementarity Is Not Enough},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LOTGQ6JK}},
  note         = {Machine review of arXiv:2608.07583}
}
abstract

Multi-agent LLM systems route among model-backed advisors, yet a deployer rarely knows before shipping whether routing will help at all. Prevailing routers optimize a gate's AUC and presume that advisor complementarity suffices. We show that neither determines the deployable gain. We introduce RouteGuard, a deployment-certification framework. Routing gain decomposes as $G = \pi \Delta_E$, and the achievable gain is governed by a conditional-regret functional $\Phi$, not by AUC. A finite-sample certification bracket comes with a matching Le Cam lower bound, constant-sharp over the fixed-activity class, and a robustness phase transition. On two benchmarks the framework acts as a guardrail. On RouterBench (11 cross-family models) the verdict depends on the sampling unit: the protocol certifies a gain over GPT-4 under prompt-level sampling and withholds it under workload-cluster resampling, because the gain rests on 3 of 86 workload cells. On OpenRCA (three Gemini advisors) the advisors are statistically redundant: the realized oracle sits at or below the independence baseline in all pools we tested (221 RouterBench pools and three OpenRCA distributions), so the protocol correctly refuses to certify. A pre-registered semi-synthetic control confirms calibration: the protocol certifies a genuine gain once $m \ge m^\star$ and does not certify a true null. Code and frozen artifacts will be released with the published version.

Figures

Figures reproduced from arXiv: 2608.07583 by the authors.

Figure 1
Figure 1. Calibration (§5.4). (a) certify-rate vs m for several true gains; dotted lines mark m⋆(G). (b) false-certify rate on a true null vs ICC: the i.i.d. bracket loses type-I control; the cluster-robust bracket holds ≤ δ. meff=612) flips the verdict to withhold (γb clu = −0.0094), and a cell-block bootstrap resampling whole cells gives a 95% CI on the gain of [−0.0014, +0.0142] that straddles zero, a bracket-independent d… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

27 extracted references · 14 canonical work pages

  1. [1]

    MasRouter: Learning to route LLMs for multi-agent systems,

    Y. Yue, G. Zhang, B. Liu, G. Wan, K. Wang, D. Cheng, and Y. Qi, “MasRouter: Learning to route LLMs for multi-agent systems,” inProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Long Papers), 2025, pp. 15 549–15 572, arXiv:2502.11133

  2. [2]

    Which agent causes task failures and when? on automated failure attribution of LLM multi-agent systems,

    S. Zhang, M. Yin, J. Zhang, J. Liu, Z. Han, J. Zhang, B. Li, C. Wang, H. Wang, Y. Chen, and Q. Wu, “Which agent causes task failures and when? on automated failure attribution of LLM multi-agent systems,” inProceedings of the 42nd International Conference on Machine Learning (ICML), 2025, spotlight; arXiv:2505.00212

  3. [3]

    Why do multi-agent LLM systems fail?

    M. Cemri, M. Z. Pan, S. Yang, L. A. Agrawal, B. Chopra, R. Tiwari, K. Keutzer, A. Parameswaran, D. Klein, K. Ramchandran, M. Zaharia, J. E. Gonzalez, and I. Stoica, “Why do multi-agent LLM systems fail?” 2025, arXiv:2503.13657

  4. [4]

    OpenRCA: Can large language models locate the root cause of software failures?

    J. Xu, Q. Zhang, Z. Zhong, S. He, C. Zhang, Q. Lin, D. Pei, P . He, D. Zhang, and Q. Zhang, “OpenRCA: Can large language models locate the root cause of software failures?” inInternational Conference on Learning Repre- sentations (ICLR), 2025, openReview: M4qNIzQYpd

  5. [5]

    Where LLM agents fail and how they can learn from failures,

    K. Zhu, Z. Liu, B. Liet al., “Where LLM agents fail and how they can learn from failures,” 2025, arXiv:2509.25370

  6. [6]

    Abduct, act, predict: Scaffolding causal inference for automated failure attribution in multi-agent systems,

    A. West, Y. Weng, M. Zhu, Z. Lin, Z. Ning, and Y. Zhang, “Abduct, act, predict: Scaffolding causal inference for automated failure attribution in multi-agent systems,” 2025, arXiv:2509.10401. PREPRINT — UNDER REVIEW 20

  7. [7]

    AgenTracer: Who is inducing failure in the LLM agentic systems?

    G. Zhang, J. Wang, J. Chen, W. Zhou, K. Wang, and S. Yan, “AgenTracer: Who is inducing failure in the LLM agentic systems?” 2025, arXiv:2509.03312

  8. [8]

    Causal LLM routing: End-to-end regret minimization from observa- tional data,

    A. Tsiourvas, W. Sun, and G. Perakis, “Causal LLM routing: End-to-end regret minimization from observa- tional data,” inAdvances in Neural Information Processing Systems (NeurIPS), 2025, arXiv:2505.16037

Show all 27 references
  1. [9]

    Universal model routing for efficient LLM inference,

    W. Jitkrittum, H. Narasimhan, A. S. Rawat, J. Junejaet al., “Universal model routing for efficient LLM inference,” 2025, arXiv:2502.08773

  2. [10]

    RouterBench: A benchmark for multi-LLM routing system,

    Q. J. Hu, J. Bieker, X. Li, N. Jiang, B. Keigwin, G. Ran- ganath, K. Keutzer, and S. K. Upadhyay, “RouterBench: A benchmark for multi-LLM routing system,” 2024, arXiv:2403.12031

  3. [11]

    Towards fair and comprehensive evaluation of routers in collaborative LLM systems,

    W. Wu, H. Zhu, Y. Li, L. Yang, J. Zhao, H. Wang, J. Yang, B. Wang, B. Jing, and G. Chen, “Towards fair and comprehensive evaluation of routers in collaborative LLM systems,” 2026, arXiv:2602.11877

  4. [12]

    When routing collapses: On the degenerate convergence of LLM routers,

    G. Lai and H.-J. Ye, “When routing collapses: On the degenerate convergence of LLM routers,” 2026, arXiv:2602.03478

  5. [13]

    Predict responsibly: Improving fairness and accuracy by learning to defer,

    D. Madras, T. Pitassi, and R. Zemel, “Predict responsibly: Improving fairness and accuracy by learning to defer,” inAdvances in Neural Information Processing Systems (NeurIPS), 2018

  6. [14]

    Consistent estimators for learning to defer to an expert,

    H. Mozannar and D. Sontag, “Consistent estimators for learning to defer to an expert,” inProceedings of the 37th International Conference on Machine Learning (ICML), 2020

  7. [15]

    Learning to defer to multiple experts: Consistent surrogate losses, confidence calibration, and conformal ensembles,

    R. Verma, D. Barrej ´on, and E. Nalisnick, “Learning to defer to multiple experts: Consistent surrogate losses, confidence calibration, and conformal ensembles,” in Proceedings of the 26th International Conference on Artificial Intelligence and Statistics (AISTATS), 2023

  8. [16]

    Measures of diver- sity in classifier ensembles and their relationship with the ensemble accuracy,

    L. I. Kuncheva and C. J. Whitaker, “Measures of diver- sity in classifier ensembles and their relationship with the ensemble accuracy,”Machine Learning, vol. 51, pp. 181–207, 2003

  9. [17]

    FrugalGPT: How to use large language models while reducing cost and improving performance,

    L. Chen, M. Zaharia, and J. Zou, “FrugalGPT: How to use large language models while reducing cost and improving performance,” 2023, arXiv:2305.05176

  10. [18]

    Selective classification for deep neural networks,

    Y. Geifman and R. El-Yaniv, “Selective classification for deep neural networks,” inAdvances in Neural Information Processing Systems (NeurIPS), 2017

  11. [19]

    Proactive routing to interpretable surrogates with distribution-free safety guarantees,

    I. Uddin, M. Khider, and A. Bauer, “Proactive routing to interpretable surrogates with distribution-free safety guarantees,” 2026, arXiv:2603.14623

  12. [20]

    Cer-eval: Certifi- able and cost-efficient evaluation framework for LLMs,

    G. Wang, Z. Chen, B. Li, and H. Xu, “Cer-eval: Certifi- able and cost-efficient evaluation framework for LLMs,” 2025, arXiv:2505.03814

  13. [21]

    Optimal best arm identification in two-armed bandits with a fixed budget under a small gap,

    M. Kato, K. Ariu, M. Imaizumi, M. Nomura, and C. Qin, “Optimal best arm identification in two-armed bandits with a fixed budget under a small gap,” 2022, arXiv:2201.04469

  14. [22]

    Why do AI agents systematically fail at cloud root cause analysis?

    T. Kim, W. Park, H. Yun, and K. Lee, “Why do AI agents systematically fail at cloud root cause analysis?” 2026, arXiv:2602.09937

  15. [23]

    Probability inequalities for the sum of independent random variables,

    G. Bennett, “Probability inequalities for the sum of independent random variables,”Journal of the American Statistical Association, vol. 57, no. 297, pp. 33–45, 1962

  16. [24]

    Boucheron, G

    S. Boucheron, G. Lugosi, and P . Massart,Concentration Inequalities: A Nonasymptotic Theory of Independence. Ox- ford University Press, 2013

  17. [25]

    Empirical Bernstein bounds and sample variance penalization,

    A. Maurer and M. Pontil, “Empirical Bernstein bounds and sample variance penalization,” inProceedings of the 22nd Conference on Learning Theory (COLT), 2009

  18. [26]

    Convergence of estimates under dimension- ality restrictions,

    L. Le Cam, “Convergence of estimates under dimension- ality restrictions,”The Annals of Statistics, vol. 1, no. 1, pp. 38–53, 1973

  19. [27]

    Estimation des densit ´es: risque minimax,

    J. Bretagnolle and C. Huber, “Estimation des densit ´es: risque minimax,”Z. Wahrscheinlichkeitstheorie verw. Gebi- ete, vol. 47, no. 2, pp. 119–137, 1979

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.