Query intent and semantic routing
Classify a request by information lifecycle or domain, then route it to durable knowledge, project state, live telemetry, or another controlled source.
Technical note
Intent graphs model goals, dependencies, routes, and state transitions. They connect a raw request to the information sources, capabilities, and execution path an AI system should use.
Core distinction
A conventional knowledge graph represents entities and factual relationships. An intent graph represents motivations, sequences, dependencies, capability routes, and state transitions.
In practice, the two can work together. The intent layer decides which knowledge domain, live system, project state, or agent capability is relevant to the current goal.
Four useful forms
The word describes a family of graph structures rather than one standardized implementation.
Classify a request by information lifecycle or domain, then route it to durable knowledge, project state, live telemetry, or another controlled source.
Decompose a goal into subtasks whose edges represent prerequisites, data dependencies, or execution order.
Map atomic capabilities, reusable workflows, and higher-level orchestrators so an agent can select an appropriate execution path.
Map the questions, decisions, and evidence needs that connect an initial problem to later buyer or research actions.
MainFrame example
In the MainFrame architecture, query intent is used to distinguish durable knowledge from project coordination and volatile live state. This reduces the risk of answering a current-status question from a static knowledge index or leaking unprocessed inbox material into a general retrieval path.
Intent markers can also be embedded into query and document representations so retrieval aligns along functional as well as topical dimensions.
Design cautions
Intent architecture can become decorative if edges do not correspond to executable routes, controlled transitions, or observed feedback.
A path through a graph does not prove that the selected source is authoritative or that a subtask completed correctly.
Current status, durable facts, and working hypotheses should not silently share the same retrieval and trust assumptions.
The system needs an explicit state for ambiguous intent, unavailable tools, missing evidence, or blocked dependencies.
For consequential work, retain why the system selected a route, what evidence changed state, and which component made the decision.
The research sprint can map the current landscape, competing architectural interpretations, operational risks, and the evidence needed to choose a direction.