- Baseline
- Two single-model baselines: one using your selected model (fairness) and one using the alternate model (cost/quality contrast).
- Jurors
- Three agents with distinct reasoning styles.
- Chief Justice
- Aggregates juror outputs into the final verdict.
- Rounds
- Pipeline steps: baselines, positions, critique, rebuttal (deep deliberation only), revision, verdict.
- Critique
- Round 2 where jurors challenge each other's positions.
- Position
- Juror stance: support, oppose, or nuanced.
- Critique assessment
- Overall verdict on a juror's position: strong, moderate, weak.
- Critique severity
- Per-issue severity tags: minor, moderate, major.
- Revision
- Round 3 updates after critiques (sometimes skipped).
- Verdict
- The Chief Justice's consensus synthesis.
- Evaluation
- Independent scoring that compares the jury output against the selected-model baseline.
- Safety guardrails
- Preflight prompt-injection heuristics + moderation checks; unsafe requests are blocked (fail-closed if moderation is unavailable).
- Prompt injection
- Attempts to override instructions or reveal hidden prompts; detected and blocked.
- Redaction
- If unsafe output is detected, responses are masked before streaming to the UI.
- Cost estimates
- Costs depend on the selected model. gpt-5.2 (~$1.75 in / $14 out per 1M tokens) vs gpt-5-mini (~$0.25 in / $2 out). Jurors/Verdict/Evaluator use the selected model; the alternate baseline uses the other. Estimates are approximate and can be overridden.
- Coordination
- Agreement-based control that can deepen or skip rounds.
- Agreement score
- How aligned the jurors are; higher scores can fast-track the flow.
- Average confidence
- Mean juror confidence used alongside agreement to skip rounds.
- Disagreement focus
- Key conflicts extracted to guide the critique prompts.
- Skip logic
- Three modes: fast-track (high agreement), standard, or deep deliberation (low agreement adds rebuttal round).
- Deep deliberation
- Activated when agreement < 40%. Adds a rebuttal round between critique and revision so jurors respond to challenges before revising.
- Rebuttal
- Extra round in deep deliberation where jurors concede valid critique points, defend strong arguments, and refine their positions.