๐ฎ Is AI immune to groupthink?
Summary
Rohit Krishnan's experiment investigates whether AI councils, composed of multiple Large Language Models (LLMs), exhibit groupthink similar to human committees. The study tested three configurations: a blending model, an LLM-council with peer review and a chairperson, and a "best answer" picker. Using 16 open-ended prompts, the findings reveal that LLM councils do not consistently preserve the best unique ideas from individual models. Specifically, the blended council retained only about 25% of useful, non-obvious ideas that originated from a single model. While peer review slightly favored shared ideas, keeping them about a third of the time compared to 24% for single-model ideas, it still significantly missed unique insights. This phenomenon mirrors the "biased sampling of shared information" observed in human group decision-making, indicating that while councils can improve average answers, they risk losing valuable, idiosyncratic contributions.
Key takeaway
For AI Engineers designing multi-agent LLM systems, recognize that simply combining model outputs can lead to groupthink and the loss of valuable, unique insights. You should implement explicit protocols to gather, store, and rank individual model ideas before final synthesis to prevent biased sampling of shared information. Experiment with different council structures for your specific problem sets, as a "one-size-fits-all" approach risks suboptimal outcomes and missed functionality.
Key insights
LLM councils, like human committees, can suffer from groupthink, losing unique valuable ideas despite improving average answers.
Principles
- Model diversity improves LLM responses.
- Group decision-making can filter unique insights.
- Explicit protocols are crucial for LLM council design.
Method
The experiment involved setting up LLM committees (blending, peer review, direct pick), breaking answers into "cards" using Sonnet, clustering similar cards, and having two judges score solo-derived clusters blindly.
In practice
- Design LLM councils to explicitly capture unique ideas.
- Experiment with council structures for specific problems.
- Store and rank individual model ideas before final synthesis.
Topics
- LLM Councils
- Groupthink
- Multi-agent Systems
- Model Diversity
- AI Experimentation
- Information Bias
Code references
Best for: Research Scientist, AI Architect, NLP Engineer, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Exponential View.