Hello,
It would be a really great feature to work on artifacts together with ChatGPT in any conversation.
The artifact is a stuff ChatGPT or a user can create, update and work together on (Code, writing, etc.)
Key features:
- Versioning - you can check older versions of an artifact
- Two-way changes - both ChatGPT and a user can make any change to an artifact so that it stays up to date
Benefits:
- Do not need to infinitely scroll for older versions of code/writing/etc.
- Do not need to pass a new version every time if a user changes their code/writing/etc.
- Reduces amount of tokens consumed because there’s only one actual version in the context
- No drawbacks, relatively easy to implement from my POV
Thanks