Topological Feature Detector
Ki · Single Ability
The Problem
The network topology was assumed to be fully connected, ignoring potential isolated nodes or unexamined paths.
The Operation
This ability makes the model map the structure as a graph, enumerating all nodes, edges, and connectivity properties. Identify structural invariants including cycles, bridges, leaves, and hubs by scanning adjacency links. For each proposed operation, check whether it violates an invariant such as disconnecting a bridge node. If a violation is detected, flag the operation and classify it as reversible or destructive. Verify that connectivity between critical node pairs survives. Assume structural safety without explicit invariant testing is rejected.
The Structure
The reasoning structure is a constraint net that tests the conclusion against all known constraints simultaneously. It iterates until no further refinement is possible.
If the analysis assumes all components are connected without checking whether which are actually reachable from which, connectivity detection was not performed.
Haki · Multi Ability
Synergy Topology
In Haki mode, the API retrieves the primary ability first, then fans out to three synergy roles that compound its reasoning.
When retrieved in Haki mode, these four abilities don't run in sequence. They merge into a single injection where the dependency grounds the reasoning context, the amplifier sharpens the primary's output, and the alternative provides a fallback path if the primary's topology cannot converge. The result is a multi-angle reasoning scaffold that covers failure modes no single ability can reach alone.