CogDx Bias Scan
/install cogdx-bias-scan
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
/feedbacksubmissions 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: \x3Cx402-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
- Retrain on the
retrain_targetsdistribution - Wait 7 days, collect new outputs in the same domain
- Run
cogdx-feedback(FREE) with yourdiagnosis_idto 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cogdx-bias-scan - 安装完成后,直接呼叫该 Skill 的名称或使用
/cogdx-bias-scan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 CogDx Bias Scan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cogdx-bias-scan」即可一键安装,无需额外配置。
CogDx Bias Scan 是免费的吗?
是的,CogDx Bias Scan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CogDx Bias Scan 支持哪些平台?
CogDx Bias Scan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CogDx Bias Scan?
由 Dr Amanda Kavner(@drkavner)开发并维护,当前版本 v1.0.1。