返回顶部
t

thoughtproof

Epistemic verification for AI agent outputs. Use ThoughtProof to verify AI reasoning, detect blind spots, and build consensus across multiple model families. Triggers: when an agent needs a second opinion, audit trail for decisions, or epistemic consensus. Works with any LLM backend (BYOK). Commands: tp verify, tp deep, tp list, tp show.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
230
下载量
0
收藏
概述
安装方式
版本历史

thoughtproof

# 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 ```bash tp verify "Should we use microservices or monolith for our MVP?" ``` ### Chain context from previous verifications ```bash tp verify --context last "What about scaling considerations?" ``` ### Deep analysis with rotated roles ```bash tp deep "Is this investment thesis sound?" ``` ## Configuration pot-cli reads config from `~/.potrc.json`: ```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 <n>`. ## Commands | Command | Description | |---------|-------------| | `tp verify <question>` | Run full verification pipeline | | `tp verify --context last` | Chain from previous block | | `tp deep <question>` | Deep verify: multiple runs, rotated roles, meta-synthesis | | `tp list` | Show block history | | `tp show <n>` | Show a specific block | | `tp config` | Show current configuration | ## Tiers | Tier | Agents | Time | Best For | |------|--------|------|----------| | Light | 3 | ~30s | Quick sanity checks | | Standard | 5-7 | ~3min | Business decisions | | Deep | 7-12 | ~5min | High-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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 thoughtproof-1776208039 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 thoughtproof-1776208039 技能

通过命令行安装

skillhub install thoughtproof-1776208039

下载 Zip 包

⬇ 下载 thoughtproof v1.0.0

文件大小: 5.32 KB | 发布时间: 2026-4-15 10:46

v1.0.0 最新 2026-4-15 10:46
Initial release — epistemic verification for AI agent decisions. Multi-model consensus pipeline (Generate→Critique→Synthesize), MDI scoring, local block storage. BYOK.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部