Code Reviewer
Ki · Single Ability
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 · 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.
Appears in Use Cases