conkurrence-eval
One command. Find out if your AI agrees with itself.
Conkurrence measures whether multiple AI models produce consistent outputs on your evaluation tasks. It tells you which items your AI agrees on and which need human review — using the same psychometric methods trusted in clinical research.
The Problem
You have a golden dataset — "correct" answers your AI is measured against. But how reliable is it? If you ran the labeling again, would you get the same results?
Conkurrence answers that question with statistical rigor.
Quick Start
npm install -g conkurrence-eval
conkurrence-eval init --template classification
conkurrence-eval run --schema schema.json --data data.json --config config.json --output results.json
conkurrence-eval report --input results.json
Total cost for a typical run (30 items, 4 raters): under $1 USD via AWS Bedrock.
What You Get
- Agreement scores per field — know exactly where your AI is reliable and where it isn't
- Per-item classification — high confidence, moderate, contested, or diagnostic alert
- Actionable guidance — not just scores, but what to do about them
- Bootstrap confidence intervals — know how certain the estimates are
- JSON + Markdown output — machine-readable for pipelines, human-readable for review
Templates
Start with a template, customize for your domain:
classification | Binary or multi-class classification |
extraction | Structured field extraction accuracy |
summarization | Summary quality assessment |
evidence-evaluation | Evidence relevance and limitations |
conkurrence-eval init --template summarization
CLI Reference
conkurrence-eval run
conkurrence-eval report
conkurrence-eval estimate
conkurrence-eval compare
conkurrence-eval finalize
conkurrence-eval init
Run any command with --help for full options and examples.
Requirements
- Node.js >= 20
- AWS credentials with Bedrock access (
bedrock:InvokeModel)
- 7 raters recommended for production validation (minimum 2, see docs for rationale)
License
Business Source License 1.1 (BUSL-1.1). Free for evaluation (3 runs). Commercial use requires a license key from conkurrence.com. Converts to Apache 2.0 on 2030-03-28. See LICENSE.md.