English

Representing Prompting Patterns with PDL: Compliance Agent Case Study

Artificial Intelligence 2025-07-10 v1 Machine Learning Programming Languages Software Engineering

Abstract

Prompt engineering for LLMs remains complex, with existing frameworks either hiding complexity behind restrictive APIs or providing inflexible canned patterns that resist customization -- making sophisticated agentic programming challenging. We present the Prompt Declaration Language (PDL), a novel approach to prompt representation that tackles this fundamental complexity by bringing prompts to the forefront, enabling manual and automatic prompt tuning while capturing the composition of LLM calls together with rule-based code and external tools. By abstracting away the plumbing for such compositions, PDL aims at improving programmer productivity while providing a declarative representation that is amenable to optimization. This paper demonstrates PDL's utility through a real-world case study of a compliance agent. Tuning the prompting pattern of this agent yielded up to 4x performance improvement compared to using a canned agent and prompt pattern.

Keywords

Cite

@article{arxiv.2507.06396,
  title  = {Representing Prompting Patterns with PDL: Compliance Agent Case Study},
  author = {Mandana Vaziri and Louis Mandel and Yuji Watanabe and Hirokuni Kitahara and Martin Hirzel and Anca Sailer},
  journal= {arXiv preprint arXiv:2507.06396},
  year   = {2025}
}

Comments

ICML 2025 Workshop on Programmatic Representations for Agent Learning

R2 v1 2026-07-01T03:52:24.927Z