LLM councils show groupthink
Summary
An analysis of LLM "councils," where multiple models collaborate to generate a final answer, reveals a significant tendency towards groupthink, often suppressing unique and valuable ideas. An experiment compared three council structures: direct blending, a peer-review-based LLM Council, and a "best answer" picker. The findings indicate that these council methods, particularly peer review, prioritize consensus, preserving only about a quarter of the high-value, single-model ideas identified by human judges. This phenomenon mirrors "biased sampling of shared information" observed in human group decision-making. While councils can improve the average quality of answers, they are not universally superior and require careful design to ensure the preservation of diverse and novel insights, suggesting a need for explicit protocols to gather and assess individual model contributions.
Key takeaway
For AI Scientists and Machine Learning Engineers designing multi-agent LLM systems, understand that "council" approaches can inadvertently filter out valuable, unique ideas. Your current council structure might be sacrificing innovation for consensus. To mitigate this, explicitly design protocols to capture, rank, and assess individual model contributions before final synthesis. This ensures diverse insights are preserved, even if it adds computational overhead.
Key insights
LLM councils, despite improving average answers, often suppress unique, high-value ideas due to a consensus bias.
Principles
- Model diversity doesn't guarantee idea preservation.
- Group decision-making biases apply to LLM councils.
- Explicit idea capture is crucial for diverse output.
Method
An experiment compared LLM council structures by breaking answers into "cards," clustering similar ideas, and having judges score solo-derived clusters to assess idea preservation.
In practice
- Explicitly gather and store unique ideas from each LLM.
- Rank and assess individual ideas before final synthesis.
- Experiment with council structures for specific problems.
Topics
- LLM Councils
- Multi-agent Systems
- Groupthink
- Idea Preservation
- Model Diversity
- Prompt Engineering
Code references
Best for: AI Architect, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Director of AI/ML
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Strange Loop Canon.