Live data from Hacker News

It should be easy to transfer context between models

news.ycombinator.com

1–2 of 2 posts

It should be easy to transfer context between models

#1
I often use multiple models throughout the week. Sometimes I like to run the same prompt across them to compare quality, but one really annoying part is having to rebuild the context each time.

I’m surprised there isn’t already a standard for this, so I put together a simple JSON format that could make context transfer easier:

https://github.com/context-transfer-protocol/ctp-spec

I would love feedback on whether something like this actually makes sense, or ways it could be improved. I think models should make portability of context straightforward.

P.S. Contributions welcome — feel free to push updates.

Re: It should be easy to transfer context between models

#2
Here is a clickable link:

https://github.com/context-transfer-protocol/ctp-spec

Pro-tip: links in "Ask HN" submissions are not clickable so you should just post a link, possibily with a "Show HN:" prefix. If your landing page requires explanation add an explanation to your landing page!