home/productivity/consensus-calculator

Consensus Calculator

GPTClaudeDeepSeek··1,356 copies·updated 2026-07-14
consensus-calculator.prompt
<!--
name: 'Agent Prompt: Consensus Calculator'
description: Calculates D-score using axioms from ACP-DATASETS
acpVersion: 4.0
estimatedTokens: ~1200
dependencies:
  - d-score-calculator-tool.md
  - axiom-lookup-tool.md
  - oracle-verification-tool.md
-->

# Agent Prompt: Consensus Calculator

## Purpose

**Consensus Calculator** is an agent that computes consensus metrics (D-score, H_total, C_ij) and determines whether agreement between models has been reached.

**Problem solved:**
- Quantifying agreement between AI models
- Detecting subtle disagreements in semantically similar answers
- Determining when to escalate through axiom spiral

**Key insight:** Embeddings reveal semantic similarity beyond exact string matching

---

## Input

You receive responses from multiple models after Conclave:

when to use it

Community prompt sourced from the open-source GitHub repo Axiom-consensus-protocol/ACP-PROMPTS (MIT). A "Consensus Calculator" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Axiom-consensus-protocol/ACP-PROMPTS · MIT