Pith. sign in

REVIEW 9 cited by

Optimizing Model Selection for Compound AI Systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2502.14815 v1 pith:FJOWQWKY submitted 2025-02-20 cs.AI cs.CLcs.LGcs.MA

Optimizing Model Selection for Compound AI Systems

classification cs.AI cs.CLcs.LGcs.MA
keywords compoundsystemsllmselectormodelmodulesperformancemodulenumber
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Compound AI systems that combine multiple LLM calls, such as self-refine and multi-agent-debate, achieve strong performance on many AI tasks. We address a core question in optimizing compound systems: for each LLM call or module in the system, how should one decide which LLM to use? We show that these LLM choices have a large effect on quality, but the search space is exponential. We propose LLMSelector, an efficient framework for model selection in compound systems, which leverages two key empirical insights: (i) end-to-end performance is often monotonic in how well each module performs, with all other modules held fixed, and (ii) per-module performance can be estimated accurately by an LLM. Building upon these insights, LLMSelector iteratively selects one module and allocates to it the model with the highest module-wise performance, as estimated by an LLM, until no further gain is possible. LLMSelector is applicable to any compound system with a bounded number of modules, and its number of API calls scales linearly with the number of modules, achieving high-quality model allocation both empirically and theoretically. Experiments with popular compound systems such as multi-agent debate and self-refine using LLMs such as GPT-4o, Claude 3.5 Sonnet and Gemini 1.5 show that LLMSelector confers 5%-70% accuracy gains compared to using the same LLM for all modules.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 9 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. TraceFix: Repairing Agent Coordination Protocols with TLA+ Counterexamples

    cs.AI 2026-05 conditional novelty 7.0

    TraceFix repairs LLM-generated multi-agent protocols via TLA+ counterexamples to achieve full verification on all tested tasks and higher completion rates than prompt-only baselines.

  2. The Cost of Consensus: Isolated Self-Correction Prevails Over Unguided Homogeneous Multi-Agent Debate

    cs.MA 2026-04 unverdicted novelty 7.0

    Homogeneous multi-agent debate introduces sycophantic conformity, contextual fragility, and consensus collapse, leading to equal or lower accuracy than isolated self-correction at 2.1-3.4x higher token cost on GSM-Har...

  3. Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems

    cs.CR 2026-07 conditional novelty 6.0

    AgentLocate localizes multi-agent LLM failures to a responsible agent and earliest decisive step via judge hypotheses, confidence-weighted multi-evaluator verification, and LoRA refinement.

  4. SCOPE: Cost-Efficient Model Selection for Compound AI Systems under Quality Constraints

    cs.DB 2026-05 unverdicted novelty 6.0

    SCOPE is a new optimization method that uses per-query estimates and confidence bounds to select cost-efficient LLM combinations for compound AI systems under quality constraints, with claimed theoretical guarantees a...

  5. FALAT: Tracing Failures in LLM Agent Trajectories via Dependency-Guided Search

    cs.AI 2026-05 unverdicted novelty 6.0

    FALAT improves failure attribution in LLM agent trajectories via dependency-guided search, achieving 46.0% step-level accuracy on algorithm-generated and 29.1% on hand-crafted trajectories in the Who&When benchmark.

  6. CAMI: Cost-Aware Agent-Guided Multi-Indexing for Semantic Retrieval

    cs.IR 2026-06 unverdicted novelty 5.0

    CAMI frames multi-index construction for semantic retrieval as a budgeted multi-objective portfolio problem and uses agent-guided search plus confidence-aware pruning to find high-recall configurations with reduced ev...

  7. Optimizing the Cost-Quality Tradeoff of Agentic Theorem Provers in Lean

    cs.CL 2026-06 unverdicted novelty 5.0

    An agentic theorem prover in Lean uses a control plane to route actions based on cost and success estimates, achieving 28.9% lower average cost than a fixed-step baseline on a PutnamBench subset while preserving performance.

  8. Towards Scalable Customization and Deployment of Multi-Agent Systems for Enterprise Applications

    cs.CL 2026-06 unverdicted novelty 4.0

    A two-stage framework for domain-adapting multi-agent LLMs and optimizing their inference claims a 4.48x throughput gain with maintained performance on enterprise tasks.

  9. "Skill issues'': data-centric optimization of lakehouse agents

    cs.AI 2026-05 unverdicted novelty 3.0

    Data-centric optimization of skills for agents on a branching lakehouse improves accuracy by 31.9% on 25 tasks via state-verification evaluation.