Shared Space Allocator
Ki · Reasoning
The Problem
This is what breaks. Two events are double-booked in the conference room, leading to a spatial anomaly and territory overlap.
The Operation
This ability makes the model identify all agents making claims on overlapping spatial regions, seats, paths, or territories. Extract the priority rule governing the domain such as first-come, rank-based, or negotiated allocation. Map each claim to its spatial extent and check for overlaps by comparing boundaries pairwise. If overlaps are detected, enforce the priority rule to resolve each conflict. Validate that every contested unit is assigned to exactly one claimant. It will not accept double bookings without flagging.
The Structure
The reasoning structure is an accumulate-classify-decide pattern that gathers evidence, categorizes it, then concludes.
If multiple claims on the same space are accepted without detecting the overlap, shared space allocation has failed.
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.