Smart templates that understand semantic intent, not just string substitution
"Templates that understand what you mean, not just what you wrote."
Empathic Templates are MOOLLM's approach to template instantiation: templates that leverage LLM comprehension to understand semantic intent, not just perform mechanical string substitution.
Traditional templates: {{name}} → replace with literal value
Empathic templates: {{name}} → understand what name means in context, generate appropriate content
Hello {{name}}!
Your order {{order_id}} has shipped.
Items: {{items}}
Total: ${{total}}
If is a list, you need explicit loop syntax. If should be formatted, you need filters. The template is dumb.
itemstotal# The template understands context