Part 10/13:
Finally, Microsoft unveiled Prompt Orchestration Markup Language (PML)—a new language designed to give structure and clarity to AI prompts, much like HTML does for web pages.
The Need for PML
Current prompts tend to be long, messy strings filled with definitions, instructions, and examples, which can quickly become unwieldy and error-prone, especially with complex or dynamic tasks. PML addresses this by introducing semantic tags like role, task, and example, making prompts readable, maintainable, and scalable.
Features
Resource Embedding: Supports embedding documents, images, tables—allowing multi-resource referencing.
Separation of Concerns: Like CSS separates style from content, PML separates output formatting from prompt logic.