Yoga · Core
Standing side bend
Standing side bend is a beginner-level yoga movement targeting the obliques, written in Posecode, a small open-source language that LLMs like ChatGPT, Claude, and Gemini can write to describe human movement as text. Every joint angle below is hard-clamped to a safe range of motion.
▶ Open Standing side bend in the playground →How to do it
- Reach over3s · ease-in-out Reach tall, then arc gently over to one side
- Return2.5s · ease-in-out Lengthen back up through the crown of the head
The .posecode source
This is the exact text an LLM writes to produce the animation above: phases and joint angles, not 3D transforms.
posecode stretch "Standing side bend"
rig humanoid
pose start = standing
step "Reach over" 3s ease-in-out:
shoulders: flex 175
spine: abduct 30
ground-lock: feet
cue "Reach tall, then arc gently over to one side"
step "Return" 2.5s ease-in-out:
shoulders: flex 0
spine: abduct 0
ground-lock: feet
cue "Lengthen back up through the crown of the head"
repeat 3