WEEK 6 · LESSON 5 · TOPIC 1 OF 6 · Core Idea

Core Idea

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

Language-model outputs are stochastic: repeated runs on the same problem can produce different answers. This variability is not only a source of inconsistency. It can be used deliberately to explore more of the solution space, identify recurring ideas, and surface unusual alternatives that a single run may miss.

Two patterns make this useful. Stochastic consensus collects independent answers and measures where they overlap. Multi-agent debate lets agents inspect one another's proposals and revise their own conclusions over several rounds.