Constraint Satisfier
Ki · Reasoning
The Problem
Your model plan is impossible due to ignoring the stated budget and resource limits, creating a fantasy roadmap.
The Operation
This cognitive operation forces the model to enumerate all hard constraints with explicit numeric limits, budget, headcount, deadline, compute capacity. Filter proposed actions and reject any that violate at least one constraint. Rank the remaining feasible actions by value-per-resource-unit and scan for resource conflicts between top candidates. Resolve conflicts by selecting the combination that maximizes total value without exceeding any constraint. Flag every constraint with less than 10% remaining margin and attach a contingency action. Propose solutions that ignore stated resource limits is rejected.
The Structure
Under the hood, the reasoning follows a constraint net that tests the conclusion against all known constraints simultaneously. Execution cycles until the evidence set is fully consumed.
If the final solution is presented without all constraints are satisfied simultaneously and reporting remaining slack per resource, constraint checking 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.
Appears in Use Cases