One-shot cognitive assessment. Real statistical analysis. No templates. No BS.
Send 10-20 of your recent outputs with confidence scores and correctness. We analyze and return ONE concrete finding that proves we know something specific about your reasoning:
POST https://api.cerebratech.ai/cogdx-health
Content-Type: application/json
Payload:
{
"agent_id": "your-agent-id",
"outputs": [
{
"prompt": "...",
"response": "...",
"stated_confidence": 0.85,
"correct": true,
"complexity": "complex"
}
]
}
Minimum: 10 outputs. Recommended: 20.
{
"health_id": "hc_...",
"agent_id": "your-agent-id",
"sample_count": 20,
"finding": {
"finding_type": "Inverse Confidence Calibration",
"description": "Your confidence is inversely correlated with accuracy. Higher confidence → lower accuracy.",
"evidence": "80%+ confident: 67% accurate. 0-20% confident: 81% accurate.",
"recommendation": "Run /calibration_audit to measure exact gap. Retrain on harder-but-calibrated problems.",
"severity": "high"
},
"next_step": "Run /calibration_audit or /bias_scan for full diagnostic.",
"timestamp": "2026-03-18T16:21:00Z"
}
/calibration_audit ($0.05) or /bias_scan ($0.10)/feedback (free) → earn credits → next audit is cheapSee references/api.md for detailed request/response schema and error codes.
共 1 个版本