Honeybee colonies release alarm pheromone (isopentyl acetate) when a hive is jarred or handlers move quickly near the entrance, raising colony agitation and sting probability. Beekeepers are trained to move slowly and deliberately, which keeps agitation — and the physiological stress response it triggers in the handler — low. Sitting calmly near a working hive while breathing slowly is used therapeutically (apitherapy-adjacent mindfulness practice) to entrain heart-rate variability and accelerate cortisol decay after a stressor.
A_target = clamp(mode_base + speed*32 + colony*0.12, 0, 100)
dA/dt = (A_target - A) / tau // colony agitation relaxes toward target
sting% = A/100 * (0.3 + 0.7*speed/2)
k = k0 * (1 + 0.6*focused - A/150) // cortisol decay rate
C(t) = C0 * exp(-k * t) // cortisol relative to pre-session C0=100
HR = 68 + 0.22*A + mode_exertion - 6*focused
- Mode buttons — set the baseline handling behaviour: Calm Observation (low exertion, minimal disturbance), Inspect Frames (moderate physical exertion from lifting), Rapid Movement (erratic, high-disturbance handling).
- Colony size — more bees raise the ambient agitation baseline and swarm density around the hive.
- Handler movement speed — scales hand/arm motion; faster movement pushes agitation and sting risk up.
- Focused Breathing — toggles slow diaphragmatic breathing, speeding cortisol decay and trimming heart rate, the mechanism thought to underlie beekeeping's mindfulness benefit.
This mirrors why beekeeping is used in therapeutic and social-prescribing programmes: the enforced slow, attentive movement needed to keep bees calm doubles as a mindfulness practice, while lifting frames and hive boxes provides low-impact physical exercise.