Proposal: transitive trust, discovery, and group coherence#3
Open
wwhitehead wants to merge 2 commits into
Open
Proposal: transitive trust, discovery, and group coherence#3wwhitehead wants to merge 2 commits into
wwhitehead wants to merge 2 commits into
Conversation
“Transitive_Trust_Proposal”:
Proposes a single mathematical foundation for four Future Directions from web-of-trust.md (transitive trust, discovery, group reputation, decay): extend the existing halving convention from time to graph distance, so trust attenuates per hop the way vouches fade with age. Includes the Sybil-resistance argument (trust into any cluster is bounded by the vouch weight crossing into it), a group coherence metric via algebraic connectivity, a privacy section that keeps all of it inside the existing aggregate-only guarantees, and a three-phase implementation sketch. Discussion doc only -- no code changes.
wwhitehead
marked this pull request as ready for review
July 2, 2026 20:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
A discussion doc, not a code change —
docs/transitive-trust.md, written in the style of the existing docs. It proposes a single mathematical foundation for four of the Future Directions listed in web-of-trust.md: transitive trust, discovery, group reputation, and decay.The one-line idea
Extend the halving convention the app already teaches — a vouch is worth half after two years — into a second dimension: a vouch is worth half per extra hop of trust it travels through. Trust becomes a bounded diffusion on the vouch graph, computed to depth 3 inside the existing
SECURITY DEFINERmachinery.Why it might be worth reading
It ends with a three-phase implementation sketch (each phase independently shippable) and honest open questions — including a low-degree inference risk that needs a stricter hiding threshold than direct counts use.
Opening as a draft: I'd rather converge on the design here before writing any SQL. Happy to build whichever phases survive discussion.