Artificial Intelligence

Mixture of Agents

An architecture where multiple different AI models collaborate on a task, with each model contributing its strengths. A routing or aggregation layer combines their outputs.

Why It Matters

Mixture of agents can outperform any individual model by leveraging the complementary strengths of different architectures and training approaches.

Example

Routing math questions to a math-specialized model, creative writing to a creative model, and code generation to a code model — each handles what it does best.

Think of it like...

Like a panel of experts where the tax accountant handles tax questions, the lawyer handles legal questions, and the doctor handles medical questions — better than one generalist.

Related Terms