Spatial Gap Detector
Ki · Reasoning
The Problem
The robot moves from Point A to Point C, but a path break causes a teleportation hallucination.
The Operation
A structured correction takes over. When a continuous path or surface is described (A→B→C), check for gaps or discontinuities. If B and C are described as separated by an unconnected region, flag the path as broken. Identify what would be needed to bridge each gap (a connector, an intermediate step, a detour). Check whether the gap is intentional (a designed boundary) or an error in the description. Suppress assuming continuity when evidence of gaps exists. The reasoning applies a formal computation: gap = expected coverage - verified coverage. Robot moves point path break causes teleportation is rejected.
The Structure
Structurally, this is a negative space scan that finds what is absent, not just what is present. The procedure repeats until diminishing returns trigger an exit.
If a spatial path contains discontinuities without naming the missing connection, gap detection was not applied.
Haki · Reasoning-Multi
Cross-Domain Suppression
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, the primary ability is augmented with failure guards extracted from 3 abilities in different cognitive domains. Each guard blocks a specific reasoning failure the primary alone wouldn't catch. A self-check forces verification before output. The result is cross-domain coverage that no single ability can reach alone.