gpt-5.6-luna
- Avg score
- 62.5
- Avg latency
- 3.95s
- Est. cost
- $0.0096
- Total tokens
- 13,021
PUBLIC PROJECT DEMO · V0.4.0
An evidence-first evaluation system for AI agents that query business data. KERF validates generated SQL, executes it through a read-only boundary, scores the result against deterministic truth, and records every failure.
All business records are synthetic. Live model results are clearly labeled.
"case": "june_revenue",
"model_answer": "$4,960",
"sql_policy": "passed",
"result_match": true,
"score": 100,
"evidence": {
"rows": 1,
"source": "synthetic_fixture",
"api_charge": 0
}
VERIFIED BASELINE
One paid, repeatable GitHub Actions comparison. Same 20 cases, same data, same reasoning effort.
Recorded September 3, 2026 · workflow attempt 2
01Terra gained 2 additional passes and 4.25 score points.
02That gain came with 1.49× latency and 10.21× estimated cost.
03Both profiles missed most cases—exactly the reliability gap KERF exposes.
GUIDED PLAYBACK
This browser-only walkthrough uses a deterministic fixture. It makes no model request and cannot spend API credits.
LOCKED No API key · no write access · no charge
Run the walkthrough to reveal the verified answer.
TEST COVERAGE
SYSTEM DESIGN
Every stage produces inspectable evidence and fails closed when the model breaks contract.
Typed API routes coordinate evaluation runs, history, comparisons, and downloadable reports.
Lexical rules, immutable database mode, query-only pragmas, an authorizer allowlist, and hard limits.
GitHub Actions runs the live comparison while committed summaries keep proof durable after artifacts expire.
OPEN-SOURCE / PRE-LAUNCH
Review the implementation, test suite, SQL safety boundary, and live evaluation evidence on GitHub.