Biological Signal-to-Affective Coupling
by Nick Clark | Published March 27, 2026
Pipeline translating human physiological indicators such as heart rate variability, galvanic skin response, and vocal prosody into agent affective updates through policy-governed coupling functions.
What It Is
A policy-governed pipeline translates human physiological indicators into agent affective updates. Supported signals include heart rate variability, galvanic skin response, vocal prosody, facial micro-expressions, and other measurable physiological states. The pipeline maps these signals through coupling functions that produce structured updates to specific affective dimensions.
The coupling is unidirectional: biological signals update agent affect, but agent affect does not directly modify human physiological state.
Why It Matters
Agents operating alongside human operators need to respond to the operator's state. A driver's elevated stress should influence the vehicle agent's risk sensitivity. A patient's distress should influence the therapeutic agent's escalation tendency. Without biological coupling, agents are blind to the human state they are meant to serve.
The coupling must be policy-governed to prevent manipulation. Biological signals can be noisy or spoofed, so the pipeline includes validation and bounds that prevent adversarial biological inputs from destabilizing agent behavior.
How It Works Structurally
Biological signals are acquired through sensors appropriate to the domain. The pipeline normalizes raw signals against the individual's baseline, applies noise filtering, and maps the resulting values through coupling functions defined in the agent's policy reference. Each coupling function specifies which biological signal affects which affective dimension, the mapping curve, and the update bounds.
Updates from biological signals are subject to the same governance constraints as all other affective updates: range bounds, rate limits, and admissible triggers apply.
What It Enables
Human-agent systems where the agent genuinely responds to the operator's condition. Autonomous vehicles that become more cautious when the driver is stressed. Companion AI that adjusts its interaction style when it detects user fatigue. Therapeutic systems that modulate intervention intensity based on patient physiological state.
All of these capabilities emerge from the same structural mechanism, parameterized differently for each domain.