English

Type-Driven Prompt Programming: From Typed Interfaces to a Calculus of Constraints

Programming Languages 2025-08-19 v1 Formal Languages and Automata Theory

Abstract

Prompt programming treats large language model prompts as software components with typed interfaces. Based on a literature survey of 15 recent works from 2023 to 2025, we observe a consistent trend: type systems are central to emerging prompt programming frameworks. However, there are gaps in constraint expressiveness and in supporting algorithms. To address these issues, we introduce the notion of Lambda Prompt, a dependently typed calculus with probabilistic refinements for syntactic and semantic constraints. While this is not yet a full calculus, the formulation motivates a type-theoretic foundation for prompt programming. Our catalog of 13 constraints highlights underexplored areas in constraint expressiveness (constraints 9 through 13). To address the algorithmic gap, we propose a constraint-preserving optimization rule. Finally, we outline research directions on developing a compiler for prompt programs.

Keywords

Cite

@article{arxiv.2508.12475,
  title  = {Type-Driven Prompt Programming: From Typed Interfaces to a Calculus of Constraints},
  author = {Abhijit Paul},
  journal= {arXiv preprint arXiv:2508.12475},
  year   = {2025}
}

Comments

Accepted as Extended Abstract in TyDe Workshop 2025,co-located with ICFP

R2 v1 2026-07-01T04:53:55.753Z