15 killed as Diphtheria spreads to Jos North is trending nowHow a Nigerian scientist's research on headbutting animals could unlock secrets of brain … is trending nowEnzo Fernandez: Manchester City open talks with Chelsea over move for Argentina midfielder is trending now'How lucky I was, Leo...' - Enzo Fernandez pens emotional farewell to Lionel Messi as Che… is trending nowApex Legends Strategies That Work Across Every Skill Level is trending nowTECNO Latest Innovations at IFA ShowStoppers 2026 Will Include Bezelless Concept Phone an… is trending nowBefore FC 27: A Look Back at the Most Memorable FC 26 Tournaments is trending nowOil Prices Rise Above $90 Per Barrel Following Escalation In US-Iran Crisis is trending nowVideo Production Opportunity on Civil Society’s Role in Ukraine EU Accession is trending nowApplications open for Community Development Grant Program (Australia) is trending now‘Your past in Anambra was also inglorious’ — Tinubu aide tackles Obi over US court battle… is trending nowPathologists seek digital innovations to transform cancer diagnosis in West Africa is trending now15 killed as Diphtheria spreads to Jos North is trending nowHow a Nigerian scientist's research on headbutting animals could unlock secrets of brain … is trending nowEnzo Fernandez: Manchester City open talks with Chelsea over move for Argentina midfielder is trending now'How lucky I was, Leo...' - Enzo Fernandez pens emotional farewell to Lionel Messi as Che… is trending nowApex Legends Strategies That Work Across Every Skill Level is trending nowTECNO Latest Innovations at IFA ShowStoppers 2026 Will Include Bezelless Concept Phone an… is trending nowBefore FC 27: A Look Back at the Most Memorable FC 26 Tournaments is trending nowOil Prices Rise Above $90 Per Barrel Following Escalation In US-Iran Crisis is trending nowVideo Production Opportunity on Civil Society’s Role in Ukraine EU Accession is trending nowApplications open for Community Development Grant Program (Australia) is trending now‘Your past in Anambra was also inglorious’ — Tinubu aide tackles Obi over US court battle… is trending nowPathologists seek digital innovations to transform cancer diagnosis in West Africa is trending now
Health
A URI Scheme for AI Agent Prompts
Healthcare Standards ··62 views
If you've ever read John Moehrke's blog you know he talks a lot about provenance. One of the challenges I've been faced with recently is the need to track the provenance of an AI output. The things I need to know are:What was the prompt that produced this, so I can reproduce it again at a later date (this can be used to detect drift and change).What files or inputs were used to produce it. These should be URIs where feasible so that I can get to the content, not just summary descriptions found in the prompt, and when tied to an HTTP address, even the date of retrieval for the content used.What agent generated it. Like many, I'm using multiple agents. What version of the agent is also useful.What LLM and version were used. Many agents support multiple models.The first of these is actually not too difficult to identify. I wanted this to be a URI as well, but right now there is no URI for a prompt, so I made up a syntax. It follows and can also be found here. I'm interested in getting community feedback before I spend any time trying to submit this to IETF.
If you've ever read John Moehrke's blog you know he talks a lot about provenance. One of the challenges I've been faced with recently is the need to track the provenance of an AI output. The things I need to know are:
What was the prompt that produced this, so I can reproduce it again at a later date (this can be used to detect drift and change).
What files or inputs were used to produce it. These should be URIs where feasible so that I can get to the content, not just summary descriptions found in the prompt, and when tied to an HTTP address, even the date of retrieval for the content used.
What agent generated it. Like many, I'm using multiple agents. What version of the agent is also useful.
What LLM and version were used. Many agents support multiple models.
The first of these is actually not too difficult to identify. I wanted this to be a URI as well, but right now there is no URI for a prompt, so I made up a syntax. It follows and can also be found here. I'm interested in getting community feedback before I spend any time trying to submit this to IETF.