Heterogeneous multi-agent AI boosts reasoning accuracy by 19%
Diverse foundation models working together outperform homogeneous systems by 2.3x in STEM tasks.
A new paper from researchers J. de Curtò and I. de Zarzà introduces a multi-agent framework for collective intelligence with foundation models. The system comprises three agent types: solver models that independently generate drafts, a critic agent that provides structured critique and revision, and an aggregator that synthesizes a final consensus. A scoring module evaluates semantic, numerical, and procedural quality across all agents. The authors benchmarked this framework on a diverse STEM dataset including calculus, physics, chemistry, biology, economics, optimization, statistics, and mathematics.
They compared four configurations: individual baseline, homogeneous framework using one model, redundant homogeneous solvers (multiple instances of same model), and heterogeneous framework with diverse specialized models. Results show that while framework structure and redundant sampling offer modest gains, model heterogeneity is the critical factor. The heterogeneous configuration achieved superior step-wise accuracy (0.64 vs 0.54 for individuals) and a 2.3x improvement over homogeneous setups, with reduced variance across categories and difficulty levels. Step-wise reasoning quality—correctness of intermediate steps—improved dramatically only with model diversity, highlighting the importance of complementary error detection and reasoning refinement for explainability and auditability.
- Heterogeneous multi-agent framework achieved step-wise accuracy of 0.64 vs 0.54 for individual models, a 19% improvement.
- Model diversity was the critical factor, delivering a 2.3x improvement over homogeneous configurations.
- Framework evaluated across eight STEM domains including calculus, physics, chemistry, and economics.
Why It Matters
This shows combining diverse specialist AIs can significantly improve reasoning reliability and auditability for scientific and industrial decisions.