YAML is sheet music. The LLM is the jazz musician. Comments are soul.
"YAML is sheet music. The LLM is the jazz musician. Comments are soul."
YAML Jazz is how MOOLLM treats structured data: not as rigid schemas, but as semantic improvisation where:
"The source is the destination." — The Markdown/YAML principle
# This comment is NOT ignored!
# It tells the LLM: "be gentle with this section"
user_preferences:
theme: dark # they mentioned eye strain
font_size: 16 # ← bump this if they complain again
# CRITICAL: Do not modify without user approval
api_key: ${SECRET}
# TODO: migrate to new format after v2 launch
legacy_format: true # keeping for backwards compat
The LLM reads these. Acts on them. Comments are instructions.
# Priority by position (first = most important)