1. The Boundary Problem in Discovery

Conventional information retrieval treats search, inference, and execution as distinct operations performed by distinct subsystems connected by interfaces. A search engine retrieves candidate documents, a ranking algorithm scores them, a presentation layer renders them, and where an autonomous agent is involved a separate reasoning engine evaluates the retrieved documents while a separate execution engine acts on the conclusions. Each subsystem operates on its own data structures, maintains its own state, and communicates with adjacent subsystems through serialized interfaces that lose semantic context at each boundary crossing. Retrieval-augmented generation, including search-generative architectures, fits this pattern: the index is a passive retrieval target that returns documents in response to queries, and a language model is the active processor that synthesizes those documents into a response.

The cognition disclosure identifies these interface boundaries as the locus of the failure modes that matter for governed discovery. There is no persistent query entity, no structured semantic state maintained across retrieval operations, and no governance evaluation of intermediate retrieval or reasoning transitions. Governance, when applied at all, is applied as a post-hoc filter over a result set that was already ranked without reference to the requester's policy. The disclosed system removes the boundaries by treating the adaptive index itself as the substrate on which search, inference, and execution co-occur. The index is not a database to be queried; it is a computational medium to be traversed, in which every step simultaneously narrows the search space, updates the semantic state of the traversal, and evaluates the admissibility of the transition.

2. The Discovery Object

Every query, search, reasoning task, or answer-generation request that enters the adaptive index is instantiated as a discovery object: a persistent, memory-resident semantic entity that carries the full semantic context of the traversal as a structured, typed data object. The discovery object is not a query string, a keyword list, a vector embedding, or a prompt. It persists across every step of the traversal, accumulating state at each anchor, serving as both the subject and the memory of the traversal process. It is born when a query enters the index, evolves as it traverses anchors, and resolves or terminates when the traversal reaches a resolution state or is abandoned due to confidence collapse, policy prohibition, or traversal-depth exhaustion.

The discovery object comprises seven typed fields. An intent field encodes the semantic purpose of the traversal as a structured representation comprising a goal type, a domain scope, a resolution criterion, and one or more specificity constraints. A context block encodes the situational parameters, originating domain, temporal scope, epistemic conditions, audience characteristics, and privacy constraints, within which the traversal occurs. A memory field encodes the accumulated semantic commitments established by previously admitted transitions. A policy reference field encodes the governance constraints that apply to the traversal. A lineage field encodes the ordered sequence of admitted transitions, recording for each the anchor identifier, the timestamp, the semantic state mutation applied, the admissibility determination, and the neighborhood from which the transition was selected. An affective state field, described in Chapter 2, encodes the modulation parameters that shape how the traversal evaluates candidates. A confidence field, described in Chapter 5, encodes the traversal's current assessment of whether continued traversal is structurally justified.

The discovery object is structurally isomorphic to the semantic agent schema disclosed in Chapter 1. This isomorphism is deliberate: the governance mechanisms, lineage tracking, policy enforcement, and admissibility evaluation that operate on semantic agents apply without modification to discovery objects. The discovery object is, in effect, a specialized semantic agent whose purpose is traversal and whose lifecycle is bounded by the traversal operation.

3. The Three-in-One Traversal Step

At each anchor boundary during traversal of the adaptive index, the discovery object undergoes three operations performed in a defined sequence: a search step, an inference step, and an execution step. These are not independent processes that happen to co-occur; they are structurally coupled phases of a single traversal transition, and no transition through the index is possible without completing all three in sequence. This three-in-one traversal step is the atomic unit of semantic discovery in the disclosed system. It is distinguished from multi-hop knowledge-graph traversal, in which each hop is a lookup that returns connected entities from a graph database. Here each hop is a governed semantic transition in which the anchor actively evaluates the traversing entity's semantic state, policy compliance, and admissibility before permitting advancement.

The search step evaluates the discovery object's current state, intent, context, memory, and policy reference, against the anchor's published reachable semantic neighborhood, and emits a candidate transition set: an enumeration of the permitted next transitions, each described by its target anchor or semantic object, the semantic relationship between the current state and the target, and the structural cost of the transition. The search step is local, not global. It evaluates the discovery object only against the bounded neighborhood the current anchor advertises, rather than against a corpus-wide statistical relevance model, which bounds per-step cost and ensures the search space narrows monotonically as the traversal descends.

The inference step scores, ranks, or selects among the candidates produced by the search step, evaluating each on the semantic match between the candidate and the current intent, the information gain the transition would contribute to the memory field, the degree to which it advances the traversal toward the resolution criterion, and any affective modulation parameters carried in the object. The inference step does not merely select; it updates the discovery object's state on the selected transition, refining the intent field toward greater specificity, extending the memory field with the contributed content, and updating the confidence field. The discovery object that exits the inference step is semantically different from the one that entered it.

The execution step evaluates whether the selected transition is admissible under the governance constraints that apply to the traversal. This evaluation is performed by the semantic execution substrate disclosed in Chapter 8, extended to operate at the traversal level rather than at the inference-token level, against four criteria: policy constraints encoded in the policy reference field and the anchor's governance configuration; lineage continuity, so the transition does not create a discontinuity relative to the traversal's accumulated history; entropy bounds, so the transition does not introduce semantic uncertainty beyond the permitted threshold for the current state; and temporal validity, so the semantic objects involved are current, unexpired, and not subject to pending revocation. The step produces one of three outcomes: admit, reject, or decompose. Every determination is recorded in the lineage field regardless of outcome, so the result carries a complete admissibility audit trail rather than the opaque provenance of conventional retrieval.

4. Proposal Authority and Commitment Authority

The disclosed system separates the authority to propose a transition from the authority to commit it. The inference engine at each anchor, whatever its architecture, operates as a proposal generator: it evaluates candidates and produces a preference ordering, but it does not have the authority to commit transitions. Authority to commit resides exclusively in the execution substrate, which evaluates each proposed transition for admissibility against the deterministic governance criteria encoded in the policy reference field, the anchor's governance configuration, and the traversal's accumulated lineage. The model proposes; the substrate decides.

This separation is what allows the system to incorporate any inference engine, including highly capable but structurally untrustworthy language models, without compromising governance integrity. The execution step is implemented as an instantiation of the semantic admissibility gate disclosed in Chapter 8, adapted to operate on traversal transitions rather than inference tokens, and it produces the same admit, reject, or decompose determination. The evaluation is deterministic: given the same discovery object state, the same anchor configuration, and the same proposed transition, it produces the same outcome, which makes traversal governance reproducible and independently verifiable from the lineage field. Because the evaluation operates on typed fields, policy identifiers, entropy bounds, lineage hashes, and temporal-validity windows, rather than on unstructured content, its cost scales with the number of governance constraints in force rather than with the size of the index or the length of the traversal.

5. Anchor-Published Semantic Neighborhoods

The search step does not require the discovery object or the inference engine to possess prior knowledge of the index's full structure, because each anchor maintains and publishes a description of its reachable semantic neighborhood. The neighborhood publication is not a static document list, a fixed catalog, or a precomputed inverted index. It is a continuously evolving, policy-scoped, entropy-sensitive description that changes as the anchor's container evolves and as the governing policy context shifts. It is also scoped to the requester: different discovery objects with different policy profiles may receive different publications from the same anchor, so an object with restricted credentials receives a narrower publication that excludes neighborhoods its policy profile does not authorize it to access.

The publication comprises a semantic content descriptor abstracting the types and domains reachable from the anchor, a reachability graph of directly navigable sub-anchors and peer anchors, a policy envelope describing the governance constraints that apply to entities traversing the container, a freshness indicator, and an entropy summary measuring the semantic diversity, update frequency, and information density of the container. The entropy summary is not cosmetic metadata; it is an input to the inference step, which uses the entropy characteristics of candidate neighborhoods to inform its scoring. Each anchor computes and updates its own publication based on the current state of its container and its governance configuration, without a central authority, recomputing in response to mutation events so that the publication remains consistent with the anchor's actual content.

6. Three Operating Modes

The substrate supports three operating modes that share the same adaptive index, the same anchor architecture, the same three-in-one traversal step, and the same governance framework. They differ not in their traversal mechanics but in their resolution criteria, output presentation, and termination conditions. In human search mode, the resolution criterion is the identification and presentation of source-grounded semantic objects that satisfy the user's intent; each result is accompanied by the sequence of anchor transitions that led to its discovery and the admissibility determination at each step, establishing the epistemic lineage of the result rather than presenting it with opaque provenance.

In agent reasoning mode, the traversal is initiated from an autonomous agent's state and each traversal step constitutes a reasoning step. The resolution criterion is the construction of a valid reasoning chain from premises to conclusions, and the governance evaluation includes inferential admissibility, the requirement that each reasoning transition be logically supportable from the accumulated premises, in addition to the policy, lineage, entropy, and temporal criteria that apply in all modes. Invalid reasoning steps are structurally non-executable within the traversal. In answer synthesis mode, the traversal continues until the accumulated state is sufficient to support a coherent natural-language response, at which point a generation step receives the accumulated state as input and produces the rendering as a final traversal step subject to the same admissibility evaluation. The generated output is mapped to semantic mutations of the discovery object's state, and any mutation introducing content not grounded in the traversal's admitted state is rejected, so hallucination is addressed as a category failure rather than mitigated as a statistical risk.

7. Traversal-Based Relevance

The substrate replaces link-count-based relevance ranking, the paradigm exemplified by PageRank and its successors, with traversal-based relevance, in which the relevance of a semantic object is determined by the governed traversal path that reached it rather than by the number or quality of inbound links pointing to it. The disclosure identifies three structural limitations of link-count relevance: it is query-independent, computing the same global score regardless of the query; it is manipulable, because any entity that can create or modify links can influence scores; and it does not compose with governance, because a link-count score does not encode whether an object satisfies the querier's policy, lineage, temporal, or trust requirements, forcing a separate post-hoc governance layer.

In traversal-based relevance, a semantic object is relevant to a query if and only if the three-in-one traversal step admitted every transition on the path from the query's initial state to the object. Relevance is not a precomputed score; it is an admissibility-verified traversal history. It is inherently query-specific, because the path depends on the discovery object's evolving state. It is structurally resistant to manipulation, because the manipulation surface is no longer the externally modifiable link structure but the governance configuration of the anchors and the semantic content of the objects. And it composes with governance by construction, because the traversal path itself is the governance record: the relevance determination and the governance determination are the same computation.

8. Model-Agnostic Applicability

The three-in-one traversal step requires only an inference engine at each anchor capable of producing a preference ordering or selection over a set of structured candidate transitions given a structured semantic state. This specification is general enough to encompass large language models, small language models, embedding-similarity scorers, rule-based matchers, probabilistic graphical models, decision trees, symbolic reasoners, neuro-symbolic hybrids, and human evaluators. Because the inference engine operates as a proposal generator whose outputs are subject to admissibility evaluation by the execution substrate, the inference engine need not be trusted: the execution substrate provides the governance guarantee, and the choice of inference engine does not affect it.

This enables heterogeneous inference across the index. Different anchors may employ different inference engines suited to their neighborhoods, a domain-specific embedding model for scientific literature at one anchor, a rule-based matcher against legal ontology constraints at another, a multimodal model for multimedia content at a third, and the traversal passes seamlessly across them because the discovery object's state, maintained by the execution substrate rather than by any inference engine, provides continuity across anchor boundaries. The architecture also future-proofs the substrate: an anchor upgrades its inference engine by replacing it and verifying that the new engine produces valid proposals, with no change to the traversal protocol, the discovery object schema, the admissibility evaluation, or the governance infrastructure.

9. Disclosure Scope

The unified semantic discovery, inference, and execution substrate, comprising the discovery object as a persistent traversal-native semantic agent with its typed intent, context, memory, policy, lineage, affect, and confidence fields; the three-in-one traversal step in which search, inference, and execution are fused into a single governed transition at each anchor boundary; the separation of inference proposal authority from execution commitment authority; the anchor-published, policy-scoped, entropy-sensitive semantic neighborhood; the three operating modes of human search, agent reasoning, and answer synthesis over one substrate; and traversal-based relevance as a post-PageRank replacement for link-count ranking, is disclosed in the cognition filing (U.S. Application No. 19/647,395 and its international counterpart) at Chapter 10, Sections 10.1 through 10.5, 10.8, 10.10, and 10.11, with the admissibility gate and the affect and confidence fields drawn from Chapters 8, 2, and 5 respectively. This article describes that disclosed mechanism. The scope extends to inference engine classes not enumerated whose output is a preference ordering over a structured candidate set, and to embodiments in which the three phases are realized over different anchor and neighborhood representations, provided search, inference, and execution remain fused in a single governed transition and every transition is recorded in the discovery object's lineage.