##mastermind-alliance
An AI persona dialogue system with a hidden conversation director
An open-source platform for multi-persona philosophical dialogues. You pick two to five historical or philosophical figures, ask a question, and watch them debate it in their own voices, while an agent you never see steers the conversation toward the most interesting ground it can find.
// key features
- Mastermind Tab: Multi-persona roundtable discussions with 2-5 historical/philosophical figures debating user questions
- Conversation Director: A hidden agent that reads the transcript after every turn, selects which persona speaks next, and feeds them a leading question, optimizing for novel intellectual engagement. The objective is a prompt, so it can be pointed at any goal.
- Backrooms Tab: Stream-of-consciousness AI dialogues exploring liminal spaces of thought
- Persona Hierarchy: a dynamic persona inheritance tree built on CLAUDE.md-style context files, so a figure's voice, framework, and constraints compose from shared layers
- Provider Abstraction: hot-swappable OpenAI, Anthropic, and OpenRouter backends behind one streaming interface
// tech stack
impact
The part I keep coming back to is the director. Once the objective of a conversation is itself a prompt, the same machinery can be pointed at any goal, and a multi-agent dialogue stops being a fixed script and becomes something you can steer. It is the same idea I use in the compound pipeline's debate engine, where a plan has to survive an argument before it is allowed to execute.
