沼泽法庭
基于区块链锚定行为的双判断人工智能训练数据质量评分。
Swarm&Bee LLC——可防御的人工智能
______________________________________________________________________
它的作用
SwarmTribunal使用两个独立的基础模型对AI训练对进行评分,对每个分数进行两次验证(验证验证器),签发一份有五个证明的地契,并将Merkle根锚定到Hedera区块链。
Your pairs → SwarmTribunal → Deed (5 proofs) → Hedera anchor → FINALITY如果没有契约,它就是一个JSONL文件。有了契约,它就是一种可防御的资产。
MCP服务器
任何与MCP兼容的代理(Claude Code、Goose、Cursor)都可以呼叫SwarmTribunal。
安装
添加到您的 .mcp.json:
{
"mcpServers": {
"swarmtribunal": {
"command": "python3",
"args": ["path/to/swarmtribunal_mcp.py"]
}
}
}工具
| 工具 | 说明 |
|---|---|
score_pairs | 提交双法官法庭评分配对 |
check_status | 检查批次的评分进度 |
get_deed | 按区块ID检索契约 |
verify_deed | 对契约进行独立验证 |
get_inventory | 浏览可用的已交易库存 |
示例
You: Score these training pairs for quality
Agent → score_pairs({pairs: [...], domain: "medical"})
← {batch_id: "MCP-a1b2c3d4", pairs_queued: 10, cost: "$0.05"}
You: Check status
Agent → check_status({batch_id: "MCP-a1b2c3d4"})
← {scored: 10, royal_jelly: 9, honey: 1, mean_score: 0.87}独立使用
分数对
python3 judge_score.py \
--input pairs.jsonl \
--output scored.jsonl \
--judge-a-endpoint http://localhost:11434 \
--judge-b-endpoint http://192.168.0.99:11434生成契约
python3 judge_deed.py \
--input scored.jsonl \
--output deeds.jsonl \
--domain medical建造Merkle树
python3 judge_merkle.py \
--input deeds.jsonl \
--output merkle_manifest.json锚定Hedera
node hedera_anchor.js build # review
node hedera_anchor.js submit # anchor核实契约
python3 verify.py --deed sample_deed.json议定书
两个法官,两台机器,零共享偏见
| 判断 | 型号 | 硬件 | 是否修改? |
|---|---|---|---|
| A | gemma3:12b | RTX PRO 6000 Blackwell 96GB | 否--基本 |
| B | qwen2.5:32b | RTX PRO 4500 Blackwell 32GB | 否--基础 |
双通道验证(验证验证器)
每对裁判得分两次(总分4分)。如果任何裁判的得分在两次传球之间漂移超过0.15,则该对将被标记——不会颁发任何证书。这是一个法庭,而不是过滤器。
每份契约五份证明
| # | 证明 | 它证明了什么 |
|---|---|---|
| 01 | 起源 | 模型、节点、硬件、策略 |
| 02 | 质量 | 具有推理能力的确定性双评判得分 |
| 03 | 过程 | 完整血统:尝试、失败、幸存 |
| 04 | 经济学 | 能源成本、每份契约成本趋势 |
| 05 | 信任 | Hedera HCS上的SHA256默克尔根 |
分类
| 等级 | 分数 | 描述 |
|---|---|---|
| 蜂王浆 | ≥0.85 | 生产就绪。完整的契约。这些船。 |
| 蜂蜜 | 0.70–0.84 | 可用。可改进。从不丢弃。 |
| 蜂胶 | \<0.70 | 智力。在生产前揭示问题。 |
Hedera集成
- 网络: 主网
- 操作员: 0.0.10291827
- 话题:
- 区块:0.0.10291833 - 收据:0.0.10291834 - 活动:0.0.10291836(裁判登记) - POE:0.010291838(默克尔根锚)
- 注册代理人: 序列号715-721
验证
hashscan.io/mainnet/topic/0.0.10291838
首次现场跑步
1,050 medical pairs → 1,020 Royal Jelly (97.1%)
Mean RJ score: 0.887
Zero flagged. Zero drift violations.
Two judges. Two machines. Distributed tribunal.链接
- 网站: 蜂群蜜蜂
- 店铺: swarmshop.eth.limo
- 契约: 艾兹利莫
- 图表: 莫
- 协议: 莫
- 宽度: hashscan.io/mainnet/topic/0.0.10291838
许可证
Apache 2.0
联系
Swarm&Bee有限责任公司 build@swarmandbee.ai|D-U-N-S:138652395
*其他团队带来了模型。我们带来了证据。*
