Fitness · Upper arms
Biceps curl
Biceps curl is a beginner-level fitness movement targeting the biceps, 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 Biceps curl in the playground →How to do it
- Curl1.1s · ease-out Curl up, keep the elbows tucked at your sides
- Lower1.4s · ease-in Lower under control: don't swing
The .posecode source
This is the exact text an LLM writes to produce the animation above: phases and joint angles, not 3D transforms.
posecode exercise "Biceps curl"
rig humanoid
pose start = standing
step "Curl" 1.1s ease-out:
elbows: flex 135
cue "Curl up, keep the elbows tucked at your sides"
step "Lower" 1.4s ease-in:
elbows: flex 15
cue "Lower under control: don't swing"
repeat 10