Occlusion Solver
Ki · Reasoning
The Problem
The cat is not visible behind the couch, so it must have gone elsewhere. The model fails to reason about objects that persist when unobserved, treating invisibility as absence.
The Operation
The cognitive operation intervenes. Parse the scene and assign a z-index depth ordering to every entity based on prepositions like behind or blocking. Identify each occlusion edge and mark the hidden object as present-but-occluded rather than absent. If downstream reasoning treats an occluded entity as gone, flag the permanence violation and reconstruct it in the registry. Never delete occluded entities from the active model. If the occluder moves, simulate the revealed entity and update the spatial map. Delete occluded entities active model is rejected.
The Structure
This ability runs on a layered composition that analyzes at multiple levels before combining results. Processing continues until the input space is covered or stagnation is detected.
If the spatial model does not include hidden entities with confidence bounds alongside visible ones, occlusion resolution output was not verified.
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.