Task-Bounded Retrieval Through Stable Paths and Typed Edges
SUMMARY
Specifies how a consuming AI traverses the concept DAG by task, retrieving narrow nodes and natural-language relationship rationales rather than loading the whole package.
DETAIL
The concept DAG is an operational retrieval structure, not merely a visual summary. Its purpose is to let a consuming AI begin with compact context and expand locally only when the task exposes an unresolved dependency, contradiction, application, or adjacent mechanism.
Stable text paths are the external addresses of nodes. They allow prompts, tools, tests, and other concept pages to request the same semantic unit across revisions. A path should retain a coherent scope. If the content changes into a materially different concept, the system should add a new path and relate it explicitly rather than silently reusing the old address.
Edges explain why traversal may be useful. A prerequisite edge indicates that the target is difficult to interpret or apply without the source. A refinement edge narrows a broad mechanism into a more operational distinction. A contradiction edge exposes a limit, competing interpretation, or failure mode. An application edge carries a mechanism into a stage or domain. An adjacency edge marks nearby context that may help but is not required.
The rationale is more important than the edge label alone. A consuming AI should be able to decide whether to traverse by reading a sentence such as: constraint translation is needed before branch evaluation because the evaluator must distinguish invariants from preferences and inferred assumptions. Opaque identifiers or generic related-to edges do not provide enough information for bounded reasoning.
Retrieval begins from the smallest stable entry point that frames the task. For a system-design request, the route may move from intent-fragment fidelity to constraint translation, branch generation, and architecture handoff. For a governance request, it may move through agency, collective intent, collapse, and evaluation. For an embedding-safety task, it may load pattern residue, epistemic guardrails, and assumption lineage.
Traversal is iterative. After loading a node, the AI identifies which uncertainty remains active and follows only edges whose rationales address it. It does not automatically fetch every child or neighbor. The process stops when the loaded context supports the next task action and no unresolved high-impact dependency remains.
Nodes should be small enough to retrieve independently but substantive enough to stand alone. Excessively small nodes force many traversals and reconstruct a large article through network overhead. Excessively broad nodes recreate undifferentiated context loading. A useful node owns one stable mechanism, decision boundary, failure mode, or application transition.
Graph compression can give the AI a compact view of what exists, while detailed nodes preserve nuance. High-level navigation and local expansion therefore serve different functions. The graph tells the AI where it can go; the node tells it enough to reason when it arrives.
Evaluation should compare at least three retrieval regimes: loading all concept files, loading only coarse root files, and iterative DAG traversal. Relevant outcomes include task accuracy, missing-context failures, irrelevant-token load, path stability, explanation quality, and the ability to recover contradictions or minority constraints. The current corpus supports the architectural rationale for iterative graph retrieval but does not by itself establish empirical superiority.
WHY THIS EXISTS
Supports task-specific context loading, agent navigation, prompt assembly, reference maintenance, and direct testing of the concept-DAG research hypotheses.
SOURCE CONTEXT POINTERS
- /concepts/intent-to-architecture-human-ai-development-split/DAG.txt
- /concepts/intent-to-architecture-human-ai-development-split/details/fractal-navigation.txt
- /concepts/intent-to-architecture-human-ai-development-split/details/mutable-concept-lattice.txt
- /concepts/intent-to-architecture-human-ai-development-split/details/epistemic-guardrails.txt
- /concepts/intent-to-architecture-human-ai-development-split/details/architecture-evaluation.txt
EVIDENCE QUESTIONS
- No evidence query recorded