Code Reviewer
Ki · Reasoning
The Problem
The code crashes because the assumption of valid input is never questioned, leading to a dead path.
The Operation
When activated, the model must scan the reasoning chain as executable logic and identify each step's input, operation, and output. Test each step's output against its predecessor for logical consistency. Flag any step where the conclusion does not follow from stated premises; classify as logic bug, dead path, or unhandled edge case. Verify that no circular dependencies exist. If bugs are found, trace downstream steps that depend on the faulty node and demand reconstruction.
The Structure
The reasoning structure is a chain of custody audit that traces the provenance of every claim. The loop runs until all inputs are processed or no new progress emerges.
If no reasoning step has been tested for logical consistency with its predecessor, logic debugging was not performed.
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.