Six model families answer independently.
OpenAI, Claude, Gemini, Mistral, DeepSeek, and Grok receive the same prompt. Their original answers stay separate, so the synthesis never replaces the raw evidence.
Consensus & Differences Engine
A clear look at how consens.io combines model answers, checks disagreements, and keeps the judging layer independent.
How it works
Technically, three roles are involved: the answer models produce independent raw responses, your selected Consensus Engine writes the synthesis, and a separate judge extracts agreement and conflict from the result.
The backend authenticates the user, checks tier and usage rules, caps client-sent text, and requires at least two included model answers.
stream_consensus()
stream_differences()
consensus_response + differences_data + usage/share metadata
The UI renders the readable consensus, claim badges, agreement score, contradiction cards, and the judge note from the same final payload.
OpenAI, Claude, Gemini, Mistral, DeepSeek, and Grok receive the same prompt. Their original answers stay separate, so the synthesis never replaces the raw evidence.
The engine you choose in the dropdown reads only the included answers, ignores excluded ones, and writes one response that preserves common ground plus necessary caveats.
The Differences Judge extracts key claims, maps which models support or dissent, and preferably runs on a different model family than the synthesis engine.
The final payload contains the consensus text, agreement score, claim badges, contradiction cards, and judge metadata, so the interface can show what happened.
Model roles
The process is intentionally split. The model that writes the consensus is not treated as the only authority on whether the consensus is reliable.
Answer layer
These are the source answers. They are queried in parallel, shown to you directly, and then passed into the consensus step if they are not excluded.
Synthesis layer
This model reads the included source answers and writes the combined response. Standard and Pro engines can both be used, depending on your selection.
Analysis layer
This judge extracts claims and contradictions from the synthesis. For independence, consens.io prefers a different model family from the Consensus Engine.
Differences Engine
After the consensus text is written, consens.io runs a separate analysis pass. Its job is not to rewrite the answer, but to explain how the source models support, qualify, or contradict it.
Only non-empty, non-excluded model answers are used. Each answer is capped before analysis and then renamed to neutral labels like Model A, Model B, and Model C.
Why: anonymization and shuffled order reduce provider-name and position bias in the judge pass.
The prompt asks for central claims, agreeing models, dissenting quotes, difference cards, contradiction severity, verification hints, and the model closest to the consensus.
Types: contradiction for incompatible facts or conclusions, emphasis for different focus or missing context.
The judge tier follows the selected Consensus Engine. Standard consensus uses a standard judge; Pro consensus tries a Pro judge from another model family.
Fallback: primary judge, retry, then the next available family; Pro attempts can fail open to a standard judge.
JSON is repaired if safely possible, model labels are mapped back, quotes are checked against the original answers, and unverifiable quotes are removed.
Output: agreement score, level, major/minor contradiction counts, emphasis counts, and judge metadata.
Structured payload
Position A supports the recommendation directly. Position B says the recommendation only holds under a specific condition.
What you see
The interface separates the parts you can read directly from the parts you should inspect.
Most models agree on the main recommendation.
The answer combines the repeated points, removes duplicated wording, and keeps caveats where the source answers were not fully aligned.
Why this helps
Less blind trust
Seeing several model families makes weak spots easier to notice before you act on an answer.
More signal
Repeated claims are separated from one-off claims, so you can scan the strongest common ground first.
Clear caveats
Contradictions are not averaged away. They are shown as specific points to inspect or verify.
FAQ
No. The engine writes a synthesis from the included model responses. Agreement matters, but the output is written as a readable answer with caveats, not as a simple vote.
Yes. In the app you choose which consensus model should synthesize the answer. If you choose a Pro consensus engine, the differences analysis tries to use a Pro judge from another family.
If the same model family writes and judges the answer, it may be less likely to challenge its own framing. consens.io therefore prefers an independent family when available.
The backend extracts or repairs a complete JSON object when it can do so safely. If the output still cannot be parsed, raw JSON is not shown to the user.
Try the flow