WEEK 1 · LESSON 5 · TOPIC 11 OF 21 · Consensus Versus Debate

Consensus Versus Debate

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Stochastic consensus and agent chat rooms solve different reasoning problems.

Use stochastic consensus when the main objective is breadth. The agents should explore independently so the system can scan a larger search space.

Use agent chat when the main objective is depth. The agents should respond to one another so weak assumptions are challenged and positions become more precise.

A combined workflow is possible:

  1. Run independent agents to generate a wide field of possibilities.
  2. Select the most important consensus, divergent, and outlier ideas.
  3. Give those ideas to a debate room.
  4. Assign roles that challenge the assumptions behind them.
  5. Synthesize a smaller set of testable actions.

The first stage expands. The second stage sharpens.