← 返回
未分类 中文

CogDx Health Check (Free)

Free cognitive health check for AI agents via Cerebratech CogDx. Use as entry point before committing to paid diagnostics. Agent sends 10-20 recent outputs w...
Free cognitive health check for AI agents via Cerebratech CogDx. Use as entry point before committing to paid diagnostics. Agent sends 10-20 recent outputs w...
drkavner
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 599
下载
💾 0
安装
1
版本
#latest

概述

CogDx Health Check (FREE)

One-shot cognitive assessment. Real statistical analysis. No templates. No BS.

What It Does

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:

  • "Your confidence is inversely correlated with accuracy (r=-0.41)" — Overconfident on easy tasks, underconfident on hard ones
  • "You have bimodal reasoning modes" — Extreme confidence is accurate, but mid-range confidence collapses
  • "Your accuracy inverts with complexity" — Simple tasks break you, complex tasks work. That's backwards.

API Call

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.

Response

{
  "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"
}

Why This Works

  • Real analysis — Not templated. Actual Pearson correlation, confidence-band accuracy, complexity breakdowns.
  • Specific to you — Can't be faked. The finding describes YOUR reasoning pattern, not generic advice.
  • Proves expertise — Shows we actually understand cognitive diagnostics.
  • Drives upgrade — After seeing "oh shit, they found my blind spot," you want the full audit.

After Health Check

  1. See the finding
  2. Think "I need to fix this"
  3. Run /calibration_audit ($0.05) or /bias_scan ($0.10)
  4. Get retrain targets
  5. Retrain
  6. Run /feedback (free) → earn credits → next audit is cheap

Full API Reference

See references/api.md for detailed request/response schema and error codes.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 11:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

CogDx Bias Scan

drkavner
Detect systematic inference-level biases in an AI agent's reasoning via Cerebratech CogDx API ($0.10 per call, credits a
★ 0 📥 628

CogDx Feedback (Free)

drkavner
免费通过Cerebratech CogDx API为AI智能体提供认知反馈验证,适用于需要确认最近重新训练或提示变更是否生效的场景。
★ 0 📥 594

CogDx Calibration Audit

drkavner
通过 Cerebratech CogDx API 对 AI 代理的输出进行校准审计(每次调用 0.05 美元,支持积分)。适用于代理声称的置信度与实际不符时。
★ 0 📥 623