Post-PageRank Semantic Ranking: Relevance Through Governed Traversal

by Nick Clark | Published March 27, 2026 | PDF

PageRank inferred relevance from the topology of the link graph: a page was important to the extent that other important pages linked to it. That heuristic served the open web for a quarter century, but it presumed a population of human authors expressing intent through hyperlinks. The discovery substrate disclosed in the Cognition Patent operates under a different presumption. Relevance is computed not from who linked to what, but from how governed discovery agents observably interact with content during goal-directed traversal. Ranking is derived from observation events, governance class of the observer, and lineage authority of the resource — never from inbound link counts.


Mechanism

The post-PageRank ranking mechanism operates on a stream of observation events emitted by governed discovery objects as they traverse the indexed corpus. Each discovery object is a cognitive agent instantiated under a declared intent, a declared governance class, and a declared confidence policy. As the object reasons over candidate anchors, it emits structured events: a visitation event when it considers an anchor, an evaluation event recording how the anchor advanced or retarded its intent, and a disposition event recording whether the anchor was acted upon, retained, or discarded. These events are not implicit traces inferred from server logs; they are first-class artifacts produced by agents whose behavior is itself governed.

The ranking subsystem ingests these events, attributes each to the emitting object's governance class, and folds the contribution into the relevance profile of the observed anchor under the declared intent. A positive disposition from a high-authority governed object contributes substantially more weight than a positive disposition from a low-authority object, and the same anchor accumulates separable relevance scores for each intent class under which it is observed. Lineage authority enters as a multiplier: an anchor whose lineage chain terminates in an authoritative origin admits stronger weight contributions than an anchor whose lineage is unverified or terminates in an anonymous source. The composite relevance score for an anchor under a given intent is therefore a function over three axes — observation density, observer governance authority, and source lineage authority — rather than the single axis of inbound-link count that defined PageRank.

Critically, the mechanism is recursive in a different sense than PageRank's eigenvector recursion. PageRank's recursion was structural: a page's score depended on the scores of pages linking to it. The post-PageRank recursion is behavioral: an observer's contribution weight depends on the governance class assigned to that observer, and governance class is itself computed from the observer's compliance history with declared intent and declared confidence policy. Observers who reliably advance their declared intents through high-quality dispositions accrue authority; observers who emit dispositions inconsistent with their intent declarations lose authority. The graph being traversed is not a graph of pages and links but a graph of governed agents, intents, and the resources those agents found instrumentally useful.

Why The Substitution Matters

Link-graph ranking presumes that authorial linking behavior is an honest signal about content quality. In the early web that presumption was approximately satisfied. Two decades of search-engine optimization, link farms, and adversarial content generation have eroded the presumption to the point where global ranking systems must invest enormous effort in detecting and discounting manipulation. The post-PageRank substitution does not attempt to clean up link-graph manipulation; it discards the link graph as a relevance signal entirely. Manipulation, to influence post-PageRank ranking, must influence the dispositions of governed cognitive agents — agents whose intent, governance class, and observation history are themselves audited. The cost of manipulation rises by orders of magnitude, and the manipulation surface narrows from the open web to the governed agent population.

The substitution also captures contextual relevance that link analysis cannot represent. The same resource may be highly relevant for one intent class and irrelevant for another, and link-graph analysis collapses these into a single global score. Post-PageRank ranking maintains intent-class-specific relevance profiles, so that a downstream consumer requesting relevance for a specific intent receives a score reflecting how governed agents pursuing that intent actually engaged with the resource. This structural per-intent decomposition is not achievable by post-hoc filtering of a globally-computed link score; it requires that intent be present at observation time and that the ranking subsystem maintain separable accumulators per intent class.

Operating Parameters

Several parameters govern the behavior of the ranking subsystem and may be tuned per deployment. The decay constant controls how rapidly historical observation events lose weight relative to recent events; deployments operating over rapidly evolving corpora favor short decay constants while deployments operating over stable knowledge bases favor long decay. The governance threshold defines the minimum observer authority required for an event to contribute non-zero weight; raising the threshold filters out low-authority noise at the cost of reducing signal density. The lineage multiplier function maps lineage authority scores into relevance multipliers; deployments may select linear, sigmoid, or step-function mappings depending on how aggressively they wish to discount unverified-lineage content.

Observation density is bounded above by a saturation parameter: beyond a configured event count, additional observations of the same anchor under the same intent contribute diminishing weight. This prevents a small number of frequently-traversing agents from dominating the relevance profile. Conversely, a minimum-observation parameter establishes the floor below which an anchor is treated as unranked rather than low-ranked, preventing single-event accidents from yielding spurious high-confidence rankings. The intent-class taxonomy is itself a tunable parameter: deployments may adopt fine-grained taxonomies that distinguish dozens of intent classes or coarse taxonomies that collapse intent into a small number of buckets, trading discrimination against statistical density per class.

Alternative Embodiments

One embodiment confines observation collection to a single tenant's discovery objects, producing tenant-private relevance profiles in which the same anchor may carry very different scores for different tenants. This embodiment is appropriate for enterprise deployments where the operator's intent profile differs systematically from the public norm. A second embodiment federates observation events across tenants under a declared cross-tenant governance contract, producing shared relevance profiles that benefit from pooled observation density while respecting per-tenant intent-class boundaries.

A third embodiment operates the ranking subsystem in a streaming mode where relevance scores are continuously updated as events arrive, suitable for time-sensitive discovery where freshness is paramount. A fourth embodiment operates in a batch mode where scores are recomputed periodically over windowed event collections, suitable for deployments where stability and reproducibility outrank freshness. A fifth embodiment combines the two: streaming updates are applied within a short horizon while a slower batch process re-establishes baseline scores over longer windows, smoothing out streaming noise.

An additional embodiment substitutes governance class with a continuous trust score, replacing the discrete authority tiers with a fine-grained scalar. Yet another embodiment exposes the relevance profile not as a single score but as a vector across intent classes, permitting downstream consumers to compose intent-specific projections rather than relying on a single global ranking.

Composition With Other Disclosed Subsystems

Post-PageRank ranking composes directly with the governed discovery object substrate disclosed elsewhere in the Cognition Patent. The discovery objects are simultaneously the consumers of ranking output (when selecting which anchors to traverse) and the producers of the observation events that inform future ranking. This producer-consumer duality creates a closed loop in which the ranking subsystem improves as more governed traversal occurs, with each new governed agent contributing both demand for ranked output and supply of observation signal.

Composition with the lineage subsystem is similarly tight. Lineage authority enters the ranking computation as a multiplier, but lineage itself is established through a separate governed mechanism that traces resources back through their authoring chain. The ranking subsystem does not compute lineage; it consumes lineage authority scores as inputs. This separation permits the lineage subsystem to evolve independently — supporting new lineage attestation modalities, new authority tier definitions — without requiring changes in the ranking subsystem.

The intent-classification subsystem provides the taxonomy under which observations are bucketed. Intent classes may be declared statically by the deployment or inferred dynamically from the discovery object's declared goal. Composition with intent classification means that the same observation stream produces different relevance profiles depending on which intent taxonomy is in effect, permitting deployments to retune relevance interpretation without recollecting observation data.

Distinction From Prior Art

PageRank and its descendants compute relevance over a static graph of resources connected by author-declared links. The graph is exogenous to user behavior; user behavior may inform link weights through clickthrough signal but does not constitute the graph itself. Post-PageRank ranking inverts this: there is no link graph in the relevance computation. The graph is constructed from governed agent behavior, and resources receive scores not because they are linked to but because governed agents with declared intent observably found them useful.

Behavioral ranking systems in prior art (clickthrough-weighted relevance, dwell-time analysis, engagement scoring) collect ungoverned user behavior and apply statistical filtering to extract signal. They do not require the observers to declare intent, do not assign authority based on observer governance compliance, and do not model lineage as a multiplier on observation weight. As a result, prior-art behavioral systems are vulnerable to coordinated manipulation by adversaries who can simulate plausible user behavior at scale. Post-PageRank ranking resists this attack class because manipulation requires fooling governed cognitive agents whose dispositions are themselves audited, rather than synthesizing plausible click patterns.

Trust-graph systems in prior art compute authority through endorsement chains but apply that authority to the endorsed resource directly rather than to observations of the resource by governed agents. The disclosed mechanism distinguishes itself by interposing the governed agent between the authority signal and the resource, so that authority modulates interpretation of behavior rather than being attributed to resources independent of how they are used.

Disclosure Scope

The disclosure encompasses any system in which content relevance is computed from observation events emitted by governed agents traversing the content under declared intent, where observation weight is modulated by observer governance authority and source lineage authority, and where relevance is computed per intent class rather than as a single global score. The disclosure is not limited to text retrieval; it applies equally to ranking of code modules, dataset partitions, model checkpoints, design artifacts, regulatory provisions, or any other indexable resource subject to governed traversal.

The disclosure includes embodiments in which the observation stream is private, federated, streaming, batched, vectorized across intent classes, or projected to a scalar score. It includes embodiments in which governance class is discrete or continuous, and in which lineage authority is computed by any means consistent with the disclosed governance substrate. It is the displacement of link topology by governed traversal behavior — not any specific scoring formula — that constitutes the inventive distinction.

The disclosure further encompasses any combination of the foregoing embodiments with adjacent governance subsystems, including but not limited to intent-classification subsystems, lineage attestation subsystems, observer authority registries, and consent-bounded traversal regimes that constrain which observation events are admissible to ranking under declared participant policies. Embodiments in which the ranking subsystem is operated as a service consumable by independent discovery substrates fall within the disclosure, as do embodiments in which the ranking subsystem is embedded directly into a discovery object's reasoning loop. The structural commitments — that observers are governed, that observations are events rather than inferred traces, that authority modulates contribution weight, and that relevance is computed per intent class against lineage-qualified resources — are jointly definitive of the disclosed mechanism and are intended to be claimed in their structural conjunction rather than as independent features.

Nick Clark Invented by Nick Clark Founding Investors:
Anonymous, Devin Wilkie
72 28 14 36 01