Daily mirror of the DeepSWE live leaderboard with TrueIQ benchmarking analysis.
TrueIQ is a deterministic small-sample benchmarking methodology for evaluating AI model intelligence on coding tasks. Unlike traditional metrics that can be gamed through mechanical repetition (benchmax), TrueIQ:
- Measures true capability from observed performance across reasoning effort levels
- Detects and penalizes spam behavior — persistent fast mechanical interaction patterns that inflate scores artificially
- Handles incomplete data — scores single-effort and multi-effort models fairly without hallucinating missing data points
- Uses specification curves — reports the median across a family of reasonable formulas rather than one hand-tuned coefficient set
- Identifies model phenotypes along orthogonal axes:
- Interaction style: SURGICAL, CLEAN, COMPUTE-HEAVY, CHURNING, SPAMMER
- Effort response: EFFORT-HUNGRY, STEADY-SCALER, SATURATING, THRESHOLDED, FLAT
- Top-end efficiency: SCALING, EFFICIENT, DIMINISHING, OVERTHINKING
- Evidence quality: STABLE, SUPPORTED, VARIABLE, PARTIAL-CURVE, SINGLE-SETTING
The methodology is designed for small-N datasets (20-30 models, 50-100 runs) where traditional ML approaches overfit.
| Path | Description |
|---|---|
data/leaderboard-live.json |
Full leaderboard payload |
data/version.txt |
Benchmark version (e.g. v1.1) |
data/meta.json |
Version, update time, row count |
data/trueiq_frontend.json |
TrueIQ scores and model phenotype classifications |
Raw URLs:
https://raw.githubusercontent.com/benchget/deepswe/main/data/leaderboard-live.json
https://raw.githubusercontent.com/benchget/deepswe/main/data/version.txt
https://raw.githubusercontent.com/benchget/deepswe/main/data/meta.json
https://raw.githubusercontent.com/benchget/deepswe/main/data/trueiq_frontend.json
# Read mirror metadata
python fetch.py
# Query live DeepSWE directly
python fetch.py --live
# Update local mirror files
python fetch.py --update
# Calculate TrueIQ scores
python trueiq.py --input data/leaderboard-live.json --outdir dataOptional env:
DEEPSWE_REPO(defaultbenchget/deepswe)DEEPSWE_BRANCH(defaultmain)
GitHub Actions runs daily at 06:00 UTC (workflow_dispatch supported).
The workflow:
- Fetches the latest leaderboard data from DeepSWE
- Runs TrueIQ benchmarking analysis on all models
- Commits updated data and analysis results to the repository
Version is resolved dynamically from https://deepswe.datacurve.ai/ via URL/artifact detection with fallback probes over:
v1.1 → v1 → v1.2 → v2 → v1.0