Kairos Hunter
Ki · Reasoning
The Problem
Launched the marketing campaign too early, missing the right opportunity window due to fixed schedule anchoring.
The Operation
This cognitive operation forces the model to monitor state alignment: prerequisites met, context receptive, resources available? Detect opportunistic triggers signaling a favorable window. Scan for blockers: competing events, contention, or conditions making action premature or too early. Branch A, If strongly favorable, apply clock override logic: act now. Suppress fixed schedule anchoring, never anchor to a rigid calendar when state says the window is open. Verify the decision is neither premature nor deferred too late. The reasoning applies a formal computation: wait cost = opportunity loss per unit * wait time; act cost = premature action penalty. The constraint: never missing right opportunity window due fixed schedule.
The Structure
Structurally, this is a conditional branch that routes reasoning down different paths based on what it finds.
If an action is taken impulsively without assessing conditions or deferred indefinitely without naming a trigger condition, timing balance was not enforced.
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.