TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: PACman: Automatically convert prompts to Python functions

1 pointsby aquajetabout 2 years ago
I made a package to automatically convert prompts stored in a yaml file to pure python functions.<p>A lot of prompt-heavy code is hard to grasp due to mixed use of large multi-line strings and orchestrating code. Some prompt libraries automate portions of these away, but we lose flexibility in prompting.<p>By extrapolating the prompt config to a yaml file and generating pure Python functions from it, we can focus our business code on orchestrating the input&#x2F;outputs of prompt functions.<p>Another benefit of moving prompts to YAML files is that it&#x27;s easy to move prompts between languages, and to track prompt changes via git.

no comments

no comments