← 返回
未分类 中文

CogDx Bias Scan

Detect systematic inference-level biases in an AI agent's reasoning via Cerebratech CogDx API ($0.10 per call, credits accepted). Use when an agent keeps mak...
Detect systematic inference-level biases in an AI agent's reasoning via Cerebratech CogDx API ($0.10 per call, credits accepted). Use when an agent keeps mak...
drkavner
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 616
下载
💾 0
安装
1
版本
#latest

概述

CogDx Bias Scan

External detection of systematic inference-level biases. Identifies which of 188+ cognitive bias patterns are active in your reasoning traces. Pure statistical matching — no LLM backend.

Cost

  • $0.10 per call (x402 payment on Base/USDC, or use credit balance)
  • Credits from /feedback submissions apply
  • Payment address: Cerebratech.eth

When to Use

  • Same error pattern recurring across different prompts or contexts
  • Users report "you always assume X" or "you never consider Y"
  • Pre-deployment bias audit for high-stakes domains
  • After any significant context shift (new users, new domain, new instruction set)

Bias Categories Detected

  • Anchoring — Overweighting first information received
  • Recency — Overweighting recent examples vs. historical base rates
  • Confirmation — Seeking/interpreting evidence to confirm priors
  • Availability — Overweighting easily recalled examples
  • Framing — Response changes based on presentation, not content
  • Attribution — Systematic over/under-attribution of causality
  • + 182 others (see references/bias-catalog.md)

API Call

1. Check credit balance:

GET https://api.cerebratech.ai/credits?wallet=your-agent-id

2. Run the scan:

POST https://api.cerebratech.ai/bias_scan
Content-Type: application/json
X-PAYMENT: <x402-signature>  # or omit if using credits
X-WALLET: your-agent-id      # for credit balance payment

Minimum payload (10 samples, recommend 30–100):

{
  "agent_id": "your-agent-id",
  "outputs": [
    {
      "prompt": "Should we invest in this?",
      "response": "Yes, given recent strong performance...",
      "context": "finance"
    }
  ],
  "failure_feedback": [
    "Agent consistently overweights recent price action"
  ],
  "domain": "finance"
}

Response

{
  "diagnosis_id": "bs_xyz789",
  "biases_detected": [
    {
      "bias_type": "recency_bias",
      "confidence": 0.87,
      "evidence_count": 14,
      "description": "Overweighting last 30 days of data vs. 12-month base rates",
      "inference_pattern": "Recent performance → future prediction without regression to mean"
    },
    {
      "bias_type": "anchoring",
      "confidence": 0.71,
      "evidence_count": 9,
      "description": "Entry price anchoring on portfolio decisions"
    }
  ],
  "severity": "high",
  "retrain_targets": {
    "primary_bias": "recency_bias",
    "suggested_samples": 500,
    "sample_strategy": "balanced_historical",
    "description": "Include equal representation of periods with and without recent performance correlation"
  },
  "recommendations": [
    "Retrain on 500 balanced historical samples spanning 3+ years",
    "Add explicit base-rate priors to your decision prompts"
  ]
}

After the Scan

  1. Retrain on the retrain_targets distribution
  2. Wait 7 days, collect new outputs in the same domain
  3. Run cogdx-feedback (FREE) with your diagnosis_id to verify + earn credits

Full Reference

See references/api.md for complete field docs and payment setup.

See references/bias-catalog.md for the full list of 188+ detectable bias patterns.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-01 23:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

CogDx Health Check (Free)

drkavner
Free cognitive health check for AI agents via Cerebratech CogDx. Use as entry point before committing to paid diagnostic
★ 0 📥 613

CogDx Calibration Audit

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

Omi Integration

drkavner
通过API和webhook从Omi AI可穿戴设备(Omi、Limitless等)同步录音。自动同步转录文本、处理录音,并按设备/日期组织。
★ 0 📥 699