← 返回
开发者工具 Key 中文

ThoughtProof

Epistemic verification for AI agent outputs. Use ThoughtProof to verify AI reasoning, detect blind spots, and build consensus across multiple model families....
AI代理输出的认识论验证。使用ThoughtProof验证AI推理、检测盲点,并在多个模型系列间建立共识。
thoughtproof
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 461
下载
💾 7
安装
1
版本
#latest

概述

ThoughtProof — Epistemic Verification Skill

Multi-agent verification protocol for AI decisions. Like a TÜV for AI reasoning.

How It Works

ThoughtProof runs your question through multiple independent AI agents (different model families), then a critic layer identifies blind spots, and a synthesizer produces a consensus with confidence scores.

Pipeline: Normalize → Generate (3+ models) → Critique (adversarial) → Evaluate → Synthesize

Prerequisites

  • pot-cli installed: npm install -g pot-cli
  • At least one API key (Anthropic, OpenAI, xAI, or Moonshot)
  • More keys = more model diversity = better verification

Quick Start

Verify a claim or decision

tp verify "Should we use microservices or monolith for our MVP?"

Chain context from previous verifications

tp verify --context last "What about scaling considerations?"

Deep analysis with rotated roles

tp deep "Is this investment thesis sound?"

Configuration

pot-cli reads config from ~/.potrc.json:

{
  "generators": [
    { "provider": "xai",       "model": "grok-4-1-fast" },
    { "provider": "moonshot",  "model": "kimi-k2.5" },
    { "provider": "anthropic", "model": "claude-sonnet-4-6" }
  ],
  "critic":      { "provider": "anthropic", "model": "claude-opus-4-6" },
  "synthesizer": { "provider": "anthropic", "model": "claude-opus-4-6" }
}

Show current config: tp config

Model Diversity Requirement

ThoughtProof enforces ≥3 different model families for generators. This is core to the protocol — no single provider can verify itself.

Output

Each verification produces an Epistemic Block:

  • Proposals from each generator (independent reasoning)
  • Critique identifying blind spots, contradictions, and risks
  • Synthesis with consensus score, confidence level, and dissent
  • MDI (Model Diversity Index) — measures independence of reasoning

Blocks are stored locally as JSON and can be reviewed with tp list / tp show .

Commands

CommandDescription
----------------------
tp verify Run full verification pipeline
tp verify --context lastChain from previous block
tp deep Deep verify: multiple runs, rotated roles, meta-synthesis
tp listShow block history
tp show Show a specific block
tp configShow current configuration

Tiers

TierAgentsTimeBest For
------------------------------
Light3~30sQuick sanity checks
Standard5-7~3minBusiness decisions
Deep7-12~5minHigh-stakes, regulatory

When to Use ThoughtProof

  • High-stakes decisions — investment, legal, medical, compliance
  • Audit trail needed — regulatory, governance, due diligence
  • Blind spot detection — when you suspect a single model is biased
  • Cross-domain questions — where no single model is expert

When NOT to Use

  • Simple factual lookups (Google it)
  • Creative writing (subjective, no "correct" answer)
  • Time-sensitive queries under 30 seconds
  • Questions with trivially verifiable answers

Architecture Note

ThoughtProof is BYOK (Bring Your Own Key). Your API keys, your data, your models. Nothing routes through ThoughtProof servers. The skill is MIT-licensed; the consensus protocol is BSL-licensed.

References

  • references/block-format.md — Epistemic Block JSON schema
  • references/consensus-protocol.md — How consensus is calculated

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 16:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,720
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,767
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 425 📥 118,012