[2602.21231] ACAR: Adaptive Complexity Routing for Multi-Model Ensembles with Auditable Decision Traces
Summary
The paper presents ACAR, a framework for adaptive complexity routing in multi-model ensembles, demonstrating improved task routing accuracy and documenting practical limitations.
Why It Matters
ACAR addresses the challenges of multi-model orchestration in AI by providing a measurable framework that enhances decision-making accuracy while highlighting potential pitfalls in model agreement and attribution methods. This is crucial for advancing AI reliability and transparency.
Key Takeaways
- ACAR improves task routing accuracy to 55.6%, surpassing baseline models.
- The framework avoids full ensembling in over half of the tasks, optimizing resource use.
- Negative results reveal limitations in retrieval augmentation and model agreement failures.
- Attribution estimates based on proxy signals are weak, necessitating better methods.
- ACAR sets falsifiable baselines for future research in multi-model systems.
Computer Science > Machine Learning arXiv:2602.21231 (cs) [Submitted on 6 Feb 2026] Title:ACAR: Adaptive Complexity Routing for Multi-Model Ensembles with Auditable Decision Traces Authors:Ramchand Kumaresan View a PDF of the paper titled ACAR: Adaptive Complexity Routing for Multi-Model Ensembles with Auditable Decision Traces, by Ramchand Kumaresan View PDF HTML (experimental) Abstract:We present ACAR (Adaptive Complexity and Attribution Routing), a measurement framework for studying multi-model orchestration under auditable conditions. ACAR uses self-consistency variance (sigma) computed from N=3 probe samples to route tasks across single-model, two-model, and three-model execution modes. The system is implemented on top of TEAMLLM, a deterministic execution substrate with immutable artifacts and complete decision traces. We evaluate ACAR on 1,510 tasks spanning four benchmarks: MathArena, Reasoning Gym, LiveCodeBench, and SuperGPQA, using Claude Sonnet 4, GPT-4o, and Gemini 2.0 Flash, producing more than 7,550 auditable runs. Results show that sigma-based routing achieves 55.6 percent accuracy, exceeding the two-model baseline of 54.4 percent while avoiding full ensembling on 54.2 percent of tasks. The routing mechanism is model-agnostic and requires no learned components. We also document negative results. First, retrieval augmentation reduced accuracy by 3.4 percentage points, as median retrieval similarity was only 0.167, demonstrating that experience injection with...