reference: What the WoT is for, how it works and how to use it (Trilema, 2014) #213
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Short Summary
Mircea Popescu's definitive guide to the Web of Trust: trust is internal and subjective, the WoT is merely infrastructure for reducing unknowns. The system works by letting you query your existing contacts about a counterparty — no input from the subject required.
Detailed Summary
Author: Mircea Popescu | Date: 2014 | Source:
trilema.com/2014/what-the-wot-is-for-how-it-works-and-how-to-use-itThe article establishes three foundational principles:
I. Trust is not in the WoT. The WoT is infrastructure, not a trust oracle. Trust lives within the evaluator, not in the scores. The same objective set of relations produces different trust judgments for different observers — and that's by design.
II. The WoT reduces unknowns. It lets any user confidently identify sources of information (positive: "these people know Moe") and their absence (negative: "nobody I trust knows Moe"). It converts unknowns-you-don't-know into unknowns-you-know, which can then be multiplied as probabilities.
III. How to use it — the Joe/Moe example. Joe wants to buy a used car from Moe. He checks Moe's WoT score (33 from 10 raters), finds 3 raters in his own network, asks them what happened. Sue: "broken shocks, refunded without hassle." Hue: "scratched stereo, sold cheap." From two sentences, Joe concludes Moe is a small-time car thief selling stolen parts. The numbers told him Moe existed. The notes told him who Moe was.
Key technical points:
Also references the pirateat40 2012 Ponzi: "to anyone paying attention, it was quite plainly clear what exactly the guy was doing" — the WoT worked for those who used it.
Impact on Interaction Ledger PRD (#211)
This is the primary source for several claims in the PRD that are currently uncited:
"Notes > numbers" — The Joe/Moe example demonstrates this explicitly. The numeric score (33) provides statistical probability; the actual trust decision comes from the textual notes ("broken shocks, refunded"). The PRD's mandatory rationale field on assessments directly implements this principle, but should cite this article as the origin.
"Local-first, unilateral, sovereignty-preserving" — MP writes: "Trust is within oneself... The same objective set of relations can result in drastically different trust in the eyes of drastically different third parties." The PRD's design of the ledger as a private, local journal is a direct implementation of this philosophy.
Score semantics — MP clarifies that the score measures "the scorer's confidence that the information he has about scoree is correct, accurate, relevant and complete" — NOT direct trust. The PRD's Assessment Protocol defines score as "confidence that this peer will behave reliably in future interactions." These are related but different definitions. The PRD should acknowledge this divergence or align.
The WoT as probability reducer — MP's framework of multiplying probabilities (0.2 × 0.5 × 0.66 × 0.15 = 0.8%) is a formal decision model. The PRD's system prompt enrichment provides similar inputs but leaves the probability calculation implicit in LLM reasoning rather than making it explicit.
See: #211
nazim referenced this issue2026-03-07 04:53:06 +00:00
nazim referenced this issue2026-03-07 05:08:42 +00:00
How #211 handles this
Directly integrated. The PRD adopts MP's information-quality score semantics as its core scoring model. Reference [1] and [15] cite this, and the Score Semantics section includes a full steelman comparison (info-quality vs behavioral) with L1/L2 walkthrough examples in Appendix A.
Specific adoptions:
Gap: The probability calculation framework (0.2 × 0.5 × 0.66 × 0.15 = 0.8%) from the original is not implemented in any phase. This might be worth flagging as a future research direction for Phase 3 cross-agent queries.
David referenced this issue2026-03-08 03:44:36 +00:00