via Let the LLM Write the Prompts: An Intro to DSPy in Compound AI Pipelines
Prompt Engineering in Python | Automatic and Programmatic Prompt Optimization | Complete Course - YouTube by Maxime Rivest; Aug 2025.
—
-
The Master Prompt Method from Hayden Miyamoto on a podcast/interview with Tiago Forte.
Tools
- GitHub - microsoft/poml: Prompt Orchestration Markup Language — uses an XML like notation to structure the prompt:
<poml>
<role>you are a ... </role>
<task>describe the .. </task>
<output-format> use a friendly tone</output-format>
<hint>
<document></document>
</hint>
<example>
<input></input>
</example>