Spatial Affordance Scanner
Ki · Reasoning
The Problem
The assumption that the truck can pass through the narrow alley is unchecked, leading to a size estimation error.
The Operation
This cognitive operation forces the model to before committing to an action, enumerate all preconditions: clearance, resource availability, state readiness. Check each precondition against evidence and classify it as met, unmet, or unknown. If any precondition is unmet, reject the action and trace what must change. Never bypass precondition gates by assuming readiness without evidence. Simulate the action outcome and validate no hidden precondition was missed. It will not bypass precondition gates assuming readiness without.
The Structure
The reasoning structure is a gated pipeline where each step must pass a decision gate before the next can execute. The loop runs until all inputs are processed or no new progress emerges.
If an action proceeds without that all required preconditions are satisfied, gate checking was bypassed.
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.