Occlusion Solver
Ki · Single Ability
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 · 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.