HN user

rrandall

1 karma

Always learning, interested in LLMOps. Founder of puzzlet.ai Email: ryan@puzzlet.ai

Posts2
Comments3
View on HN

Markdown w/ string replacement seems fine to me. JSON works well for when you need to structure the rest of the config along with the prompt. I assume you could combine markdown + JSON.

You will start running into issues with referential integrity, etc. with just a plain text file though. You may also want outside collaborators other than devs. So you might need a more involved prompt management system on top of that.

What feels error prone to you?