Skip to main content

AdversarialDebate

License: MIT Python 3.11+ Status PyPI OpenSSF Best Practices Code style: ruff

A multi-agent adversarial review engine. Two independent LLMs analyze the same artifact without seeing each other's answers, debate their conclusions point by point, and produce either a converged decision — or a structured disagreement report that preserves the dissent.

[!NOTE] Status: v0.1.0 shipped Aug 2026. Field-tested on 70 real PRs across 6 model pairs — 411 debates, $0.53 total cost. The core isolation rule is mechanically enforced: reviewer B cannot see reviewer A's answer until it has fully committed its own.


Why

Most AI "second opinions" are fake. The usual pattern is one model proposes an answer and a second model is asked to double-check — after being shown the first model's framing, assumptions, and conclusion. That setup almost guarantees convergence, even when convergence should not happen. It looks careful. It is actually agreement with extra steps.

The most expensive agent failures are rarely about missing information. They are about prematurely accepted reasoning: a pull request that feels "probably safe," an architecture change that seems "good enough," an incident hypothesis that sounds plausible in the first ten minutes. These are exactly the decisions where human teams rely on independent review and constructive conflict.

AdversarialDebate productizes that discipline for LLM systems:

  • Independent passes — agents analyze the same input in strict isolation.
  • Delayed revelation — conclusions are revealed only after both sides commit.
  • Structured challenge — each agent must respond point by point: assumptions, evidence quality, edge cases, risk exposure.
  • Dissent preservation — if disagreement survives the debate, the system ships a structured disagreement report instead of pretending consensus exists.

The outcome is not always consensus. Sometimes the most valuable result is a sharply defined disagreement showing exactly where uncertainty lives.

Quickstart

pip install adversarial-debate

# Scaffold config
advdeb init

# Edit in your API keys
# $EDITOR advdeb.toml

# Review a PR
advdeb review --pr https://github.com/kubernetes/kubernetes/pull/140860 --domain pr_review

# View the report
advdeb report <run_id>

# Export the transcript
advdeb transcript <run_id> --export jsonl

See docs/reference/quickstart.md for the full walkthrough.

What It Is

The Independent Pass → Debate → Decide Loop

                    ┌────────────────────────────┐
        input ────► │  Input Normalizer          │  PR diff / ADR / incident / plan
                    └──────────┬─────────────────┘
                               │  same artifact, isolated contexts
                 ┌─────────────┴─────────────┐
                 ▼                           ▼
           ┌──────────┐                ┌──────────┐
           │ Agent A  │   no peeking   │ Agent B  │
           └────┬─────┘                └────┬─────┘
                │ commit review             │ commit review
                └────────────┬──────────────┘
                             ▼  revelation gate opens
                    ┌─────────────────┐
                    │ Debate Controller│  bounded rounds, point-by-point
                    └────────┬─────────┘
                             ▼
              converged? ─── yes ──► Joint Verdict (strongest surviving arguments)
                  │
                  no
                  ▼
       Disagreement Report (unresolved points + what would resolve them)

Key Properties

Property Description
Independence before interaction Reviewers never see each other's output before committing
Disagreement is a feature Forced synthetic consensus hides exactly what you need to see
Evidence over rhetoric Confidence tied to cited evidence and failure modes, not tone
Auditability Full transcript lineage: every claim, objection, concession, verdict

Architecture (v0.1.0)

Component Responsibility
Input Normalizer Converts PRs, docs, incidents, plans into a common review schema
Independent Reviewer Engine Isolated review passes with strict context separation
Debate Controller Bounded rebuttal rounds; tracks argument state
Evidence Tracker Claims, supporting evidence, unresolved points, concessions
Synthesis Layer Joint decision or structured disagreement report
Audit Log Persists full review lineage (SQLite)

Planned stack: Python · FastAPI · Pydantic schemas · PydanticAI / LangGraph / raw-API adapters · SQLite · React side-by-side review UI.

Example Output

verdict: DISPUTED            # 6 of 9 points converged
resolved:
  - claim: "Rate-limit bump is safe under current traffic"
    status: agreed_by_both
unresolved:
  - claim: "Expand/contract migration is safe for pr-482"
    agent_a: sufficient as written
    agent_b: needs lock-timeout analysis on orders table (~40GB)
    would_resolve_if: load test at production row count
audit: transcripts/2026-08-pr482.jsonl

Use Cases

  • Code review — two reviewers, one risky diff, zero shared bias
  • Architecture tradeoff evaluation under uncertainty
  • Change risk assessment before rollout
  • Incident hypothesis review — competing root causes, argued out
  • Migration plan audit

Roadmap

Version Scope
v0.1.0 Independent dual-review pass, bounded debate, claims/objections/concessions schema, consensus + disagreement reports, PR-review domain adapter, transcripts, field test on real public-repo PRs
v0.2.0 More domain adapters (architecture review, incident hypothesis), stronger disagreement taxonomy, argument-importance scoring
v0.3.0 N-agent mode, side-by-side debate visualization, diversity/convergence-quality metrics
v0.4.0 Eval benchmark scenarios, approval-workflow integration, learning from past unresolved disagreements

Non-Goals

  • Replacing human reviewers for irreversible high-risk decisions
  • Forcing consensus when disagreement is more informative
  • Optimizing speed over reasoning quality
  • Being a generic chat wrapper around multiple models

Honest Limitation

Debate does not guarantee truth. Two strong debaters can still miss the same blind spot, and poorly designed personas can turn useful disagreement into performance theater. The design answer: measure whether debate changed anything, and preserve dissent rather than flattening it.

License

MIT © 2026 Debashish Ghosal

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adversarial_debate-0.1.0.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adversarial_debate-0.1.0-py3-none-any.whl (65.6 kB view details)

Uploaded Python 3

File details

Details for the file adversarial_debate-0.1.0.tar.gz.

File metadata

  • Download URL: adversarial_debate-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for adversarial_debate-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e7d0edabf934ab2a0186a8184311b83df274555d602b2eaacd6fdfe640f7e82c
MD5 b4c2555554eb760b0724b1fc21a2de33
BLAKE2b-256 7ab541e73847083e3cc2f02f0d54b050172b252526a749991a51c05a1c0f8e50

See more details on using hashes here.

File details

Details for the file adversarial_debate-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for adversarial_debate-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fdb710be2f2e328b5f37da45c1708a40d3d07736be4b75fb1891ef0dd4ea025f
MD5 0d298041209d6f8bdeac0680620ddbeb
BLAKE2b-256 70c9b5308b31d16deb8f1c52bed3997f14689f00512dee740d9264f112a36f9d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page