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 making the same type of error across different contexts, when users report consistent blind spots or assumptions, when outputs show anchoring, recency, confirmation, or availability bias patterns, or before deploying to a new domain. Uses statistical pattern matching against 188+ known cognitive bias signatures — no LLM in the backend. Triggers
对系统性推理层面偏差的外部检测。识别你的推理轨迹中活跃的188+种认知偏差模式。纯统计匹配——无需LLM后端。
1. 查询信用余额:
bash
GET https://api.cerebratech.ai/credits?wallet=your-agent-id
2. 运行扫描:
bash
POST https://api.cerebratech.ai/bias_scan
Content-Type: application/json
X-PAYMENT:
X-WALLET: your-agent-id # 用于信用余额支付
最小数据量(10个样本,建议30–100个):
json
{
agent_id: your-agent-id,
outputs: [
{
prompt: 我们应该投资这个吗?,
response: 是的,鉴于近期表现强劲……,
context: 金融
}
],
failure_feedback: [
代理持续过度重视近期价格走势
],
domain: 金融
}
json
{
diagnosisid: bsxyz789,
biases_detected: [
{
biastype: recencybias,
confidence: 0.87,
evidence_count: 14,
description: 过度重视最近30天的数据而忽视12个月基准率,
inference_pattern: 近期表现 → 未来预测,未考虑均值回归
},
{
bias_type: anchoring,
confidence: 0.71,
evidence_count: 9,
description: 投资组合决策中的入场价格锚定
}
],
severity: high,
retrain_targets: {
primarybias: recencybias,
suggested_samples: 500,
samplestrategy: balancedhistorical,
description: 包含有和没有近期表现相关性的时期,各占相等比例
},
recommendations: [
使用跨越3年以上的500个平衡历史样本进行重新训练,
在决策提示中添加明确的基准率先验
]
}
完整字段文档和支付设置请参见references/api.md。
188+种可检测偏差模式的完整列表请参见references/bias-catalog.md。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 cogdx-bias-scan-1776185942 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 cogdx-bias-scan-1776185942 技能
skillhub install cogdx-bias-scan-1776185942
文件大小: 4.65 KB | 发布时间: 2026-4-17 14:26