brainstorm
Run multi-round brainstorming debates between AI models to generate refined ideas. Models critique and refine concepts across rounds, then a synthesizer produces consolidated outputs.
Instructions
Run a multi-round brainstorming debate between multiple AI models. Just provide a topic and all configured models will automatically participate. Models debate, critique, and refine ideas across rounds, then a synthesizer produces a final consolidated output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | The topic, question, or prompt to brainstorm about | |
| models | No | Optional: specific models to use as 'provider:model' (e.g. 'openai:gpt-4o'). If not provided, all configured providers are used with their default models. | |
| rounds | No | Number of debate rounds (default: 3) | |
| synthesizer | No | Optional: model for final synthesis as 'provider:model'. Defaults to the first model. | |
| systemPrompt | No | Optional system prompt to guide the brainstorming style or constraints |