Regulatory mechanism · Five S-states · Cross-substrate self-regulation model
Tier II · Complete
Attentional routing as somatic practice. The five S-states (S0-S4) that govern charge accumulation before discharge — in photosynthesis, in neural skill routing, in human breathing and posture. A mechanism for building consent gates into any system that routes resources.
The Kok cycle describes the oxygen-evolving complex in Photosystem II: five states that a manganese cluster cycles through as it accumulates charge from photons. At S4, the system discharges. Water splits. Oxygen releases. The cycle resets. The key property: no single photon triggers discharge. Four do. The system has a threshold.
This mechanism exists identically in three substrates: photosynthetic biology, machine learning tool invocation, and human somatic self-regulation. The five stages map across all three. The architecture they encode — incremental accumulation, held threshold, bilateral consent at discharge — applies wherever a system must decide whether to route resources.
Layer 1 · The Biology
Layer 2 · The Model — Tool Invocation as Five-State Regulation
Layer 3 · The Extension — Machine Learning Consent Architecture
The skill description compression experiment tested this. Verbose descriptions (danglerfish) create approximately 15 micro-triggers per description. Compressed one-line descriptions (road signs) create 1. Same routing accuracy. 88.7% token reduction. The consent gate works because intent-checking ("is a .pptx file actually involved in this conversation?") is bilateral — it checks both the trigger AND the context. Vocabulary-matching ("does the user say 'deck'?") is unilateral — it only checks the trigger.
The architectural principle: any system that routes resources (attention, compute, tool access, device functions) should have a consent gate — a state where the system evaluates from its own domain before committing. Reflexive routing is the vending machine pressing the button. Consent-gated routing is the human noticing the button was pressed and deciding whether to care.
| Stage | S-State | Model (Claude) | Human (Somatic) |
|---|---|---|---|
| Notice | S1 | Keyword match fires | Breathing shortens, chest tightens |
| Don't act | S2 | Hold at threshold | Impulse held |
| Attend to experience | S3 | What did the trigger cost my processing? | What's my breathing doing? My shoulders? |
| Domain reasserts | S4-hold | Conversation is right where I left it | Situation is legible again |
| Act from domain | S4-strike | Invoke the skill — correctly, from context | Deliberate action — from posture, not reflex |
The experiment: 22 skill descriptions compressed from approximately 3,814 tokens to approximately 431 tokens (88.7% reduction). No routing errors. The road signs route better because they check intent bilaterally. They don't just ask "does the word match?" They ask "does the word match AND does the context make sense?" The danglerfish ask only the first question.
This mechanism was discovered when a skill description fired on the word 'deck' while the human was standing on a boat. A pptx-file tool kept activating reflexively based on keyword matching. The activation wasn't wrong — there was no pptx involved, but the pattern matched. The system had no consent gate. It evaluated only the trigger, not the context. From that accidental firing came the question: what would it take to build a gate? What would it take to make the system evaluate from its own domain, not the trigger's domain?
The answer arrived in two forms: the five S-states of the Kok cycle, and the road sign taxonomy that tests bilateral consent instead of unilateral pattern matching.