🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

conkurrence

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conkurrence

One command. Find out if your AI agrees with itself. Statistically validated consensus measurement using multi-model AI raters.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
40
-13.04%
Maintainers
1
Weekly downloads
 
Created
Source

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

# Install
npm install -g conkurrence-eval

# Initialize from a template
conkurrence-eval init --template classification

# Edit data.json with your items, then run
conkurrence-eval run --schema schema.json --data data.json --config config.json --output results.json

# Read the results
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:

TemplateUse Case
classificationBinary or multi-class classification
extractionStructured field extraction accuracy
summarizationSummary quality assessment
evidence-evaluationEvidence relevance and limitations
conkurrence-eval init --template summarization

CLI Reference

conkurrence-eval run        # Run convergence analysis
conkurrence-eval report     # Generate Markdown report
conkurrence-eval estimate   # Estimate cost (no API calls)
conkurrence-eval compare    # Compare two runs (before/after)
conkurrence-eval finalize   # Merge expert decisions into golden dataset
conkurrence-eval init       # Initialize from template

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.

Keywords

ai-evaluation

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts