---
title: "Mixture of Agents"
created: 2026-05-10
updated: 2026-05-10
type: concept
tags: [agent, multi-agent, inference, stub]
sources: []
---

# Mixture of Agents

Mixture of Agents is an ensemble-style pattern where multiple agents or models propose, critique, or refine outputs before aggregation.

It is related to multi-agent collaboration and test-time compute allocation.

## Related

- [[recursive-multi-agent-systems]] — Multi-agent latent-state refinement.
- [[rl-conductor]] — RL-based orchestration over worker LLMs.
- [[multi-agent-coordination]] — Coordination layer for multiple agents.
