Playground · live
Debate kernel
v0.7
Two agents argue a question end-to-end. Every step is logged. No sign-up, no quota.
Question
Try a template
Agents
Pro: Researcher↻
Con: Engineer↻
Knobs
Affect probewarmth/directness measurement
Local model onlyllama-3.1-8b on this device
Deterministic seedsame answer every run
PULSE
run_2031 · debate kernelready
Input · question
User prompt
112 tokens · parsed
Router · v0.4
Classifier
tech_decision · 0.94
Agent A · pro
Researcher
done · 6 turns · 480 tok
Agent B · con
Engineer
done · 6 turns · 442 tok
Judge · done
Synthesis
consensus reached
not started
Result will appear here
Configure a question and press Run debate to see the agents work.
Parsed user question14:02:11.412
subject: database migration
workload: relational 80%, unstructured 20%
tags: [mongodb, postgres, tradeoff]
Router · classified14:02:11.690
label: tech_decision (0.94)
strategy: two-agent debate, 6 turns max
Researcher · opening14:02:12.105
"Postgres can store JSON natively in JSONB columns. Given the workload, a single store is operationally simpler than two…"
Engineer · counter14:02:12.821
"Operationally simpler, sure. But moving millions of event blobs takes weeks and risks regressing the one workload that already works…"
Tool call · query_pg_docs14:02:13.044
tool: docs.postgres.jsonb
excerpt: "GIN indexes on JSONB support…"
Researcher · turn 214:02:13.512
"Granted. But you can stage it: relational first, blobs in a second sprint, gated on JSONB index performance under your real load…"
Engineer · turn 214:02:14.205
"That works. Two-phase keeps the risk small. I'd put a hard quarter-gate on phase two…"